diff --git a/docs/dyn/artifactregistry_v1.projects.locations.repositories.googetArtifacts.html b/docs/dyn/artifactregistry_v1.projects.locations.repositories.googetArtifacts.html index a3f82cc445e..0a341eecd29 100644 --- a/docs/dyn/artifactregistry_v1.projects.locations.repositories.googetArtifacts.html +++ b/docs/dyn/artifactregistry_v1.projects.locations.repositories.googetArtifacts.html @@ -100,7 +100,7 @@

Method Details

{ # The request to import new googet artifacts. "gcsSource": { # Google Cloud Storage location where the artifacts currently reside. # Google Cloud Storage location where input content is located. - "uris": [ # Cloud Storage paths URI (e.g., gs://my_bucket/my_object). + "uris": [ # Cloud Storage paths URI (e.g., `gs://my_bucket/my_object`). "A String", ], "useWildcards": True or False, # Supports URI wildcards for matching multiple objects from a single URI. diff --git a/docs/dyn/artifactregistry_v1.projects.locations.repositories.packages.html b/docs/dyn/artifactregistry_v1.projects.locations.repositories.packages.html index cf1e03f9f85..eb666583ecd 100644 --- a/docs/dyn/artifactregistry_v1.projects.locations.repositories.packages.html +++ b/docs/dyn/artifactregistry_v1.projects.locations.repositories.packages.html @@ -157,7 +157,7 @@

Method Details

{ # Packages are named collections of versions. "createTime": "A String", # The time when the package was created. "displayName": "A String", # The display name of the package. - "name": "A String", # The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1". If the package ID part contains slashes, the slashes are escaped. + "name": "A String", # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped. "updateTime": "A String", # The time when the package was last updated. This includes publishing a new version of the package. } @@ -184,7 +184,7 @@

Method Details

{ # Packages are named collections of versions. "createTime": "A String", # The time when the package was created. "displayName": "A String", # The display name of the package. - "name": "A String", # The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1". If the package ID part contains slashes, the slashes are escaped. + "name": "A String", # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped. "updateTime": "A String", # The time when the package was last updated. This includes publishing a new version of the package. }, ], diff --git a/docs/dyn/artifactregistry_v1.projects.locations.repositories.packages.tags.html b/docs/dyn/artifactregistry_v1.projects.locations.repositories.packages.tags.html index 374ed4184ae..712df36ff1d 100644 --- a/docs/dyn/artifactregistry_v1.projects.locations.repositories.packages.tags.html +++ b/docs/dyn/artifactregistry_v1.projects.locations.repositories.packages.tags.html @@ -173,7 +173,7 @@

Method Details

Lists tags.
 
 Args:
-  parent: string, The name of the parent resource whose tags will be listed. (required)
+  parent: string, The name of the parent package whose tags will be listed. Example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1 (required)
   filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Tags that are applied to the version `1.0` in package `pkg1`.
   pageSize: integer, The maximum number of tags to return. Maximum page size is 10,000.
   pageToken: string, The next_page_token value returned from a previous list request, if any.
diff --git a/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.packages.html b/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.packages.html
index e92909356c3..d0db6def096 100644
--- a/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.packages.html
+++ b/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.packages.html
@@ -157,7 +157,7 @@ 

Method Details

{ # Packages are named collections of versions. "createTime": "A String", # The time when the package was created. "displayName": "A String", # The display name of the package. - "name": "A String", # The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1". If the package ID part contains slashes, the slashes are escaped. + "name": "A String", # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped. "updateTime": "A String", # The time when the package was last updated. This includes publishing a new version of the package. }
@@ -184,7 +184,7 @@

Method Details

{ # Packages are named collections of versions. "createTime": "A String", # The time when the package was created. "displayName": "A String", # The display name of the package. - "name": "A String", # The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1". If the package ID part contains slashes, the slashes are escaped. + "name": "A String", # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped. "updateTime": "A String", # The time when the package was last updated. This includes publishing a new version of the package. }, ], diff --git a/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.packages.tags.html b/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.packages.tags.html index 92335555942..8259db19943 100644 --- a/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.packages.tags.html +++ b/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.packages.tags.html @@ -173,7 +173,7 @@

Method Details

Lists tags.
 
 Args:
-  parent: string, The name of the parent resource whose tags will be listed. (required)
+  parent: string, The name of the parent package whose tags will be listed. Example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1 (required)
   filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Tags that are applied to the version `1.0` in package `pkg1`.
   pageSize: integer, The maximum number of tags to return. Maximum page size is 10,000.
   pageToken: string, The next_page_token value returned from a previous list request, if any.
diff --git a/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.html b/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.html
index c39403071f0..c22aaa7e53c 100644
--- a/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.html
+++ b/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.html
@@ -157,7 +157,7 @@ 

Method Details

{ # Packages are named collections of versions. "createTime": "A String", # The time when the package was created. "displayName": "A String", # The display name of the package. - "name": "A String", # The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1". If the package ID part contains slashes, the slashes are escaped. + "name": "A String", # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped. "updateTime": "A String", # The time when the package was last updated. This includes publishing a new version of the package. }
@@ -184,7 +184,7 @@

Method Details

{ # Packages are named collections of versions. "createTime": "A String", # The time when the package was created. "displayName": "A String", # The display name of the package. - "name": "A String", # The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1". If the package ID part contains slashes, the slashes are escaped. + "name": "A String", # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped. "updateTime": "A String", # The time when the package was last updated. This includes publishing a new version of the package. }, ], diff --git a/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.tags.html b/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.tags.html index f819657aadc..0952903efed 100644 --- a/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.tags.html +++ b/docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.tags.html @@ -173,7 +173,7 @@

Method Details

Lists tags.
 
 Args:
-  parent: string, The name of the parent resource whose tags will be listed. (required)
+  parent: string, The name of the parent package whose tags will be listed. Example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1 (required)
   filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Tags that are applied to the version `1.0` in package `pkg1`.
   pageSize: integer, The maximum number of tags to return. Maximum page size is 10,000.
   pageToken: string, The next_page_token value returned from a previous list request, if any.
diff --git a/docs/dyn/batch_v1.projects.locations.jobs.html b/docs/dyn/batch_v1.projects.locations.jobs.html
index 129d97a9f54..ad9c40d01de 100644
--- a/docs/dyn/batch_v1.projects.locations.jobs.html
+++ b/docs/dyn/batch_v1.projects.locations.jobs.html
@@ -147,7 +147,7 @@ 

Method Details

}, ], "machineType": "A String", # The Compute Engine machine type. - "minCpuPlatform": "A String", # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. Not yet implemented. + "minCpuPlatform": "A String", # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. "provisioningModel": "A String", # The provisioning model. }, }, @@ -404,7 +404,7 @@

Method Details

}, ], "machineType": "A String", # The Compute Engine machine type. - "minCpuPlatform": "A String", # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. Not yet implemented. + "minCpuPlatform": "A String", # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. "provisioningModel": "A String", # The provisioning model. }, }, @@ -703,7 +703,7 @@

Method Details

}, ], "machineType": "A String", # The Compute Engine machine type. - "minCpuPlatform": "A String", # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. Not yet implemented. + "minCpuPlatform": "A String", # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. "provisioningModel": "A String", # The provisioning model. }, }, @@ -970,7 +970,7 @@

Method Details

}, ], "machineType": "A String", # The Compute Engine machine type. - "minCpuPlatform": "A String", # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. Not yet implemented. + "minCpuPlatform": "A String", # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. "provisioningModel": "A String", # The provisioning model. }, }, diff --git a/docs/dyn/beyondcorp_v1.html b/docs/dyn/beyondcorp_v1.html index 75b3d67705b..4abc12edfc4 100644 --- a/docs/dyn/beyondcorp_v1.html +++ b/docs/dyn/beyondcorp_v1.html @@ -74,11 +74,6 @@

BeyondCorp API

Instance Methods

-

- organizations() -

-

Returns the organizations Resource.

-

projects()

diff --git a/docs/dyn/bigqueryreservation_v1.projects.locations.capacityCommitments.html b/docs/dyn/bigqueryreservation_v1.projects.locations.capacityCommitments.html index 0ebe9474895..65a4aaf3ceb 100644 --- a/docs/dyn/bigqueryreservation_v1.projects.locations.capacityCommitments.html +++ b/docs/dyn/bigqueryreservation_v1.projects.locations.capacityCommitments.html @@ -129,6 +129,7 @@

Method Details

], "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. }, + "isFlatRate": True or False, # Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment. "multiRegionAuxiliary": True or False, # Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field. "name": "A String", # Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters. "plan": "A String", # Capacity commitment commitment plan. @@ -160,6 +161,7 @@

Method Details

], "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. }, + "isFlatRate": True or False, # Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment. "multiRegionAuxiliary": True or False, # Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field. "name": "A String", # Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters. "plan": "A String", # Capacity commitment commitment plan. @@ -215,6 +217,7 @@

Method Details

], "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. }, + "isFlatRate": True or False, # Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment. "multiRegionAuxiliary": True or False, # Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field. "name": "A String", # Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters. "plan": "A String", # Capacity commitment commitment plan. @@ -255,6 +258,7 @@

Method Details

], "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. }, + "isFlatRate": True or False, # Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment. "multiRegionAuxiliary": True or False, # Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field. "name": "A String", # Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters. "plan": "A String", # Capacity commitment commitment plan. @@ -317,6 +321,7 @@

Method Details

], "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. }, + "isFlatRate": True or False, # Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment. "multiRegionAuxiliary": True or False, # Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field. "name": "A String", # Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters. "plan": "A String", # Capacity commitment commitment plan. @@ -348,6 +353,7 @@

Method Details

], "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. }, + "isFlatRate": True or False, # Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment. "multiRegionAuxiliary": True or False, # Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field. "name": "A String", # Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters. "plan": "A String", # Capacity commitment commitment plan. @@ -378,6 +384,7 @@

Method Details

], "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. }, + "isFlatRate": True or False, # Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment. "multiRegionAuxiliary": True or False, # Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field. "name": "A String", # Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters. "plan": "A String", # Capacity commitment commitment plan. @@ -422,6 +429,7 @@

Method Details

], "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. }, + "isFlatRate": True or False, # Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment. "multiRegionAuxiliary": True or False, # Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field. "name": "A String", # Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters. "plan": "A String", # Capacity commitment commitment plan. @@ -442,6 +450,7 @@

Method Details

], "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. }, + "isFlatRate": True or False, # Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment. "multiRegionAuxiliary": True or False, # Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field. "name": "A String", # Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` The commitment_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters. "plan": "A String", # Capacity commitment commitment plan. diff --git a/docs/dyn/classroom_v1.courses.html b/docs/dyn/classroom_v1.courses.html index 4e8d9026e07..7dae73c1fdb 100644 --- a/docs/dyn/classroom_v1.courses.html +++ b/docs/dyn/classroom_v1.courses.html @@ -149,7 +149,7 @@

Method Details

{ # A Course in Classroom. "alternateLink": "A String", # Absolute link to this course in the Classroom web UI. Read-only. - "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only. + "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. The Calendar for a course is created asynchronously when the `course is set to the `CourseState.ACTIVE` for the first time (i.e. at creation time or when it is updated to `ACTIVE` through the UI or the API). The Calendar ID will not be populated until this processing is completed. Read-only. "courseGroupEmail": "A String", # The email address of a Google group containing all members of the course. This group does not accept email and can only be used for permissions. Read-only. "courseMaterialSets": [ # Sets of materials that appear on the "about" page of this course. Read-only. { # A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole. @@ -225,7 +225,7 @@

Method Details

{ # A Course in Classroom. "alternateLink": "A String", # Absolute link to this course in the Classroom web UI. Read-only. - "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only. + "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. The Calendar for a course is created asynchronously when the `course is set to the `CourseState.ACTIVE` for the first time (i.e. at creation time or when it is updated to `ACTIVE` through the UI or the API). The Calendar ID will not be populated until this processing is completed. Read-only. "courseGroupEmail": "A String", # The email address of a Google group containing all members of the course. This group does not accept email and can only be used for permissions. Read-only. "courseMaterialSets": [ # Sets of materials that appear on the "about" page of this course. Read-only. { # A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole. @@ -326,7 +326,7 @@

Method Details

{ # A Course in Classroom. "alternateLink": "A String", # Absolute link to this course in the Classroom web UI. Read-only. - "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only. + "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. The Calendar for a course is created asynchronously when the `course is set to the `CourseState.ACTIVE` for the first time (i.e. at creation time or when it is updated to `ACTIVE` through the UI or the API). The Calendar ID will not be populated until this processing is completed. Read-only. "courseGroupEmail": "A String", # The email address of a Google group containing all members of the course. This group does not accept email and can only be used for permissions. Read-only. "courseMaterialSets": [ # Sets of materials that appear on the "about" page of this course. Read-only. { # A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole. @@ -422,7 +422,7 @@

Method Details

"courses": [ # Courses that match the list request. { # A Course in Classroom. "alternateLink": "A String", # Absolute link to this course in the Classroom web UI. Read-only. - "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only. + "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. The Calendar for a course is created asynchronously when the `course is set to the `CourseState.ACTIVE` for the first time (i.e. at creation time or when it is updated to `ACTIVE` through the UI or the API). The Calendar ID will not be populated until this processing is completed. Read-only. "courseGroupEmail": "A String", # The email address of a Google group containing all members of the course. This group does not accept email and can only be used for permissions. Read-only. "courseMaterialSets": [ # Sets of materials that appear on the "about" page of this course. Read-only. { # A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole. @@ -517,7 +517,7 @@

Method Details

{ # A Course in Classroom. "alternateLink": "A String", # Absolute link to this course in the Classroom web UI. Read-only. - "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only. + "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. The Calendar for a course is created asynchronously when the `course is set to the `CourseState.ACTIVE` for the first time (i.e. at creation time or when it is updated to `ACTIVE` through the UI or the API). The Calendar ID will not be populated until this processing is completed. Read-only. "courseGroupEmail": "A String", # The email address of a Google group containing all members of the course. This group does not accept email and can only be used for permissions. Read-only. "courseMaterialSets": [ # Sets of materials that appear on the "about" page of this course. Read-only. { # A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole. @@ -594,7 +594,7 @@

Method Details

{ # A Course in Classroom. "alternateLink": "A String", # Absolute link to this course in the Classroom web UI. Read-only. - "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only. + "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. The Calendar for a course is created asynchronously when the `course is set to the `CourseState.ACTIVE` for the first time (i.e. at creation time or when it is updated to `ACTIVE` through the UI or the API). The Calendar ID will not be populated until this processing is completed. Read-only. "courseGroupEmail": "A String", # The email address of a Google group containing all members of the course. This group does not accept email and can only be used for permissions. Read-only. "courseMaterialSets": [ # Sets of materials that appear on the "about" page of this course. Read-only. { # A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole. @@ -672,7 +672,7 @@

Method Details

{ # A Course in Classroom. "alternateLink": "A String", # Absolute link to this course in the Classroom web UI. Read-only. - "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only. + "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. The Calendar for a course is created asynchronously when the `course is set to the `CourseState.ACTIVE` for the first time (i.e. at creation time or when it is updated to `ACTIVE` through the UI or the API). The Calendar ID will not be populated until this processing is completed. Read-only. "courseGroupEmail": "A String", # The email address of a Google group containing all members of the course. This group does not accept email and can only be used for permissions. Read-only. "courseMaterialSets": [ # Sets of materials that appear on the "about" page of this course. Read-only. { # A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole. @@ -748,7 +748,7 @@

Method Details

{ # A Course in Classroom. "alternateLink": "A String", # Absolute link to this course in the Classroom web UI. Read-only. - "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only. + "calendarId": "A String", # The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. The Calendar for a course is created asynchronously when the `course is set to the `CourseState.ACTIVE` for the first time (i.e. at creation time or when it is updated to `ACTIVE` through the UI or the API). The Calendar ID will not be populated until this processing is completed. Read-only. "courseGroupEmail": "A String", # The email address of a Google group containing all members of the course. This group does not accept email and can only be used for permissions. Read-only. "courseMaterialSets": [ # Sets of materials that appear on the "about" page of this course. Read-only. { # A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole. diff --git a/docs/dyn/cloudidentity_v1beta1.devices.html b/docs/dyn/cloudidentity_v1beta1.devices.html index 7bc3f9a0876..1f3978e6c6f 100644 --- a/docs/dyn/cloudidentity_v1beta1.devices.html +++ b/docs/dyn/cloudidentity_v1beta1.devices.html @@ -163,10 +163,14 @@

Method Details

"customer": "A String", # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you're using this API for your own organization, use `customers/my_customer` If you're using this API to manage another organization, use `customers/{customer_id}`, where customer_id is the customer to whom the device belongs. "device": { # A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user. # Required. The device to be created. The name field within this device is ignored in the create method. A new name is created by the method, and returned within the response. Only the fields `device_type`, `serial_number` and `asset_tag` (if present) are used to create the device. All other fields are ignored. The `device_type` and `serial_number` fields are required. "androidSpecificAttributes": { # Resource representing the Android specific attributes of a Device. # Output only. Attributes specific to Android devices. + "ctsProfileMatch": True or False, # Whether the device passes Android CTS compliance. "enabledUnknownSources": True or False, # Whether applications from unknown sources can be installed on device. + "hasPotentiallyHarmfulApps": True or False, # Whether any potentially harmful apps were detected on the device. "ownerProfileAccount": True or False, # Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles. "ownershipPrivilege": "A String", # Ownership privileges on device. "supportsWorkProfile": True or False, # Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the "Enforce Work Profile" policy. + "verifiedBoot": True or False, # Whether Android verified boot status is GREEN. + "verifyAppsEnabled": True or False, # Whether Google Play Protect Verify Apps is enabled. }, "assetTag": "A String", # Asset tag of the device. "basebandVersion": "A String", # Output only. Baseband version of the device. @@ -308,10 +312,14 @@

Method Details

{ # A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user. "androidSpecificAttributes": { # Resource representing the Android specific attributes of a Device. # Output only. Attributes specific to Android devices. + "ctsProfileMatch": True or False, # Whether the device passes Android CTS compliance. "enabledUnknownSources": True or False, # Whether applications from unknown sources can be installed on device. + "hasPotentiallyHarmfulApps": True or False, # Whether any potentially harmful apps were detected on the device. "ownerProfileAccount": True or False, # Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles. "ownershipPrivilege": "A String", # Ownership privileges on device. "supportsWorkProfile": True or False, # Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the "Enforce Work Profile" policy. + "verifiedBoot": True or False, # Whether Android verified boot status is GREEN. + "verifyAppsEnabled": True or False, # Whether Google Play Protect Verify Apps is enabled. }, "assetTag": "A String", # Asset tag of the device. "basebandVersion": "A String", # Output only. Baseband version of the device. @@ -398,10 +406,14 @@

Method Details

"devices": [ # Devices meeting the list restrictions. { # A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user. "androidSpecificAttributes": { # Resource representing the Android specific attributes of a Device. # Output only. Attributes specific to Android devices. + "ctsProfileMatch": True or False, # Whether the device passes Android CTS compliance. "enabledUnknownSources": True or False, # Whether applications from unknown sources can be installed on device. + "hasPotentiallyHarmfulApps": True or False, # Whether any potentially harmful apps were detected on the device. "ownerProfileAccount": True or False, # Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles. "ownershipPrivilege": "A String", # Ownership privileges on device. "supportsWorkProfile": True or False, # Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the "Enforce Work Profile" policy. + "verifiedBoot": True or False, # Whether Android verified boot status is GREEN. + "verifyAppsEnabled": True or False, # Whether Google Play Protect Verify Apps is enabled. }, "assetTag": "A String", # Asset tag of the device. "basebandVersion": "A String", # Output only. Baseband version of the device. diff --git a/docs/dyn/container_v1.projects.locations.clusters.html b/docs/dyn/container_v1.projects.locations.clusters.html index 4287bcb920b..a9910a5b148 100644 --- a/docs/dyn/container_v1.projects.locations.clusters.html +++ b/docs/dyn/container_v1.projects.locations.clusters.html @@ -593,6 +593,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -735,6 +746,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -1388,6 +1410,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -1530,6 +1563,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -2086,6 +2130,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -2228,6 +2283,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", diff --git a/docs/dyn/container_v1.projects.locations.clusters.nodePools.html b/docs/dyn/container_v1.projects.locations.clusters.nodePools.html index 2639d4078bd..0c1daf742bc 100644 --- a/docs/dyn/container_v1.projects.locations.clusters.nodePools.html +++ b/docs/dyn/container_v1.projects.locations.clusters.nodePools.html @@ -251,6 +251,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -594,6 +605,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -803,6 +825,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", diff --git a/docs/dyn/container_v1.projects.zones.clusters.html b/docs/dyn/container_v1.projects.zones.clusters.html index 5089f540d9c..b334e7dde8b 100644 --- a/docs/dyn/container_v1.projects.zones.clusters.html +++ b/docs/dyn/container_v1.projects.zones.clusters.html @@ -700,6 +700,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -842,6 +853,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -1495,6 +1517,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -1637,6 +1670,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -2237,6 +2281,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -2379,6 +2434,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", diff --git a/docs/dyn/container_v1.projects.zones.clusters.nodePools.html b/docs/dyn/container_v1.projects.zones.clusters.nodePools.html index da3363ac12f..06db9d21324 100644 --- a/docs/dyn/container_v1.projects.zones.clusters.nodePools.html +++ b/docs/dyn/container_v1.projects.zones.clusters.nodePools.html @@ -316,6 +316,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -659,6 +670,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", @@ -868,6 +890,17 @@

Method Details

"enableIntegrityMonitoring": True or False, # Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. "enableSecureBoot": True or False, # Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. }, + "soleTenantConfig": { # SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool. # Parameters for node pools to be backed by shared sole tenant node groups. + "nodeAffinities": [ # NodeAffinities used to match to a shared sole tenant node group. + { # Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + "key": "A String", # Key for NodeAffinity. + "operator": "A String", # Operator for NodeAffinity. + "values": [ # Values for NodeAffinity. + "A String", + ], + }, + ], + }, "spot": True or False, # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. "tags": [ # The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035. "A String", diff --git a/docs/dyn/datalineage_v1.projects.locations.html b/docs/dyn/datalineage_v1.projects.locations.html index b93a911d029..27792aac0ed 100644 --- a/docs/dyn/datalineage_v1.projects.locations.html +++ b/docs/dyn/datalineage_v1.projects.locations.html @@ -174,10 +174,10 @@

Method Details

"pageSize": 42, # Optional. The maximum number of links to return in a single page of the response. A page may contain fewer links than this value. If unspecified, at most 10 links are returned. Maximum value is 100; values greater than 100 are reduced to 100. "pageToken": "A String", # Optional. The page token received from a previous `SearchLinksRequest` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request. "source": { # The soft reference to everything you can attach a lineage event to. # Optional. Send asset information in the **source** field to retrieve all links that lead from the specified asset to downstream assets. - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, "target": { # The soft reference to everything you can attach a lineage event to. # Optional. Send asset information in the **target** field to retrieve all links that lead from upstream assets to the specified asset. - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, } @@ -195,11 +195,11 @@

Method Details

"endTime": "A String", # The end of the last event establishing this link. "name": "A String", # Output only. Immutable. The name of the link. Format: `projects/{project}/locations/{location}/links/{link}`. "source": { # The soft reference to everything you can attach a lineage event to. # The pointer to the entity that is the **source** of this link. - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, "startTime": "A String", # The start of the first event establishing this link. "target": { # The soft reference to everything you can attach a lineage event to. # The pointer to the entity that is the **target** of this link. - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, }, ], diff --git a/docs/dyn/datalineage_v1.projects.locations.processes.html b/docs/dyn/datalineage_v1.projects.locations.processes.html index 9ccf126d49d..a10bb208c6e 100644 --- a/docs/dyn/datalineage_v1.projects.locations.processes.html +++ b/docs/dyn/datalineage_v1.projects.locations.processes.html @@ -122,8 +122,8 @@

Method Details

"displayName": "A String", # Optional. A human-readable name you can set to display in a user interface. Must be not longer than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like `_-:&.` "name": "A String", # Immutable. The resource name of the lineage process. Format: `projects/{project}/locations/{location}/processes/{process}`. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: `a-zA-Z0-9_-:.` "origin": { # Origin of a process. # Optional. The origin of this process and its runs and lineage events. - "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` - "sourceType": "A String", # Type of the source. + "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` + "sourceType": "A String", # Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice. }, } @@ -143,8 +143,8 @@

Method Details

"displayName": "A String", # Optional. A human-readable name you can set to display in a user interface. Must be not longer than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like `_-:&.` "name": "A String", # Immutable. The resource name of the lineage process. Format: `projects/{project}/locations/{location}/processes/{process}`. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: `a-zA-Z0-9_-:.` "origin": { # Origin of a process. # Optional. The origin of this process and its runs and lineage events. - "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` - "sourceType": "A String", # Type of the source. + "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` + "sourceType": "A String", # Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice. }, }
@@ -206,8 +206,8 @@

Method Details

"displayName": "A String", # Optional. A human-readable name you can set to display in a user interface. Must be not longer than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like `_-:&.` "name": "A String", # Immutable. The resource name of the lineage process. Format: `projects/{project}/locations/{location}/processes/{process}`. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: `a-zA-Z0-9_-:.` "origin": { # Origin of a process. # Optional. The origin of this process and its runs and lineage events. - "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` - "sourceType": "A String", # Type of the source. + "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` + "sourceType": "A String", # Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice. }, } @@ -238,8 +238,8 @@

Method Details

"displayName": "A String", # Optional. A human-readable name you can set to display in a user interface. Must be not longer than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like `_-:&.` "name": "A String", # Immutable. The resource name of the lineage process. Format: `projects/{project}/locations/{location}/processes/{process}`. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: `a-zA-Z0-9_-:.` "origin": { # Origin of a process. # Optional. The origin of this process and its runs and lineage events. - "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` - "sourceType": "A String", # Type of the source. + "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` + "sourceType": "A String", # Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice. }, }, ], @@ -276,8 +276,8 @@

Method Details

"displayName": "A String", # Optional. A human-readable name you can set to display in a user interface. Must be not longer than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like `_-:&.` "name": "A String", # Immutable. The resource name of the lineage process. Format: `projects/{project}/locations/{location}/processes/{process}`. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: `a-zA-Z0-9_-:.` "origin": { # Origin of a process. # Optional. The origin of this process and its runs and lineage events. - "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` - "sourceType": "A String", # Type of the source. + "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` + "sourceType": "A String", # Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice. }, } @@ -298,8 +298,8 @@

Method Details

"displayName": "A String", # Optional. A human-readable name you can set to display in a user interface. Must be not longer than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like `_-:&.` "name": "A String", # Immutable. The resource name of the lineage process. Format: `projects/{project}/locations/{location}/processes/{process}`. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: `a-zA-Z0-9_-:.` "origin": { # Origin of a process. # Optional. The origin of this process and its runs and lineage events. - "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` - "sourceType": "A String", # Type of the source. + "name": "A String", # If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}` + "sourceType": "A String", # Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged, and may be restricted in the future without notice. }, } diff --git a/docs/dyn/datalineage_v1.projects.locations.processes.runs.lineageEvents.html b/docs/dyn/datalineage_v1.projects.locations.processes.runs.lineageEvents.html index 7cdfb04b2ab..a2f94dc08a5 100644 --- a/docs/dyn/datalineage_v1.projects.locations.processes.runs.lineageEvents.html +++ b/docs/dyn/datalineage_v1.projects.locations.processes.runs.lineageEvents.html @@ -112,10 +112,10 @@

Method Details

"links": [ # Optional. List of source-target pairs. Can't contain more than 100 tuples. { # A lineage between source and target entities. "source": { # The soft reference to everything you can attach a lineage event to. # Required. Reference to the source entity - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, "target": { # The soft reference to everything you can attach a lineage event to. # Required. Reference to the target entity - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, }, ], @@ -137,10 +137,10 @@

Method Details

"links": [ # Optional. List of source-target pairs. Can't contain more than 100 tuples. { # A lineage between source and target entities. "source": { # The soft reference to everything you can attach a lineage event to. # Required. Reference to the source entity - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, "target": { # The soft reference to everything you can attach a lineage event to. # Required. Reference to the target entity - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, }, ], @@ -187,10 +187,10 @@

Method Details

"links": [ # Optional. List of source-target pairs. Can't contain more than 100 tuples. { # A lineage between source and target entities. "source": { # The soft reference to everything you can attach a lineage event to. # Required. Reference to the source entity - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, "target": { # The soft reference to everything you can attach a lineage event to. # Required. Reference to the target entity - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, }, ], @@ -222,10 +222,10 @@

Method Details

"links": [ # Optional. List of source-target pairs. Can't contain more than 100 tuples. { # A lineage between source and target entities. "source": { # The soft reference to everything you can attach a lineage event to. # Required. Reference to the source entity - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, "target": { # The soft reference to everything you can attach a lineage event to. # Required. Reference to the target entity - "fullyQualifiedName": "A String", # Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as Google Cloud resources, for example, tables in Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` * `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id` * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId` + "fullyQualifiedName": "A String", # Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity. }, }, ], diff --git a/docs/dyn/datastore_v1beta3.projects.html b/docs/dyn/datastore_v1beta3.projects.html index 14a789165b4..782819c4efe 100644 --- a/docs/dyn/datastore_v1beta3.projects.html +++ b/docs/dyn/datastore_v1beta3.projects.html @@ -236,7 +236,40 @@

Method Details

], }, "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value + "a_key": { # A message that can hold any of the supported value types and associated metadata. + "arrayValue": { # An array value. # An array value. Cannot contain another array value. A `Value` instance that sets field `array_value` must not set fields `meaning` or `exclude_from_indexes`. + "values": [ # Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'. + # Object with schema name: Value + ], + }, + "blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. + "booleanValue": True or False, # A boolean value. + "doubleValue": 3.14, # A double value. + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. + "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "keyValue": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # A key value. + "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. + "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. + "projectId": "A String", # The ID of the project to which the entities belong. + }, + "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. + { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. + "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. + "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + }, + ], + }, + "meaning": 42, # The `meaning` field should only be populated for backwards compatibility. + "nullValue": "A String", # A null value. + "stringValue": "A String", # A UTF-8 encoded string value. When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes. + "timestampValue": "A String", # A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down. + }, }, }, "update": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # The entity to update. The entity must already exist. Must have a complete key path. @@ -254,7 +287,40 @@

Method Details

], }, "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value + "a_key": { # A message that can hold any of the supported value types and associated metadata. + "arrayValue": { # An array value. # An array value. Cannot contain another array value. A `Value` instance that sets field `array_value` must not set fields `meaning` or `exclude_from_indexes`. + "values": [ # Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'. + # Object with schema name: Value + ], + }, + "blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. + "booleanValue": True or False, # A boolean value. + "doubleValue": 3.14, # A double value. + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. + "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "keyValue": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # A key value. + "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. + "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. + "projectId": "A String", # The ID of the project to which the entities belong. + }, + "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. + { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. + "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. + "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + }, + ], + }, + "meaning": 42, # The `meaning` field should only be populated for backwards compatibility. + "nullValue": "A String", # A null value. + "stringValue": "A String", # A UTF-8 encoded string value. When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes. + "timestampValue": "A String", # A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down. + }, }, }, "updateTime": "A String", # The update time of the entity that this mutation is being applied to. If this does not match the current update time on the server, the mutation conflicts. @@ -273,7 +339,40 @@

Method Details

], }, "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value + "a_key": { # A message that can hold any of the supported value types and associated metadata. + "arrayValue": { # An array value. # An array value. Cannot contain another array value. A `Value` instance that sets field `array_value` must not set fields `meaning` or `exclude_from_indexes`. + "values": [ # Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'. + # Object with schema name: Value + ], + }, + "blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. + "booleanValue": True or False, # A boolean value. + "doubleValue": 3.14, # A double value. + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. + "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "keyValue": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # A key value. + "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. + "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. + "projectId": "A String", # The ID of the project to which the entities belong. + }, + "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. + { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. + "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. + "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + }, + ], + }, + "meaning": 42, # The `meaning` field should only be populated for backwards compatibility. + "nullValue": "A String", # A null value. + "stringValue": "A String", # A UTF-8 encoded string value. When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes. + "timestampValue": "A String", # A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down. + }, }, }, }, @@ -391,7 +490,40 @@

Method Details

], }, "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value + "a_key": { # A message that can hold any of the supported value types and associated metadata. + "arrayValue": { # An array value. # An array value. Cannot contain another array value. A `Value` instance that sets field `array_value` must not set fields `meaning` or `exclude_from_indexes`. + "values": [ # Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'. + # Object with schema name: Value + ], + }, + "blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. + "booleanValue": True or False, # A boolean value. + "doubleValue": 3.14, # A double value. + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. + "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "keyValue": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # A key value. + "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. + "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. + "projectId": "A String", # The ID of the project to which the entities belong. + }, + "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. + { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. + "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. + "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + }, + ], + }, + "meaning": 42, # The `meaning` field should only be populated for backwards compatibility. + "nullValue": "A String", # A null value. + "stringValue": "A String", # A UTF-8 encoded string value. When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes. + "timestampValue": "A String", # A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down. + }, }, }, "updateTime": "A String", # The time at which the entity was last changed. This field is set for `FULL` entity results. If this entity is missing, this field will not be set. @@ -417,7 +549,40 @@

Method Details

], }, "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value + "a_key": { # A message that can hold any of the supported value types and associated metadata. + "arrayValue": { # An array value. # An array value. Cannot contain another array value. A `Value` instance that sets field `array_value` must not set fields `meaning` or `exclude_from_indexes`. + "values": [ # Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'. + # Object with schema name: Value + ], + }, + "blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. + "booleanValue": True or False, # A boolean value. + "doubleValue": 3.14, # A double value. + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. + "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "keyValue": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # A key value. + "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. + "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. + "projectId": "A String", # The ID of the project to which the entities belong. + }, + "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. + { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. + "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. + "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + }, + ], + }, + "meaning": 42, # The `meaning` field should only be populated for backwards compatibility. + "nullValue": "A String", # A null value. + "stringValue": "A String", # A UTF-8 encoded string value. When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes. + "timestampValue": "A String", # A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down. + }, }, }, "updateTime": "A String", # The time at which the entity was last changed. This field is set for `FULL` entity results. If this entity is missing, this field will not be set. @@ -540,24 +705,7 @@

Method Details

"blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. "booleanValue": True or False, # A boolean value. "doubleValue": 3.14, # A double value. - "entityValue": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. - "key": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in `Value.entity_value` may have no key). An entity's kind is its key path's last element's kind, or null if it has no key. - "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. - "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. - "projectId": "A String", # The ID of the project to which the entities belong. - }, - "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. - { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. - "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. - "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - }, - ], - }, - "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value - }, - }, + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. @@ -623,24 +771,7 @@

Method Details

"blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. "booleanValue": True or False, # A boolean value. "doubleValue": 3.14, # A double value. - "entityValue": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. - "key": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in `Value.entity_value` may have no key). An entity's kind is its key path's last element's kind, or null if it has no key. - "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. - "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. - "projectId": "A String", # The ID of the project to which the entities belong. - }, - "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. - { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. - "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. - "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - }, - ], - }, - "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value - }, - }, + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. @@ -679,24 +810,7 @@

Method Details

"blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. "booleanValue": True or False, # A boolean value. "doubleValue": 3.14, # A double value. - "entityValue": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. - "key": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in `Value.entity_value` may have no key). An entity's kind is its key path's last element's kind, or null if it has no key. - "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. - "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. - "projectId": "A String", # The ID of the project to which the entities belong. - }, - "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. - { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. - "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. - "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - }, - ], - }, - "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value - }, - }, + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. @@ -758,24 +872,7 @@

Method Details

"blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. "booleanValue": True or False, # A boolean value. "doubleValue": 3.14, # A double value. - "entityValue": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. - "key": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in `Value.entity_value` may have no key). An entity's kind is its key path's last element's kind, or null if it has no key. - "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. - "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. - "projectId": "A String", # The ID of the project to which the entities belong. - }, - "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. - { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. - "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. - "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - }, - ], - }, - "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value - }, - }, + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. @@ -843,24 +940,7 @@

Method Details

"blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. "booleanValue": True or False, # A boolean value. "doubleValue": 3.14, # A double value. - "entityValue": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. - "key": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in `Value.entity_value` may have no key). An entity's kind is its key path's last element's kind, or null if it has no key. - "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. - "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. - "projectId": "A String", # The ID of the project to which the entities belong. - }, - "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. - { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. - "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. - "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - }, - ], - }, - "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value - }, - }, + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. @@ -939,24 +1019,7 @@

Method Details

"blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. "booleanValue": True or False, # A boolean value. "doubleValue": 3.14, # A double value. - "entityValue": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. - "key": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in `Value.entity_value` may have no key). An entity's kind is its key path's last element's kind, or null if it has no key. - "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. - "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. - "projectId": "A String", # The ID of the project to which the entities belong. - }, - "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. - { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. - "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. - "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - }, - ], - }, - "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value - }, - }, + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. @@ -995,24 +1058,7 @@

Method Details

"blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. "booleanValue": True or False, # A boolean value. "doubleValue": 3.14, # A double value. - "entityValue": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. - "key": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in `Value.entity_value` may have no key). An entity's kind is its key path's last element's kind, or null if it has no key. - "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. - "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. - "projectId": "A String", # The ID of the project to which the entities belong. - }, - "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. - { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. - "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. - "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - }, - ], - }, - "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value - }, - }, + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. @@ -1073,24 +1119,7 @@

Method Details

"blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. "booleanValue": True or False, # A boolean value. "doubleValue": 3.14, # A double value. - "entityValue": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. - "key": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in `Value.entity_value` may have no key). An entity's kind is its key path's last element's kind, or null if it has no key. - "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. - "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. - "projectId": "A String", # The ID of the project to which the entities belong. - }, - "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. - { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. - "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. - "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - }, - ], - }, - "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value - }, - }, + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. @@ -1179,7 +1208,40 @@

Method Details

], }, "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value + "a_key": { # A message that can hold any of the supported value types and associated metadata. + "arrayValue": { # An array value. # An array value. Cannot contain another array value. A `Value` instance that sets field `array_value` must not set fields `meaning` or `exclude_from_indexes`. + "values": [ # Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'. + # Object with schema name: Value + ], + }, + "blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. + "booleanValue": True or False, # A boolean value. + "doubleValue": 3.14, # A double value. + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. + "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "keyValue": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # A key value. + "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. + "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. + "projectId": "A String", # The ID of the project to which the entities belong. + }, + "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. + { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. + "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. + "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. + }, + ], + }, + "meaning": 42, # The `meaning` field should only be populated for backwards compatibility. + "nullValue": "A String", # A null value. + "stringValue": "A String", # A UTF-8 encoded string value. When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes. + "timestampValue": "A String", # A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down. + }, }, }, "updateTime": "A String", # The time at which the entity was last changed. This field is set for `FULL` entity results. If this entity is missing, this field will not be set. @@ -1220,24 +1282,7 @@

Method Details

"blobValue": "A String", # A blob value. May have at most 1,000,000 bytes. When `exclude_from_indexes` is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded. "booleanValue": True or False, # A boolean value. "doubleValue": 3.14, # A double value. - "entityValue": { # A Datastore data object. Must not exceed 1 MiB - 4 bytes. # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. - "key": { # A unique identifier for an entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts. # The entity's key. An entity must have a key, unless otherwise documented (for example, an entity in `Value.entity_value` may have no key). An entity's kind is its key path's last element's kind, or null if it has no key. - "partitionId": { # A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition dimensions: - May be `""`. - Must be valid UTF-8 bytes. - Must have values that match regex `[A-Za-z\d\.\-_]{1,100}` If the value of any dimension matches regex `__.*__`, the partition is reserved/read-only. A reserved/read-only partition ID is forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign partition IDs may fail if the project is not in an active state. # Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition. - "namespaceId": "A String", # If not empty, the ID of the namespace to which the entities belong. - "projectId": "A String", # The ID of the project to which the entities belong. - }, - "path": [ # The entity path. An entity path consists of one or more elements composed of a kind and a string or numerical identifier, which identify entities. The first element identifies a _root entity_, the second element identifies a _child_ of the root entity, the third element identifies a child of the second entity, and so forth. The entities identified by all prefixes of the path are called the element's _ancestors_. An entity path is always fully complete: *all* of the entity's ancestors are required to be in the path along with the entity identifier itself. The only exception is that in some documented cases, the identifier in the last path element (for the entity) itself may be omitted. For example, the last path element of the key of `Mutation.insert` may have no identifier. A path can never be empty, and a path can have at most 100 elements. - { # A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete. - "id": "A String", # The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. - "kind": "A String", # The kind of the entity. A kind matching regex `__.*__` is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - "name": "A String", # The name of the entity. A name matching regex `__.*__` is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be `""`. Must be valid UTF-8 bytes. Legacy values that are not valid UTF-8 are encoded as `__bytes__` where `` is the base-64 encoding of the bytes. - }, - ], - }, - "properties": { # The entity's properties. The map's keys are property names. A property name matching regex `__.*__` is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. - "a_key": # Object with schema name: Value - }, - }, + "entityValue": # Object with schema name: Entity # An entity value. - May have no key. - May have a key with an incomplete key path. - May have a reserved/read-only key. "excludeFromIndexes": True or False, # If the value should be excluded from all indexes including those defined explicitly. "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. diff --git a/docs/dyn/datastream_v1.projects.locations.streams.html b/docs/dyn/datastream_v1.projects.locations.streams.html index 9f9b047ea2a..0deb8ccb677 100644 --- a/docs/dyn/datastream_v1.projects.locations.streams.html +++ b/docs/dyn/datastream_v1.projects.locations.streams.html @@ -98,7 +98,7 @@

Instance Methods

list_next()

Retrieves the next page of results.

- patch(name, body=None, force=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None)

+ patch(name, body=None, cdcStrategy_specificStartPosition_mysqlLogPosition_logFile=None, cdcStrategy_specificStartPosition_mysqlLogPosition_logPosition=None, force=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None)

Use this method to update the configuration of a stream.

Method Details

@@ -1111,7 +1111,7 @@

Method Details

- patch(name, body=None, force=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None) + patch(name, body=None, cdcStrategy_specificStartPosition_mysqlLogPosition_logFile=None, cdcStrategy_specificStartPosition_mysqlLogPosition_logPosition=None, force=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None)
Use this method to update the configuration of a stream.
 
 Args:
@@ -1409,6 +1409,8 @@ 

Method Details

"updateTime": "A String", # Output only. The last update time of the stream. } + cdcStrategy_specificStartPosition_mysqlLogPosition_logFile: string, The binary log file name. + cdcStrategy_specificStartPosition_mysqlLogPosition_logPosition: integer, The position within the binary log file. Default is head of file. force: boolean, Optional. Update the stream without validating it. requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). updateMask: string, Optional. Field mask is used to specify the fields to be overwritten in the stream resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. diff --git a/docs/dyn/dialogflow_v3.projects.locations.agents.testCases.html b/docs/dyn/dialogflow_v3.projects.locations.agents.testCases.html index 866578ce25a..f4cdbf31243 100644 --- a/docs/dyn/dialogflow_v3.projects.locations.agents.testCases.html +++ b/docs/dyn/dialogflow_v3.projects.locations.agents.testCases.html @@ -3233,7 +3233,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -3976,7 +3976,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -4730,7 +4730,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -5473,7 +5473,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -6278,7 +6278,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -7021,7 +7021,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -7835,7 +7835,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -8578,7 +8578,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -9350,7 +9350,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -10093,7 +10093,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -10848,7 +10848,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -11591,7 +11591,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], diff --git a/docs/dyn/dialogflow_v3.projects.locations.agents.testCases.results.html b/docs/dyn/dialogflow_v3.projects.locations.agents.testCases.results.html index 95aed885d4d..bb1d8494190 100644 --- a/docs/dyn/dialogflow_v3.projects.locations.agents.testCases.results.html +++ b/docs/dyn/dialogflow_v3.projects.locations.agents.testCases.results.html @@ -783,7 +783,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -1544,7 +1544,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.testCases.html b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.testCases.html index c88bcfd149f..deed0d04632 100644 --- a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.testCases.html +++ b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.testCases.html @@ -3233,7 +3233,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -3976,7 +3976,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -4730,7 +4730,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -5473,7 +5473,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -6278,7 +6278,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -7021,7 +7021,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -7835,7 +7835,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -8578,7 +8578,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -9350,7 +9350,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -10093,7 +10093,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -10848,7 +10848,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -11591,7 +11591,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.testCases.results.html b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.testCases.results.html index 7bab94aa3d3..d4c28bbe525 100644 --- a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.testCases.results.html +++ b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.testCases.results.html @@ -783,7 +783,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], @@ -1544,7 +1544,7 @@

Method Details

}, "differences": [ # Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any. { # The description of differences between original and replayed agent output. - "description": "A String", # A description of the diff, showing the actual output vs expected output. + "description": "A String", # A human readable description of the diff, showing the actual output vs expected output. "type": "A String", # The type of diff. }, ], diff --git a/docs/dyn/discoveryengine_v1alpha.projects.locations.collections.dataStores.branches.documents.html b/docs/dyn/discoveryengine_v1alpha.projects.locations.collections.dataStores.branches.documents.html index bc2fecea9db..76dc31800f7 100644 --- a/docs/dyn/discoveryengine_v1alpha.projects.locations.collections.dataStores.branches.documents.html +++ b/docs/dyn/discoveryengine_v1alpha.projects.locations.collections.dataStores.branches.documents.html @@ -202,6 +202,7 @@

Method Details

The object takes the form of: { # Request message for Import methods. + "autoGenerateIds": True or False, # Whether to automatically generate IDs for the documents if absent. If set to `true`, Document.ids are automatically generated based on the hash of the payload, where IDs may not be consistent during multiple imports. In which case ReconciliationMode.FULL is highly recommended to avoid duplicate contents. If unset or set to `false`, Document.ids have to be specified using id_field, otherwises, documents without IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. Otherwise, an INVALID_ARGUMENT error is thrown. "bigquerySource": { # BigQuery source import data from. # BigQuery input source. "dataSchema": "A String", # The schema to use when parsing the data from the source. Supported values for user event imports: * `user_event` (default): One UserEvent per row. Supported values for document imports: * `document` (default): One Document format per row. Each document must have a valid Document.id and one of Document.json_data or Document.struct_data. * `custom`: One custom data per row in arbitrary format that conforms the defined Schema of the data store. This can only be used by the GENERIC Data Store vertical. "datasetId": "A String", # Required. The BigQuery data set to copy the data from with a length limit of 1,024 characters. @@ -223,6 +224,7 @@

Method Details

"A String", ], }, + "idField": "A String", # The field in the Cloud Storage and BigQuery sources that indicates the unique IDs of the documents. For GcsSource it is the key of the JSON field. For instance, `my_id` for JSON `{"my_id": "some_uuid"}`. For BigQuerySource it is the column name of the BigQuery table where the unique ids are stored. The values of the JSON field or the BigQuery column will be used as the Document.ids. The JSON field or the BigQuery column must be of string type, and the values must be set as valid strings conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with 1-63 characters. Otherwise, documents without valid IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. And only set this field when auto_generate_ids is unset or set as `false`. Otherwise, an INVALID_ARGUMENT error is thrown. If it is unset, a default value `_id` is used when importing from the allowed data sources. "inlineSource": { # The inline source for the input config for ImportDocuments method. # The Inline source for the input content for documents. "documents": [ # Required. A list of documents to update/create. Each document must have a valid Document.id. Recommended max of 100 items. { # Document captures all raw metadata information of items to be recommended or searched. diff --git a/docs/dyn/discoveryengine_v1alpha.projects.locations.dataStores.branches.documents.html b/docs/dyn/discoveryengine_v1alpha.projects.locations.dataStores.branches.documents.html index ee48b064440..97c280baac5 100644 --- a/docs/dyn/discoveryengine_v1alpha.projects.locations.dataStores.branches.documents.html +++ b/docs/dyn/discoveryengine_v1alpha.projects.locations.dataStores.branches.documents.html @@ -202,6 +202,7 @@

Method Details

The object takes the form of: { # Request message for Import methods. + "autoGenerateIds": True or False, # Whether to automatically generate IDs for the documents if absent. If set to `true`, Document.ids are automatically generated based on the hash of the payload, where IDs may not be consistent during multiple imports. In which case ReconciliationMode.FULL is highly recommended to avoid duplicate contents. If unset or set to `false`, Document.ids have to be specified using id_field, otherwises, documents without IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. Otherwise, an INVALID_ARGUMENT error is thrown. "bigquerySource": { # BigQuery source import data from. # BigQuery input source. "dataSchema": "A String", # The schema to use when parsing the data from the source. Supported values for user event imports: * `user_event` (default): One UserEvent per row. Supported values for document imports: * `document` (default): One Document format per row. Each document must have a valid Document.id and one of Document.json_data or Document.struct_data. * `custom`: One custom data per row in arbitrary format that conforms the defined Schema of the data store. This can only be used by the GENERIC Data Store vertical. "datasetId": "A String", # Required. The BigQuery data set to copy the data from with a length limit of 1,024 characters. @@ -223,6 +224,7 @@

Method Details

"A String", ], }, + "idField": "A String", # The field in the Cloud Storage and BigQuery sources that indicates the unique IDs of the documents. For GcsSource it is the key of the JSON field. For instance, `my_id` for JSON `{"my_id": "some_uuid"}`. For BigQuerySource it is the column name of the BigQuery table where the unique ids are stored. The values of the JSON field or the BigQuery column will be used as the Document.ids. The JSON field or the BigQuery column must be of string type, and the values must be set as valid strings conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with 1-63 characters. Otherwise, documents without valid IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. And only set this field when auto_generate_ids is unset or set as `false`. Otherwise, an INVALID_ARGUMENT error is thrown. If it is unset, a default value `_id` is used when importing from the allowed data sources. "inlineSource": { # The inline source for the input config for ImportDocuments method. # The Inline source for the input content for documents. "documents": [ # Required. A list of documents to update/create. Each document must have a valid Document.id. Recommended max of 100 items. { # Document captures all raw metadata information of items to be recommended or searched. diff --git a/docs/dyn/discoveryengine_v1beta.projects.locations.collections.dataStores.branches.documents.html b/docs/dyn/discoveryengine_v1beta.projects.locations.collections.dataStores.branches.documents.html index 3f250e0ebd6..731c0d1cb48 100644 --- a/docs/dyn/discoveryengine_v1beta.projects.locations.collections.dataStores.branches.documents.html +++ b/docs/dyn/discoveryengine_v1beta.projects.locations.collections.dataStores.branches.documents.html @@ -202,6 +202,7 @@

Method Details

The object takes the form of: { # Request message for Import methods. + "autoGenerateIds": True or False, # Whether to automatically generate IDs for the documents if absent. If set to `true`, Document.ids are automatically generated based on the hash of the payload, where IDs may not be consistent during multiple imports. In which case ReconciliationMode.FULL is highly recommended to avoid duplicate contents. If unset or set to `false`, Document.ids have to be specified using id_field, otherwises, documents without IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. Otherwise, an INVALID_ARGUMENT error is thrown. "bigquerySource": { # BigQuery source import data from. # BigQuery input source. "dataSchema": "A String", # The schema to use when parsing the data from the source. Supported values for user event imports: * `user_event` (default): One UserEvent per row. Supported values for document imports: * `document` (default): One Document format per row. Each document must have a valid Document.id and one of Document.json_data or Document.struct_data. * `custom`: One custom data per row in arbitrary format that conforms the defined Schema of the data store. This can only be used by the GENERIC Data Store vertical. "datasetId": "A String", # Required. The BigQuery data set to copy the data from with a length limit of 1,024 characters. @@ -223,6 +224,7 @@

Method Details

"A String", ], }, + "idField": "A String", # The field in the Cloud Storage and BigQuery sources that indicates the unique IDs of the documents. For GcsSource it is the key of the JSON field. For instance, `my_id` for JSON `{"my_id": "some_uuid"}`. For BigQuerySource it is the column name of the BigQuery table where the unique ids are stored. The values of the JSON field or the BigQuery column will be used as the Document.ids. The JSON field or the BigQuery column must be of string type, and the values must be set as valid strings conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with 1-63 characters. Otherwise, documents without valid IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. And only set this field when auto_generate_ids is unset or set as `false`. Otherwise, an INVALID_ARGUMENT error is thrown. If it is unset, a default value `_id` is used when importing from the allowed data sources. "inlineSource": { # The inline source for the input config for ImportDocuments method. # The Inline source for the input content for documents. "documents": [ # Required. A list of documents to update/create. Each document must have a valid Document.id. Recommended max of 100 items. { # Document captures all raw metadata information of items to be recommended or searched. diff --git a/docs/dyn/discoveryengine_v1beta.projects.locations.dataStores.branches.documents.html b/docs/dyn/discoveryengine_v1beta.projects.locations.dataStores.branches.documents.html index 88283978832..4834e05b9de 100644 --- a/docs/dyn/discoveryengine_v1beta.projects.locations.dataStores.branches.documents.html +++ b/docs/dyn/discoveryengine_v1beta.projects.locations.dataStores.branches.documents.html @@ -202,6 +202,7 @@

Method Details

The object takes the form of: { # Request message for Import methods. + "autoGenerateIds": True or False, # Whether to automatically generate IDs for the documents if absent. If set to `true`, Document.ids are automatically generated based on the hash of the payload, where IDs may not be consistent during multiple imports. In which case ReconciliationMode.FULL is highly recommended to avoid duplicate contents. If unset or set to `false`, Document.ids have to be specified using id_field, otherwises, documents without IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. Otherwise, an INVALID_ARGUMENT error is thrown. "bigquerySource": { # BigQuery source import data from. # BigQuery input source. "dataSchema": "A String", # The schema to use when parsing the data from the source. Supported values for user event imports: * `user_event` (default): One UserEvent per row. Supported values for document imports: * `document` (default): One Document format per row. Each document must have a valid Document.id and one of Document.json_data or Document.struct_data. * `custom`: One custom data per row in arbitrary format that conforms the defined Schema of the data store. This can only be used by the GENERIC Data Store vertical. "datasetId": "A String", # Required. The BigQuery data set to copy the data from with a length limit of 1,024 characters. @@ -223,6 +224,7 @@

Method Details

"A String", ], }, + "idField": "A String", # The field in the Cloud Storage and BigQuery sources that indicates the unique IDs of the documents. For GcsSource it is the key of the JSON field. For instance, `my_id` for JSON `{"my_id": "some_uuid"}`. For BigQuerySource it is the column name of the BigQuery table where the unique ids are stored. The values of the JSON field or the BigQuery column will be used as the Document.ids. The JSON field or the BigQuery column must be of string type, and the values must be set as valid strings conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with 1-63 characters. Otherwise, documents without valid IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. And only set this field when auto_generate_ids is unset or set as `false`. Otherwise, an INVALID_ARGUMENT error is thrown. If it is unset, a default value `_id` is used when importing from the allowed data sources. "inlineSource": { # The inline source for the input config for ImportDocuments method. # The Inline source for the input content for documents. "documents": [ # Required. A list of documents to update/create. Each document must have a valid Document.id. Recommended max of 100 items. { # Document captures all raw metadata information of items to be recommended or searched. diff --git a/docs/dyn/dlp_v2.html b/docs/dyn/dlp_v2.html index b37f64a9226..8c67161256e 100644 --- a/docs/dyn/dlp_v2.html +++ b/docs/dyn/dlp_v2.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API

+

Cloud Data Loss Prevention (DLP)

Instance Methods

infoTypes() diff --git a/docs/dyn/dlp_v2.infoTypes.html b/docs/dyn/dlp_v2.infoTypes.html index 44e2c667a53..6edca97fb73 100644 --- a/docs/dyn/dlp_v2.infoTypes.html +++ b/docs/dyn/dlp_v2.infoTypes.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . infoTypes

+

Cloud Data Loss Prevention (DLP) . infoTypes

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.locations.html b/docs/dyn/dlp_v2.locations.html index 504fdfa32bb..c8fe4730b0e 100644 --- a/docs/dyn/dlp_v2.locations.html +++ b/docs/dyn/dlp_v2.locations.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . locations

+

Cloud Data Loss Prevention (DLP) . locations

Instance Methods

infoTypes() diff --git a/docs/dyn/dlp_v2.locations.infoTypes.html b/docs/dyn/dlp_v2.locations.infoTypes.html index 4271694c718..2dfeabaf946 100644 --- a/docs/dyn/dlp_v2.locations.infoTypes.html +++ b/docs/dyn/dlp_v2.locations.infoTypes.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . locations . infoTypes

+

Cloud Data Loss Prevention (DLP) . locations . infoTypes

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.organizations.deidentifyTemplates.html b/docs/dyn/dlp_v2.organizations.deidentifyTemplates.html index adfc4780e4c..7cdc2affc0f 100644 --- a/docs/dyn/dlp_v2.organizations.deidentifyTemplates.html +++ b/docs/dyn/dlp_v2.organizations.deidentifyTemplates.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations . deidentifyTemplates

+

Cloud Data Loss Prevention (DLP) . organizations . deidentifyTemplates

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.organizations.html b/docs/dyn/dlp_v2.organizations.html index 45388ebb9fa..df04b41651e 100644 --- a/docs/dyn/dlp_v2.organizations.html +++ b/docs/dyn/dlp_v2.organizations.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations

+

Cloud Data Loss Prevention (DLP) . organizations

Instance Methods

deidentifyTemplates() diff --git a/docs/dyn/dlp_v2.organizations.inspectTemplates.html b/docs/dyn/dlp_v2.organizations.inspectTemplates.html index 9391f5c8c9f..6ad92943069 100644 --- a/docs/dyn/dlp_v2.organizations.inspectTemplates.html +++ b/docs/dyn/dlp_v2.organizations.inspectTemplates.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations . inspectTemplates

+

Cloud Data Loss Prevention (DLP) . organizations . inspectTemplates

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html b/docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html index a7ce359d2de..09fb8dd08a5 100644 --- a/docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html +++ b/docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations . locations . deidentifyTemplates

+

Cloud Data Loss Prevention (DLP) . organizations . locations . deidentifyTemplates

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.organizations.locations.dlpJobs.html b/docs/dyn/dlp_v2.organizations.locations.dlpJobs.html index 73ac444e61a..43c187ae55f 100644 --- a/docs/dyn/dlp_v2.organizations.locations.dlpJobs.html +++ b/docs/dyn/dlp_v2.organizations.locations.dlpJobs.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations . locations . dlpJobs

+

Cloud Data Loss Prevention (DLP) . organizations . locations . dlpJobs

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.organizations.locations.html b/docs/dyn/dlp_v2.organizations.locations.html index e6ca79a4765..09db04fbdca 100644 --- a/docs/dyn/dlp_v2.organizations.locations.html +++ b/docs/dyn/dlp_v2.organizations.locations.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations . locations

+

Cloud Data Loss Prevention (DLP) . organizations . locations

Instance Methods

deidentifyTemplates() diff --git a/docs/dyn/dlp_v2.organizations.locations.inspectTemplates.html b/docs/dyn/dlp_v2.organizations.locations.inspectTemplates.html index 55764fe536b..63433eaa24c 100644 --- a/docs/dyn/dlp_v2.organizations.locations.inspectTemplates.html +++ b/docs/dyn/dlp_v2.organizations.locations.inspectTemplates.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations . locations . inspectTemplates

+

Cloud Data Loss Prevention (DLP) . organizations . locations . inspectTemplates

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.organizations.locations.jobTriggers.html b/docs/dyn/dlp_v2.organizations.locations.jobTriggers.html index f21ff831ba7..1aaa1468be5 100644 --- a/docs/dyn/dlp_v2.organizations.locations.jobTriggers.html +++ b/docs/dyn/dlp_v2.organizations.locations.jobTriggers.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations . locations . jobTriggers

+

Cloud Data Loss Prevention (DLP) . organizations . locations . jobTriggers

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.organizations.locations.storedInfoTypes.html b/docs/dyn/dlp_v2.organizations.locations.storedInfoTypes.html index fac0e6c4824..dcae988039b 100644 --- a/docs/dyn/dlp_v2.organizations.locations.storedInfoTypes.html +++ b/docs/dyn/dlp_v2.organizations.locations.storedInfoTypes.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations . locations . storedInfoTypes

+

Cloud Data Loss Prevention (DLP) . organizations . locations . storedInfoTypes

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.organizations.storedInfoTypes.html b/docs/dyn/dlp_v2.organizations.storedInfoTypes.html index b3d30731395..189697238ad 100644 --- a/docs/dyn/dlp_v2.organizations.storedInfoTypes.html +++ b/docs/dyn/dlp_v2.organizations.storedInfoTypes.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . organizations . storedInfoTypes

+

Cloud Data Loss Prevention (DLP) . organizations . storedInfoTypes

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.content.html b/docs/dyn/dlp_v2.projects.content.html index 2995ce26af4..24d91085a1a 100644 --- a/docs/dyn/dlp_v2.projects.content.html +++ b/docs/dyn/dlp_v2.projects.content.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . content

+

Cloud Data Loss Prevention (DLP) . projects . content

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.deidentifyTemplates.html b/docs/dyn/dlp_v2.projects.deidentifyTemplates.html index 9fdb368953c..9bdd468b23e 100644 --- a/docs/dyn/dlp_v2.projects.deidentifyTemplates.html +++ b/docs/dyn/dlp_v2.projects.deidentifyTemplates.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . deidentifyTemplates

+

Cloud Data Loss Prevention (DLP) . projects . deidentifyTemplates

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.dlpJobs.html b/docs/dyn/dlp_v2.projects.dlpJobs.html index bf06cde8bcf..23dfa3c3266 100644 --- a/docs/dyn/dlp_v2.projects.dlpJobs.html +++ b/docs/dyn/dlp_v2.projects.dlpJobs.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . dlpJobs

+

Cloud Data Loss Prevention (DLP) . projects . dlpJobs

Instance Methods

cancel(name, body=None, x__xgafv=None)

diff --git a/docs/dyn/dlp_v2.projects.html b/docs/dyn/dlp_v2.projects.html index b1b7b59a8c1..e09e1d4df31 100644 --- a/docs/dyn/dlp_v2.projects.html +++ b/docs/dyn/dlp_v2.projects.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects

+

Cloud Data Loss Prevention (DLP) . projects

Instance Methods

content() diff --git a/docs/dyn/dlp_v2.projects.image.html b/docs/dyn/dlp_v2.projects.image.html index 045dd1e4c47..07c1d5f1b2c 100644 --- a/docs/dyn/dlp_v2.projects.image.html +++ b/docs/dyn/dlp_v2.projects.image.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . image

+

Cloud Data Loss Prevention (DLP) . projects . image

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.inspectTemplates.html b/docs/dyn/dlp_v2.projects.inspectTemplates.html index 10deafa5bef..61d724c1b5a 100644 --- a/docs/dyn/dlp_v2.projects.inspectTemplates.html +++ b/docs/dyn/dlp_v2.projects.inspectTemplates.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . inspectTemplates

+

Cloud Data Loss Prevention (DLP) . projects . inspectTemplates

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.jobTriggers.html b/docs/dyn/dlp_v2.projects.jobTriggers.html index d17aba948da..c6690d519be 100644 --- a/docs/dyn/dlp_v2.projects.jobTriggers.html +++ b/docs/dyn/dlp_v2.projects.jobTriggers.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . jobTriggers

+

Cloud Data Loss Prevention (DLP) . projects . jobTriggers

Instance Methods

activate(name, body=None, x__xgafv=None)

diff --git a/docs/dyn/dlp_v2.projects.locations.content.html b/docs/dyn/dlp_v2.projects.locations.content.html index 7331569075a..670589163ab 100644 --- a/docs/dyn/dlp_v2.projects.locations.content.html +++ b/docs/dyn/dlp_v2.projects.locations.content.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . locations . content

+

Cloud Data Loss Prevention (DLP) . projects . locations . content

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.locations.deidentifyTemplates.html b/docs/dyn/dlp_v2.projects.locations.deidentifyTemplates.html index 682364a64a6..cd22789cb83 100644 --- a/docs/dyn/dlp_v2.projects.locations.deidentifyTemplates.html +++ b/docs/dyn/dlp_v2.projects.locations.deidentifyTemplates.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . locations . deidentifyTemplates

+

Cloud Data Loss Prevention (DLP) . projects . locations . deidentifyTemplates

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.locations.dlpJobs.html b/docs/dyn/dlp_v2.projects.locations.dlpJobs.html index fda07f1358b..8891f427109 100644 --- a/docs/dyn/dlp_v2.projects.locations.dlpJobs.html +++ b/docs/dyn/dlp_v2.projects.locations.dlpJobs.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . locations . dlpJobs

+

Cloud Data Loss Prevention (DLP) . projects . locations . dlpJobs

Instance Methods

cancel(name, body=None, x__xgafv=None)

diff --git a/docs/dyn/dlp_v2.projects.locations.html b/docs/dyn/dlp_v2.projects.locations.html index 4fe523b1e67..6084cc530e7 100644 --- a/docs/dyn/dlp_v2.projects.locations.html +++ b/docs/dyn/dlp_v2.projects.locations.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . locations

+

Cloud Data Loss Prevention (DLP) . projects . locations

Instance Methods

content() diff --git a/docs/dyn/dlp_v2.projects.locations.image.html b/docs/dyn/dlp_v2.projects.locations.image.html index 96c6886af05..90b930dde4f 100644 --- a/docs/dyn/dlp_v2.projects.locations.image.html +++ b/docs/dyn/dlp_v2.projects.locations.image.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . locations . image

+

Cloud Data Loss Prevention (DLP) . projects . locations . image

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.locations.inspectTemplates.html b/docs/dyn/dlp_v2.projects.locations.inspectTemplates.html index 08dba815e55..fa47207518d 100644 --- a/docs/dyn/dlp_v2.projects.locations.inspectTemplates.html +++ b/docs/dyn/dlp_v2.projects.locations.inspectTemplates.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . locations . inspectTemplates

+

Cloud Data Loss Prevention (DLP) . projects . locations . inspectTemplates

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.locations.jobTriggers.html b/docs/dyn/dlp_v2.projects.locations.jobTriggers.html index eec67ea4a5e..0351471268d 100644 --- a/docs/dyn/dlp_v2.projects.locations.jobTriggers.html +++ b/docs/dyn/dlp_v2.projects.locations.jobTriggers.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . locations . jobTriggers

+

Cloud Data Loss Prevention (DLP) . projects . locations . jobTriggers

Instance Methods

activate(name, body=None, x__xgafv=None)

diff --git a/docs/dyn/dlp_v2.projects.locations.storedInfoTypes.html b/docs/dyn/dlp_v2.projects.locations.storedInfoTypes.html index 4baa9940048..1d9121e452f 100644 --- a/docs/dyn/dlp_v2.projects.locations.storedInfoTypes.html +++ b/docs/dyn/dlp_v2.projects.locations.storedInfoTypes.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . locations . storedInfoTypes

+

Cloud Data Loss Prevention (DLP) . projects . locations . storedInfoTypes

Instance Methods

close()

diff --git a/docs/dyn/dlp_v2.projects.storedInfoTypes.html b/docs/dyn/dlp_v2.projects.storedInfoTypes.html index 3a3bd86b39a..dbda6b71405 100644 --- a/docs/dyn/dlp_v2.projects.storedInfoTypes.html +++ b/docs/dyn/dlp_v2.projects.storedInfoTypes.html @@ -72,7 +72,7 @@ -

Cloud Data Loss Prevention (DLP) API . projects . storedInfoTypes

+

Cloud Data Loss Prevention (DLP) . projects . storedInfoTypes

Instance Methods

close()

diff --git a/docs/dyn/drive_v2.about.html b/docs/dyn/drive_v2.about.html index 7213cf29f90..bb1eb100197 100644 --- a/docs/dyn/drive_v2.about.html +++ b/docs/dyn/drive_v2.about.html @@ -72,13 +72,13 @@ -

Drive API . about

+

Google Drive API . about

Instance Methods

close()

Close httplib2 connections.

- get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None)

+ get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None, x__xgafv=None)

Gets the information about the current user along with Drive API settings

Method Details

@@ -87,13 +87,17 @@

Method Details

- get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None) + get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None, x__xgafv=None)
Gets the information about the current user along with Drive API settings
 
 Args:
-  includeSubscribed: boolean, Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount.
+  includeSubscribed: boolean, Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the `maxChangeIdCount`.
   maxChangeIdCount: string, Maximum number of remaining change IDs to count
   startChangeId: string, Change ID to start counting from when calculating number of remaining change IDs
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -113,12 +117,8 @@ 

Method Details

}, ], "canCreateDrives": True or False, # Whether the user can create shared drives. - "canCreateTeamDrives": True or False, # Deprecated - use canCreateDrives instead. - "domainSharingPolicy": "A String", # The domain sharing policy for the current user. Possible values are: - # - allowed - # - allowedWithWarning - # - incomingOnly - # - disallowed + "canCreateTeamDrives": True or False, # Deprecated: Use `canCreateDrives` instead. + "domainSharingPolicy": "A String", # The domain sharing policy for the current user. Possible values are: * `allowed` * `allowedWithWarning` * `incomingOnly` * `disallowed` "driveThemes": [ # A list of themes that are supported for shared drives. { "backgroundImageLink": "A String", # A link to this theme's background image. @@ -153,7 +153,7 @@

Method Details

}, ], "isCurrentAppInstalled": True or False, # A boolean indicating whether the authenticated app is installed by the authenticated user. - "kind": "drive#about", # This is always drive#about. + "kind": "drive#about", # This is always `drive#about`. "languageCode": "A String", # The user's language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format (http://www.unicode.org/reports/tr35/). "largestChangeId": "A String", # The largest change id. "maxUploadSizes": [ # List of max upload sizes for each file type. The most specific type takes precedence. @@ -174,27 +174,25 @@

Method Details

"quotaBytesUsed": "A String", # The number of quota bytes used by Google Drive. "quotaBytesUsedAggregate": "A String", # The number of quota bytes used by all Google apps (Drive, Picasa, etc.). "quotaBytesUsedInTrash": "A String", # The number of quota bytes used by trashed items. - "quotaType": "A String", # The type of the user's storage quota. Possible values are: - # - LIMITED - # - UNLIMITED + "quotaType": "A String", # The type of the user's storage quota. Possible values are: * `LIMITED` * `UNLIMITED` "remainingChangeIds": "A String", # The number of remaining change ids, limited to no more than 2500. "rootFolderId": "A String", # The id of the root folder. "selfLink": "A String", # A link back to this item. - "teamDriveThemes": [ # Deprecated - use driveThemes instead. + "teamDriveThemes": [ # Deprecated: Use `driveThemes` instead. { - "backgroundImageLink": "A String", # Deprecated - use driveThemes/backgroundImageLink instead. - "colorRgb": "A String", # Deprecated - use driveThemes/colorRgb instead. - "id": "A String", # Deprecated - use driveThemes/id instead. + "backgroundImageLink": "A String", # Deprecated: Use `driveThemes/backgroundImageLink` instead. + "colorRgb": "A String", # Deprecated: Use `driveThemes/colorRgb` instead. + "id": "A String", # Deprecated: Use `driveThemes/id` instead. }, ], "user": { # Information about a Drive user. # The authenticated user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, }
diff --git a/docs/dyn/drive_v2.apps.html b/docs/dyn/drive_v2.apps.html index 0e3053fd4a6..502401b9a74 100644 --- a/docs/dyn/drive_v2.apps.html +++ b/docs/dyn/drive_v2.apps.html @@ -72,16 +72,16 @@ -

Drive API . apps

+

Google Drive API . apps

Instance Methods

close()

Close httplib2 connections.

- get(appId)

+ get(appId, x__xgafv=None)

Gets a specific app.

- list(appFilterExtensions=None, appFilterMimeTypes=None, languageCode=None)

+ list(appFilterExtensions=None, appFilterMimeTypes=None, languageCode=None, x__xgafv=None)

Lists a user's installed apps.

Method Details

@@ -90,11 +90,15 @@

Method Details

- get(appId) + get(appId, x__xgafv=None)
Gets a specific app.
 
 Args:
   appId: string, The ID of the app. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -106,21 +110,18 @@ 

Method Details

"hasDriveWideScope": True or False, # Whether the app has drive-wide scope. An app with drive-wide scope can access all files in the user's drive. "icons": [ # The various icons for the app. { - "category": "A String", # Category of the icon. Allowed values are: - # - application - icon for the application - # - document - icon for a file associated with the app - # - documentShared - icon for a shared file associated with the app + "category": "A String", # Category of the icon. Allowed values are: * `application` - icon for the application * `document` - icon for a file associated with the app * `documentShared` - icon for a shared file associated with the app "iconUrl": "A String", # URL for the icon. "size": 42, # Size of the icon. Represented as the maximum of the width and height. }, ], "id": "A String", # The ID of the app. "installed": True or False, # Whether the app is installed. - "kind": "drive#app", # This is always drive#app. + "kind": "drive#app", # This is always `drive#app`. "longDescription": "A String", # A long description of the app. "name": "A String", # The name of the app. "objectType": "A String", # The type of object this app creates (e.g. Chart). If empty, the app name should be used instead. - "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See Open Files for the full documentation. + "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain `{ids}` and/or `{exportIds}` to be replaced by the actual file ids. See Open Files for the full documentation. "primaryFileExtensions": [ # The list of primary file extensions. "A String", ], @@ -145,13 +146,17 @@

Method Details

- list(appFilterExtensions=None, appFilterMimeTypes=None, languageCode=None) + list(appFilterExtensions=None, appFilterMimeTypes=None, languageCode=None, x__xgafv=None)
Lists a user's installed apps.
 
 Args:
-  appFilterExtensions: string, A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If appFilterMimeTypes are provided as well, the result is a union of the two resulting app lists.
-  appFilterMimeTypes: string, A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If appFilterExtensions are provided as well, the result is a union of the two resulting app lists.
+  appFilterExtensions: string, A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If `appFilterMimeTypes` are provided as well, the result is a union of the two resulting app lists.
+  appFilterMimeTypes: string, A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If `appFilterExtensions` are provided as well, the result is a union of the two resulting app lists.
   languageCode: string, A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format (http://www.unicode.org/reports/tr35/).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -169,21 +174,18 @@ 

Method Details

"hasDriveWideScope": True or False, # Whether the app has drive-wide scope. An app with drive-wide scope can access all files in the user's drive. "icons": [ # The various icons for the app. { - "category": "A String", # Category of the icon. Allowed values are: - # - application - icon for the application - # - document - icon for a file associated with the app - # - documentShared - icon for a shared file associated with the app + "category": "A String", # Category of the icon. Allowed values are: * `application` - icon for the application * `document` - icon for a file associated with the app * `documentShared` - icon for a shared file associated with the app "iconUrl": "A String", # URL for the icon. "size": 42, # Size of the icon. Represented as the maximum of the width and height. }, ], "id": "A String", # The ID of the app. "installed": True or False, # Whether the app is installed. - "kind": "drive#app", # This is always drive#app. + "kind": "drive#app", # This is always `drive#app`. "longDescription": "A String", # A long description of the app. "name": "A String", # The name of the app. "objectType": "A String", # The type of object this app creates (e.g. Chart). If empty, the app name should be used instead. - "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See Open Files for the full documentation. + "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain `{ids}` and/or `{exportIds}` to be replaced by the actual file ids. See Open Files for the full documentation. "primaryFileExtensions": [ # The list of primary file extensions. "A String", ], @@ -206,7 +208,7 @@

Method Details

"useByDefault": True or False, # Whether the app is selected as the default handler for the types it supports. }, ], - "kind": "drive#appList", # This is always drive#appList. + "kind": "drive#appList", # This is always `drive#appList`. "selfLink": "A String", # A link back to this list. }
diff --git a/docs/dyn/drive_v2.changes.html b/docs/dyn/drive_v2.changes.html index c662312cbf7..dbd1e981d45 100644 --- a/docs/dyn/drive_v2.changes.html +++ b/docs/dyn/drive_v2.changes.html @@ -72,25 +72,25 @@ -

Drive API . changes

+

Google Drive API . changes

Instance Methods

close()

Close httplib2 connections.

- get(changeId, driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

-

Deprecated - Use changes.getStartPageToken and changes.list to retrieve recent changes.

+ get(changeId, driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

+

Deprecated: Use `changes.getStartPageToken` and `changes.list` to retrieve recent changes.

- getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Gets the starting pageToken for listing future changes.

- list(driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ list(driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Lists the changes for a user or shared drive.

list_next()

Retrieves the next page of results.

- watch(body=None, driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ watch(body=None, driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Subscribe to changes for a user.

Method Details

@@ -99,499 +99,454 @@

Method Details

- get(changeId, driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) -
Deprecated - Use changes.getStartPageToken and changes.list to retrieve recent changes.
+    get(changeId, driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
+  
Deprecated: Use `changes.getStartPageToken` and `changes.list` to retrieve recent changes.
 
 Args:
   changeId: string, The ID of the change. (required)
-  driveId: string, The shared drive from which the change is returned.
+  driveId: string, The shared drive from which the change will be returned.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a change to a file or shared drive.
-  "changeType": "A String", # The type of the change. Possible values are file and drive.
+  "changeType": "A String", # The type of the change. Possible values are `file` and `drive`.
   "deleted": True or False, # Whether the file or shared drive has been removed from this list of changes, for example by deletion or loss of access.
   "drive": { # Representation of a shared drive. # The updated state of the shared drive. Present if the changeType is drive, the user is still a member of the shared drive, and the shared drive has not been deleted.
-    "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+    "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
       "id": "A String", # The ID of an image file in Google Drive to use for the background image.
       "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
       "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
       "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
     },
-    "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-    "capabilities": { # Capabilities the current user has on this shared drive.
-      "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-      "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-      "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-      "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-      "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-      "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-      "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-      "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-      "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-      "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-      "canDownload": True or False, # Whether the current user can download files in this shared drive.
-      "canEdit": True or False, # Whether the current user can edit files in this shared drive
-      "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-      "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-      "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-      "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-      "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-      "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-      "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-      "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+    "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+    "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+      "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+      "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+      "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+      "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+      "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+      "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+      "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+      "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+      "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+      "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+      "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+      "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+      "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+      "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+      "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+      "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+      "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+      "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+      "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+      "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
     },
-    "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+    "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
     "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
     "hidden": True or False, # Whether the shared drive is hidden from default view.
-    "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-    "kind": "drive#drive", # This is always drive#drive
+    "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+    "kind": "drive#drive", # Output only. This is always `drive#drive`
     "name": "A String", # The name of this shared drive.
-    "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+    "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
     "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
       "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-      "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+      "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
       "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
       "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
       "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
     },
-    "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+    "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
   },
   "driveId": "A String", # The ID of the shared drive associated with this change.
   "file": { # The metadata for a file. # The updated state of the file. Present if the type is file and the file has not been removed from this list of changes.
-    "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-    "appDataContents": True or False, # Whether this file is in the Application Data folder.
-    "canComment": True or False, # Deprecated: use capabilities/canComment.
-    "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-    "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-      "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-      "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-      "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-      "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-      "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-      "canChangeRestrictedDownload": True or False, # Deprecated
-      "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-      "canComment": True or False, # Whether the current user can comment on this file.
-      "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-      "canDelete": True or False, # Whether the current user can delete this file.
-      "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-      "canDownload": True or False, # Whether the current user can download this file.
-      "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-      "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-      "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-      "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-      "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-      "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-      "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-      "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-      "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-      "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-      "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-      "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-      "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-      "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-      "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-      "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-      "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-      "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-      "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-      "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-      "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-      "canRename": True or False, # Whether the current user can rename this file.
-      "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-      "canTrash": True or False, # Whether the current user can move this file to trash.
-      "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-      "canUntrash": True or False, # Whether the current user can restore this file from trash.
+    "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+    "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+    "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+    "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+    "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+      "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+      "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+      "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+      "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+      "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+      "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+      "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+      "canComment": True or False, # Output only. Whether the current user can comment on this file.
+      "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+      "canDelete": True or False, # Output only. Whether the current user can delete this file.
+      "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+      "canDownload": True or False, # Output only. Whether the current user can download this file.
+      "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+      "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+      "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+      "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+      "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+      "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+      "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+      "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+      "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+      "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+      "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+      "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+      "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+      "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+      "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+      "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+      "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+      "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+      "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+      "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+      "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+      "canRename": True or False, # Output only. Whether the current user can rename this file.
+      "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+      "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+      "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+      "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
     },
     "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
       { # A restriction for accessing the content of the file.
         "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-        "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-        "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-          "displayName": "A String", # A plain text displayable name for this user.
-          "emailAddress": "A String", # The email address of the user.
-          "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-          "kind": "drive#user", # This is always drive#user.
-          "permissionId": "A String", # The user's ID as visible in the permissions collection.
-          "picture": { # The user's profile picture.
-            "url": "A String", # A URL that points to a profile picture of this user.
+        "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+        "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+          "displayName": "A String", # Output only. A plain text displayable name for this user.
+          "emailAddress": "A String", # Output only. The email address of the user.
+          "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+          "kind": "drive#user", # Output only. This is always `drive#user`.
+          "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+          "picture": { # Output only. The user's profile picture.
+            "url": "A String", # Output Only. A URL that points to a profile picture of this user.
           },
         },
         "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-        "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+        "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
       },
     ],
     "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-    "copyable": True or False, # Deprecated: use capabilities/canCopy.
+    "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
     "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-    "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
+    "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
     "description": "A String", # A short description of the file.
-    "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-    "editable": True or False, # Deprecated: use capabilities/canEdit.
-    "embedLink": "A String", # A link for embedding the file.
-    "etag": "A String", # ETag of the file.
-    "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-    "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-      "a_key": "A String", # A mapping from export format to URL
+    "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+    "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+    "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+    "embedLink": "A String", # Output only. A link for embedding the file.
+    "etag": "A String", # Output only. ETag of the file.
+    "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+    "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+      "a_key": "A String",
     },
-    "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+    "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
     "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-    "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-    "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-    "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "iconLink": "A String", # A link to the file's icon.
+    "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+    "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+    "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "iconLink": "A String", # Output only. A link to the file's icon.
     "id": "A String", # The ID of the file.
-    "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
-      "aperture": 3.14, # The aperture used to create the photo (f-number).
-      "cameraMake": "A String", # The make of the camera used to create the photo.
-      "cameraModel": "A String", # The model of the camera used to create the photo.
-      "colorSpace": "A String", # The color space of the photo.
-      "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-      "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-      "exposureMode": "A String", # The exposure mode used to create the photo.
-      "exposureTime": 3.14, # The length of the exposure, in seconds.
-      "flashUsed": True or False, # Whether a flash was used to create the photo.
-      "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-      "height": 42, # The height of the image in pixels.
-      "isoSpeed": 42, # The ISO speed used to create the photo.
-      "lens": "A String", # The lens used to create the photo.
-      "location": { # Geographic location information stored in the image.
-        "altitude": 3.14, # The altitude stored in the image.
-        "latitude": 3.14, # The latitude stored in the image.
-        "longitude": 3.14, # The longitude stored in the image.
+    "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
+      "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+      "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+      "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+      "colorSpace": "A String", # Output only. The color space of the photo.
+      "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+      "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+      "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+      "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+      "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+      "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+      "height": 42, # Output only. The height of the image in pixels.
+      "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+      "lens": "A String", # Output only. The lens used to create the photo.
+      "location": { # Output only. Geographic location information stored in the image.
+        "altitude": 3.14, # Output only. The altitude stored in the image.
+        "latitude": 3.14, # Output only. The latitude stored in the image.
+        "longitude": 3.14, # Output only. The longitude stored in the image.
       },
-      "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-      "meteringMode": "A String", # The metering mode used to create the photo.
-      "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-      "sensor": "A String", # The type of sensor used to create the photo.
-      "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-      "whiteBalance": "A String", # The white balance mode used to create the photo.
-      "width": 42, # The width of the image in pixels.
+      "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+      "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+      "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+      "sensor": "A String", # Output only. The type of sensor used to create the photo.
+      "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+      "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+      "width": 42, # Output only. The width of the image in pixels.
     },
-    "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "indexableText": { # Indexable text attributes for the file (can only be written)
       "text": "A String", # The text to be indexed for this file.
     },
-    "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-    "kind": "drive#file", # The type of file. This is always drive#file.
-    "labelInfo": { # An overview of the labels on the file.
-      "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-        { # Representation of a label and its fields.
-          "fields": { # A map of the label's fields keyed by the field ID.
-            "a_key": { # Representation of a label field.
+    "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+    "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+    "labelInfo": { # Output only. An overview of the labels on the file.
+      "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+        { # Representation of a label and label fields.
+          "fields": { # A map of the fields on the label, keyed by the field's ID.
+            "a_key": { # Representation of field, which is a typed key-value pair.
               "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
                 "A String",
               ],
-              "id": "A String", # The identifier of this field.
-              "integer": [ # Only present if valueType is integer.
+              "id": "A String", # The identifier of this label field.
+              "integer": [ # Only present if `valueType` is `integer`.
                 "A String",
               ],
-              "kind": "drive#labelField", # This is always drive#labelField.
-              "selection": [ # Only present if valueType is selection.
+              "kind": "drive#labelField", # This is always `drive#labelField`.
+              "selection": [ # Only present if `valueType` is `selection`
                 "A String",
               ],
-              "text": [ # Only present if valueType is text.
+              "text": [ # Only present if `valueType` is `text`.
                 "A String",
               ],
-              "user": [ # Only present if valueType is user.
+              "user": [ # Only present if `valueType` is `user`.
                 { # Information about a Drive user.
-                  "displayName": "A String", # A plain text displayable name for this user.
-                  "emailAddress": "A String", # The email address of the user.
-                  "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-                  "kind": "drive#user", # This is always drive#user.
-                  "permissionId": "A String", # The user's ID as visible in the permissions collection.
-                  "picture": { # The user's profile picture.
-                    "url": "A String", # A URL that points to a profile picture of this user.
+                  "displayName": "A String", # Output only. A plain text displayable name for this user.
+                  "emailAddress": "A String", # Output only. The email address of the user.
+                  "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                  "kind": "drive#user", # Output only. This is always `drive#user`.
+                  "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                  "picture": { # Output only. The user's profile picture.
+                    "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                   },
                 },
               ],
-              "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                  # - dateString
-                  # - integer
-                  # - selection
-                  # - text
-                  # - user
+              "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
             },
           },
           "id": "A String", # The ID of the label.
-          "kind": "drive#label", # This is always drive#label
+          "kind": "drive#label", # This is always `drive#label`
           "revisionId": "A String", # The revision ID of the label.
         },
       ],
     },
     "labels": { # A group of labels for the file.
-      "hidden": True or False, # Deprecated.
-      "modified": True or False, # Whether the file has been modified by this user.
-      "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+      "hidden": True or False, # Output only. Deprecated.
+      "modified": True or False, # Output only. Whether the file has been modified by this user.
+      "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
       "starred": True or False, # Whether this file is starred by the user.
-      "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+      "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
       "viewed": True or False, # Whether this file has been viewed by this user.
     },
-    "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-      "displayName": "A String", # A plain text displayable name for this user.
-      "emailAddress": "A String", # The email address of the user.
-      "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-      "kind": "drive#user", # This is always drive#user.
-      "permissionId": "A String", # The user's ID as visible in the permissions collection.
-      "picture": { # The user's profile picture.
-        "url": "A String", # A URL that points to a profile picture of this user.
+    "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
-    "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+    "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
     "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
     "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-      "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-      "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+      "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+      "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
     },
     "markedViewedByMeDate": "A String", # Deprecated.
-    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+    "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
     "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
     "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
     "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set.
-    "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
+    "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
       "a_key": "A String",
     },
-    "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-    "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-    "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+    "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+    "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+    "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
       "A String",
     ],
-    "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+    "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
       { # Information about a Drive user.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user.
-        "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-        "kind": "drive#user", # This is always drive#user.
-        "permissionId": "A String", # The user's ID as visible in the permissions collection.
-        "picture": { # The user's profile picture.
-          "url": "A String", # A URL that points to a profile picture of this user.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
     ],
-    "parents": [ # Collection of parent folders which contain this file.
-        # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+    "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
       { # A reference to a file's parent.
         "id": "A String", # The ID of the parent.
-        "isRoot": True or False, # Whether or not the parent is the root folder.
-        "kind": "drive#parentReference", # This is always drive#parentReference.
-        "parentLink": "A String", # A link to the parent.
-        "selfLink": "A String", # A link back to this reference.
+        "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+        "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+        "parentLink": "A String", # Output only. A link to the parent.
+        "selfLink": "A String", # Output only. A link back to this reference.
       },
     ],
-    "permissionIds": [ # List of permission IDs for users with access to this file.
+    "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
       "A String",
     ],
-    "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+    "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
       { # A permission for a file.
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+        "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
           "A String",
         ],
-        "authKey": "A String", # Deprecated.
-        "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-        "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-        "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-        "etag": "A String", # The ETag of the permission.
-        "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-            # - They cannot be set on shared drive items
-            # - They can only be set on user and group permissions
-            # - The date must be in the future
-            # - The date cannot be more than a year in the future
-        "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-        "kind": "drive#permission", # This is always drive#permission.
-        "name": "A String", # The name for this permission.
-        "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-        "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+        "authKey": "A String", # Output only. Deprecated.
+        "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+        "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+        "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+        "etag": "A String", # Output only. The ETag of the permission.
+        "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+        "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+        "kind": "drive#permission", # Output only. This is always `drive#permission`.
+        "name": "A String", # Output only. The name for this permission.
+        "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+        "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
           {
-            "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+            "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
               "A String",
             ],
-            "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-            "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-            "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-                # - file
-                # - member
-            "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-                # - organizer
-                # - fileOrganizer
-                # - writer
-                # - reader
+            "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+            "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+            "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+            "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
           },
         ],
-        "photoLink": "A String", # A link to the profile photo, if available.
-        "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-            # - owner
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
-        "selfLink": "A String", # A link back to this permission.
-        "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+        "photoLink": "A String", # Output only. A link to the profile photo, if available.
+        "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+        "selfLink": "A String", # Output only. A link back to this permission.
+        "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
           {
-            "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+            "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
               "A String",
             ],
-            "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-            "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-            "role": "A String", # Deprecated - use permissionDetails/role instead.
-            "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+            "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+            "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+            "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+            "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
           },
         ],
-        "type": "A String", # The account type. Allowed values are:
-            # - user
-            # - group
-            # - domain
-            # - anyone
-        "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-        "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+        "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+        "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+        "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
         "withLink": True or False, # Whether the link is required for this permission.
       },
     ],
     "properties": [ # The list of properties.
-      { # A key-value pair attached to a file that is either public or private to an application.
-          # The following limits apply to file properties:
-          # - Maximum of 100 properties total per file
-          # - Maximum of 30 private properties per app
-          # - Maximum of 30 public properties
-          # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-        "etag": "A String", # ETag of the property.
+      { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+        "etag": "A String", # Output only. ETag of the property.
         "key": "A String", # The key of this property.
-        "kind": "drive#property", # This is always drive#property.
-        "selfLink": "A String", # The link back to this property.
+        "kind": "drive#property", # Output only. This is always `drive#property`.
+        "selfLink": "A String", # Output only. The link back to this property.
         "value": "A String", # The value of this property.
-        "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+        "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
       },
     ],
-    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-    "resourceKey": "A String", # A key needed to access the item via a shared link.
-    "selfLink": "A String", # A link back to this file.
-    "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "shareable": True or False, # Deprecated: use capabilities/canShare.
-    "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+    "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+    "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+    "selfLink": "A String", # Output only. A link back to this file.
+    "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+    "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
     "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-    "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-      "displayName": "A String", # A plain text displayable name for this user.
-      "emailAddress": "A String", # The email address of the user.
-      "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-      "kind": "drive#user", # This is always drive#user.
-      "permissionId": "A String", # The user's ID as visible in the permissions collection.
-      "picture": { # The user's profile picture.
-        "url": "A String", # A URL that points to a profile picture of this user.
+    "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
-    "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+    "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
       "targetId": "A String", # The ID of the file that this shortcut points to.
-      "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-      "targetResourceKey": "A String", # The ResourceKey for the target file.
+      "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+      "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
     },
-    "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+    "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
       "A String",
     ],
-    "teamDriveId": "A String", # Deprecated - use driveId instead.
+    "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
     "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
       "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
       "mimeType": "A String", # The MIME type of the thumbnail.
     },
-    "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-    "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+    "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+    "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
     "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
     "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-    "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-      "displayName": "A String", # A plain text displayable name for this user.
-      "emailAddress": "A String", # The email address of the user.
-      "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-      "kind": "drive#user", # This is always drive#user.
-      "permissionId": "A String", # The user's ID as visible in the permissions collection.
-      "picture": { # The user's profile picture.
-        "url": "A String", # A URL that points to a profile picture of this user.
+    "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
-    "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+    "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
-    "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-    "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-      "durationMillis": "A String", # The duration of the video in milliseconds.
-      "height": 42, # The height of the video in pixels.
-      "width": 42, # The width of the video in pixels.
+    "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+    "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+      "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+      "height": 42, # Output only. The height of the video in pixels.
+      "width": 42, # Output only. The width of the video in pixels.
     },
-    "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
-    "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
+    "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
+    "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
     "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
   },
   "fileId": "A String", # The ID of the file associated with this change.
   "id": "A String", # The ID of the change.
-  "kind": "drive#change", # This is always drive#change.
+  "kind": "drive#change", # This is always `drive#change`.
   "modificationDate": "A String", # The time of this modification.
   "selfLink": "A String", # A link back to this change.
-  "teamDrive": { # Deprecated: use the drive collection instead. # Deprecated - use drive instead.
-    "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "teamDrive": { # Deprecated: Use the `drive` collection instead. # Deprecated: Use `drive` instead.
+    "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
       "id": "A String", # The ID of an image file in Drive to use for the background image.
       "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
       "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -600,11 +555,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -614,72 +569,80 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, - "teamDriveId": "A String", # Deprecated - use driveId instead. - "type": "A String", # Deprecated - use changeType instead. + "teamDriveId": "A String", # Deprecated: Use `driveId` instead. + "type": "A String", # Deprecated: Use `changeType` instead. }
- getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Gets the starting pageToken for listing future changes.
 
 Args:
-  driveId: string, The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.
+  driveId: string, The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     {
-  "kind": "drive#startPageToken", # Identifies what kind of resource this is. Value: the fixed string "drive#startPageToken".
+  "kind": "drive#startPageToken", # Identifies what kind of resource this is. Value: the fixed string `"drive#startPageToken"`.
   "startPageToken": "A String", # The starting page token for listing changes.
 }
- list(driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + list(driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Lists the changes for a user or shared drive.
 
 Args:
-  driveId: string, The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
+  driveId: string, The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
   includeCorpusRemovals: boolean, Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
   includeDeleted: boolean, Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  includeSubscribed: boolean, Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive are omitted from the result.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  includeSubscribed: boolean, Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   maxResults: integer, Maximum number of changes to return.
-  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.
-  spaces: string, A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.
-  startChangeId: string, Deprecated - use pageToken instead.
+  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response or to the response from the getStartPageToken method.
+  spaces: string, A comma-separated list of spaces to query. Supported values are `drive`, `appDataFolder` and `photos`.
+  startChangeId: string, Deprecated: Use `pageToken` instead.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -688,485 +651,436 @@ 

Method Details

"etag": "A String", # The ETag of the list. "items": [ # The list of changes. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # Representation of a change to a file or shared drive. - "changeType": "A String", # The type of the change. Possible values are file and drive. + "changeType": "A String", # The type of the change. Possible values are `file` and `drive`. "deleted": True or False, # Whether the file or shared drive has been removed from this list of changes, for example by deletion or loss of access. "drive": { # Representation of a shared drive. # The updated state of the shared drive. Present if the changeType is drive, the user is still a member of the shared drive, and the shared drive has not been deleted. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # This is always drive#drive + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. This is always `drive#drive` "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, "driveId": "A String", # The ID of the shared drive associated with this change. "file": { # The metadata for a file. # The updated state of the file. Present if the type is file and the file has not been removed from this list of changes. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. + "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type. "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date. "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set. - "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. + "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. "a_key": "A String", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. - "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }, "fileId": "A String", # The ID of the file associated with this change. "id": "A String", # The ID of the change. - "kind": "drive#change", # This is always drive#change. + "kind": "drive#change", # This is always `drive#change`. "modificationDate": "A String", # The time of this modification. "selfLink": "A String", # A link back to this change. - "teamDrive": { # Deprecated: use the drive collection instead. # Deprecated - use drive instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "teamDrive": { # Deprecated: Use the `drive` collection instead. # Deprecated: Use `drive` instead. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -1175,11 +1089,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -1189,33 +1103,33 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, - "teamDriveId": "A String", # Deprecated - use driveId instead. - "type": "A String", # Deprecated - use changeType instead. + "teamDriveId": "A String", # Deprecated: Use `driveId` instead. + "type": "A String", # Deprecated: Use `changeType` instead. }, ], - "kind": "drive#changeList", # This is always drive#changeList. + "kind": "drive#changeList", # This is always `drive#changeList`. "largestChangeId": "A String", # The current largest change ID. "newStartPageToken": "A String", # The starting page token for future changes. This will be present only if the end of the current changes list has been reached. "nextLink": "A String", # A link to the next page of changes. @@ -1239,60 +1153,64 @@

Method Details

- watch(body=None, driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + watch(body=None, driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Subscribe to changes for a user.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
-  driveId: string, The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
+  driveId: string, The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
   includeCorpusRemovals: boolean, Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
   includeDeleted: boolean, Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  includeSubscribed: boolean, Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive are omitted from the result.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  includeSubscribed: boolean, Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   maxResults: integer, Maximum number of changes to return.
-  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.
-  spaces: string, A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.
-  startChangeId: string, Deprecated - use pageToken instead.
+  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response or to the response from the getStartPageToken method.
+  spaces: string, A comma-separated list of spaces to query. Supported values are `drive`, `appDataFolder` and `photos`.
+  startChangeId: string, Deprecated: Use `pageToken` instead.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # An notification channel used to watch for resource changes.
+    { # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
diff --git a/docs/dyn/drive_v2.channels.html b/docs/dyn/drive_v2.channels.html index 4b17057c070..bb78a7a76ee 100644 --- a/docs/dyn/drive_v2.channels.html +++ b/docs/dyn/drive_v2.channels.html @@ -72,14 +72,14 @@ -

Drive API . channels

+

Google Drive API . channels

Instance Methods

close()

Close httplib2 connections.

- stop(body=None)

-

Stop watching resources through this channel

+ stop(body=None, x__xgafv=None)

+

Stops watching resources through this channel.

Method Details

close() @@ -87,28 +87,32 @@

Method Details

- stop(body=None) -
Stop watching resources through this channel
+    stop(body=None, x__xgafv=None)
+  
Stops watching resources through this channel.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
diff --git a/docs/dyn/drive_v2.children.html b/docs/dyn/drive_v2.children.html index 8c399e9601d..6a887ae6661 100644 --- a/docs/dyn/drive_v2.children.html +++ b/docs/dyn/drive_v2.children.html @@ -72,22 +72,22 @@ -

Drive API . children

+

Google Drive API . children

Instance Methods

close()

Close httplib2 connections.

- delete(folderId, childId, enforceSingleParent=None)

+ delete(folderId, childId, enforceSingleParent=None, x__xgafv=None)

Removes a child from a folder.

- get(folderId, childId)

+ get(folderId, childId, x__xgafv=None)

Gets a specific child reference.

- insert(folderId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)

+ insert(folderId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Inserts a file into a folder.

- list(folderId, maxResults=None, orderBy=None, pageToken=None, q=None)

+ list(folderId, maxResults=None, orderBy=None, pageToken=None, q=None, x__xgafv=None)

Lists a folder's children.

list_next()

@@ -99,37 +99,45 @@

Method Details

- delete(folderId, childId, enforceSingleParent=None) + delete(folderId, childId, enforceSingleParent=None, x__xgafv=None)
Removes a child from a folder.
 
 Args:
   folderId: string, The ID of the folder. (required)
   childId: string, The ID of the child. (required)
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is removed, the item is placed under its owner's root.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(folderId, childId) + get(folderId, childId, x__xgafv=None)
Gets a specific child reference.
 
 Args:
   folderId: string, The ID of the folder. (required)
   childId: string, The ID of the child. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A reference to a folder's child.
-  "childLink": "A String", # A link to the child.
+  "childLink": "A String", # Output only. A link to the child.
   "id": "A String", # The ID of the child.
-  "kind": "drive#childReference", # This is always drive#childReference.
-  "selfLink": "A String", # A link back to this reference.
+  "kind": "drive#childReference", # Output only. This is always `drive#childReference`.
+  "selfLink": "A String", # Output only. A link back to this reference.
 }
- insert(folderId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None) + insert(folderId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Inserts a file into a folder.
 
 Args:
@@ -138,37 +146,45 @@ 

Method Details

The object takes the form of: { # A reference to a folder's child. - "childLink": "A String", # A link to the child. + "childLink": "A String", # Output only. A link to the child. "id": "A String", # The ID of the child. - "kind": "drive#childReference", # This is always drive#childReference. - "selfLink": "A String", # A link back to this reference. + "kind": "drive#childReference", # Output only. This is always `drive#childReference`. + "selfLink": "A String", # Output only. A link back to this reference. } - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reference to a folder's child. - "childLink": "A String", # A link to the child. + "childLink": "A String", # Output only. A link to the child. "id": "A String", # The ID of the child. - "kind": "drive#childReference", # This is always drive#childReference. - "selfLink": "A String", # A link back to this reference. + "kind": "drive#childReference", # Output only. This is always `drive#childReference`. + "selfLink": "A String", # Output only. A link back to this reference. }
- list(folderId, maxResults=None, orderBy=None, pageToken=None, q=None) + list(folderId, maxResults=None, orderBy=None, pageToken=None, q=None, x__xgafv=None)
Lists a folder's children.
 
 Args:
   folderId: string, The ID of the folder. (required)
   maxResults: integer, Maximum number of children to return.
-  orderBy: string, A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', and 'title'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
+  orderBy: string, A comma-separated list of sort keys. Valid keys are `createdDate`, `folder`, `lastViewedByMeDate`, `modifiedByMeDate`, `modifiedDate`, `quotaBytesUsed`, `recency`, `sharedWithMeDate`, `starred`, and `title`. Each key sorts ascending by default, but may be reversed with the `desc` modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
   pageToken: string, Page token for children.
   q: string, Query string for searching children.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -177,13 +193,13 @@ 

Method Details

"etag": "A String", # The ETag of the list. "items": [ # The list of children. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A reference to a folder's child. - "childLink": "A String", # A link to the child. + "childLink": "A String", # Output only. A link to the child. "id": "A String", # The ID of the child. - "kind": "drive#childReference", # This is always drive#childReference. - "selfLink": "A String", # A link back to this reference. + "kind": "drive#childReference", # Output only. This is always `drive#childReference`. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "kind": "drive#childList", # This is always drive#childList. + "kind": "drive#childList", # This is always `drive#childList`. "nextLink": "A String", # A link to the next page of children. "nextPageToken": "A String", # The page token for the next page of children. This will be absent if the end of the children list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. "selfLink": "A String", # A link back to this list. diff --git a/docs/dyn/drive_v2.comments.html b/docs/dyn/drive_v2.comments.html index a3e7608610e..0288e1f68b9 100644 --- a/docs/dyn/drive_v2.comments.html +++ b/docs/dyn/drive_v2.comments.html @@ -72,31 +72,31 @@ -

Drive API . comments

+

Google Drive API . comments

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, commentId)

+ delete(fileId, commentId, x__xgafv=None)

Deletes a comment.

- get(fileId, commentId, includeDeleted=None)

+ get(fileId, commentId, includeDeleted=None, x__xgafv=None)

Gets a comment by ID.

- insert(fileId, body=None)

+ insert(fileId, body=None, x__xgafv=None)

Creates a new comment on the given file.

- list(fileId, includeDeleted=None, maxResults=None, pageToken=None, updatedMin=None)

+ list(fileId, includeDeleted=None, maxResults=None, pageToken=None, updatedMin=None, x__xgafv=None)

Lists a file's comments.

list_next()

Retrieves the next page of results.

- patch(fileId, commentId, body=None)

+ patch(fileId, commentId, body=None, x__xgafv=None)

Updates an existing comment.

- update(fileId, commentId, body=None)

+ update(fileId, commentId, body=None, x__xgafv=None)

Updates an existing comment.

Method Details

@@ -105,85 +105,89 @@

Method Details

- delete(fileId, commentId) + delete(fileId, commentId, x__xgafv=None)
Deletes a comment.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, commentId, includeDeleted=None) + get(fileId, commentId, includeDeleted=None, x__xgafv=None)
Gets a comment by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
   includeDeleted: boolean, If set, this will succeed when retrieving a deleted comment, and will include any deleted replies.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A comment on a file in Google Drive.
-  "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to  Add comments and replies.
-  "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments).
+  "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "commentId": "A String", # The ID of the comment.
+  "commentId": "A String", # Output only. The ID of the comment.
   "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content.
   "context": { # The context of the file which is being commented on.
     "type": "A String", # The MIME type of the context snippet.
     "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about.
   },
   "createdDate": "A String", # The date when this comment was first created.
-  "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed.
-  "fileId": "A String", # The file which this comment is addressing.
-  "fileTitle": "A String", # The title of the file which this comment is addressing.
-  "htmlContent": "A String", # HTML formatted content for this comment.
-  "kind": "drive#comment", # This is always drive#comment.
+  "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed.
+  "fileId": "A String", # Output only. The file which this comment is addressing.
+  "fileTitle": "A String", # Output only. The title of the file which this comment is addressing.
+  "htmlContent": "A String", # Output only. HTML formatted content for this comment.
+  "kind": "drive#comment", # Output only. This is always `drive#comment`.
   "modifiedDate": "A String", # The date when this comment or any of its replies were last modified.
-  "replies": [ # Replies to this post.
+  "replies": [ # Output only. Replies to this post.
     { # A comment on a file in Google Drive.
-      "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user.
-        "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-        "kind": "drive#user", # This is always drive#user.
-        "permissionId": "A String", # The user's ID as visible in the permissions collection.
-        "picture": { # The user's profile picture.
-          "url": "A String", # A URL that points to a profile picture of this user.
+      "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen).
       "createdDate": "A String", # The date when this reply was first created.
-      "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed.
-      "htmlContent": "A String", # HTML formatted content for this reply.
-      "kind": "drive#commentReply", # This is always drive#commentReply.
+      "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed.
+      "htmlContent": "A String", # Output only. HTML formatted content for this reply.
+      "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`.
       "modifiedDate": "A String", # The date when this reply was last modified.
-      "replyId": "A String", # The ID of the reply.
-      "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are:
-          # - "resolve" - To resolve a comment.
-          # - "reopen" - To reopen (un-resolve) a comment.
+      "replyId": "A String", # Output only. The ID of the reply.
+      "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment.
     },
   ],
-  "selfLink": "A String", # A link back to this comment.
-  "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status.
-      # - "open" - The comment is still open.
-      # - "resolved" - The comment has been resolved by one of its replies.
+  "selfLink": "A String", # Output only. A link back to this comment.
+  "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies.
 }
- insert(fileId, body=None) + insert(fileId, body=None, x__xgafv=None)
Creates a new comment on the given file.
 
 Args:
@@ -192,122 +196,118 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. }
- list(fileId, includeDeleted=None, maxResults=None, pageToken=None, updatedMin=None) + list(fileId, includeDeleted=None, maxResults=None, pageToken=None, updatedMin=None, x__xgafv=None)
Lists a file's comments.
 
 Args:
@@ -316,6 +316,10 @@ 

Method Details

maxResults: integer, The maximum number of discussions to include in the response, used for paging. pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. updatedMin: string, Only discussions that were updated after this timestamp will be returned. Formatted as an RFC 3339 timestamp. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: @@ -323,61 +327,57 @@

Method Details

{ # A list of comments on a file in Google Drive. "items": [ # The list of comments. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. }, ], - "kind": "drive#commentList", # This is always drive#commentList. + "kind": "drive#commentList", # This is always `drive#commentList`. "nextLink": "A String", # A link to the next page of comments. "nextPageToken": "A String", # The page token for the next page of comments. This will be absent if the end of the comments list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. "selfLink": "A String", # A link back to this list. @@ -399,7 +399,7 @@

Method Details

- patch(fileId, commentId, body=None) + patch(fileId, commentId, body=None, x__xgafv=None)
Updates an existing comment.
 
 Args:
@@ -409,122 +409,118 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. }
- update(fileId, commentId, body=None) + update(fileId, commentId, body=None, x__xgafv=None)
Updates an existing comment.
 
 Args:
@@ -534,117 +530,113 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. }
diff --git a/docs/dyn/drive_v2.drives.html b/docs/dyn/drive_v2.drives.html index 987750757e5..8f0ca1f0ad2 100644 --- a/docs/dyn/drive_v2.drives.html +++ b/docs/dyn/drive_v2.drives.html @@ -72,34 +72,34 @@ -

Drive API . drives

+

Google Drive API . drives

Instance Methods

close()

Close httplib2 connections.

- delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None)

+ delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None, x__xgafv=None)

Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.

- get(driveId, useDomainAdminAccess=None)

+ get(driveId, useDomainAdminAccess=None, x__xgafv=None)

Gets a shared drive's metadata by ID.

- hide(driveId)

+ hide(driveId, x__xgafv=None)

Hides a shared drive from the default view.

- insert(requestId, body=None)

+ insert(requestId, body=None, x__xgafv=None)

Creates a new shared drive.

- list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None)

-

Lists the user's shared drives.

+ list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)

+

Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.

list_next()

Retrieves the next page of results.

- unhide(driveId)

+ unhide(driveId, x__xgafv=None)

Restores a shared drive to the default view.

- update(driveId, body=None, useDomainAdminAccess=None)

+ update(driveId, body=None, useDomainAdminAccess=None, x__xgafv=None)

Updates the metadata for a shared drive.

Method Details

@@ -108,250 +108,270 @@

Method Details

- delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None) + delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None, x__xgafv=None)
Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
-  allowItemDeletion: boolean, Whether any items inside the shared drive should also be deleted. This option is only supported when useDomainAdminAccess is also set to true.
+  allowItemDeletion: boolean, Whether any items inside the shared drive should also be deleted. This option is only supported when `useDomainAdminAccess` is also set to `true`.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(driveId, useDomainAdminAccess=None) + get(driveId, useDomainAdminAccess=None, x__xgafv=None)
Gets a shared drive's metadata by ID.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- hide(driveId) + hide(driveId, x__xgafv=None)
Hides a shared drive from the default view.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- insert(requestId, body=None) + insert(requestId, body=None, x__xgafv=None)
Creates a new shared drive.
 
 Args:
-  requestId: string, An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. (required)
+  requestId: string, Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. (required)
   body: object, The request body.
     The object takes the form of:
 
 { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None) -
Lists the user's shared drives.
+    list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)
+  
 Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.
 
 Args:
   maxResults: integer, Maximum number of shared drives to return per page.
   pageToken: string, Page token for shared drives.
   q: string, Query string for searching shared drives.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then all shared drives of the domain in which the requester is an administrator are returned.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -359,53 +379,53 @@ 

Method Details

{ # A list of shared drives. "items": [ # The list of shared drives. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # This is always drive#drive + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. This is always `drive#drive` "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, ], - "kind": "drive#driveList", # This is always drive#driveList + "kind": "drive#driveList", # This is always `drive#driveList` "nextPageToken": "A String", # The page token for the next page of shared drives. This will be absent if the end of the list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. }
@@ -425,65 +445,69 @@

Method Details

- unhide(driveId) + unhide(driveId, x__xgafv=None)
Restores a shared drive to the default view.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- update(driveId, body=None, useDomainAdminAccess=None) + update(driveId, body=None, useDomainAdminAccess=None, x__xgafv=None)
Updates the metadata for a shared drive.
 
 Args:
@@ -492,102 +516,106 @@ 

Method Details

The object takes the form of: { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # This is always drive#drive + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. This is always `drive#drive` "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # This is always drive#drive + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. This is always `drive#drive` "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
diff --git a/docs/dyn/drive_v2.files.html b/docs/dyn/drive_v2.files.html index 97c82f3eb2b..0110bf97cf5 100644 --- a/docs/dyn/drive_v2.files.html +++ b/docs/dyn/drive_v2.files.html @@ -72,43 +72,43 @@ -

Drive API . files

+

Google Drive API . files

Instance Methods

close()

Close httplib2 connections.

- copy(fileId, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, visibility=None)

-

Creates a copy of the specified file. Folders cannot be copied.

+ copy(fileId, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, visibility=None, x__xgafv=None)

+

Creates a copy of the specified file.

- delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)

+ delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Permanently deletes a file by ID. Skips the trash. The currently authenticated user must own the file or be an organizer on the parent for shared drive files.

- emptyTrash(driveId=None, enforceSingleParent=None)

-

Permanently deletes all trashed files of a user or shared drive.

+ emptyTrash(driveId=None, enforceSingleParent=None, x__xgafv=None)

+

Permanently deletes all of the user's trashed files.

- export(fileId, mimeType)

+ export(fileId, mimeType, x__xgafv=None)

Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.

- export_media(fileId, mimeType)

+ export_media(fileId, mimeType, x__xgafv=None)

Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.

- generateIds(maxResults=None, space=None, type=None)

+ generateIds(maxResults=None, space=None, type=None, x__xgafv=None)

Generates a set of file IDs which can be provided in insert or copy requests.

- get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None)

-

Gets a file's metadata or content by ID.

+ get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)

+

Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).

- get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None)

-

Gets a file's metadata or content by ID.

+ get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)

+

Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).

- insert(body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, useContentAsIndexableText=None, visibility=None)

-

Insert a new file.

+ insert(body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, useContentAsIndexableText=None, visibility=None, x__xgafv=None)

+

Inserts a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.insert` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `title` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `"title": "cat.jpg"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.

- list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, maxResults=None, orderBy=None, pageToken=None, projection=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

-

Lists the user's files.

+ list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, maxResults=None, orderBy=None, pageToken=None, projection=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

+

Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.

- listLabels(fileId, maxResults=None, pageToken=None)

+ listLabels(fileId, maxResults=None, pageToken=None, x__xgafv=None)

Lists the labels on a file.

listLabels_next()

@@ -117,29 +117,26 @@

Instance Methods

list_next()

Retrieves the next page of results.

- modifyLabels(fileId, body=None)

-

Modifies the set of labels on a file.

+ modifyLabels(fileId, body=None, x__xgafv=None)

+

Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.

- patch(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None)

+ patch(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None, x__xgafv=None)

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.

- touch(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

+ touch(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Set the file's updated time to the current server time.

- trash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Moves a file to the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.

+ trash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Moves a file to the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all `files.list` responses returned for any user who doesn't own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. *Note:* Files moved to the trash still appear by default in results from the `files.list` method. To permanently remove a file, use `files.delete`.

- untrash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Restores a file from the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may untrash a file.

+ untrash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Restores a file from the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may untrash a file.

- update(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None)

-

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as modifiedDate. This method supports patch semantics.

+ update(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None, x__xgafv=None)

+

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).

- watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None)

-

Subscribe to changes on a file.

-

- watch_media(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None)

-

Subscribe to changes on a file.

+ watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)

+

Subscribes to changes to a file.

Method Details

close() @@ -147,8 +144,8 @@

Method Details

- copy(fileId, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, visibility=None) -
Creates a copy of the specified file. Folders cannot be copied.
+    copy(fileId, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, visibility=None, x__xgafv=None)
+  
Creates a copy of the specified file.
 
 Args:
   fileId: string, The ID of the file to copy. (required)
@@ -156,923 +153,849 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. + "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type. "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date. "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set. - "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. + "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. "a_key": "A String", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. - "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. } convert: boolean, Whether to convert this file to the corresponding Docs Editors format. - enforceSingleParent: boolean, Deprecated. Copying files into multiple folders is no longer supported. Use shortcuts instead. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. - includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. + enforceSingleParent: boolean, Deprecated: Copying files into multiple folders is no longer supported. Use shortcuts instead. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. + includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported. ocr: boolean, Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads. - ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are BCP 47 codes. + ocrLanguage: string, If `ocr` is true, hints at the language to use. Valid values are BCP 47 codes. pinned: boolean, Whether to pin the head revision of the new copy. A file can have a maximum of 200 pinned revisions. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. timedTextLanguage: string, The language of the timed text. timedTextTrackName: string, The timed text track name. visibility: string, The visibility of the new file. This parameter is only relevant when the source is not a native Google Doc and convert=false. Allowed values DEFAULT - The visibility of the new file is determined by the user's default visibility/sharing policies. PRIVATE - The new file will be visible to only the owner. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. + "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type. "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date. "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set. - "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. + "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. "a_key": "A String", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. - "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }
- delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None) + delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Permanently deletes a file by ID. Skips the trash. The currently authenticated user must own the file or be an organizer on the parent for shared drive files.
 
 Args:
   fileId: string, The ID of the file to delete. (required)
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item is placed under its owner's root.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- emptyTrash(driveId=None, enforceSingleParent=None) -
Permanently deletes all trashed files of a user or shared drive.
+    emptyTrash(driveId=None, enforceSingleParent=None, x__xgafv=None)
+  
Permanently deletes all of the user's trashed files.
 
 Args:
   driveId: string, If set, empties the trash of the provided shared drive.
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item is placed under its owner's root.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- export(fileId, mimeType) + export(fileId, mimeType, x__xgafv=None)
Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.
 
 Args:
   fileId: string, The ID of the file. (required)
-  mimeType: string, The MIME type of the format requested for this export. (required)
+  mimeType: string, Required. The MIME type of the format requested for this export. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- export_media(fileId, mimeType) + export_media(fileId, mimeType, x__xgafv=None)
Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.
 
 Args:
   fileId: string, The ID of the file. (required)
-  mimeType: string, The MIME type of the format requested for this export. (required)
+  mimeType: string, Required. The MIME type of the format requested for this export. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- generateIds(maxResults=None, space=None, type=None) + generateIds(maxResults=None, space=None, type=None, x__xgafv=None)
Generates a set of file IDs which can be provided in insert or copy requests.
 
 Args:
   maxResults: integer, Maximum number of IDs to return.
-  space: string, The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder'. (Default: 'drive')
-  type: string, The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the drive 'space'. (Default: 'files')
+  space: string, The space in which the IDs can be used to create new files. Supported values are `drive` and `appDataFolder`. (Default: `drive`)
+  type: string, The type of items which the IDs can be used for. Supported values are `files` and `shortcuts`. Note that `shortcuts` are only supported in the `drive` `space`. (Default: `files`)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -1081,474 +1004,433 @@ 

Method Details

"ids": [ # The IDs generated for the requesting user in the specified space. "A String", ], - "kind": "drive#generatedIds", # This is always drive#generatedIds + "kind": "drive#generatedIds", # This is always `drive#generatedIds` "space": "A String", # The type of file that can be created with these IDs. }
- get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None) -
Gets a file's metadata or content by ID.
+    get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)
+  
 Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).
 
 Args:
   fileId: string, The ID for the file in question. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  projection: string, This parameter is deprecated and has no function.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  projection: string, Deprecated: This parameter has no function.
     Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
+      BASIC - Deprecated.
+      FULL - Deprecated.
   revisionId: string, Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  updateViewedDate: boolean, Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  updateViewedDate: boolean, Deprecated: Use `files.update` with `modifiedDateBehavior=noChange, updateViewedDate=true` and an empty request body.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user.
-        "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-        "kind": "drive#user", # This is always drive#user.
-        "permissionId": "A String", # The user's ID as visible in the permissions collection.
-        "picture": { # The user's profile picture.
-          "url": "A String", # A URL that points to a profile picture of this user.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
+  "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "displayName": "A String", # A plain text displayable name for this user.
-                "emailAddress": "A String", # The email address of the user.
-                "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-                "kind": "drive#user", # This is always drive#user.
-                "permissionId": "A String", # The user's ID as visible in the permissions collection.
-                "picture": { # The user's profile picture.
-                  "url": "A String", # A URL that points to a profile picture of this user.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
   "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
   "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set.
-  "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
+  "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
     "a_key": "A String",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "displayName": "A String", # A plain text displayable name for this user.
-      "emailAddress": "A String", # The email address of the user.
-      "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-      "kind": "drive#user", # This is always drive#user.
-      "permissionId": "A String", # The user's ID as visible in the permissions collection.
-      "picture": { # The user's profile picture.
-        "url": "A String", # A URL that points to a profile picture of this user.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
-  "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
+  "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
- get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None) -
Gets a file's metadata or content by ID.
+    get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)
+  
 Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).
 
 Args:
   fileId: string, The ID for the file in question. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  projection: string, This parameter is deprecated and has no function.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  projection: string, Deprecated: This parameter has no function.
     Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
+      BASIC - Deprecated.
+      FULL - Deprecated.
   revisionId: string, Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  updateViewedDate: boolean, Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  updateViewedDate: boolean, Deprecated: Use `files.update` with `modifiedDateBehavior=noChange, updateViewedDate=true` and an empty request body.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   The media object as a string.
@@ -1557,448 +1439,399 @@ 

Method Details

- insert(body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, useContentAsIndexableText=None, visibility=None) -
Insert a new file.
+    insert(body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, useContentAsIndexableText=None, visibility=None, x__xgafv=None)
+  
 Inserts a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.insert` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `title` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `"title": "cat.jpg"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
 { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user.
-        "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-        "kind": "drive#user", # This is always drive#user.
-        "permissionId": "A String", # The user's ID as visible in the permissions collection.
-        "picture": { # The user's profile picture.
-          "url": "A String", # A URL that points to a profile picture of this user.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
+  "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "displayName": "A String", # A plain text displayable name for this user.
-                "emailAddress": "A String", # The email address of the user.
-                "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-                "kind": "drive#user", # This is always drive#user.
-                "permissionId": "A String", # The user's ID as visible in the permissions collection.
-                "picture": { # The user's profile picture.
-                  "url": "A String", # A URL that points to a profile picture of this user.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
   "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
   "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set.
-  "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
+  "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
     "a_key": "A String",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "displayName": "A String", # A plain text displayable name for this user.
-      "emailAddress": "A String", # The email address of the user.
-      "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-      "kind": "drive#user", # This is always drive#user.
-      "permissionId": "A String", # The user's ID as visible in the permissions collection.
-      "picture": { # The user's profile picture.
-        "url": "A String", # A URL that points to a profile picture of this user.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
-  "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
+  "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
 
   convert: boolean, Whether to convert this file to the corresponding Docs Editors format.
-  enforceSingleParent: boolean, Deprecated. Creating files in multiple folders is no longer supported.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  enforceSingleParent: boolean, Deprecated: Creating files in multiple folders is no longer supported.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
   media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
   ocr: boolean, Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
   ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are BCP 47 codes.
   pinned: boolean, Whether to pin the head revision of the uploaded file. A file can have a maximum of 200 pinned revisions.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   timedTextLanguage: string, The language of the timed text.
   timedTextTrackName: string, The timed text track name.
   useContentAsIndexableText: boolean, Whether to use the content as indexable text.
@@ -2006,462 +1839,421 @@ 

Method Details

Allowed values DEFAULT - The visibility of the new file is determined by the user's default visibility/sharing policies. PRIVATE - The new file will be visible to only the owner. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. + "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type. "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date. "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set. - "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. + "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. "a_key": "A String", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. - "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }
- list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, maxResults=None, orderBy=None, pageToken=None, projection=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) -
Lists the user's files.
+    list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, maxResults=None, orderBy=None, pageToken=None, projection=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
+  
 Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.
 
 Args:
-  corpora: string, Groupings of files to which the query applies. Supported groupings are: 'user' (files created by, opened by, or shared directly with the user), 'drive' (files in the specified shared drive as indicated by the 'driveId'), 'domain' (files shared to the user's domain), and 'allDrives' (A combination of 'user' and 'drive' for all drives where the user is a member). When able, use 'user' or 'drive', instead of 'allDrives', for efficiency.
-  corpus: string, The body of items (files/documents) to which the query applies. Deprecated: use 'corpora' instead.
+  corpora: string, Bodies of items (files/documents) to which the query applies. Supported bodies are `default`, `domain`, `drive` and `allDrives`. Prefer `default` or `drive` to `allDrives` for efficiency.
+  corpus: string, Deprecated: The body of items (files/documents) to which the query applies. Use `corpora` instead.
     Allowed values
       DEFAULT - The items that the user has accessed.
       DOMAIN - Items shared to the user's domain.
   driveId: string, ID of the shared drive to search.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   maxResults: integer, The maximum number of files to return per page. Partial or empty result pages are possible even before the end of the files list has been reached.
-  orderBy: string, A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', 'title', and 'title_natural'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
+  orderBy: string, A comma-separated list of sort keys. Valid keys are `createdDate`, `folder`, `lastViewedByMeDate`, `modifiedByMeDate`, `modifiedDate`, `quotaBytesUsed`, `recency`, `sharedWithMeDate`, `starred`, `title`, and `title_natural`. Each key sorts ascending by default, but may be reversed with the `desc` modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
   pageToken: string, Page token for files.
-  projection: string, This parameter is deprecated and has no function.
+  projection: string, Deprecated: This parameter has no function.
     Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
+      BASIC - Deprecated.
+      FULL - Deprecated.
   q: string, Query string for searching files.
-  spaces: string, A comma-separated list of spaces to query. Supported values are 'drive' and 'appDataFolder'.
+  spaces: string, A comma-separated list of spaces to query. Supported values are `drive`, and `appDataFolder`.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -2471,430 +2263,381 @@ 

Method Details

"incompleteSearch": True or False, # Whether the search process was incomplete. If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple drives with the "allDrives" corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as "default" or "drive". "items": [ # The list of files. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. + "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type. "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date. "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set. - "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. + "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. "a_key": "A String", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. - "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }, ], - "kind": "drive#fileList", # This is always drive#fileList. + "kind": "drive#fileList", # This is always `drive#fileList`. "nextLink": "A String", # A link to the next page of files. "nextPageToken": "A String", # The page token for the next page of files. This will be absent if the end of the files list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. "selfLink": "A String", # A link back to this list. @@ -2902,62 +2645,61 @@

Method Details

- listLabels(fileId, maxResults=None, pageToken=None) + listLabels(fileId, maxResults=None, pageToken=None, x__xgafv=None)
Lists the labels on a file.
 
 Args:
-  fileId: string, The ID of the file. (required)
-  maxResults: integer, The maximum number of labels to return per page. When not set, this defaults to 100.
-  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
+  fileId: string, The ID for the file or shared drive. (required)
+  maxResults: integer, The maximum number of labels to return per page. When not set, defaults to 100.
+  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A list of labels.
+    { # A list of labels applied to a file.
   "items": [ # The list of labels.
-    { # Representation of a label and its fields.
-      "fields": { # A map of the label's fields keyed by the field ID.
-        "a_key": { # Representation of a label field.
+    { # Representation of a label and label fields.
+      "fields": { # A map of the fields on the label, keyed by the field's ID.
+        "a_key": { # Representation of field, which is a typed key-value pair.
           "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
             "A String",
           ],
-          "id": "A String", # The identifier of this field.
-          "integer": [ # Only present if valueType is integer.
+          "id": "A String", # The identifier of this label field.
+          "integer": [ # Only present if `valueType` is `integer`.
             "A String",
           ],
-          "kind": "drive#labelField", # This is always drive#labelField.
-          "selection": [ # Only present if valueType is selection.
+          "kind": "drive#labelField", # This is always `drive#labelField`.
+          "selection": [ # Only present if `valueType` is `selection`
             "A String",
           ],
-          "text": [ # Only present if valueType is text.
+          "text": [ # Only present if `valueType` is `text`.
             "A String",
           ],
-          "user": [ # Only present if valueType is user.
+          "user": [ # Only present if `valueType` is `user`.
             { # Information about a Drive user.
-              "displayName": "A String", # A plain text displayable name for this user.
-              "emailAddress": "A String", # The email address of the user.
-              "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-              "kind": "drive#user", # This is always drive#user.
-              "permissionId": "A String", # The user's ID as visible in the permissions collection.
-              "picture": { # The user's profile picture.
-                "url": "A String", # A URL that points to a profile picture of this user.
+              "displayName": "A String", # Output only. A plain text displayable name for this user.
+              "emailAddress": "A String", # Output only. The email address of the user.
+              "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+              "kind": "drive#user", # Output only. This is always `drive#user`.
+              "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+              "picture": { # Output only. The user's profile picture.
+                "url": "A String", # Output Only. A URL that points to a profile picture of this user.
               },
             },
           ],
-          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-              # - dateString
-              # - integer
-              # - selection
-              # - text
-              # - user
+          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
         },
       },
       "id": "A String", # The ID of the label.
-      "kind": "drive#label", # This is always drive#label
+      "kind": "drive#label", # This is always `drive#label`
       "revisionId": "A String", # The revision ID of the label.
     },
   ],
-  "kind": "drive#labelList", # This is always drive#labelList
+  "kind": "drive#labelList", # This is always `drive#labelList`
   "nextPageToken": "A String", # The page token for the next page of labels. This field will be absent if the end of the list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
 }
@@ -2991,93 +2733,92 @@

Method Details

- modifyLabels(fileId, body=None) -
Modifies the set of labels on a file.
+    modifyLabels(fileId, body=None, x__xgafv=None)
+  
Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.
 
 Args:
-  fileId: string, The ID of the file for which the labels are modified. (required)
+  fileId: string, The ID of the file to which the labels belong. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail transactionally.
-  "kind": "drive#modifyLabelsRequest", # This is always drive#modifyLabelsRequest
+{ # A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.
+  "kind": "drive#modifyLabelsRequest", # This is always `drive#modifyLabelsRequest`.
   "labelModifications": [ # The list of modifications to apply to the labels on the file.
     { # A modification to a label on a file. A LabelModification can be used to apply a label to a file, update an existing label on a file, or remove a label from a file.
       "fieldModifications": [ # The list of modifications to this label's fields.
         { # A modification to a label's field.
           "fieldId": "A String", # The ID of the field to be modified.
-          "kind": "drive#labelFieldModification", # This is always drive#labelFieldModification.
-          "setDateValues": [ # Replaces a dateString field with these new values. The values must be strings in the RFC 3339 full-date format: YYYY-MM-DD.
+          "kind": "drive#labelFieldModification", # This is always `drive#labelFieldModification`.
+          "setDateValues": [ # Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.
             "A String",
           ],
-          "setIntegerValues": [ # Replaces an integer field with these new values.
+          "setIntegerValues": [ # Replaces the value of an `integer` field with these new values.
             "A String",
           ],
-          "setSelectionValues": [ # Replaces a selection field with these new values.
+          "setSelectionValues": [ # Replaces a `selection` field with these new values.
             "A String",
           ],
-          "setTextValues": [ # Replaces a text field with these new values.
+          "setTextValues": [ # Sets the value of a `text` field.
             "A String",
           ],
-          "setUserValues": [ # Replaces a user field with these new values. The values must be valid email addresses.
+          "setUserValues": [ # Replaces a `user` field with these new values. The values must be valid email addresses.
             "A String",
           ],
           "unsetValues": True or False, # Unsets the values for this field.
         },
       ],
-      "kind": "drive#labelModification", # This is always drive#labelModification.
+      "kind": "drive#labelModification", # This is always `drive#labelModification`.
       "labelId": "A String", # The ID of the label to modify.
       "removeLabel": True or False, # If true, the label will be removed from the file.
     },
   ],
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.
-  "kind": "drive#modifyLabelsResponse", # This is always drive#modifyLabelsResponse
+  "kind": "drive#modifyLabelsResponse", # This is always `drive#modifyLabelsResponse`
   "modifiedLabels": [ # The list of labels which were added or updated by the request.
-    { # Representation of a label and its fields.
-      "fields": { # A map of the label's fields keyed by the field ID.
-        "a_key": { # Representation of a label field.
+    { # Representation of a label and label fields.
+      "fields": { # A map of the fields on the label, keyed by the field's ID.
+        "a_key": { # Representation of field, which is a typed key-value pair.
           "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
             "A String",
           ],
-          "id": "A String", # The identifier of this field.
-          "integer": [ # Only present if valueType is integer.
+          "id": "A String", # The identifier of this label field.
+          "integer": [ # Only present if `valueType` is `integer`.
             "A String",
           ],
-          "kind": "drive#labelField", # This is always drive#labelField.
-          "selection": [ # Only present if valueType is selection.
+          "kind": "drive#labelField", # This is always `drive#labelField`.
+          "selection": [ # Only present if `valueType` is `selection`
             "A String",
           ],
-          "text": [ # Only present if valueType is text.
+          "text": [ # Only present if `valueType` is `text`.
             "A String",
           ],
-          "user": [ # Only present if valueType is user.
+          "user": [ # Only present if `valueType` is `user`.
             { # Information about a Drive user.
-              "displayName": "A String", # A plain text displayable name for this user.
-              "emailAddress": "A String", # The email address of the user.
-              "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-              "kind": "drive#user", # This is always drive#user.
-              "permissionId": "A String", # The user's ID as visible in the permissions collection.
-              "picture": { # The user's profile picture.
-                "url": "A String", # A URL that points to a profile picture of this user.
+              "displayName": "A String", # Output only. A plain text displayable name for this user.
+              "emailAddress": "A String", # Output only. The email address of the user.
+              "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+              "kind": "drive#user", # Output only. This is always `drive#user`.
+              "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+              "picture": { # Output only. The user's profile picture.
+                "url": "A String", # Output Only. A URL that points to a profile picture of this user.
               },
             },
           ],
-          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-              # - dateString
-              # - integer
-              # - selection
-              # - text
-              # - user
+          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
         },
       },
       "id": "A String", # The ID of the label.
-      "kind": "drive#label", # This is always drive#label
+      "kind": "drive#label", # This is always `drive#label`
       "revisionId": "A String", # The revision ID of the label.
     },
   ],
@@ -3085,7 +2826,7 @@ 

Method Details

- patch(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None) + patch(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None, x__xgafv=None)
Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.
 
 Args:
@@ -3094,2203 +2835,1974 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. + "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type. "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date. "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set. - "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. + "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. "a_key": "A String", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. - "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. } addParents: string, Comma-separated list of parent IDs to add. - convert: boolean, This parameter is deprecated and has no function. - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. - includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. - modifiedDateBehavior: string, Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate. + convert: boolean, Deprecated: This parameter has no function. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. + includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported. + modifiedDateBehavior: string, Determines the behavior in which `modifiedDate` is updated. This overrides `setModifiedDate`. Allowed values - fromBody - Set modifiedDate to the value provided in the body of the request. No change if no value was provided. - fromBodyIfNeeded - Set modifiedDate to the value provided in the body of the request depending on other contents of the update. + fromBody - Set `modifiedDate` to the value provided in the body of the request. No change if no value was provided. + fromBodyIfNeeded - Set `modifiedDate` to the value provided in the body of the request depending on other contents of the update. fromBodyOrNow - Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided. - noChange - Maintain the previous value of modifiedDate. - now - Set modifiedDate to the current time. - nowIfNeeded - Set modifiedDate to the current time depending on contents of the update. - newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center. Note that this field is ignored if there is no payload in the request. + noChange - Maintain the previous value of `modifiedDate`. + now - Set `modifiedDate` to the current time. + nowIfNeeded - Set `modifiedDate` to the current time depending on contents of the update. + newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the [Drive Help Center](https://support.google.com/drive/answer/2409045). Note that this field is ignored if there is no payload in the request. ocr: boolean, Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads. ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are BCP 47 codes. pinned: boolean, Whether to pin the new revision. A file can have a maximum of 200 pinned revisions. Note that this field is ignored if there is no payload in the request. removeParents: string, Comma-separated list of parent IDs to remove. - setModifiedDate: boolean, Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange. + setModifiedDate: boolean, Whether to set the modified date using the value supplied in the request body. Setting this field to `true` is equivalent to `modifiedDateBehavior=fromBodyOrNow`, and `false` is equivalent to `modifiedDateBehavior=now`. To prevent any changes to the modified date set `modifiedDateBehavior=noChange`. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. timedTextLanguage: string, The language of the timed text. timedTextTrackName: string, The timed text track name. updateViewedDate: boolean, Whether to update the view date after successfully updating the file. useContentAsIndexableText: boolean, Whether to use the content as indexable text. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. + "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type. "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date. "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set. - "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. + "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. "a_key": "A String", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. - "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }
- touch(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) + touch(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Set the file's updated time to the current server time.
 
 Args:
   fileId: string, The ID of the file to update. (required)
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user.
-        "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-        "kind": "drive#user", # This is always drive#user.
-        "permissionId": "A String", # The user's ID as visible in the permissions collection.
-        "picture": { # The user's profile picture.
-          "url": "A String", # A URL that points to a profile picture of this user.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
+  "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "displayName": "A String", # A plain text displayable name for this user.
-                "emailAddress": "A String", # The email address of the user.
-                "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-                "kind": "drive#user", # This is always drive#user.
-                "permissionId": "A String", # The user's ID as visible in the permissions collection.
-                "picture": { # The user's profile picture.
-                  "url": "A String", # A URL that points to a profile picture of this user.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
   "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
   "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set.
-  "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
+  "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
     "a_key": "A String",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "displayName": "A String", # A plain text displayable name for this user.
-      "emailAddress": "A String", # The email address of the user.
-      "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-      "kind": "drive#user", # This is always drive#user.
-      "permissionId": "A String", # The user's ID as visible in the permissions collection.
-      "picture": { # The user's profile picture.
-        "url": "A String", # A URL that points to a profile picture of this user.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
-  "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
+  "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
- trash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Moves a file to the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    trash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
 Moves a file to the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all `files.list` responses returned for any user who doesn't own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. *Note:* Files moved to the trash still appear by default in results from the `files.list` method. To permanently remove a file, use `files.delete`.
 
 Args:
   fileId: string, The ID of the file to trash. (required)
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user.
-        "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-        "kind": "drive#user", # This is always drive#user.
-        "permissionId": "A String", # The user's ID as visible in the permissions collection.
-        "picture": { # The user's profile picture.
-          "url": "A String", # A URL that points to a profile picture of this user.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
+  "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "displayName": "A String", # A plain text displayable name for this user.
-                "emailAddress": "A String", # The email address of the user.
-                "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-                "kind": "drive#user", # This is always drive#user.
-                "permissionId": "A String", # The user's ID as visible in the permissions collection.
-                "picture": { # The user's profile picture.
-                  "url": "A String", # A URL that points to a profile picture of this user.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
   "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
   "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set.
-  "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
+  "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
     "a_key": "A String",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "displayName": "A String", # A plain text displayable name for this user.
-      "emailAddress": "A String", # The email address of the user.
-      "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-      "kind": "drive#user", # This is always drive#user.
-      "permissionId": "A String", # The user's ID as visible in the permissions collection.
-      "picture": { # The user's profile picture.
-        "url": "A String", # A URL that points to a profile picture of this user.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
-  "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
+  "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
- untrash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Restores a file from the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may untrash a file.
+    untrash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
Restores a file from the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may untrash a file.
 
 Args:
   fileId: string, The ID of the file to untrash. (required)
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user.
-        "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-        "kind": "drive#user", # This is always drive#user.
-        "permissionId": "A String", # The user's ID as visible in the permissions collection.
-        "picture": { # The user's profile picture.
-          "url": "A String", # A URL that points to a profile picture of this user.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
+  "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "displayName": "A String", # A plain text displayable name for this user.
-                "emailAddress": "A String", # The email address of the user.
-                "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-                "kind": "drive#user", # This is always drive#user.
-                "permissionId": "A String", # The user's ID as visible in the permissions collection.
-                "picture": { # The user's profile picture.
-                  "url": "A String", # A URL that points to a profile picture of this user.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
   "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
   "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set.
-  "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
+  "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
     "a_key": "A String",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "displayName": "A String", # A plain text displayable name for this user.
-      "emailAddress": "A String", # The email address of the user.
-      "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-      "kind": "drive#user", # This is always drive#user.
-      "permissionId": "A String", # The user's ID as visible in the permissions collection.
-      "picture": { # The user's profile picture.
-        "url": "A String", # A URL that points to a profile picture of this user.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
-  "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
+  "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
- update(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None) -
Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as modifiedDate. This method supports patch semantics.
+    update(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None, x__xgafv=None)
+  
 Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).
 
 Args:
   fileId: string, The ID of the file to update. (required)
@@ -5298,980 +4810,848 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. + "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type. "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date. "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set. - "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. + "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. "a_key": "A String", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. - "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. } addParents: string, Comma-separated list of parent IDs to add. - convert: boolean, This parameter is deprecated and has no function. - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. - includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. + convert: boolean, Deprecated: This parameter has no function. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. + includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported. media_body: string, The filename of the media request body, or an instance of a MediaUpload object. media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object. - modifiedDateBehavior: string, Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate. + modifiedDateBehavior: string, Determines the behavior in which `modifiedDate` is updated. This overrides `setModifiedDate`. Allowed values - fromBody - Set modifiedDate to the value provided in the body of the request. No change if no value was provided. - fromBodyIfNeeded - Set modifiedDate to the value provided in the body of the request depending on other contents of the update. + fromBody - Set `modifiedDate` to the value provided in the body of the request. No change if no value was provided. + fromBodyIfNeeded - Set `modifiedDate` to the value provided in the body of the request depending on other contents of the update. fromBodyOrNow - Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided. - noChange - Maintain the previous value of modifiedDate. - now - Set modifiedDate to the current time. - nowIfNeeded - Set modifiedDate to the current time depending on contents of the update. - newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center. Note that this field is ignored if there is no payload in the request. + noChange - Maintain the previous value of `modifiedDate`. + now - Set `modifiedDate` to the current time. + nowIfNeeded - Set `modifiedDate` to the current time depending on contents of the update. + newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the [Drive Help Center](https://support.google.com/drive/answer/2409045). ocr: boolean, Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads. ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are BCP 47 codes. - pinned: boolean, Whether to pin the new revision. A file can have a maximum of 200 pinned revisions. Note that this field is ignored if there is no payload in the request. + pinned: boolean, Whether to pin the new revision. A file can have a maximum of 200 pinned revisions. removeParents: string, Comma-separated list of parent IDs to remove. - setModifiedDate: boolean, Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange. + setModifiedDate: boolean, Whether to set the modified date using the value supplied in the request body. Setting this field to `true` is equivalent to `modifiedDateBehavior=fromBodyOrNow`, and `false` is equivalent to `modifiedDateBehavior=now`. To prevent any changes to the modified date set `modifiedDateBehavior=noChange`. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. timedTextLanguage: string, The language of the timed text. timedTextTrackName: string, The timed text track name. updateViewedDate: boolean, Whether to update the view date after successfully updating the file. useContentAsIndexableText: boolean, Whether to use the content as indexable text. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. + "defaultOpenWithLink": "A String", # Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type. "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date. "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set. - "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. + "openWithLinks": { # Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used. "a_key": "A String", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. - "webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }
- watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None) -
Subscribe to changes on a file.
+    watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)
+  
Subscribes to changes to a file.
 
 Args:
   fileId: string, The ID for the file in question. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  projection: string, This parameter is deprecated and has no function.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  projection: string, Deprecated: This parameter has no function.
     Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
+      BASIC - Deprecated.
+      FULL - Deprecated.
   revisionId: string, Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   updateViewedDate: boolean, Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # An notification channel used to watch for resource changes.
+    { # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
-
- watch_media(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None) -
Subscribe to changes on a file.
-
-Args:
-  fileId: string, The ID for the file in question. (required)
-  body: object, The request body.
-    The object takes the form of:
-
-{ # An notification channel used to watch for resource changes.
-  "address": "A String", # The address where notifications are delivered for this channel.
-  "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
-  "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
-  "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
-  },
-  "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
-  "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
-  "resourceUri": "A String", # A version-specific identifier for the watched resource.
-  "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
-}
-
-  acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  projection: string, This parameter is deprecated and has no function.
-    Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
-  revisionId: string, Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
-  supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  updateViewedDate: boolean, Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
-
-Returns:
-  The media object as a string.
-
-    
-
- \ No newline at end of file diff --git a/docs/dyn/drive_v2.html b/docs/dyn/drive_v2.html index 39f97a30004..4d9db06fb02 100644 --- a/docs/dyn/drive_v2.html +++ b/docs/dyn/drive_v2.html @@ -72,7 +72,7 @@ -

Drive API

+

Google Drive API

Instance Methods

about() diff --git a/docs/dyn/drive_v2.parents.html b/docs/dyn/drive_v2.parents.html index 6bc73663222..26557a0549f 100644 --- a/docs/dyn/drive_v2.parents.html +++ b/docs/dyn/drive_v2.parents.html @@ -72,22 +72,22 @@ -

Drive API . parents

+

Google Drive API . parents

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, parentId, enforceSingleParent=None)

+ delete(fileId, parentId, enforceSingleParent=None, x__xgafv=None)

Removes a parent from a file.

- get(fileId, parentId)

+ get(fileId, parentId, x__xgafv=None)

Gets a specific parent reference.

- insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)

+ insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Adds a parent folder for a file.

- list(fileId)

+ list(fileId, x__xgafv=None)

Lists a file's parents.

Method Details

@@ -96,38 +96,46 @@

Method Details

- delete(fileId, parentId, enforceSingleParent=None) + delete(fileId, parentId, enforceSingleParent=None, x__xgafv=None)
Removes a parent from a file.
 
 Args:
   fileId: string, The ID of the file. (required)
   parentId: string, The ID of the parent. (required)
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is removed, the item is placed under its owner's root.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, parentId) + get(fileId, parentId, x__xgafv=None)
Gets a specific parent reference.
 
 Args:
   fileId: string, The ID of the file. (required)
   parentId: string, The ID of the parent. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A reference to a file's parent.
   "id": "A String", # The ID of the parent.
-  "isRoot": True or False, # Whether or not the parent is the root folder.
-  "kind": "drive#parentReference", # This is always drive#parentReference.
-  "parentLink": "A String", # A link to the parent.
-  "selfLink": "A String", # A link back to this reference.
+  "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+  "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+  "parentLink": "A String", # Output only. A link to the parent.
+  "selfLink": "A String", # Output only. A link back to this reference.
 }
- insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None) + insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Adds a parent folder for a file.
 
 Args:
@@ -137,34 +145,42 @@ 

Method Details

{ # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. } - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }
- list(fileId) + list(fileId, x__xgafv=None)
Lists a file's parents.
 
 Args:
   fileId: string, The ID of the file. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -174,13 +190,13 @@ 

Method Details

"items": [ # The list of parents. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "kind": "drive#parentList", # This is always drive#parentList. + "kind": "drive#parentList", # This is always `drive#parentList`. "selfLink": "A String", # A link back to this list. }
diff --git a/docs/dyn/drive_v2.permissions.html b/docs/dyn/drive_v2.permissions.html index 49a283fad6f..e001de33979 100644 --- a/docs/dyn/drive_v2.permissions.html +++ b/docs/dyn/drive_v2.permissions.html @@ -72,35 +72,35 @@ -

Drive API . permissions

+

Google Drive API . permissions

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

-

Deletes a permission from a file or shared drive.

+ delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deletes a permission from a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

+ get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

Gets a permission by ID.

- getIdForEmail(email)

+ getIdForEmail(email, x__xgafv=None)

Returns the permission ID for an email address.

- insert(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmails=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

-

Inserts a permission for a file or shared drive.

+ insert(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmails=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

+

Inserts a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

+ list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

Lists a file's or shared drive's permissions.

list_next()

Retrieves the next page of results.

- patch(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)

-

Updates a permission using patch semantics.

+ patch(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)

+

Updates a permission using patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)

-

Updates a permission.

+ update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)

+

Updates a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

Method Details

close() @@ -108,116 +108,109 @@

Method Details

- delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) -
Deletes a permission from a file or shared drive.
+    delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deletes a permission from a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
   permissionId: string, The ID for the permission. (required)
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) + get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
Gets a permission by ID.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
   permissionId: string, The ID for the permission. (required)
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A permission for a file.
-  "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
     "A String",
   ],
-  "authKey": "A String", # Deprecated.
-  "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-  "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-  "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-  "etag": "A String", # The ETag of the permission.
-  "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-      # - They cannot be set on shared drive items
-      # - They can only be set on user and group permissions
-      # - The date must be in the future
-      # - The date cannot be more than a year in the future
-  "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-  "kind": "drive#permission", # This is always drive#permission.
-  "name": "A String", # The name for this permission.
-  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-  "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+  "authKey": "A String", # Output only. Deprecated.
+  "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+  "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+  "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+  "etag": "A String", # Output only. The ETag of the permission.
+  "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+  "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+  "kind": "drive#permission", # Output only. This is always `drive#permission`.
+  "name": "A String", # Output only. The name for this permission.
+  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+  "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
     {
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+      "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
         "A String",
       ],
-      "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-      "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-      "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-          # - file
-          # - member
-      "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
+      "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+      "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+      "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+      "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
     },
   ],
-  "photoLink": "A String", # A link to the profile photo, if available.
-  "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-      # - owner
-      # - organizer
-      # - fileOrganizer
-      # - writer
-      # - reader
-  "selfLink": "A String", # A link back to this permission.
-  "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+  "photoLink": "A String", # Output only. A link to the profile photo, if available.
+  "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+  "selfLink": "A String", # Output only. A link back to this permission.
+  "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
     {
-      "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+      "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
         "A String",
       ],
-      "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-      "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-      "role": "A String", # Deprecated - use permissionDetails/role instead.
-      "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+      "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+      "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+      "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+      "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
     },
   ],
-  "type": "A String", # The account type. Allowed values are:
-      # - user
-      # - group
-      # - domain
-      # - anyone
-  "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+  "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+  "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
   "withLink": True or False, # Whether the link is required for this permission.
 }
- getIdForEmail(email) + getIdForEmail(email, x__xgafv=None)
Returns the permission ID for an email address.
 
 Args:
   email: string, The email address for which to return a permission ID (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # An ID for a user or group as seen in Permission items.
   "id": "A String", # The permission ID.
-  "kind": "drive#permissionId", # This is always drive#permissionId.
+  "kind": "drive#permissionId", # This is always `drive#permissionId`.
 }
- insert(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmails=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) -
Inserts a permission for a file or shared drive.
+    insert(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmails=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Inserts a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
@@ -225,157 +218,127 @@ 

Method Details

The object takes the form of: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. } emailMessage: string, A plain text custom message to include in notification emails. - enforceSingleParent: boolean, Deprecated. See moveToNewOwnersRoot for details. - moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to true, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to false, parents are not changed. - sendNotificationEmails: boolean, Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the role is owner. + enforceSingleParent: boolean, Deprecated: See `moveToNewOwnersRoot` for details. + moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed. + sendNotificationEmails: boolean, Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the `role` is `owner`. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }
- list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) + list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
Lists a file's or shared drive's permissions.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   maxResults: integer, The maximum number of permissions to return per page. When not set for files in a shared drive, at most 100 results will be returned. When not set for files that are not in a shared drive, the entire list will be returned.
-  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
+  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -384,70 +347,51 @@ 

Method Details

"etag": "A String", # The ETag of the list. "items": [ # The list of permissions. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], - "kind": "drive#permissionList", # This is always drive#permissionList. + "kind": "drive#permissionList", # This is always `drive#permissionList`. "nextPageToken": "A String", # The page token for the next page of permissions. This field will be absent if the end of the permissions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. "selfLink": "A String", # A link back to this list. }
@@ -468,8 +412,8 @@

Method Details

- patch(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None) -
Updates a permission using patch semantics.
+    patch(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Updates a permission using patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
@@ -478,146 +422,112 @@ 

Method Details

The object takes the form of: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. } removeExpiration: boolean, Whether to remove the expiration date. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. - transferOwnership: boolean, Whether changing a role to 'owner' downgrades the current owners to writers. Does nothing if the specified role is not 'owner'. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + transferOwnership: boolean, Whether changing a role to `owner` downgrades the current owners to writers. Does nothing if the specified role is not `owner`. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }
- update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None) -
Updates a permission.
+    update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Updates a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
@@ -626,139 +536,105 @@ 

Method Details

The object takes the form of: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. } removeExpiration: boolean, Whether to remove the expiration date. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. - transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + transferOwnership: boolean, Whether changing a role to `owner` downgrades the current owners to writers. Does nothing if the specified role is not `owner`. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }
diff --git a/docs/dyn/drive_v2.properties.html b/docs/dyn/drive_v2.properties.html index 6943550cdcc..897d5a3d25e 100644 --- a/docs/dyn/drive_v2.properties.html +++ b/docs/dyn/drive_v2.properties.html @@ -72,28 +72,28 @@ -

Drive API . properties

+

Google Drive API . properties

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, propertyKey, visibility=None)

+ delete(fileId, propertyKey, visibility=None, x__xgafv=None)

Deletes a property.

- get(fileId, propertyKey, visibility=None)

+ get(fileId, propertyKey, visibility=None, x__xgafv=None)

Gets a property by its key.

- insert(fileId, body=None)

+ insert(fileId, body=None, x__xgafv=None)

Adds a property to a file, or updates it if it already exists.

- list(fileId)

+ list(fileId, x__xgafv=None)

Lists a file's properties.

- patch(fileId, propertyKey, body=None, visibility=None)

+ patch(fileId, propertyKey, body=None, visibility=None, x__xgafv=None)

Updates a property.

- update(fileId, propertyKey, body=None, visibility=None)

+ update(fileId, propertyKey, body=None, visibility=None, x__xgafv=None)

Updates a property.

Method Details

@@ -102,45 +102,48 @@

Method Details

- delete(fileId, propertyKey, visibility=None) + delete(fileId, propertyKey, visibility=None, x__xgafv=None)
Deletes a property.
 
 Args:
   fileId: string, The ID of the file. (required)
   propertyKey: string, The key of the property. (required)
   visibility: string, The visibility of the property.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, propertyKey, visibility=None) + get(fileId, propertyKey, visibility=None, x__xgafv=None)
Gets a property by its key.
 
 Args:
   fileId: string, The ID of the file. (required)
   propertyKey: string, The key of the property. (required)
   visibility: string, The visibility of the property.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A key-value pair attached to a file that is either public or private to an application.
-    # The following limits apply to file properties:
-    # - Maximum of 100 properties total per file
-    # - Maximum of 30 private properties per app
-    # - Maximum of 30 public properties
-    # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-  "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+  "etag": "A String", # Output only. ETag of the property.
   "key": "A String", # The key of this property.
-  "kind": "drive#property", # This is always drive#property.
-  "selfLink": "A String", # The link back to this property.
+  "kind": "drive#property", # Output only. This is always `drive#property`.
+  "selfLink": "A String", # Output only. The link back to this property.
   "value": "A String", # The value of this property.
-  "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+  "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
 }
- insert(fileId, body=None) + insert(fileId, body=None, x__xgafv=None)
Adds a property to a file, or updates it if it already exists.
 
 Args:
@@ -148,45 +151,43 @@ 

Method Details

body: object, The request body. The object takes the form of: -{ # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. +{ # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }
- list(fileId) + list(fileId, x__xgafv=None)
Lists a file's properties.
 
 Args:
   fileId: string, The ID of the file. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -194,27 +195,22 @@ 

Method Details

{ # A collection of properties, key-value pairs that are either public or private to an application. "etag": "A String", # The ETag of the list. "items": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "kind": "drive#propertyList", # This is always drive#propertyList. + "kind": "drive#propertyList", # This is always `drive#propertyList`. "selfLink": "A String", # The link back to this list. }
- patch(fileId, propertyKey, body=None, visibility=None) + patch(fileId, propertyKey, body=None, visibility=None, x__xgafv=None)
Updates a property.
 
 Args:
@@ -223,42 +219,36 @@ 

Method Details

body: object, The request body. The object takes the form of: -{ # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. +{ # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. } visibility: string, The visibility of the property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE) + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }
- update(fileId, propertyKey, body=None, visibility=None) + update(fileId, propertyKey, body=None, visibility=None, x__xgafv=None)
Updates a property.
 
 Args:
@@ -267,37 +257,31 @@ 

Method Details

body: object, The request body. The object takes the form of: -{ # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. +{ # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. } visibility: string, The visibility of the property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE) + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }
diff --git a/docs/dyn/drive_v2.replies.html b/docs/dyn/drive_v2.replies.html index 81d67eb993d..515555fbb73 100644 --- a/docs/dyn/drive_v2.replies.html +++ b/docs/dyn/drive_v2.replies.html @@ -72,31 +72,31 @@ -

Drive API . replies

+

Google Drive API . replies

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, commentId, replyId)

+ delete(fileId, commentId, replyId, x__xgafv=None)

Deletes a reply.

- get(fileId, commentId, replyId, includeDeleted=None)

+ get(fileId, commentId, replyId, includeDeleted=None, x__xgafv=None)

Gets a reply.

- insert(fileId, commentId, body=None)

+ insert(fileId, commentId, body=None, x__xgafv=None)

Creates a new reply to the given comment.

- list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None)

+ list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None, x__xgafv=None)

Lists all of the replies to a comment.

list_next()

Retrieves the next page of results.

- patch(fileId, commentId, replyId, body=None)

+ patch(fileId, commentId, replyId, body=None, x__xgafv=None)

Updates an existing reply.

- update(fileId, commentId, replyId, body=None)

+ update(fileId, commentId, replyId, body=None, x__xgafv=None)

Updates an existing reply.

Method Details

@@ -105,18 +105,22 @@

Method Details

- delete(fileId, commentId, replyId) + delete(fileId, commentId, replyId, x__xgafv=None)
Deletes a reply.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
   replyId: string, The ID of the reply. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, commentId, replyId, includeDeleted=None) + get(fileId, commentId, replyId, includeDeleted=None, x__xgafv=None)
Gets a reply.
 
 Args:
@@ -124,36 +128,38 @@ 

Method Details

commentId: string, The ID of the comment. (required) replyId: string, The ID of the reply. (required) includeDeleted: boolean, If set, this will succeed when retrieving a deleted reply. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }
- insert(fileId, commentId, body=None) + insert(fileId, commentId, body=None, x__xgafv=None)
Creates a new reply to the given comment.
 
 Args:
@@ -163,58 +169,58 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }
- list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None) + list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None, x__xgafv=None)
Lists all of the replies to a comment.
 
 Args:
@@ -223,6 +229,10 @@ 

Method Details

includeDeleted: boolean, If set, all replies, including deleted replies (with content stripped) will be returned. maxResults: integer, The maximum number of replies to include in the response, used for paging. pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: @@ -230,29 +240,27 @@

Method Details

{ # A list of replies to a comment on a file in Google Drive. "items": [ # The list of replies. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "kind": "drive#commentReplyList", # This is always drive#commentReplyList. + "kind": "drive#commentReplyList", # This is always `drive#commentReplyList`. "nextLink": "A String", # A link to the next page of replies. "nextPageToken": "A String", # The page token for the next page of replies. This will be absent if the end of the replies list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. "selfLink": "A String", # A link back to this list. @@ -274,7 +282,7 @@

Method Details

- patch(fileId, commentId, replyId, body=None) + patch(fileId, commentId, replyId, body=None, x__xgafv=None)
Updates an existing reply.
 
 Args:
@@ -285,58 +293,58 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }
- update(fileId, commentId, replyId, body=None) + update(fileId, commentId, replyId, body=None, x__xgafv=None)
Updates an existing reply.
 
 Args:
@@ -347,53 +355,53 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }
diff --git a/docs/dyn/drive_v2.revisions.html b/docs/dyn/drive_v2.revisions.html index 08d23722659..3c7b5ea6d7f 100644 --- a/docs/dyn/drive_v2.revisions.html +++ b/docs/dyn/drive_v2.revisions.html @@ -72,28 +72,28 @@ -

Drive API . revisions

+

Google Drive API . revisions

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, revisionId)

+ delete(fileId, revisionId, x__xgafv=None)

Permanently deletes a file version. You can only delete revisions for files with binary content, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.

- get(fileId, revisionId)

+ get(fileId, revisionId, x__xgafv=None)

Gets a specific revision.

- list(fileId, maxResults=None, pageToken=None)

+ list(fileId, maxResults=None, pageToken=None, x__xgafv=None)

Lists a file's revisions.

list_next()

Retrieves the next page of results.

- patch(fileId, revisionId, body=None)

+ patch(fileId, revisionId, body=None, x__xgafv=None)

Updates a revision.

- update(fileId, revisionId, body=None)

+ update(fileId, revisionId, body=None, x__xgafv=None)

Updates a revision.

Method Details

@@ -102,67 +102,79 @@

Method Details

- delete(fileId, revisionId) + delete(fileId, revisionId, x__xgafv=None)
Permanently deletes a file version. You can only delete revisions for files with binary content, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.
 
 Args:
   fileId: string, The ID of the file. (required)
   revisionId: string, The ID of the revision. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, revisionId) + get(fileId, revisionId, x__xgafv=None)
Gets a specific revision.
 
 Args:
   fileId: string, The ID of the file. (required)
   revisionId: string, The ID of the revision. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A revision of a file.
-  "downloadUrl": "A String",
-  "etag": "A String", # The ETag of the revision.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
+  "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive.
+  "etag": "A String", # Output only. The ETag of the revision.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
   },
-  "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
-  "id": "A String", # The ID of the revision.
-  "kind": "drive#revision", # This is always drive#revision.
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user.
-    "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
-    "kind": "drive#user", # This is always drive#user.
-    "permissionId": "A String", # The user's ID as visible in the permissions collection.
-    "picture": { # The user's profile picture.
-      "url": "A String", # A URL that points to a profile picture of this user.
+  "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+  "id": "A String", # Output only. The ID of the revision.
+  "kind": "drive#revision", # Output only. This is always `drive#revision`.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
-  "mimeType": "A String", # The MIME type of the revision.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+  "mimeType": "A String", # Output only. The MIME type of the revision.
   "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
-  "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+  "originalFilename": "A String", # Output only. The original filename when this revision was created. This will only be populated on files with content stored in Drive.
   "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
   "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Docs Editors files.
   "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files.
-  "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files.
+  "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files.
   "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files.
-  "selfLink": "A String", # A link back to this revision.
+  "selfLink": "A String", # Output only. A link back to this revision.
 }
- list(fileId, maxResults=None, pageToken=None) + list(fileId, maxResults=None, pageToken=None, x__xgafv=None)
Lists a file's revisions.
 
 Args:
   fileId: string, The ID of the file. (required)
   maxResults: integer, Maximum number of revisions to return.
   pageToken: string, Page token for revisions. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -171,38 +183,38 @@ 

Method Details

"etag": "A String", # The ETag of the list. "items": [ # The list of revisions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A revision of a file. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive. - "id": "A String", # The ID of the revision. - "kind": "drive#revision", # This is always drive#revision. - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this revision. - "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. - "mimeType": "A String", # The MIME type of the revision. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. The MIME type of the revision. "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp). - "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive. + "originalFilename": "A String", # Output only. The original filename when this revision was created. This will only be populated on files with content stored in Drive. "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions. "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. }, ], - "kind": "drive#revisionList", # This is always drive#revisionList. + "kind": "drive#revisionList", # This is always `drive#revisionList`. "nextPageToken": "A String", # The page token for the next page of revisions. This field will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be discarded and pagination should be restarted from the first page of results. "selfLink": "A String", # A link back to this list. }
@@ -223,7 +235,7 @@

Method Details

- patch(fileId, revisionId, body=None) + patch(fileId, revisionId, body=None, x__xgafv=None)
Updates a revision.
 
 Args:
@@ -233,76 +245,80 @@ 

Method Details

The object takes the form of: { # A revision of a file. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive. - "id": "A String", # The ID of the revision. - "kind": "drive#revision", # This is always drive#revision. - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this revision. - "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. - "mimeType": "A String", # The MIME type of the revision. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. The MIME type of the revision. "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp). - "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive. + "originalFilename": "A String", # Output only. The original filename when this revision was created. This will only be populated on files with content stored in Drive. "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions. "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A revision of a file. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive. - "id": "A String", # The ID of the revision. - "kind": "drive#revision", # This is always drive#revision. - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this revision. - "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. - "mimeType": "A String", # The MIME type of the revision. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. The MIME type of the revision. "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp). - "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive. + "originalFilename": "A String", # Output only. The original filename when this revision was created. This will only be populated on files with content stored in Drive. "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions. "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. }
- update(fileId, revisionId, body=None) + update(fileId, revisionId, body=None, x__xgafv=None)
Updates a revision.
 
 Args:
@@ -312,71 +328,75 @@ 

Method Details

The object takes the form of: { # A revision of a file. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive. - "id": "A String", # The ID of the revision. - "kind": "drive#revision", # This is always drive#revision. - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this revision. - "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. - "mimeType": "A String", # The MIME type of the revision. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. The MIME type of the revision. "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp). - "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive. + "originalFilename": "A String", # Output only. The original filename when this revision was created. This will only be populated on files with content stored in Drive. "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions. "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A revision of a file. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive. - "id": "A String", # The ID of the revision. - "kind": "drive#revision", # This is always drive#revision. - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. - "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made. - "kind": "drive#user", # This is always drive#user. - "permissionId": "A String", # The user's ID as visible in the permissions collection. - "picture": { # The user's profile picture. - "url": "A String", # A URL that points to a profile picture of this user. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this revision. - "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. - "mimeType": "A String", # The MIME type of the revision. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. The MIME type of the revision. "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp). - "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive. + "originalFilename": "A String", # Output only. The original filename when this revision was created. This will only be populated on files with content stored in Drive. "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions. "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. }
diff --git a/docs/dyn/drive_v2.teamdrives.html b/docs/dyn/drive_v2.teamdrives.html index c9dc676cad1..8242112f091 100644 --- a/docs/dyn/drive_v2.teamdrives.html +++ b/docs/dyn/drive_v2.teamdrives.html @@ -72,29 +72,29 @@ -

Drive API . teamdrives

+

Google Drive API . teamdrives

Instance Methods

close()

Close httplib2 connections.

- delete(teamDriveId)

-

Deprecated use drives.delete instead.

+ delete(teamDriveId, x__xgafv=None)

+

Deprecated: Use `drives.delete` instead.

- get(teamDriveId, useDomainAdminAccess=None)

-

Deprecated use drives.get instead.

+ get(teamDriveId, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.get` instead.

- insert(requestId, body=None)

-

Deprecated use drives.insert instead.

+ insert(requestId, body=None, x__xgafv=None)

+

Deprecated: Use `drives.insert` instead.

- list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None)

-

Deprecated use drives.list instead.

+ list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.list` instead.

list_next()

Retrieves the next page of results.

- update(teamDriveId, body=None, useDomainAdminAccess=None)

-

Deprecated use drives.update instead.

+ update(teamDriveId, body=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.update` instead.

Method Details

close() @@ -102,27 +102,35 @@

Method Details

- delete(teamDriveId) -
Deprecated use drives.delete instead.
+    delete(teamDriveId, x__xgafv=None)
+  
Deprecated: Use `drives.delete` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(teamDriveId, useDomainAdminAccess=None) -
Deprecated use drives.get instead.
+    get(teamDriveId, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.get` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+    { # Deprecated: Use the `drive` collection instead.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -131,11 +139,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -145,41 +153,41 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
- insert(requestId, body=None) -
Deprecated use drives.insert instead.
+    insert(requestId, body=None, x__xgafv=None)
+  
Deprecated: Use `drives.insert` instead.
 
 Args:
-  requestId: string, An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. (required)
+  requestId: string, Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+{ # Deprecated: Use the `drive` collection instead.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -188,11 +196,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -202,35 +210,39 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + { # Deprecated: Use the `drive` collection instead. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -239,11 +251,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -253,47 +265,51 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
- list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None) -
Deprecated use drives.list instead.
+    list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.list` instead.
 
 Args:
   maxResults: integer, Maximum number of Team Drives to return.
   pageToken: string, Page token for Team Drives.
   q: string, Query string for searching Team Drives.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then all Team Drives of the domain in which the requester is an administrator are returned.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A list of Team Drives.
   "items": [ # The list of Team Drives.
-    { # Deprecated: use the drive collection instead.
-      "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+    { # Deprecated: Use the `drive` collection instead.
+      "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
         "id": "A String", # The ID of an image file in Drive to use for the background image.
         "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
         "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -302,11 +318,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -316,30 +332,30 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, ], - "kind": "drive#teamDriveList", # This is always drive#teamDriveList + "kind": "drive#teamDriveList", # This is always `drive#teamDriveList` "nextPageToken": "A String", # The page token for the next page of Team Drives. }
@@ -359,16 +375,16 @@

Method Details

- update(teamDriveId, body=None, useDomainAdminAccess=None) -
Deprecated use drives.update instead.
+    update(teamDriveId, body=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.update` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+{ # Deprecated: Use the `drive` collection instead.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -377,11 +393,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -391,36 +407,40 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + { # Deprecated: Use the `drive` collection instead. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -429,11 +449,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -443,27 +463,27 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
diff --git a/docs/dyn/drive_v3.about.html b/docs/dyn/drive_v3.about.html index 837b78d8a8f..4283db84799 100644 --- a/docs/dyn/drive_v3.about.html +++ b/docs/dyn/drive_v3.about.html @@ -72,13 +72,13 @@ -

Drive API . about

+

Google Drive API . about

Instance Methods

close()

Close httplib2 connections.

- get()

+ get(x__xgafv=None)

Gets information about the user, the user's Drive, and system capabilities.

Method Details

@@ -87,10 +87,14 @@

Method Details

- get() + get(x__xgafv=None)
Gets information about the user, the user's Drive, and system capabilities.
 
 Args:
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -98,7 +102,7 @@ 

Method Details

{ # Information about the user, the user's Drive, and system capabilities. "appInstalled": True or False, # Whether the user has installed the requesting app. "canCreateDrives": True or False, # Whether the user can create shared drives. - "canCreateTeamDrives": True or False, # Deprecated - use canCreateDrives instead. + "canCreateTeamDrives": True or False, # Deprecated: Use `canCreateDrives` instead. "driveThemes": [ # A list of themes that are supported for shared drives. { "backgroundImageLink": "A String", # A link to this theme's background image. @@ -119,7 +123,7 @@

Method Details

"A String", ], }, - "kind": "drive#about", # Identifies what kind of resource this is. Value: the fixed string "drive#about". + "kind": "drive#about", # Identifies what kind of resource this is. Value: the fixed string `"drive#about"`. "maxImportSizes": { # A map of maximum import sizes by MIME type, in bytes. "a_key": "A String", }, @@ -130,20 +134,20 @@

Method Details

"usageInDrive": "A String", # The usage by all files in Google Drive. "usageInDriveTrash": "A String", # The usage by trashed files in Google Drive. }, - "teamDriveThemes": [ # Deprecated - use driveThemes instead. + "teamDriveThemes": [ # Deprecated: Use `driveThemes` instead. { - "backgroundImageLink": "A String", # Deprecated - use driveThemes/backgroundImageLink instead. - "colorRgb": "A String", # Deprecated - use driveThemes/colorRgb instead. - "id": "A String", # Deprecated - use driveThemes/id instead. + "backgroundImageLink": "A String", # Deprecated: Use `driveThemes/backgroundImageLink` instead. + "colorRgb": "A String", # Deprecated: Use `driveThemes/colorRgb` instead. + "id": "A String", # Deprecated: Use `driveThemes/id` instead. }, ], "user": { # Information about a Drive user. # The authenticated user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, }
diff --git a/docs/dyn/drive_v3.changes.html b/docs/dyn/drive_v3.changes.html index 2178fd603a1..a5852901f6d 100644 --- a/docs/dyn/drive_v3.changes.html +++ b/docs/dyn/drive_v3.changes.html @@ -72,23 +72,23 @@ -

Drive API . changes

+

Google Drive API . changes

Instance Methods

close()

Close httplib2 connections.

- getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Gets the starting pageToken for listing future changes.

- list(pageToken, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ list(pageToken, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Lists the changes for a user or shared drive.

list_next()

Retrieves the next page of results.

- watch(pageToken, body=None, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

-

Subscribes to changes for a user. To use this method, you must include the pageToken query parameter.

+ watch(pageToken, body=None, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

+

Subscribes to changes for a user.

Method Details

close() @@ -96,43 +96,51 @@

Method Details

- getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Gets the starting pageToken for listing future changes.
 
 Args:
-  driveId: string, The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.
+  driveId: string, The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     {
-  "kind": "drive#startPageToken", # Identifies what kind of resource this is. Value: the fixed string "drive#startPageToken".
+  "kind": "drive#startPageToken", # Identifies what kind of resource this is. Value: the fixed string `"drive#startPageToken"`.
   "startPageToken": "A String", # The starting page token for listing changes.
 }
- list(pageToken, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + list(pageToken, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Lists the changes for a user or shared drive.
 
 Args:
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method. (required)
-  driveId: string, The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
+  driveId: string, The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
   includeCorpusRemovals: boolean, Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   includeRemoved: boolean, Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   pageSize: integer, The maximum number of changes to return per page.
   restrictToMyDrive: boolean, Whether to restrict the results to changes inside the My Drive hierarchy. This omits changes to files such as those in the Application Data folder or shared files which have not been added to My Drive.
   spaces: string, A comma-separated list of spaces to query within the corpora. Supported values are 'drive' and 'appDataFolder'.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -140,101 +148,101 @@ 

Method Details

{ # A list of changes for a user. "changes": [ # The list of changes. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A change to a file or shared drive. - "changeType": "A String", # The type of the change. Possible values are file and drive. + "changeType": "A String", # The type of the change. Possible values are `file` and `drive`. "drive": { # Representation of a shared drive. # The updated state of the shared drive. Present if the changeType is drive, the user is still a member of the shared drive, and the shared drive has not been deleted. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive". + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`. "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, "driveId": "A String", # The ID of the shared drive associated with this change. "file": { # The metadata for a file. # The updated state of the file. Present if the type is file and the file has not been removed from this list of changes. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -243,268 +251,230 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }, "fileId": "A String", # The ID of the file which has changed. - "kind": "drive#change", # Identifies what kind of resource this is. Value: the fixed string "drive#change". + "kind": "drive#change", # Identifies what kind of resource this is. Value: the fixed string `"drive#change"`. "removed": True or False, # Whether the file or shared drive has been removed from this list of changes, for example by deletion or loss of access. - "teamDrive": { # Deprecated: use the drive collection instead. # Deprecated - use drive instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "teamDrive": { # Deprecated: use the drive collection instead. # Deprecated: Use `drive` instead. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -513,11 +483,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -527,34 +497,34 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Deprecated: Use `driveId` instead. "time": "A String", # The time of this change (RFC 3339 date-time). - "type": "A String", # Deprecated - use changeType instead. + "type": "A String", # Deprecated: Use `changeType` instead. }, ], - "kind": "drive#changeList", # Identifies what kind of resource this is. Value: the fixed string "drive#changeList". + "kind": "drive#changeList", # Identifies what kind of resource this is. Value: the fixed string `"drive#changeList"`. "newStartPageToken": "A String", # The starting page token for future changes. This will be present only if the end of the current changes list has been reached. "nextPageToken": "A String", # The page token for the next page of changes. This will be absent if the end of the changes list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. }
@@ -575,59 +545,63 @@

Method Details

- watch(pageToken, body=None, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) -
Subscribes to changes for a user. To use this method, you must include the pageToken query parameter.
+    watch(pageToken, body=None, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
+  
Subscribes to changes for a user.
 
 Args:
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
-  driveId: string, The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
+  driveId: string, The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
   includeCorpusRemovals: boolean, Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   includeRemoved: boolean, Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   pageSize: integer, The maximum number of changes to return per page.
   restrictToMyDrive: boolean, Whether to restrict the results to changes inside the My Drive hierarchy. This omits changes to files such as those in the Application Data folder or shared files which have not been added to My Drive.
   spaces: string, A comma-separated list of spaces to query within the corpora. Supported values are 'drive' and 'appDataFolder'.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # An notification channel used to watch for resource changes.
+    { # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
diff --git a/docs/dyn/drive_v3.channels.html b/docs/dyn/drive_v3.channels.html index a1e9427facb..cb4737d2341 100644 --- a/docs/dyn/drive_v3.channels.html +++ b/docs/dyn/drive_v3.channels.html @@ -72,14 +72,14 @@ -

Drive API . channels

+

Google Drive API . channels

Instance Methods

close()

Close httplib2 connections.

- stop(body=None)

-

Stop watching resources through this channel

+ stop(body=None, x__xgafv=None)

+

Stops watching resources through this channel.

Method Details

close() @@ -87,28 +87,32 @@

Method Details

- stop(body=None) -
Stop watching resources through this channel
+    stop(body=None, x__xgafv=None)
+  
Stops watching resources through this channel.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
diff --git a/docs/dyn/drive_v3.comments.html b/docs/dyn/drive_v3.comments.html index ce57f5d8ef1..41452948154 100644 --- a/docs/dyn/drive_v3.comments.html +++ b/docs/dyn/drive_v3.comments.html @@ -72,28 +72,28 @@ -

Drive API . comments

+

Google Drive API . comments

Instance Methods

close()

Close httplib2 connections.

- create(fileId, body=None)

+ create(fileId, body=None, x__xgafv=None)

Creates a comment on a file.

- delete(fileId, commentId)

+ delete(fileId, commentId, x__xgafv=None)

Deletes a comment.

- get(fileId, commentId, includeDeleted=None)

+ get(fileId, commentId, includeDeleted=None, x__xgafv=None)

Gets a comment by ID.

- list(fileId, includeDeleted=None, pageSize=None, pageToken=None, startModifiedTime=None)

+ list(fileId, includeDeleted=None, pageSize=None, pageToken=None, startModifiedTime=None, x__xgafv=None)

Lists a file's comments.

list_next()

Retrieves the next page of results.

- update(fileId, commentId, body=None)

+ update(fileId, commentId, body=None, x__xgafv=None)

Updates a comment with patch semantics.

Method Details

@@ -102,7 +102,7 @@

Method Details

- create(fileId, body=None) + create(fileId, body=None, x__xgafv=None)
Creates a comment on a file.
 
 Args:
@@ -111,173 +111,179 @@ 

Method Details

The object takes the form of: { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. }
- delete(fileId, commentId) + delete(fileId, commentId, x__xgafv=None)
Deletes a comment.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, commentId, includeDeleted=None) + get(fileId, commentId, includeDeleted=None, x__xgafv=None)
Gets a comment by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
   includeDeleted: boolean, Whether to return deleted comments. Deleted comments will not include their original content.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A comment on a file.
-  "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to  Add comments and replies.
-  "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-    "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-    "me": True or False, # Whether this user is the requesting user.
-    "permissionId": "A String", # The user's ID as visible in Permission resources.
-    "photoLink": "A String", # A link to the user's profile photo, if available.
+  "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments).
+  "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+    "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+    "me": True or False, # Output only. Whether this user is the requesting user.
+    "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+    "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
   },
-  "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed.
+  "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed.
   "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time).
-  "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content.
-  "htmlContent": "A String", # The content of the comment with HTML formatting.
-  "id": "A String", # The ID of the comment.
-  "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment".
+  "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content.
+  "htmlContent": "A String", # Output only. The content of the comment with HTML formatting.
+  "id": "A String", # Output only. The ID of the comment.
+  "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`.
   "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time).
   "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment.
     "mimeType": "A String", # The MIME type of the quoted content.
     "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API.
   },
-  "replies": [ # The full list of replies to the comment in chronological order.
+  "replies": [ # Output only. The full list of replies to the comment in chronological order.
     { # A reply to a comment on a file.
-      "action": "A String", # The action the reply performed to the parent comment. Valid values are:
-          # - resolve
-          # - reopen
-      "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-        "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-        "me": True or False, # Whether this user is the requesting user.
-        "permissionId": "A String", # The user's ID as visible in Permission resources.
-        "photoLink": "A String", # A link to the user's profile photo, if available.
+      "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen`
+      "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+        "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+        "me": True or False, # Output only. Whether this user is the requesting user.
+        "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+        "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
       },
-      "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified.
+      "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified.
       "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time).
-      "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content.
-      "htmlContent": "A String", # The content of the reply with HTML formatting.
-      "id": "A String", # The ID of the reply.
-      "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
+      "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content.
+      "htmlContent": "A String", # Output only. The content of the reply with HTML formatting.
+      "id": "A String", # Output only. The ID of the reply.
+      "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`.
       "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
     },
   ],
-  "resolved": True or False, # Whether the comment has been resolved by one of its replies.
+  "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies.
 }
- list(fileId, includeDeleted=None, pageSize=None, pageToken=None, startModifiedTime=None) + list(fileId, includeDeleted=None, pageSize=None, pageToken=None, startModifiedTime=None, x__xgafv=None)
Lists a file's comments.
 
 Args:
@@ -286,6 +292,10 @@ 

Method Details

pageSize: integer, The maximum number of comments to return per page. pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response. startModifiedTime: string, The minimum value of 'modifiedTime' for the result comments (RFC 3339 date-time). + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: @@ -293,52 +303,50 @@

Method Details

{ # A list of comments on a file. "comments": [ # The list of comments. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. }, ], - "kind": "drive#commentList", # Identifies what kind of resource this is. Value: the fixed string "drive#commentList". + "kind": "drive#commentList", # Identifies what kind of resource this is. Value: the fixed string `"drive#commentList"`. "nextPageToken": "A String", # The page token for the next page of comments. This will be absent if the end of the comments list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. }
@@ -358,7 +366,7 @@

Method Details

- update(fileId, commentId, body=None) + update(fileId, commentId, body=None, x__xgafv=None)
Updates a comment with patch semantics.
 
 Args:
@@ -368,99 +376,99 @@ 

Method Details

The object takes the form of: { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. }
diff --git a/docs/dyn/drive_v3.drives.html b/docs/dyn/drive_v3.drives.html index 4b5780ec086..05b55fb236b 100644 --- a/docs/dyn/drive_v3.drives.html +++ b/docs/dyn/drive_v3.drives.html @@ -72,35 +72,35 @@ -

Drive API . drives

+

Google Drive API . drives

Instance Methods

close()

Close httplib2 connections.

- create(requestId, body=None)

+ create(requestId, body=None, x__xgafv=None)

Creates a shared drive.

- delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None)

+ delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None, x__xgafv=None)

Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.

- get(driveId, useDomainAdminAccess=None)

+ get(driveId, useDomainAdminAccess=None, x__xgafv=None)

Gets a shared drive's metadata by ID.

- hide(driveId)

+ hide(driveId, x__xgafv=None)

Hides a shared drive from the default view.

- list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None)

-

Lists the user's shared drives.

+ list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)

+

Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.

list_next()

Retrieves the next page of results.

- unhide(driveId)

+ unhide(driveId, x__xgafv=None)

Restores a shared drive to the default view.

- update(driveId, body=None, useDomainAdminAccess=None)

-

Updates the metadata for a shared drive.

+ update(driveId, body=None, useDomainAdminAccess=None, x__xgafv=None)

+

Updates the metadate for a shared drive.

Method Details

close() @@ -108,250 +108,270 @@

Method Details

- create(requestId, body=None) + create(requestId, body=None, x__xgafv=None)
Creates a shared drive.
 
 Args:
-  requestId: string, An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. (required)
+  requestId: string, Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. (required)
   body: object, The request body.
     The object takes the form of:
 
 { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None) + delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None, x__xgafv=None)
Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
-  allowItemDeletion: boolean, Whether any items inside the shared drive should also be deleted. This option is only supported when useDomainAdminAccess is also set to true.
+  allowItemDeletion: boolean, Whether any items inside the shared drive should also be deleted. This option is only supported when `useDomainAdminAccess` is also set to `true`.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(driveId, useDomainAdminAccess=None) + get(driveId, useDomainAdminAccess=None, x__xgafv=None)
Gets a shared drive's metadata by ID.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- hide(driveId) + hide(driveId, x__xgafv=None)
Hides a shared drive from the default view.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None) -
Lists the user's shared drives.
+    list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)
+  
 Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.
 
 Args:
   pageSize: integer, Maximum number of shared drives to return per page.
   pageToken: string, Page token for shared drives.
   q: string, Query string for searching shared drives.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then all shared drives of the domain in which the requester is an administrator are returned.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -359,53 +379,53 @@ 

Method Details

{ # A list of shared drives. "drives": [ # The list of shared drives. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive". + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`. "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, ], - "kind": "drive#driveList", # Identifies what kind of resource this is. Value: the fixed string "drive#driveList". + "kind": "drive#driveList", # Identifies what kind of resource this is. Value: the fixed string `"drive#driveList"`. "nextPageToken": "A String", # The page token for the next page of shared drives. This will be absent if the end of the list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. }
@@ -425,66 +445,70 @@

Method Details

- unhide(driveId) + unhide(driveId, x__xgafv=None)
Restores a shared drive to the default view.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- update(driveId, body=None, useDomainAdminAccess=None) -
Updates the metadata for a shared drive.
+    update(driveId, body=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Updates the metadate for a shared drive.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
@@ -492,102 +516,106 @@ 

Method Details

The object takes the form of: { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive". + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`. "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } - useDomainAdminAccess: boolean, Issue the request as a domain administrator. If set to true, then the requester is granted access if they're an administrator of the domain to which the shared drive belongs. + useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive". + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`. "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
diff --git a/docs/dyn/drive_v3.files.html b/docs/dyn/drive_v3.files.html index 5d9e40ae864..f1e6601a8a7 100644 --- a/docs/dyn/drive_v3.files.html +++ b/docs/dyn/drive_v3.files.html @@ -72,43 +72,43 @@ -

Drive API . files

+

Google Drive API . files

Instance Methods

close()

Close httplib2 connections.

- copy(fileId, body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Creates a copy of a file and applies any requested updates with patch semantics. Folders cannot be copied.

+ copy(fileId, body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Creates a copy of a file and applies any requested updates with patch semantics.

- create(body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None)

-

Creates a file.

+ create(body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None, x__xgafv=None)

+

Creates a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.create` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `name` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `"name": "cat.jpg"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.

- delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)

+ delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted.

- emptyTrash(driveId=None, enforceSingleParent=None)

-

Permanently deletes all trashed files of a user or shared drive.

+ emptyTrash(driveId=None, enforceSingleParent=None, x__xgafv=None)

+

Permanently deletes all of the user's trashed files.

- export(fileId, mimeType)

+ export(fileId, mimeType, x__xgafv=None)

Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.

- export_media(fileId, mimeType)

+ export_media(fileId, mimeType, x__xgafv=None)

Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.

- generateIds(count=None, space=None, type=None)

+ generateIds(count=None, space=None, type=None, x__xgafv=None)

Generates a set of file IDs which can be provided in create or copy requests.

- get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Gets a file's metadata or content by ID.

+ get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).

- get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Gets a file's metadata or content by ID.

+ get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).

- list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, orderBy=None, pageSize=None, pageToken=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

-

Lists or searches files.

+ list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, orderBy=None, pageSize=None, pageToken=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

+

Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.

- listLabels(fileId, maxResults=None, pageToken=None)

+ listLabels(fileId, maxResults=None, pageToken=None, x__xgafv=None)

Lists the labels on a file.

listLabels_next()

@@ -117,17 +117,14 @@

Instance Methods

list_next()

Retrieves the next page of results.

- modifyLabels(fileId, body=None)

-

Modifies the set of labels on a file.

+ modifyLabels(fileId, body=None, x__xgafv=None)

+

Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.

- update(fileId, addParents=None, body=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, removeParents=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None)

-

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.

+ update(fileId, addParents=None, body=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, removeParents=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None, x__xgafv=None)

+

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).

- watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Subscribe to changes on a file.

-

- watch_media(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Subscribe to changes on a file.

+ watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Subscribes to changes to a file.

Method Details

close() @@ -135,8 +132,8 @@

Method Details

- copy(fileId, body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None) -
Creates a copy of a file and applies any requested updates with patch semantics. Folders cannot be copied.
+    copy(fileId, body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
Creates a copy of a file and applies any requested updates with patch semantics.
 
 Args:
   fileId: string, The ID of the file. (required)
@@ -144,52 +141,52 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -198,323 +195,289 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. } enforceSingleParent: boolean, Deprecated. Copying files into multiple folders is no longer supported. Use shortcuts instead. ignoreDefaultVisibility: boolean, Whether to ignore the domain's default visibility settings for the created file. Domain administrators can choose to make all uploaded files visible to the domain by default; this parameter bypasses that behavior for the request. Permissions are still inherited from parent folders. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. keepRevisionForever: boolean, Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions. ocrLanguage: string, A language hint for OCR processing during image import (ISO 639-1 code). supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -523,320 +486,282 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }
- create(body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None) -
Creates a file.
+    create(body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None, x__xgafv=None)
+  
 Creates a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.create` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `name` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `"name": "cat.jpg"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
 { # The metadata for a file.
-  "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app.
-      # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+  "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app.
+      # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     "a_key": "A String",
   },
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canChangeViewersCanCopyContent": True or False, # Deprecated
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentHints": { # Additional information about the content of the file. These fields are never populated in responses.
-    "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata.
+    "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.
     "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.
       "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).
       "mimeType": "A String", # The MIME type of the thumbnail.
@@ -845,326 +770,292 @@ 

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. } enforceSingleParent: boolean, Deprecated. Creating files in multiple folders is no longer supported. ignoreDefaultVisibility: boolean, Whether to ignore the domain's default visibility settings for the created file. Domain administrators can choose to make all uploaded files visible to the domain by default; this parameter bypasses that behavior for the request. Permissions are still inherited from parent folders. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. keepRevisionForever: boolean, Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions. media_body: string, The filename of the media request body, or an instance of a MediaUpload object. media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object. ocrLanguage: string, A language hint for OCR processing during image import (ISO 639-1 code). supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. useContentAsIndexableText: boolean, Whether to use the uploaded content as indexable text. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -1173,315 +1064,297 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }
- delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None) + delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted.
 
 Args:
   fileId: string, The ID of the file. (required)
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- emptyTrash(driveId=None, enforceSingleParent=None) -
Permanently deletes all trashed files of a user or shared drive.
+    emptyTrash(driveId=None, enforceSingleParent=None, x__xgafv=None)
+  
Permanently deletes all of the user's trashed files.
 
 Args:
   driveId: string, If set, empties the trash of the provided shared drive.
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- export(fileId, mimeType) + export(fileId, mimeType, x__xgafv=None)
Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.
 
 Args:
   fileId: string, The ID of the file. (required)
-  mimeType: string, The MIME type of the format requested for this export. (required)
+  mimeType: string, Required. The MIME type of the format requested for this export. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- export_media(fileId, mimeType) + export_media(fileId, mimeType, x__xgafv=None)
Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.
 
 Args:
   fileId: string, The ID of the file. (required)
-  mimeType: string, The MIME type of the format requested for this export. (required)
+  mimeType: string, Required. The MIME type of the format requested for this export. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- generateIds(count=None, space=None, type=None) + generateIds(count=None, space=None, type=None, x__xgafv=None)
Generates a set of file IDs which can be provided in create or copy requests.
 
 Args:
   count: integer, The number of IDs to return.
   space: string, The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder'. (Default: 'drive')
-  type: string, The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the drive 'space'. (Default: 'files')
+  type: string, The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the `drive` 'space'. (Default: 'files')
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -1490,73 +1363,77 @@ 

Method Details

"ids": [ # The IDs generated for the requesting user in the specified space. "A String", ], - "kind": "drive#generatedIds", # Identifies what kind of resource this is. Value: the fixed string "drive#generatedIds". + "kind": "drive#generatedIds", # Identifies what kind of resource this is. Value: the fixed string `"drive#generatedIds"`. "space": "A String", # The type of file that can be created with these IDs. }
- get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Gets a file's metadata or content by ID.
+    get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
 Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).
 
 Args:
   fileId: string, The ID of the file. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app.
-      # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+  "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app.
+      # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     "a_key": "A String",
   },
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canChangeViewersCanCopyContent": True or False, # Deprecated
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentHints": { # Additional information about the content of the file. These fields are never populated in responses.
-    "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata.
+    "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.
     "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.
       "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).
       "mimeType": "A String", # The MIME type of the thumbnail.
@@ -1565,276 +1442,242 @@ 

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }
- get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Gets a file's metadata or content by ID.
+    get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
 Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).
 
 Args:
   fileId: string, The ID of the file. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   The media object as a string.
@@ -1843,28 +1686,32 @@ 

Method Details

- list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, orderBy=None, pageSize=None, pageToken=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) -
Lists or searches files.
+    list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, orderBy=None, pageSize=None, pageToken=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
+  
 Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.
 
 Args:
-  corpora: string, Groupings of files to which the query applies. Supported groupings are: 'user' (files created by, opened by, or shared directly with the user), 'drive' (files in the specified shared drive as indicated by the 'driveId'), 'domain' (files shared to the user's domain), and 'allDrives' (A combination of 'user' and 'drive' for all drives where the user is a member). When able, use 'user' or 'drive', instead of 'allDrives', for efficiency.
-  corpus: string, The source of files to list. Deprecated: use 'corpora' instead.
+  corpora: string, Bodies of items (files/documents) to which the query applies. Supported bodies are 'user', 'domain', 'drive', and 'allDrives'. Prefer 'user' or 'drive' to 'allDrives' for efficiency. By default, corpora is set to 'user'. However, this can change depending on the filter set through the 'q' parameter.
+  corpus: string, Deprecated: The source of files to list. Use 'corpora' instead.
     Allowed values
       domain - Files shared to the user's domain.
-      user - Files owned by or shared to the user. If a user has permissions on a Shared Drive, the files inside it won't be retrieved unless the user has created, opened, or shared the file.
+      user - Files owned by or shared to the user.
   driveId: string, ID of the shared drive to search.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
-  orderBy: string, A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
+  orderBy: string, A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but can be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name.
   pageSize: integer, The maximum number of files to return per page. Partial or empty result pages are possible even before the end of the files list has been reached.
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
-  q: string, A query for filtering the file results. See the "Search for Files" guide for supported syntax.
+  q: string, A query for filtering the file results. See the "Search for files & folders" guide for supported syntax.
   spaces: string, A comma-separated list of spaces to query within the corpora. Supported values are 'drive' and 'appDataFolder'.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -1872,52 +1719,52 @@ 

Method Details

{ # A list of files. "files": [ # The list of files. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -1926,322 +1773,283 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }, ], - "incompleteSearch": True or False, # Whether the search process was incomplete. If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple drives with the "allDrives" corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as "user" or "drive". - "kind": "drive#fileList", # Identifies what kind of resource this is. Value: the fixed string "drive#fileList". + "incompleteSearch": True or False, # Whether the search process was incomplete. If true, then some search results might be missing, since all documents were not searched. This can occur when searching multiple drives with the 'allDrives' corpora, but all corpora couldn't be searched. When this happens, it's suggested that clients narrow their query by choosing a different corpus such as 'user' or 'drive'. + "kind": "drive#fileList", # Identifies what kind of resource this is. Value: the fixed string `"drive#fileList"`. "nextPageToken": "A String", # The page token for the next page of files. This will be absent if the end of the files list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. }
- listLabels(fileId, maxResults=None, pageToken=None) + listLabels(fileId, maxResults=None, pageToken=None, x__xgafv=None)
Lists the labels on a file.
 
 Args:
-  fileId: string, The ID of the file. (required)
-  maxResults: integer, The maximum number of labels to return per page. When not set, this defaults to 100.
+  fileId: string, The ID for the file or shared drive. (required)
+  maxResults: integer, The maximum number of labels to return per page. When not set, defaults to 100.
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A list of labels.
-  "kind": "drive#labelList", # This is always drive#labelList
+    { # A list of labels applied to a file.
+  "kind": "A String", # This is always drive#labelList
   "labels": [ # The list of labels.
-    { # Representation of a label and its fields.
-      "fields": { # A map of the label's fields keyed by the field ID.
-        "a_key": { # Representation of a label field.
+    { # Representation of label and label fields.
+      "fields": { # A map of the fields on the label, keyed by the field's ID.
+        "a_key": { # Representation of field, which is a typed key-value pair.
           "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
             "A String",
           ],
-          "id": "A String", # The identifier of this field.
-          "integer": [ # Only present if valueType is integer.
+          "id": "A String", # The identifier of this label field.
+          "integer": [ # Only present if `valueType` is `integer`.
             "A String",
           ],
-          "kind": "drive#labelField", # This is always drive#labelField.
-          "selection": [ # Only present if valueType is selection.
+          "kind": "A String", # This is always drive#labelField.
+          "selection": [ # Only present if `valueType` is `selection`
             "A String",
           ],
-          "text": [ # Only present if valueType is text.
+          "text": [ # Only present if `valueType` is `text`.
             "A String",
           ],
-          "user": [ # Only present if valueType is user.
+          "user": [ # Only present if `valueType` is `user`.
             { # Information about a Drive user.
-              "displayName": "A String", # A plain text displayable name for this user.
-              "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-              "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-              "me": True or False, # Whether this user is the requesting user.
-              "permissionId": "A String", # The user's ID as visible in Permission resources.
-              "photoLink": "A String", # A link to the user's profile photo, if available.
+              "displayName": "A String", # Output only. A plain text displayable name for this user.
+              "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+              "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+              "me": True or False, # Output only. Whether this user is the requesting user.
+              "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+              "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
             },
           ],
-          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-              # - dateString
-              # - integer
-              # - selection
-              # - text
-              # - user
+          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
         },
       },
       "id": "A String", # The ID of the label.
-      "kind": "drive#label", # This is always drive#label
+      "kind": "A String", # This is always drive#label
       "revisionId": "A String", # The revision ID of the label.
     },
   ],
@@ -2278,91 +2086,90 @@ 

Method Details

- modifyLabels(fileId, body=None) -
Modifies the set of labels on a file.
+    modifyLabels(fileId, body=None, x__xgafv=None)
+  
Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.
 
 Args:
-  fileId: string, The ID of the file for which the labels are modified. (required)
+  fileId: string, The ID of the file to which the labels belong. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail transactionally.
-  "kind": "drive#modifyLabelsRequest", # This is always drive#modifyLabelsRequest
+{ # A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.
+  "kind": "A String", # This is always drive#modifyLabelsRequest.
   "labelModifications": [ # The list of modifications to apply to the labels on the file.
     { # A modification to a label on a file. A LabelModification can be used to apply a label to a file, update an existing label on a file, or remove a label from a file.
       "fieldModifications": [ # The list of modifications to this label's fields.
         { # A modification to a label's field.
-          "fieldId": "A String", # The ID of the Field to be modified.
-          "kind": "drive#labelFieldModification", # This is always drive#labelFieldModification.
-          "setDateValues": [ # Replaces a dateString field with these new values. The values must be strings in the RFC 3339 full-date format: YYYY-MM-DD.
+          "fieldId": "A String", # The ID of the field to be modified.
+          "kind": "A String", # This is always drive#labelFieldModification.
+          "setDateValues": [ # Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.
             "A String",
           ],
-          "setIntegerValues": [ # Replaces an integer field with these new values.
+          "setIntegerValues": [ # Replaces the value of an `integer` field with these new values.
             "A String",
           ],
-          "setSelectionValues": [ # Replaces a selection field with these new values.
+          "setSelectionValues": [ # Replaces a `selection` field with these new values.
             "A String",
           ],
-          "setTextValues": [ # Replaces a text field with these new values.
+          "setTextValues": [ # Sets the value of a `text` field.
             "A String",
           ],
-          "setUserValues": [ # Replaces a user field with these new values. The values must be valid email addresses.
+          "setUserValues": [ # Replaces a `user` field with these new values. The values must be valid email addresses.
             "A String",
           ],
           "unsetValues": True or False, # Unsets the values for this field.
         },
       ],
-      "kind": "drive#labelModification", # This is always drive#labelModification.
+      "kind": "A String", # This is always drive#labelModification.
       "labelId": "A String", # The ID of the label to modify.
       "removeLabel": True or False, # If true, the label will be removed from the file.
     },
   ],
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.
-  "kind": "drive#modifyLabelsResponse", # This is always drive#modifyLabelsResponse
+  "kind": "A String", # This is always drive#modifyLabelsResponse
   "modifiedLabels": [ # The list of labels which were added or updated by the request.
-    { # Representation of a label and its fields.
-      "fields": { # A map of the label's fields keyed by the field ID.
-        "a_key": { # Representation of a label field.
+    { # Representation of label and label fields.
+      "fields": { # A map of the fields on the label, keyed by the field's ID.
+        "a_key": { # Representation of field, which is a typed key-value pair.
           "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
             "A String",
           ],
-          "id": "A String", # The identifier of this field.
-          "integer": [ # Only present if valueType is integer.
+          "id": "A String", # The identifier of this label field.
+          "integer": [ # Only present if `valueType` is `integer`.
             "A String",
           ],
-          "kind": "drive#labelField", # This is always drive#labelField.
-          "selection": [ # Only present if valueType is selection.
+          "kind": "A String", # This is always drive#labelField.
+          "selection": [ # Only present if `valueType` is `selection`
             "A String",
           ],
-          "text": [ # Only present if valueType is text.
+          "text": [ # Only present if `valueType` is `text`.
             "A String",
           ],
-          "user": [ # Only present if valueType is user.
+          "user": [ # Only present if `valueType` is `user`.
             { # Information about a Drive user.
-              "displayName": "A String", # A plain text displayable name for this user.
-              "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-              "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-              "me": True or False, # Whether this user is the requesting user.
-              "permissionId": "A String", # The user's ID as visible in Permission resources.
-              "photoLink": "A String", # A link to the user's profile photo, if available.
+              "displayName": "A String", # Output only. A plain text displayable name for this user.
+              "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+              "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+              "me": True or False, # Output only. Whether this user is the requesting user.
+              "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+              "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
             },
           ],
-          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-              # - dateString
-              # - integer
-              # - selection
-              # - text
-              # - user
+          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
         },
       },
       "id": "A String", # The ID of the label.
-      "kind": "drive#label", # This is always drive#label
+      "kind": "A String", # This is always drive#label
       "revisionId": "A String", # The revision ID of the label.
     },
   ],
@@ -2370,8 +2177,8 @@ 

Method Details

- update(fileId, addParents=None, body=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, removeParents=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None) -
Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.
+    update(fileId, addParents=None, body=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, removeParents=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None, x__xgafv=None)
+  
 Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).
 
 Args:
   fileId: string, The ID of the file. (required)
@@ -2379,52 +2186,52 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -2433,267 +2240,229 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. } addParents: string, A comma-separated list of parent IDs to add. - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use shortcuts instead. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. keepRevisionForever: boolean, Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions. media_body: string, The filename of the media request body, or an instance of a MediaUpload object. @@ -2701,59 +2470,63 @@

Method Details

ocrLanguage: string, A language hint for OCR processing during image import (ISO 639-1 code). removeParents: string, A comma-separated list of parent IDs to remove. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. useContentAsIndexableText: boolean, Whether to use the uploaded content as indexable text. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -2762,348 +2535,278 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }
- watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Subscribe to changes on a file.
+    watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
Subscribes to changes to a file.
 
 Args:
   fileId: string, The ID of the file. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # An notification channel used to watch for resource changes.
+    { # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
-
- watch_media(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Subscribe to changes on a file.
-
-Args:
-  fileId: string, The ID of the file. (required)
-  body: object, The request body.
-    The object takes the form of:
-
-{ # An notification channel used to watch for resource changes.
-  "address": "A String", # The address where notifications are delivered for this channel.
-  "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
-  "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
-  "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
-  },
-  "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
-  "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
-  "resourceUri": "A String", # A version-specific identifier for the watched resource.
-  "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
-}
-
-  acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-
-Returns:
-  The media object as a string.
-
-    
-
- \ No newline at end of file diff --git a/docs/dyn/drive_v3.html b/docs/dyn/drive_v3.html index ae17a2daee2..06b030c1c15 100644 --- a/docs/dyn/drive_v3.html +++ b/docs/dyn/drive_v3.html @@ -72,7 +72,7 @@ -

Drive API

+

Google Drive API

Instance Methods

about() diff --git a/docs/dyn/drive_v3.permissions.html b/docs/dyn/drive_v3.permissions.html index db866e89b1a..4a370df4c97 100644 --- a/docs/dyn/drive_v3.permissions.html +++ b/docs/dyn/drive_v3.permissions.html @@ -72,29 +72,29 @@ -

Drive API . permissions

+

Google Drive API . permissions

Instance Methods

close()

Close httplib2 connections.

- create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)

-

Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives.

+ create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)

+

Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

-

Deletes a permission.

+ delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deletes a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

+ get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

Gets a permission by ID.

- list(fileId, includePermissionsForView=None, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

+ list(fileId, includePermissionsForView=None, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

Lists a file's or shared drive's permissions.

list_next()

Retrieves the next page of results.

- update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)

-

Updates a permission with patch semantics.

+ update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)

+

Updates a permission with patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

Method Details

close() @@ -102,234 +102,165 @@

Method Details

- create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None) -
Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives.
+    create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID of the file or shared drive. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy.
-  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
-  "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-  "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
-      # - user - User's full name, as defined for their Google Account, such as "Joe Smith."
-      # - group - Name of the Google Group, such as "The Company Administrators."
-      # - domain - String domain name, such as "your-company.com."
-      # - anyone - No displayName is present.
-  "domain": "A String", # The domain to which this permission refers. The following options are currently allowed:
-      # - The entire domain, such as "your-company.com."
-      # - A target audience, such as "ID.audience.googledomains.com."
+{ # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
+  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`.
+  "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+  "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present.
+  "domain": "A String", # The domain to which this permission refers.
   "emailAddress": "A String", # The email address of the user or group to which this permission refers.
-  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
-      # - They cannot be set on shared drive items.
-      # - They can only be set on user and group permissions.
-      # - The time must be in the future.
-      # - The time cannot be more than one year in the future.
-  "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
-  "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
-  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive.
-  "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items.
+  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future
+  "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values.
+  "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`.
+  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+  "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
     {
-      "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-      "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-      "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed:
-          # - file
-          # - member
-      "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed:
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - commenter
-          # - reader
+      "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+      "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+      "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+      "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
     },
   ],
-  "photoLink": "A String", # A link to the user's profile photo, if available.
-  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
-      # - owner
-      # - organizer
-      # - fileOrganizer
-      # - writer
-      # - commenter
-      # - reader
-  "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+  "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
+  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
+  "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead.
     {
-      "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-      "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-      "role": "A String", # Deprecated - use permissionDetails/role instead.
-      "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+      "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead.
+      "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead.
+      "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead.
+      "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead.
     },
   ],
-  "type": "A String", # The type of the grantee. Valid values are:
-      # - user
-      # - group
-      # - domain
-      # - anyone  When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type.
-  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+  "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type.
+  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value.
 }
 
   emailMessage: string, A plain text custom message to include in the notification email.
-  enforceSingleParent: boolean, Deprecated. See moveToNewOwnersRoot for details.
-  moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to true, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to false, parents are not changed.
+  enforceSingleParent: boolean, Deprecated: See `moveToNewOwnersRoot` for details.
+  moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed.
   sendNotificationEmail: boolean, Whether to send a notification email when sharing to users or groups. This defaults to true for users and groups, and is not allowed for other requests. It must not be disabled for ownership transfers.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy.
-  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
-  "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-  "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
-      # - user - User's full name, as defined for their Google Account, such as "Joe Smith."
-      # - group - Name of the Google Group, such as "The Company Administrators."
-      # - domain - String domain name, such as "your-company.com."
-      # - anyone - No displayName is present.
-  "domain": "A String", # The domain to which this permission refers. The following options are currently allowed:
-      # - The entire domain, such as "your-company.com."
-      # - A target audience, such as "ID.audience.googledomains.com."
+    { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
+  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`.
+  "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+  "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present.
+  "domain": "A String", # The domain to which this permission refers.
   "emailAddress": "A String", # The email address of the user or group to which this permission refers.
-  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
-      # - They cannot be set on shared drive items.
-      # - They can only be set on user and group permissions.
-      # - The time must be in the future.
-      # - The time cannot be more than one year in the future.
-  "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
-  "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
-  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive.
-  "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items.
+  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future
+  "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values.
+  "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`.
+  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+  "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
     {
-      "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-      "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-      "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed:
-          # - file
-          # - member
-      "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed:
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - commenter
-          # - reader
+      "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+      "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+      "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+      "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
     },
   ],
-  "photoLink": "A String", # A link to the user's profile photo, if available.
-  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
-      # - owner
-      # - organizer
-      # - fileOrganizer
-      # - writer
-      # - commenter
-      # - reader
-  "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+  "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
+  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
+  "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead.
     {
-      "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-      "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-      "role": "A String", # Deprecated - use permissionDetails/role instead.
-      "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+      "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead.
+      "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead.
+      "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead.
+      "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead.
     },
   ],
-  "type": "A String", # The type of the grantee. Valid values are:
-      # - user
-      # - group
-      # - domain
-      # - anyone  When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type.
-  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+  "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type.
+  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value.
 }
- delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) -
Deletes a permission.
+    delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deletes a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID of the file or shared drive. (required)
   permissionId: string, The ID of the permission. (required)
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) + get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
Gets a permission by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   permissionId: string, The ID of the permission. (required)
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy.
-  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
-  "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-  "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
-      # - user - User's full name, as defined for their Google Account, such as "Joe Smith."
-      # - group - Name of the Google Group, such as "The Company Administrators."
-      # - domain - String domain name, such as "your-company.com."
-      # - anyone - No displayName is present.
-  "domain": "A String", # The domain to which this permission refers. The following options are currently allowed:
-      # - The entire domain, such as "your-company.com."
-      # - A target audience, such as "ID.audience.googledomains.com."
+    { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
+  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`.
+  "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+  "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present.
+  "domain": "A String", # The domain to which this permission refers.
   "emailAddress": "A String", # The email address of the user or group to which this permission refers.
-  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
-      # - They cannot be set on shared drive items.
-      # - They can only be set on user and group permissions.
-      # - The time must be in the future.
-      # - The time cannot be more than one year in the future.
-  "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
-  "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
-  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive.
-  "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items.
+  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future
+  "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values.
+  "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`.
+  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+  "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
     {
-      "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-      "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-      "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed:
-          # - file
-          # - member
-      "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed:
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - commenter
-          # - reader
+      "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+      "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+      "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+      "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
     },
   ],
-  "photoLink": "A String", # A link to the user's profile photo, if available.
-  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
-      # - owner
-      # - organizer
-      # - fileOrganizer
-      # - writer
-      # - commenter
-      # - reader
-  "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+  "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
+  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
+  "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead.
     {
-      "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-      "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-      "role": "A String", # Deprecated - use permissionDetails/role instead.
-      "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+      "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead.
+      "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead.
+      "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead.
+      "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead.
     },
   ],
-  "type": "A String", # The type of the grantee. Valid values are:
-      # - user
-      # - group
-      # - domain
-      # - anyone  When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type.
-  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+  "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type.
+  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value.
 }
- list(fileId, includePermissionsForView=None, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) + list(fileId, includePermissionsForView=None, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
Lists a file's or shared drive's permissions.
 
 Args:
@@ -338,73 +269,50 @@ 

Method Details

pageSize: integer, The maximum number of permissions to return per page. When not set for files in a shared drive, at most 100 results will be returned. When not set for files that are not in a shared drive, the entire list will be returned. pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A list of permissions for a file. - "kind": "drive#permissionList", # Identifies what kind of resource this is. Value: the fixed string "drive#permissionList". + "kind": "drive#permissionList", # Identifies what kind of resource this is. Value: the fixed string `"drive#permissionList"`. "nextPageToken": "A String", # The page token for the next page of permissions. This field will be absent if the end of the permissions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. "permissions": [ # The list of permissions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], }
@@ -425,8 +333,8 @@

Method Details

- update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None) -
Updates a permission with patch semantics.
+    update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Updates a permission with patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID of the file or shared drive. (required)
@@ -434,131 +342,81 @@ 

Method Details

body: object, The request body. The object takes the form of: -{ # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." +{ # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. } removeExpiration: boolean, Whether to remove the expiration date. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. - transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }
diff --git a/docs/dyn/drive_v3.replies.html b/docs/dyn/drive_v3.replies.html index 5454c9cd785..7c6b048ed65 100644 --- a/docs/dyn/drive_v3.replies.html +++ b/docs/dyn/drive_v3.replies.html @@ -72,28 +72,28 @@ -

Drive API . replies

+

Google Drive API . replies

Instance Methods

close()

Close httplib2 connections.

- create(fileId, commentId, body=None)

+ create(fileId, commentId, body=None, x__xgafv=None)

Creates a reply to a comment.

- delete(fileId, commentId, replyId)

+ delete(fileId, commentId, replyId, x__xgafv=None)

Deletes a reply.

- get(fileId, commentId, replyId, includeDeleted=None)

+ get(fileId, commentId, replyId, includeDeleted=None, x__xgafv=None)

Gets a reply by ID.

- list(fileId, commentId, includeDeleted=None, pageSize=None, pageToken=None)

+ list(fileId, commentId, includeDeleted=None, pageSize=None, pageToken=None, x__xgafv=None)

Lists a comment's replies.

list_next()

Retrieves the next page of results.

- update(fileId, commentId, replyId, body=None)

+ update(fileId, commentId, replyId, body=None, x__xgafv=None)

Updates a reply with patch semantics.

Method Details

@@ -102,7 +102,7 @@

Method Details

- create(fileId, commentId, body=None) + create(fileId, commentId, body=None, x__xgafv=None)
Creates a reply to a comment.
 
 Args:
@@ -112,65 +112,69 @@ 

Method Details

The object takes the form of: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }
- delete(fileId, commentId, replyId) + delete(fileId, commentId, replyId, x__xgafv=None)
Deletes a reply.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
   replyId: string, The ID of the reply. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, commentId, replyId, includeDeleted=None) + get(fileId, commentId, replyId, includeDeleted=None, x__xgafv=None)
Gets a reply by ID.
 
 Args:
@@ -178,34 +182,36 @@ 

Method Details

commentId: string, The ID of the comment. (required) replyId: string, The ID of the reply. (required) includeDeleted: boolean, Whether to return deleted replies. Deleted replies will not include their original content. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }
- list(fileId, commentId, includeDeleted=None, pageSize=None, pageToken=None) + list(fileId, commentId, includeDeleted=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists a comment's replies.
 
 Args:
@@ -214,32 +220,34 @@ 

Method Details

includeDeleted: boolean, Whether to include deleted replies. Deleted replies will not include their original content. pageSize: integer, The maximum number of replies to return per page. pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A list of replies to a comment on a file. - "kind": "drive#replyList", # Identifies what kind of resource this is. Value: the fixed string "drive#replyList". + "kind": "drive#replyList", # Identifies what kind of resource this is. Value: the fixed string `"drive#replyList"`. "nextPageToken": "A String", # The page token for the next page of replies. This will be absent if the end of the replies list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. "replies": [ # The list of replies. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], @@ -261,7 +269,7 @@

Method Details

- update(fileId, commentId, replyId, body=None) + update(fileId, commentId, replyId, body=None, x__xgafv=None)
Updates a reply with patch semantics.
 
 Args:
@@ -272,48 +280,48 @@ 

Method Details

The object takes the form of: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }
diff --git a/docs/dyn/drive_v3.revisions.html b/docs/dyn/drive_v3.revisions.html index 4113593bce3..e3589abc3b7 100644 --- a/docs/dyn/drive_v3.revisions.html +++ b/docs/dyn/drive_v3.revisions.html @@ -72,28 +72,28 @@ -

Drive API . revisions

+

Google Drive API . revisions

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, revisionId)

+ delete(fileId, revisionId, x__xgafv=None)

Permanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.

- get(fileId, revisionId, acknowledgeAbuse=None)

+ get(fileId, revisionId, acknowledgeAbuse=None, x__xgafv=None)

Gets a revision's metadata or content by ID.

- get_media(fileId, revisionId, acknowledgeAbuse=None)

+ get_media(fileId, revisionId, acknowledgeAbuse=None, x__xgafv=None)

Gets a revision's metadata or content by ID.

- list(fileId, pageSize=None, pageToken=None)

+ list(fileId, pageSize=None, pageToken=None, x__xgafv=None)

Lists a file's revisions.

list_next()

Retrieves the next page of results.

- update(fileId, revisionId, body=None)

+ update(fileId, revisionId, body=None, x__xgafv=None)

Updates a revision with patch semantics.

Method Details

@@ -102,63 +102,74 @@

Method Details

- delete(fileId, revisionId) + delete(fileId, revisionId, x__xgafv=None)
Permanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.
 
 Args:
   fileId: string, The ID of the file. (required)
   revisionId: string, The ID of the revision. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, revisionId, acknowledgeAbuse=None) + get(fileId, revisionId, acknowledgeAbuse=None, x__xgafv=None)
Gets a revision's metadata or content by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   revisionId: string, The ID of the revision. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a revision to a file.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
   },
-  "id": "A String", # The ID of the revision.
-  "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file.
-      # This field is only applicable to files with binary content in Drive.
-  "kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "drive#revision".
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-    "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-    "me": True or False, # Whether this user is the requesting user.
-    "permissionId": "A String", # The user's ID as visible in Permission resources.
-    "photoLink": "A String", # A link to the user's profile photo, if available.
+  "id": "A String", # Output only. The ID of the revision.
+  "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive.
+  "kind": "drive#revision", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+    "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+    "me": True or False, # Output only. Whether this user is the requesting user.
+    "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+    "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
   },
-  "md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.
-  "mimeType": "A String", # The MIME type of the revision.
+  "md5Checksum": "A String", # Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.
+  "mimeType": "A String", # Output only. The MIME type of the revision.
   "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time).
-  "originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
+  "originalFilename": "A String", # Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive.
   "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files.
   "published": True or False, # Whether this revision is published. This is only applicable to Docs Editors files.
-  "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files.
+  "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files.
   "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only applicable to Docs Editors files.
-  "size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
+  "size": "A String", # Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
 }
- get_media(fileId, revisionId, acknowledgeAbuse=None) + get_media(fileId, revisionId, acknowledgeAbuse=None, x__xgafv=None)
Gets a revision's metadata or content by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   revisionId: string, The ID of the revision. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   The media object as a string.
@@ -167,46 +178,49 @@ 

Method Details

- list(fileId, pageSize=None, pageToken=None) + list(fileId, pageSize=None, pageToken=None, x__xgafv=None)
Lists a file's revisions.
 
 Args:
   fileId: string, The ID of the file. (required)
   pageSize: integer, The maximum number of revisions to return per page.
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A list of revisions of a file.
-  "kind": "drive#revisionList", # Identifies what kind of resource this is. Value: the fixed string "drive#revisionList".
+  "kind": "drive#revisionList", # Identifies what kind of resource this is. Value: the fixed string `"drive#revisionList"`.
   "nextPageToken": "A String", # The page token for the next page of revisions. This will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
   "revisions": [ # The list of revisions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
     { # The metadata for a revision to a file.
-      "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-        "a_key": "A String", # A mapping from export format to URL
+      "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+        "a_key": "A String",
       },
-      "id": "A String", # The ID of the revision.
-      "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file.
-          # This field is only applicable to files with binary content in Drive.
-      "kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "drive#revision".
-      "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-        "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-        "me": True or False, # Whether this user is the requesting user.
-        "permissionId": "A String", # The user's ID as visible in Permission resources.
-        "photoLink": "A String", # A link to the user's profile photo, if available.
+      "id": "A String", # Output only. The ID of the revision.
+      "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive.
+      "kind": "drive#revision", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`.
+      "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+        "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+        "me": True or False, # Output only. Whether this user is the requesting user.
+        "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+        "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
       },
-      "md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.
-      "mimeType": "A String", # The MIME type of the revision.
+      "md5Checksum": "A String", # Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.
+      "mimeType": "A String", # Output only. The MIME type of the revision.
       "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time).
-      "originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
+      "originalFilename": "A String", # Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive.
       "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files.
       "published": True or False, # Whether this revision is published. This is only applicable to Docs Editors files.
-      "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files.
+      "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files.
       "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only applicable to Docs Editors files.
-      "size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
+      "size": "A String", # Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
     },
   ],
 }
@@ -227,7 +241,7 @@

Method Details

- update(fileId, revisionId, body=None) + update(fileId, revisionId, body=None, x__xgafv=None)
Updates a revision with patch semantics.
 
 Args:
@@ -237,61 +251,63 @@ 

Method Details

The object takes the form of: { # The metadata for a revision to a file. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "id": "A String", # The ID of the revision. - "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. - # This field is only applicable to files with binary content in Drive. - "kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "drive#revision". - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "id": "A String", # Output only. The ID of the revision. + "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive. + "kind": "drive#revision", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. - "mimeType": "A String", # The MIME type of the revision. + "md5Checksum": "A String", # Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. + "mimeType": "A String", # Output only. The MIME type of the revision. "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time). - "originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive. + "originalFilename": "A String", # Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive. "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files. "published": True or False, # Whether this revision is published. This is only applicable to Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only applicable to Docs Editors files. - "size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. + "size": "A String", # Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a revision to a file. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "id": "A String", # The ID of the revision. - "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. - # This field is only applicable to files with binary content in Drive. - "kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "drive#revision". - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "id": "A String", # Output only. The ID of the revision. + "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive. + "kind": "drive#revision", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. - "mimeType": "A String", # The MIME type of the revision. + "md5Checksum": "A String", # Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. + "mimeType": "A String", # Output only. The MIME type of the revision. "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time). - "originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive. + "originalFilename": "A String", # Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive. "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files. "published": True or False, # Whether this revision is published. This is only applicable to Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only applicable to Docs Editors files. - "size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. + "size": "A String", # Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. }
diff --git a/docs/dyn/drive_v3.teamdrives.html b/docs/dyn/drive_v3.teamdrives.html index f67d3aff7be..8656f004029 100644 --- a/docs/dyn/drive_v3.teamdrives.html +++ b/docs/dyn/drive_v3.teamdrives.html @@ -72,29 +72,29 @@ -

Drive API . teamdrives

+

Google Drive API . teamdrives

Instance Methods

close()

Close httplib2 connections.

- create(requestId, body=None)

-

Deprecated use drives.create instead.

+ create(requestId, body=None, x__xgafv=None)

+

Deprecated: Use `drives.create` instead.

- delete(teamDriveId)

-

Deprecated use drives.delete instead.

+ delete(teamDriveId, x__xgafv=None)

+

Deprecated: Use `drives.delete` instead.

- get(teamDriveId, useDomainAdminAccess=None)

-

Deprecated use drives.get instead.

+ get(teamDriveId, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.get` instead.

- list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None)

-

Deprecated use drives.list instead.

+ list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.list` instead.

list_next()

Retrieves the next page of results.

- update(teamDriveId, body=None, useDomainAdminAccess=None)

-

Deprecated use drives.update instead

+ update(teamDriveId, body=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.update` instead.

Method Details

close() @@ -102,16 +102,16 @@

Method Details

- create(requestId, body=None) -
Deprecated use drives.create instead.
+    create(requestId, body=None, x__xgafv=None)
+  
Deprecated: Use `drives.create` instead.
 
 Args:
-  requestId: string, An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. (required)
+  requestId: string, Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. (required)
   body: object, The request body.
     The object takes the form of:
 
 { # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -120,11 +120,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -134,35 +134,39 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -171,11 +175,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -185,52 +189,60 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
- delete(teamDriveId) -
Deprecated use drives.delete instead.
+    delete(teamDriveId, x__xgafv=None)
+  
Deprecated: Use `drives.delete` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(teamDriveId, useDomainAdminAccess=None) -
Deprecated use drives.get instead.
+    get(teamDriveId, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.get` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -239,11 +251,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -253,49 +265,53 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
- list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None) -
Deprecated use drives.list instead.
+    list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.list` instead.
 
 Args:
   pageSize: integer, Maximum number of Team Drives to return.
   pageToken: string, Page token for Team Drives.
   q: string, Query string for searching Team Drives.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then all Team Drives of the domain in which the requester is an administrator are returned.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A list of Team Drives.
-  "kind": "drive#teamDriveList", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDriveList".
+  "kind": "drive#teamDriveList", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDriveList"`.
   "nextPageToken": "A String", # The page token for the next page of Team Drives. This will be absent if the end of the Team Drives list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
   "teamDrives": [ # The list of Team Drives. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
     { # Deprecated: use the drive collection instead.
-      "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+      "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
         "id": "A String", # The ID of an image file in Drive to use for the background image.
         "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
         "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -304,11 +320,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -318,27 +334,27 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, ], }
@@ -359,8 +375,8 @@

Method Details

- update(teamDriveId, body=None, useDomainAdminAccess=None) -
Deprecated use drives.update instead
+    update(teamDriveId, body=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.update` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
@@ -368,7 +384,7 @@ 

Method Details

The object takes the form of: { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -377,11 +393,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -391,36 +407,40 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -429,11 +449,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -443,27 +463,27 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
diff --git a/docs/dyn/fcm_v1.projects.messages.html b/docs/dyn/fcm_v1.projects.messages.html index 2c937c4e084..753bf71557c 100644 --- a/docs/dyn/fcm_v1.projects.messages.html +++ b/docs/dyn/fcm_v1.projects.messages.html @@ -123,7 +123,7 @@

Method Details

"icon": "A String", # The notification's icon. Sets the notification icon to myicon for drawable resource myicon. If you don't send this key in the request, FCM displays the launcher icon specified in your app manifest. "image": "A String", # Contains the URL of an image that is going to be displayed in a notification. If present, it will override google.firebase.fcm.v1.Notification.image. "lightSettings": { # Settings to control notification LED. # Settings to control the notification's LED blinking rate and color if LED is available on the device. The total blinking time is controlled by the OS. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # Required. Set `color` of the LED with [google.type.Color](https://github.com/googleapis/googleapis/blob/master/google/type/color.proto). + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # Required. Set `color` of the LED with [google.type.Color](https://github.com/googleapis/googleapis/blob/master/google/type/color.proto). "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. @@ -235,7 +235,7 @@

Method Details

"icon": "A String", # The notification's icon. Sets the notification icon to myicon for drawable resource myicon. If you don't send this key in the request, FCM displays the launcher icon specified in your app manifest. "image": "A String", # Contains the URL of an image that is going to be displayed in a notification. If present, it will override google.firebase.fcm.v1.Notification.image. "lightSettings": { # Settings to control notification LED. # Settings to control the notification's LED blinking rate and color if LED is available on the device. The total blinking time is controlled by the OS. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # Required. Set `color` of the LED with [google.type.Color](https://github.com/googleapis/googleapis/blob/master/google/type/color.proto). + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # Required. Set `color` of the LED with [google.type.Color](https://github.com/googleapis/googleapis/blob/master/google/type/color.proto). "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/firestore_v1.projects.databases.documents.html b/docs/dyn/firestore_v1.projects.databases.documents.html index 3973afb7b55..eb24038c0d0 100644 --- a/docs/dyn/firestore_v1.projects.databases.documents.html +++ b/docs/dyn/firestore_v1.projects.databases.documents.html @@ -184,11 +184,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -243,16 +239,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -272,11 +283,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -296,11 +303,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -321,7 +324,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -332,11 +354,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -368,16 +386,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -397,11 +430,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -421,11 +450,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -446,7 +471,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -480,11 +524,7 @@

Method Details

{ # The result of applying a write. "transformResults": [ # The results of applying each DocumentTransform.FieldTransform, in the same order. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -572,16 +612,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -601,11 +656,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -625,11 +676,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -650,7 +697,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -661,11 +727,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -697,16 +759,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -726,11 +803,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -750,11 +823,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -775,7 +844,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -799,11 +887,7 @@

Method Details

{ # The result of applying a write. "transformResults": [ # The results of applying each DocumentTransform.FieldTransform, in the same order. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -843,11 +927,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -885,11 +965,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -955,11 +1031,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1012,11 +1084,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1117,11 +1185,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1202,11 +1266,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1254,11 +1314,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1292,11 +1348,7 @@

Method Details

}, "op": "A String", # The operator to filter by. "value": { # A message that can hold any of the supported value types. # The value to compare to. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1349,11 +1401,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1447,11 +1495,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1499,11 +1543,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1537,11 +1577,7 @@

Method Details

}, "op": "A String", # The operator to filter by. "value": { # A message that can hold any of the supported value types. # The value to compare to. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1586,11 +1622,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1642,11 +1674,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1686,11 +1714,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1773,11 +1797,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1825,11 +1845,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1863,11 +1879,7 @@

Method Details

}, "op": "A String", # The operator to filter by. "value": { # A message that can hold any of the supported value types. # The value to compare to. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1912,11 +1924,7 @@

Method Details

"result": { # The result of a single bucket from a Firestore aggregation query. The keys of `aggregate_fields` are the same for all results in an aggregation query, unlike document queries which can have different fields present for each result. # A single aggregation result. Not present when reporting partial progress. "aggregateFields": { # The result of the aggregation functions, ex: `COUNT(*) AS total_docs`. The key is the alias assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1965,11 +1973,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2017,11 +2021,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2055,11 +2055,7 @@

Method Details

}, "op": "A String", # The operator to filter by. "value": { # A message that can hold any of the supported value types. # The value to compare to. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2103,11 +2099,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2165,16 +2157,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2194,11 +2201,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2218,11 +2221,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2243,7 +2242,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -2254,11 +2272,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2290,16 +2304,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2319,11 +2348,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2343,11 +2368,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2368,7 +2389,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -2394,11 +2434,7 @@

Method Details

{ # The result of applying a write. "transformResults": [ # The results of applying each DocumentTransform.FieldTransform, in the same order. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. diff --git a/docs/dyn/firestore_v1beta1.projects.databases.documents.html b/docs/dyn/firestore_v1beta1.projects.databases.documents.html index 5d945211ca1..7b921ffba72 100644 --- a/docs/dyn/firestore_v1beta1.projects.databases.documents.html +++ b/docs/dyn/firestore_v1beta1.projects.databases.documents.html @@ -184,11 +184,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -243,16 +239,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -272,11 +283,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -296,11 +303,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -321,7 +324,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -332,11 +354,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -368,16 +386,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -397,11 +430,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -421,11 +450,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -446,7 +471,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -480,11 +524,7 @@

Method Details

{ # The result of applying a write. "transformResults": [ # The results of applying each DocumentTransform.FieldTransform, in the same order. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -572,16 +612,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -601,11 +656,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -625,11 +676,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -650,7 +697,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -661,11 +727,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -697,16 +759,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -726,11 +803,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -750,11 +823,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -775,7 +844,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -799,11 +887,7 @@

Method Details

{ # The result of applying a write. "transformResults": [ # The results of applying each DocumentTransform.FieldTransform, in the same order. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -843,11 +927,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -885,11 +965,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -955,11 +1031,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1012,11 +1084,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1117,11 +1185,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1202,11 +1266,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1254,11 +1314,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1292,11 +1348,7 @@

Method Details

}, "op": "A String", # The operator to filter by. "value": { # A message that can hold any of the supported value types. # The value to compare to. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1349,11 +1401,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1447,11 +1495,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1499,11 +1543,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1537,11 +1577,7 @@

Method Details

}, "op": "A String", # The operator to filter by. "value": { # A message that can hold any of the supported value types. # The value to compare to. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1586,11 +1622,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1642,11 +1674,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1686,11 +1714,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1773,11 +1797,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1825,11 +1845,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1863,11 +1879,7 @@

Method Details

}, "op": "A String", # The operator to filter by. "value": { # A message that can hold any of the supported value types. # The value to compare to. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1912,11 +1924,7 @@

Method Details

"result": { # The result of a single bucket from a Firestore aggregation query. The keys of `aggregate_fields` are the same for all results in an aggregation query, unlike document queries which can have different fields present for each result. # A single aggregation result. Not present when reporting partial progress. "aggregateFields": { # The result of the aggregation functions, ex: `COUNT(*) AS total_docs`. The key is the alias assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -1965,11 +1973,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2017,11 +2021,7 @@

Method Details

"before": True or False, # If the position is just before or just after the given values, relative to the sort order defined by the query. "values": [ # The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2055,11 +2055,7 @@

Method Details

}, "op": "A String", # The operator to filter by. "value": { # A message that can hold any of the supported value types. # The value to compare to. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2103,11 +2099,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2165,16 +2157,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2194,11 +2201,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2218,11 +2221,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2243,7 +2242,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -2254,11 +2272,7 @@

Method Details

"createTime": "A String", # Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. "fields": { # The document's fields. The map keys represent field names. A simple field name contains only characters `a` to `z`, `A` to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `foo_bar_17`. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field paths may be used in other contexts to refer to structured fields defined here. For `map_value`, the field path is represented by the simple or quoted field names of the containing fields, delimited by `.`. For example, the structured field `"foo" : { map_value: { "x&y" : { string_value: "hello" }}}` would be represented by the field path `foo.x&y`. Within a field path, a quoted field name starts and ends with `` ` `` and may contain any character. Some characters, including `` ` ``, must be escaped using a `\`. For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents `` bak`tik ``. "a_key": { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2290,16 +2304,31 @@

Method Details

{ # A transformation of a field of the document. "appendMissingElements": { # An array value. # Append the given elements in order if they are not already present in the current field value. If the field is not an array, or if the field does not yet exist, it is first set to the empty array. Equivalent numbers of different types (e.g. 3L and 3.0) are considered equal when checking if a value is missing. NaN is equal to NaN, and Null is equal to Null. If the input contains multiple equivalent values, only the first will be considered. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "fieldPath": "A String", # The path of the field. See Document.fields for the field path syntax reference. "increment": { # A message that can hold any of the supported value types. # Adds the given value to the field's current value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If either of the given value or the current field value are doubles, both values will be interpreted as doubles. Double arithmetic and representation of double values follow IEEE 754 semantics. If there is positive/negative integer overflow, the field is resolved to the largest magnitude positive/negative integer. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2319,11 +2348,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "maximum": { # A message that can hold any of the supported value types. # Sets the field to the maximum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the given value. If a maximum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the larger operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The maximum of a zero stored value and zero input value is always the stored value. The maximum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2343,11 +2368,7 @@

Method Details

"timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. }, "minimum": { # A message that can hold any of the supported value types. # Sets the field to the minimum of its current value and the given value. This must be an integer or a double value. If the field is not an integer or double, or if the field does not yet exist, the transformation will set the field to the input value. If a minimum operation is applied where the field and the input value are of mixed types (that is - one is an integer and one is a double) the field takes on the type of the smaller operand. If the operands are equivalent (e.g. 3 and 3.0), the field does not change. 0, 0.0, and -0.0 are all zero. The minimum of a zero stored value and zero input value is always the stored value. The minimum of any numeric value x and NaN is NaN. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. @@ -2368,7 +2389,26 @@

Method Details

}, "removeAllFromArray": { # An array value. # Remove all of the given elements from the array in the field. If the field is not an array, or if the field does not yet exist, it is set to the empty array. Equivalent numbers of the different types (e.g. 3L and 3.0) are considered equal when deciding whether an element should be removed. NaN is equal to NaN, and Null is equal to Null. This will remove all equivalent values if there are duplicates. The corresponding transform_result will be the null value. "values": [ # Values in the array. - # Object with schema name: Value + { # A message that can hold any of the supported value types. + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. + "booleanValue": True or False, # A boolean value. + "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. + "doubleValue": 3.14, # A double value. + "geoPointValue": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # A geo point value representing a point on the surface of Earth. + "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0]. + "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. + }, + "integerValue": "A String", # An integer value. + "mapValue": { # A map value. # A map value. + "fields": { # The map's fields. The map keys represent field names. Field names matching the regular expression `__.*__` are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. + "a_key": # Object with schema name: Value + }, + }, + "nullValue": "A String", # A null value. + "referenceValue": "A String", # A reference to a document. For example: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. + "stringValue": "A String", # A string value. The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries. + "timestampValue": "A String", # A timestamp value. Precise only to microseconds. When stored, any additional precision is rounded down. + }, ], }, "setToServerValue": "A String", # Sets the field to the given server value. @@ -2394,11 +2434,7 @@

Method Details

{ # The result of applying a write. "transformResults": [ # The results of applying each DocumentTransform.FieldTransform, in the same order. { # A message that can hold any of the supported value types. - "arrayValue": { # An array value. # An array value. Cannot directly contain another array value, though can contain an map which contains another array. - "values": [ # Values in the array. - # Object with schema name: Value - ], - }, + "arrayValue": # Object with schema name: ArrayValue # An array value. Cannot directly contain another array value, though can contain an map which contains another array. "booleanValue": True or False, # A boolean value. "bytesValue": "A String", # A bytes value. Must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes are considered by queries. "doubleValue": 3.14, # A double value. diff --git a/docs/dyn/integrations_v1alpha.projects.locations.authConfigs.html b/docs/dyn/integrations_v1alpha.projects.locations.authConfigs.html index c9ac360a904..09ef6de8b39 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.authConfigs.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.authConfigs.html @@ -1262,7 +1262,7 @@

Method Details

Args: parent: string, Required. The client, which owns this collection of AuthConfigs. (required) - filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters. + filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. pageSize: integer, The size of entries in the response. If unspecified, defaults to 100. pageToken: string, The token returned in the previous response. readMask: string, The mask which specifies fields that need to be returned in the AuthConfig's response. diff --git a/docs/dyn/integrations_v1alpha.projects.locations.connections.html b/docs/dyn/integrations_v1alpha.projects.locations.connections.html index 2390286df8f..a737928ceb4 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.connections.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.connections.html @@ -153,6 +153,10 @@

Method Details

"boolValue": True or False, # Value is a bool. "intValue": "A String", # Value is an integer "key": "A String", # Key of the config variable. + "keyValue": { # Encryption Key value. # Value is a Encryption Key. + "kmsKeyName": "A String", # The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed. + "type": "A String", # Type. + }, "secretValue": { # Secret provides a reference to entries in Secret Manager. # Value is a secret. "secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`. }, @@ -163,6 +167,7 @@

Method Details

"authType": "A String", # The type of authentication configured. "oauth2AuthCodeFlow": { # Parameters to support Oauth 2.0 Auth Code Grant Authentication. See https://www.rfc-editor.org/rfc/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlow. "authCode": "A String", # Authorization code to be exchanged for access and refresh tokens. + "authUri": "A String", # Auth URL for Authorization Code Flow "clientId": "A String", # Client ID for user-provided OAuth app. "clientSecret": { # Secret provides a reference to entries in Secret Manager. # Client secret for user-provided OAuth app. "secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`. @@ -212,12 +217,17 @@

Method Details

"boolValue": True or False, # Value is a bool. "intValue": "A String", # Value is an integer "key": "A String", # Key of the config variable. + "keyValue": { # Encryption Key value. # Value is a Encryption Key. + "kmsKeyName": "A String", # The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed. + "type": "A String", # Type. + }, "secretValue": { # Secret provides a reference to entries in Secret Manager. # Value is a secret. "secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`. }, "stringValue": "A String", # Value is a string. }, ], + "connectionRevision": "A String", # Output only. Connection revision. This field is only updated when the connection is created or updated by User. "connectorVersion": "A String", # Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource. "connectorVersionLaunchStage": "A String", # Output only. Flag to mark the version indicating the launch stage. "createTime": "A String", # Output only. Created time. @@ -259,6 +269,10 @@

Method Details

"boolValue": True or False, # Value is a bool. "intValue": "A String", # Value is an integer "key": "A String", # Key of the config variable. + "keyValue": { # Encryption Key value. # Value is a Encryption Key. + "kmsKeyName": "A String", # The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed. + "type": "A String", # Type. + }, "secretValue": { # Secret provides a reference to entries in Secret Manager. # Value is a secret. "secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`. }, diff --git a/docs/dyn/integrations_v1alpha.projects.locations.integrations.html b/docs/dyn/integrations_v1alpha.projects.locations.integrations.html index c9d17188ae2..7176b125c87 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.integrations.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.integrations.html @@ -93,6 +93,9 @@

Instance Methods

execute(name, body=None, x__xgafv=None)

Executes integrations synchronously by passing the trigger id in the request body. The request is not returned until the requested executions are either fulfilled or experienced an error. If the integration name is not specified (passing `-`), all of the associated integration under the given trigger_id will be executed. Otherwise only the specified integration for the given `trigger_id` is executed. This is helpful for execution the integration from UI.

+

+ executeEvent(name, body=None, x__xgafv=None)

+

Executes an integration on receiving events from Integration Connector triggers, Eventarc or CPS Trigger. The details about integration are derived from CloudEvent request body.

list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)

Returns the list of all integrations in the specified project.

@@ -376,6 +379,53 @@

Method Details

} +
+ executeEvent(name, body=None, x__xgafv=None) +
Executes an integration on receiving events from Integration Connector triggers, Eventarc or CPS Trigger. The details about integration are derived from CloudEvent request body.
+
+Args:
+  name: string, Required. The integration resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration_id} (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Request for triggering an integration using event triggers.
+  "cloudEvent": { # -- CloudEvent Context Attributes # Required. Details about the trigger which is to be executed and values for input variable to the integration.
+    "attributes": { # Optional & Extension Attributes
+      "a_key": {
+        "ceBoolean": True or False,
+        "ceBytes": "A String",
+        "ceInteger": 42,
+        "ceString": "A String",
+        "ceTimestamp": "A String",
+        "ceUri": "A String",
+        "ceUriRef": "A String",
+      },
+    },
+    "binaryData": "A String",
+    "id": "A String", # Required Attributes
+    "protoData": {
+      "a_key": "", # Properties of the object. Contains field @type with type URL.
+    },
+    "source": "A String", # URI-reference
+    "specVersion": "A String",
+    "textData": "A String",
+    "type": "A String",
+  },
+}
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # The response for executing an integration.
+  "executionId": "A String", # The id of the execution corresponding to this run of integration.
+}
+
+
list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
Returns the list of all integrations in the specified project.
@@ -554,7 +604,7 @@ 

Method Details

}, "requestId": "A String", # This is used to de-dup incoming request: if the duplicate request was detected, the response from the previous execution is returned. "scheduleTime": "A String", # The time that the integration should be executed. If the time is less or equal to the current time, the integration is executed immediately. - "triggerId": "A String", # Matched against all {@link TriggerConfig}s across all integrations. i.e. TriggerConfig.trigger_id.equals(trigger_id) + "triggerId": "A String", # Required. Matched against all {@link TriggerConfig}s across all integrations. i.e. TriggerConfig.trigger_id.equals(trigger_id) } x__xgafv: string, V1 error format. diff --git a/docs/dyn/integrations_v1alpha.projects.locations.products.authConfigs.html b/docs/dyn/integrations_v1alpha.projects.locations.products.authConfigs.html index f83cb3f8ad2..ee5f288114e 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.products.authConfigs.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.products.authConfigs.html @@ -1262,7 +1262,7 @@

Method Details

Args: parent: string, Required. The client, which owns this collection of AuthConfigs. (required) - filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters. + filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. pageSize: integer, The size of entries in the response. If unspecified, defaults to 100. pageToken: string, The token returned in the previous response. readMask: string, The mask which specifies fields that need to be returned in the AuthConfig's response. diff --git a/docs/dyn/integrations_v1alpha.projects.locations.products.certificates.html b/docs/dyn/integrations_v1alpha.projects.locations.products.certificates.html index f3791bf49d4..0689a181282 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.products.certificates.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.products.certificates.html @@ -206,7 +206,7 @@

Method Details

Args: parent: string, Required. The client, which owns this collection of Certificates. (required) - filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters. + filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. pageSize: integer, The size of entries in the response. If unspecified, defaults to 100. pageToken: string, The token returned in the previous response. readMask: string, The mask which specifies fields that need to be returned in the Certificate's response. diff --git a/docs/dyn/integrations_v1alpha.projects.locations.products.integrations.html b/docs/dyn/integrations_v1alpha.projects.locations.products.integrations.html index e5bb10b2987..c46e2f1b978 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.products.integrations.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.products.integrations.html @@ -554,7 +554,7 @@

Method Details

}, "requestId": "A String", # This is used to de-dup incoming request: if the duplicate request was detected, the response from the previous execution is returned. "scheduleTime": "A String", # The time that the integration should be executed. If the time is less or equal to the current time, the integration is executed immediately. - "triggerId": "A String", # Matched against all {@link TriggerConfig}s across all integrations. i.e. TriggerConfig.trigger_id.equals(trigger_id) + "triggerId": "A String", # Required. Matched against all {@link TriggerConfig}s across all integrations. i.e. TriggerConfig.trigger_id.equals(trigger_id) } x__xgafv: string, V1 error format. diff --git a/docs/dyn/integrations_v1alpha.projects.locations.products.sfdcInstances.html b/docs/dyn/integrations_v1alpha.projects.locations.products.sfdcInstances.html index 12ed426bf32..b4b0724385a 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.products.sfdcInstances.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.products.sfdcInstances.html @@ -205,7 +205,7 @@

Method Details

Args: parent: string, Required. The client, which owns this collection of SfdcInstances. (required) - filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters. + filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. pageSize: integer, The size of entries in the response. If unspecified, defaults to 100. pageToken: string, The token returned in the previous response. readMask: string, The mask which specifies fields that need to be returned in the SfdcInstance's response. diff --git a/docs/dyn/integrations_v1alpha.projects.locations.products.sfdcInstances.sfdcChannels.html b/docs/dyn/integrations_v1alpha.projects.locations.products.sfdcInstances.sfdcChannels.html index 37e3a96c0dc..abe96f00a02 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.products.sfdcInstances.sfdcChannels.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.products.sfdcInstances.sfdcChannels.html @@ -194,7 +194,7 @@

Method Details

Args: parent: string, Required. The client, which owns this collection of SfdcChannels. (required) - filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters. + filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. pageSize: integer, The size of entries in the response. If unspecified, defaults to 100. pageToken: string, The token returned in the previous response. readMask: string, The mask which specifies fields that need to be returned in the SfdcChannel's response. diff --git a/docs/dyn/integrations_v1alpha.projects.locations.sfdcInstances.html b/docs/dyn/integrations_v1alpha.projects.locations.sfdcInstances.html index 672ff7d43ed..580eb71ed12 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.sfdcInstances.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.sfdcInstances.html @@ -205,7 +205,7 @@

Method Details

Args: parent: string, Required. The client, which owns this collection of SfdcInstances. (required) - filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters. + filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. pageSize: integer, The size of entries in the response. If unspecified, defaults to 100. pageToken: string, The token returned in the previous response. readMask: string, The mask which specifies fields that need to be returned in the SfdcInstance's response. diff --git a/docs/dyn/integrations_v1alpha.projects.locations.sfdcInstances.sfdcChannels.html b/docs/dyn/integrations_v1alpha.projects.locations.sfdcInstances.sfdcChannels.html index ccc66cc7fc8..3522104e55d 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.sfdcInstances.sfdcChannels.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.sfdcInstances.sfdcChannels.html @@ -194,7 +194,7 @@

Method Details

Args: parent: string, Required. The client, which owns this collection of SfdcChannels. (required) - filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters. + filter: string, Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. pageSize: integer, The size of entries in the response. If unspecified, defaults to 100. pageToken: string, The token returned in the previous response. readMask: string, The mask which specifies fields that need to be returned in the SfdcChannel's response. diff --git a/docs/dyn/logging_v2.billingAccounts.html b/docs/dyn/logging_v2.billingAccounts.html index b1404cdd22a..9185a2b2919 100644 --- a/docs/dyn/logging_v2.billingAccounts.html +++ b/docs/dyn/logging_v2.billingAccounts.html @@ -149,6 +149,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. }
diff --git a/docs/dyn/logging_v2.folders.html b/docs/dyn/logging_v2.folders.html index c1766fc9f72..975507b43f9 100644 --- a/docs/dyn/logging_v2.folders.html +++ b/docs/dyn/logging_v2.folders.html @@ -152,6 +152,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } @@ -170,6 +171,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } @@ -187,6 +189,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } diff --git a/docs/dyn/logging_v2.organizations.html b/docs/dyn/logging_v2.organizations.html index c4707d90220..5e088c98496 100644 --- a/docs/dyn/logging_v2.organizations.html +++ b/docs/dyn/logging_v2.organizations.html @@ -155,6 +155,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } @@ -206,6 +207,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } @@ -223,6 +225,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } diff --git a/docs/dyn/logging_v2.projects.html b/docs/dyn/logging_v2.projects.html index db36b1805d4..0654b5bd039 100644 --- a/docs/dyn/logging_v2.projects.html +++ b/docs/dyn/logging_v2.projects.html @@ -154,6 +154,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } diff --git a/docs/dyn/logging_v2.v2.html b/docs/dyn/logging_v2.v2.html index 873c75c78bd..ecdeca34a47 100644 --- a/docs/dyn/logging_v2.v2.html +++ b/docs/dyn/logging_v2.v2.html @@ -135,6 +135,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } @@ -186,6 +187,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } @@ -203,6 +205,7 @@

Method Details

"disableDefaultSink": True or False, # Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. "kmsKeyName": "A String", # Optional. The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the associated service account has the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the kms_key_name to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. "kmsServiceAccountId": "A String", # Output only. The service account that will be used by the Log Router to access your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that the Log Router will use to access your Cloud KMS key. Use GetSettings to obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + "loggingServiceAccountId": "A String", # Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. "name": "A String", # Output only. The resource name of the settings. "storageLocation": "A String", # Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect the location of custom log buckets. } diff --git a/docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html b/docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html index f4d78f69f03..18509b1cf20 100644 --- a/docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html +++ b/docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html @@ -182,7 +182,7 @@

Method Details

{ # A request to delete a list of asset. "allowMissing": True or False, # Optional. When this value is set to `true` the request is a no-op for non-existing assets. See https://google.aip.dev/135#delete-if-existing for additional details. Default value is `false`. - "names": [ # Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. format: projects/{project}/locations/{location}/asset/{name}. + "names": [ # Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project}/locations/{location}/assets/{name}. "A String", ], } diff --git a/docs/dyn/monitoring_v3.projects.alertPolicies.html b/docs/dyn/monitoring_v3.projects.alertPolicies.html index 79c517a11b7..aa1835b1ac3 100644 --- a/docs/dyn/monitoring_v3.projects.alertPolicies.html +++ b/docs/dyn/monitoring_v3.projects.alertPolicies.html @@ -204,7 +204,7 @@

Method Details

"mutateTime": "A String", # When the change occurred. "mutatedBy": "A String", # The email address of the user making the change. }, - "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters. + "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.The convention for the display_name of a PrometheusQueryLanguageCondition is "/", where the and should be taken from the corresponding Prometheus configuration file. This convention is not enforced. In any case the display_name is not a unique key of the AlertPolicy. "documentation": { # A content string and a MIME type that describes the content string's format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation. "content": "A String", # The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). "mimeType": "A String", # The format of the content field. Presently, only the value "text/markdown" is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information. @@ -218,7 +218,7 @@

Method Details

"notificationChannels": [ # Identifies the notification channels to which notifications should be sent when incidents are opened or closed or when new violations occur on an already opened incident. Each element of this array corresponds to the name field in each of the NotificationChannel objects that are returned from the ListNotificationChannels method. The format of the entries in this field is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] "A String", ], - "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter. + "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.Note that Prometheus and are valid Prometheus label names (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). This means that they cannot be stored as is in user labels, because Prometheus labels may contain upper-case letters. "a_key": "A String", }, "validity": { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # Read-only description of how the alert policy is invalid. OK if the alert policy is valid. If not OK, the alert policy will not generate incidents. @@ -334,7 +334,7 @@

Method Details

"mutateTime": "A String", # When the change occurred. "mutatedBy": "A String", # The email address of the user making the change. }, - "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters. + "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.The convention for the display_name of a PrometheusQueryLanguageCondition is "/", where the and should be taken from the corresponding Prometheus configuration file. This convention is not enforced. In any case the display_name is not a unique key of the AlertPolicy. "documentation": { # A content string and a MIME type that describes the content string's format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation. "content": "A String", # The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). "mimeType": "A String", # The format of the content field. Presently, only the value "text/markdown" is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information. @@ -348,7 +348,7 @@

Method Details

"notificationChannels": [ # Identifies the notification channels to which notifications should be sent when incidents are opened or closed or when new violations occur on an already opened incident. Each element of this array corresponds to the name field in each of the NotificationChannel objects that are returned from the ListNotificationChannels method. The format of the entries in this field is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] "A String", ], - "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter. + "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.Note that Prometheus and are valid Prometheus label names (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). This means that they cannot be stored as is in user labels, because Prometheus labels may contain upper-case letters. "a_key": "A String", }, "validity": { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # Read-only description of how the alert policy is invalid. OK if the alert policy is valid. If not OK, the alert policy will not generate incidents. @@ -489,7 +489,7 @@

Method Details

"mutateTime": "A String", # When the change occurred. "mutatedBy": "A String", # The email address of the user making the change. }, - "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters. + "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.The convention for the display_name of a PrometheusQueryLanguageCondition is "/", where the and should be taken from the corresponding Prometheus configuration file. This convention is not enforced. In any case the display_name is not a unique key of the AlertPolicy. "documentation": { # A content string and a MIME type that describes the content string's format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation. "content": "A String", # The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). "mimeType": "A String", # The format of the content field. Presently, only the value "text/markdown" is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information. @@ -503,7 +503,7 @@

Method Details

"notificationChannels": [ # Identifies the notification channels to which notifications should be sent when incidents are opened or closed or when new violations occur on an already opened incident. Each element of this array corresponds to the name field in each of the NotificationChannel objects that are returned from the ListNotificationChannels method. The format of the entries in this field is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] "A String", ], - "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter. + "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.Note that Prometheus and are valid Prometheus label names (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). This means that they cannot be stored as is in user labels, because Prometheus labels may contain upper-case letters. "a_key": "A String", }, "validity": { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # Read-only description of how the alert policy is invalid. OK if the alert policy is valid. If not OK, the alert policy will not generate incidents. @@ -632,7 +632,7 @@

Method Details

"mutateTime": "A String", # When the change occurred. "mutatedBy": "A String", # The email address of the user making the change. }, - "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters. + "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.The convention for the display_name of a PrometheusQueryLanguageCondition is "/", where the and should be taken from the corresponding Prometheus configuration file. This convention is not enforced. In any case the display_name is not a unique key of the AlertPolicy. "documentation": { # A content string and a MIME type that describes the content string's format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation. "content": "A String", # The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). "mimeType": "A String", # The format of the content field. Presently, only the value "text/markdown" is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information. @@ -646,7 +646,7 @@

Method Details

"notificationChannels": [ # Identifies the notification channels to which notifications should be sent when incidents are opened or closed or when new violations occur on an already opened incident. Each element of this array corresponds to the name field in each of the NotificationChannel objects that are returned from the ListNotificationChannels method. The format of the entries in this field is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] "A String", ], - "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter. + "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.Note that Prometheus and are valid Prometheus label names (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). This means that they cannot be stored as is in user labels, because Prometheus labels may contain upper-case letters. "a_key": "A String", }, "validity": { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # Read-only description of how the alert policy is invalid. OK if the alert policy is valid. If not OK, the alert policy will not generate incidents. @@ -782,7 +782,7 @@

Method Details

"mutateTime": "A String", # When the change occurred. "mutatedBy": "A String", # The email address of the user making the change. }, - "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters. + "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.The convention for the display_name of a PrometheusQueryLanguageCondition is "/", where the and should be taken from the corresponding Prometheus configuration file. This convention is not enforced. In any case the display_name is not a unique key of the AlertPolicy. "documentation": { # A content string and a MIME type that describes the content string's format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation. "content": "A String", # The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). "mimeType": "A String", # The format of the content field. Presently, only the value "text/markdown" is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information. @@ -796,7 +796,7 @@

Method Details

"notificationChannels": [ # Identifies the notification channels to which notifications should be sent when incidents are opened or closed or when new violations occur on an already opened incident. Each element of this array corresponds to the name field in each of the NotificationChannel objects that are returned from the ListNotificationChannels method. The format of the entries in this field is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] "A String", ], - "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter. + "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.Note that Prometheus and are valid Prometheus label names (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). This means that they cannot be stored as is in user labels, because Prometheus labels may contain upper-case letters. "a_key": "A String", }, "validity": { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # Read-only description of how the alert policy is invalid. OK if the alert policy is valid. If not OK, the alert policy will not generate incidents. @@ -913,7 +913,7 @@

Method Details

"mutateTime": "A String", # When the change occurred. "mutatedBy": "A String", # The email address of the user making the change. }, - "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters. + "displayName": "A String", # A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.The convention for the display_name of a PrometheusQueryLanguageCondition is "/", where the and should be taken from the corresponding Prometheus configuration file. This convention is not enforced. In any case the display_name is not a unique key of the AlertPolicy. "documentation": { # A content string and a MIME type that describes the content string's format. # Documentation that is included with notifications and incidents related to this policy. Best practice is for the documentation to include information to help responders understand, mitigate, escalate, and correct the underlying problems detected by the alerting policy. Notification channels that have limited capacity might not show this documentation. "content": "A String", # The body of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables). "mimeType": "A String", # The format of the content field. Presently, only the value "text/markdown" is supported. See Markdown (https://en.wikipedia.org/wiki/Markdown) for more information. @@ -927,7 +927,7 @@

Method Details

"notificationChannels": [ # Identifies the notification channels to which notifications should be sent when incidents are opened or closed or when new violations occur on an already opened incident. Each element of this array corresponds to the name field in each of the NotificationChannel objects that are returned from the ListNotificationChannels method. The format of the entries in this field is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] "A String", ], - "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter. + "userLabels": { # User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.Note that Prometheus and are valid Prometheus label names (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). This means that they cannot be stored as is in user labels, because Prometheus labels may contain upper-case letters. "a_key": "A String", }, "validity": { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # Read-only description of how the alert policy is invalid. OK if the alert policy is valid. If not OK, the alert policy will not generate incidents. diff --git a/docs/dyn/ondemandscanning_v1.projects.locations.scans.html b/docs/dyn/ondemandscanning_v1.projects.locations.scans.html index 46a4c663293..9905917dd36 100644 --- a/docs/dyn/ondemandscanning_v1.projects.locations.scans.html +++ b/docs/dyn/ondemandscanning_v1.projects.locations.scans.html @@ -100,7 +100,19 @@

Method Details

"packages": [ # The packages to analyze. { "architecture": "A String", # The architecture of the package. - "binaryVersion": { # The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. See b/175908657#comment15. + "binarySourceInfo": [ # A bundle containing the binary and source information. + { + "binaryVersion": { # The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. See b/175908657#comment15. + "name": "A String", + "version": "A String", + }, + "sourceVersion": { # The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from. + "name": "A String", + "version": "A String", + }, + }, + ], + "binaryVersion": { # DEPRECATED "name": "A String", "version": "A String", }, @@ -128,7 +140,7 @@

Method Details

"patchedCve": [ # CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning "A String", ], - "sourceVersion": { # The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from. + "sourceVersion": { # DEPRECATED "name": "A String", "version": "A String", }, diff --git a/docs/dyn/ondemandscanning_v1beta1.projects.locations.scans.html b/docs/dyn/ondemandscanning_v1beta1.projects.locations.scans.html index f7b281bf62d..406d98547aa 100644 --- a/docs/dyn/ondemandscanning_v1beta1.projects.locations.scans.html +++ b/docs/dyn/ondemandscanning_v1beta1.projects.locations.scans.html @@ -99,7 +99,19 @@

Method Details

"packages": [ # The packages to analyze. { "architecture": "A String", # The architecture of the package. - "binaryVersion": { # The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. See b/175908657#comment15. + "binarySourceInfo": [ # A bundle containing the binary and source information. + { + "binaryVersion": { # The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. See b/175908657#comment15. + "name": "A String", + "version": "A String", + }, + "sourceVersion": { # The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from. + "name": "A String", + "version": "A String", + }, + }, + ], + "binaryVersion": { # DEPRECATED "name": "A String", "version": "A String", }, @@ -127,7 +139,7 @@

Method Details

"patchedCve": [ # CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning "A String", ], - "sourceVersion": { # The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from. + "sourceVersion": { # DEPRECATED "name": "A String", "version": "A String", }, diff --git a/docs/dyn/run_v1.namespaces.configurations.html b/docs/dyn/run_v1.namespaces.configurations.html index 27e6c7d7cf2..1524607c3f8 100644 --- a/docs/dyn/run_v1.namespaces.configurations.html +++ b/docs/dyn/run_v1.namespaces.configurations.html @@ -250,14 +250,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -290,14 +290,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -333,14 +333,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -588,14 +588,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -628,14 +628,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -671,14 +671,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. diff --git a/docs/dyn/run_v1.namespaces.executions.html b/docs/dyn/run_v1.namespaces.executions.html index 91f1a15bcae..280cc715d14 100644 --- a/docs/dyn/run_v1.namespaces.executions.html +++ b/docs/dyn/run_v1.namespaces.executions.html @@ -226,14 +226,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -266,14 +266,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -309,14 +309,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -573,14 +573,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -613,14 +613,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -656,14 +656,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -881,14 +881,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -921,14 +921,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -964,14 +964,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. diff --git a/docs/dyn/run_v1.namespaces.jobs.html b/docs/dyn/run_v1.namespaces.jobs.html index 0963742195a..f9b95044102 100644 --- a/docs/dyn/run_v1.namespaces.jobs.html +++ b/docs/dyn/run_v1.namespaces.jobs.html @@ -260,14 +260,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -300,14 +300,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -343,14 +343,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -585,14 +585,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -625,14 +625,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -668,14 +668,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -961,14 +961,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -1001,14 +1001,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -1044,14 +1044,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -1303,14 +1303,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -1343,14 +1343,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -1386,14 +1386,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -1641,14 +1641,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -1681,14 +1681,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -1724,14 +1724,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -1966,14 +1966,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -2006,14 +2006,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -2049,14 +2049,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -2306,14 +2306,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -2346,14 +2346,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -2389,14 +2389,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. diff --git a/docs/dyn/run_v1.namespaces.revisions.html b/docs/dyn/run_v1.namespaces.revisions.html index 511f0c5e7f8..0dd31598050 100644 --- a/docs/dyn/run_v1.namespaces.revisions.html +++ b/docs/dyn/run_v1.namespaces.revisions.html @@ -264,14 +264,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -304,14 +304,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -347,14 +347,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -567,14 +567,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -607,14 +607,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -650,14 +650,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. diff --git a/docs/dyn/run_v1.namespaces.services.html b/docs/dyn/run_v1.namespaces.services.html index e039b12945d..0f92fd35321 100644 --- a/docs/dyn/run_v1.namespaces.services.html +++ b/docs/dyn/run_v1.namespaces.services.html @@ -254,14 +254,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -294,14 +294,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -337,14 +337,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -600,14 +600,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -640,14 +640,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -683,14 +683,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -997,14 +997,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -1037,14 +1037,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -1080,14 +1080,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -1359,14 +1359,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -1399,14 +1399,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -1442,14 +1442,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -1717,14 +1717,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -1757,14 +1757,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -1800,14 +1800,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -2063,14 +2063,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -2103,14 +2103,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -2146,14 +2146,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. diff --git a/docs/dyn/run_v1.namespaces.tasks.html b/docs/dyn/run_v1.namespaces.tasks.html index 04eae103692..3bbc85411c2 100644 --- a/docs/dyn/run_v1.namespaces.tasks.html +++ b/docs/dyn/run_v1.namespaces.tasks.html @@ -215,14 +215,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -255,14 +255,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -298,14 +298,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -526,14 +526,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -566,14 +566,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -609,14 +609,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. diff --git a/docs/dyn/run_v1.projects.locations.configurations.html b/docs/dyn/run_v1.projects.locations.configurations.html index 288d824e587..fa6ad51220e 100644 --- a/docs/dyn/run_v1.projects.locations.configurations.html +++ b/docs/dyn/run_v1.projects.locations.configurations.html @@ -250,14 +250,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -290,14 +290,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -333,14 +333,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -588,14 +588,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -628,14 +628,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -671,14 +671,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. diff --git a/docs/dyn/run_v1.projects.locations.revisions.html b/docs/dyn/run_v1.projects.locations.revisions.html index f062dd51972..c52b672935d 100644 --- a/docs/dyn/run_v1.projects.locations.revisions.html +++ b/docs/dyn/run_v1.projects.locations.revisions.html @@ -264,14 +264,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -304,14 +304,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -347,14 +347,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -567,14 +567,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -607,14 +607,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -650,14 +650,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. diff --git a/docs/dyn/run_v1.projects.locations.services.html b/docs/dyn/run_v1.projects.locations.services.html index 32132da6bf1..40f3815f8a3 100644 --- a/docs/dyn/run_v1.projects.locations.services.html +++ b/docs/dyn/run_v1.projects.locations.services.html @@ -263,14 +263,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -303,14 +303,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -346,14 +346,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -609,14 +609,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -649,14 +649,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -692,14 +692,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -1006,14 +1006,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -1046,14 +1046,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -1089,14 +1089,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -1416,14 +1416,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -1456,14 +1456,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -1499,14 +1499,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -1774,14 +1774,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -1814,14 +1814,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -1857,14 +1857,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. @@ -2120,14 +2120,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "name": "A String", # Name of the container specified as a DNS_LABEL (RFC 1123). "ports": [ # List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on. @@ -2160,14 +2160,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "resources": { # ResourceRequirements describes the compute resource requirements. # Compute Resources required by this container. "limits": { # Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits @@ -2203,14 +2203,14 @@

Method Details

"port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. "scheme": "A String", # Not supported by Cloud Run. }, - "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. - "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. + "initialDelaySeconds": 42, # Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. . + "periodSeconds": 42, # How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. . "successThreshold": 42, # Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set. "tcpSocket": { # TCPSocketAction describes an action based on opening a socket # TCPSocket specifies an action involving a TCP port. "host": "A String", # Not supported by Cloud Run. "port": 42, # Port number to access on the container. Number must be in the range 1 to 65535. }, - "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. + "timeoutSeconds": 42, # Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10. }, "terminationMessagePath": "A String", # Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. "terminationMessagePolicy": "A String", # Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. diff --git a/docs/dyn/testing_v1.projects.testMatrices.html b/docs/dyn/testing_v1.projects.testMatrices.html index 537068681b7..45dc197b6d0 100644 --- a/docs/dyn/testing_v1.projects.testMatrices.html +++ b/docs/dyn/testing_v1.projects.testMatrices.html @@ -82,10 +82,10 @@

Instance Methods

Close httplib2 connections.

create(projectId, body=None, requestId=None, x__xgafv=None)

-

Creates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. A test matrix is limited to use at most 2000 devices in parallel. The returned matrix will not yet contain the executions that will be created for this matrix. That happens later on and will require a call to GetTestMatrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed or if the matrix tries to use too many simultaneous devices.

+

Creates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. A test matrix is limited to use at most 2000 devices in parallel. The returned matrix will not yet contain the executions that will be created for this matrix. Execution creation happens later on and will require a call to GetTestMatrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed or if the matrix tries to use too many simultaneous devices.

get(projectId, testMatrixId, x__xgafv=None)

-

Checks the status of a test matrix and the executions once they are created. The test matrix will contain the list of test executions to run if and only if the resultStorage.toolResultsExecution fields have been populated. Note: Flaky test executions may still be added to the matrix at a later stage. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist

+

Checks the status of a test matrix and the executions once they are created. The test matrix will contain the list of test executions to run if and only if the resultStorage.toolResultsExecution fields have been populated. Note: Flaky test executions may be added to the matrix at a later stage. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist

Method Details

cancel(projectId, testMatrixId, x__xgafv=None) @@ -114,7 +114,7 @@

Method Details

create(projectId, body=None, requestId=None, x__xgafv=None) -
Creates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. A test matrix is limited to use at most 2000 devices in parallel. The returned matrix will not yet contain the executions that will be created for this matrix. That happens later on and will require a call to GetTestMatrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed or if the matrix tries to use too many simultaneous devices.
+  
Creates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. A test matrix is limited to use at most 2000 devices in parallel. The returned matrix will not yet contain the executions that will be created for this matrix. Execution creation happens later on and will require a call to GetTestMatrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed or if the matrix tries to use too many simultaneous devices.
 
 Args:
   projectId: string, The GCE project under which this job will run. (required)
@@ -247,7 +247,7 @@ 

Method Details

], }, "smartSharding": { # Shards test based on previous test case timing records. # Shards test based on previous test case timing records. - "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has seen a test case in the last 30 days, the record of the latest successful one will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the test case is considered to be 15 seconds long by default. Because the actual shard duration can exceed the targeted shard duration, we recommend setting the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or using the custom test timeout value you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created will count toward daily test quota. + "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has processed a test case in the last 30 days, the record of the latest successful test case will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the default test case duration is 15 seconds. Because the actual shard duration can exceed the targeted shard duration, we recommend that you set the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or that you use the custom test timeout value that you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created counts toward daily test quota. }, "uniformSharding": { # Uniformly shards test cases given a total number of shards. For instrumentation tests, it will be translated to "-e numShard" and "-e shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled, specifying either of these sharding arguments via `environment_variables` is invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no guarantee that test cases will be distributed uniformly across all shards. # Uniformly shards test cases given a total number of shards. "numShards": 42, # Required. The total number of shards to create. This must always be a positive number that is no greater than the total number of test cases. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. @@ -445,7 +445,7 @@

Method Details

], }, "smartSharding": { # Shards test based on previous test case timing records. # Shards test based on previous test case timing records. - "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has seen a test case in the last 30 days, the record of the latest successful one will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the test case is considered to be 15 seconds long by default. Because the actual shard duration can exceed the targeted shard duration, we recommend setting the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or using the custom test timeout value you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created will count toward daily test quota. + "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has processed a test case in the last 30 days, the record of the latest successful test case will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the default test case duration is 15 seconds. Because the actual shard duration can exceed the targeted shard duration, we recommend that you set the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or that you use the custom test timeout value that you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created counts toward daily test quota. }, "uniformSharding": { # Uniformly shards test cases given a total number of shards. For instrumentation tests, it will be translated to "-e numShard" and "-e shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled, specifying either of these sharding arguments via `environment_variables` is invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no guarantee that test cases will be distributed uniformly across all shards. # Uniformly shards test cases given a total number of shards. "numShards": 42, # Required. The total number of shards to create. This must always be a positive number that is no greater than the total number of test cases. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. @@ -748,7 +748,7 @@

Method Details

], }, "smartSharding": { # Shards test based on previous test case timing records. # Shards test based on previous test case timing records. - "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has seen a test case in the last 30 days, the record of the latest successful one will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the test case is considered to be 15 seconds long by default. Because the actual shard duration can exceed the targeted shard duration, we recommend setting the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or using the custom test timeout value you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created will count toward daily test quota. + "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has processed a test case in the last 30 days, the record of the latest successful test case will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the default test case duration is 15 seconds. Because the actual shard duration can exceed the targeted shard duration, we recommend that you set the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or that you use the custom test timeout value that you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created counts toward daily test quota. }, "uniformSharding": { # Uniformly shards test cases given a total number of shards. For instrumentation tests, it will be translated to "-e numShard" and "-e shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled, specifying either of these sharding arguments via `environment_variables` is invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no guarantee that test cases will be distributed uniformly across all shards. # Uniformly shards test cases given a total number of shards. "numShards": 42, # Required. The total number of shards to create. This must always be a positive number that is no greater than the total number of test cases. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. @@ -946,7 +946,7 @@

Method Details

], }, "smartSharding": { # Shards test based on previous test case timing records. # Shards test based on previous test case timing records. - "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has seen a test case in the last 30 days, the record of the latest successful one will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the test case is considered to be 15 seconds long by default. Because the actual shard duration can exceed the targeted shard duration, we recommend setting the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or using the custom test timeout value you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created will count toward daily test quota. + "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has processed a test case in the last 30 days, the record of the latest successful test case will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the default test case duration is 15 seconds. Because the actual shard duration can exceed the targeted shard duration, we recommend that you set the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or that you use the custom test timeout value that you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created counts toward daily test quota. }, "uniformSharding": { # Uniformly shards test cases given a total number of shards. For instrumentation tests, it will be translated to "-e numShard" and "-e shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled, specifying either of these sharding arguments via `environment_variables` is invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no guarantee that test cases will be distributed uniformly across all shards. # Uniformly shards test cases given a total number of shards. "numShards": 42, # Required. The total number of shards to create. This must always be a positive number that is no greater than the total number of test cases. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. @@ -1117,7 +1117,7 @@

Method Details

get(projectId, testMatrixId, x__xgafv=None) -
Checks the status of a test matrix and the executions once they are created. The test matrix will contain the list of test executions to run if and only if the resultStorage.toolResultsExecution fields have been populated. Note: Flaky test executions may still be added to the matrix at a later stage. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist
+  
Checks the status of a test matrix and the executions once they are created. The test matrix will contain the list of test executions to run if and only if the resultStorage.toolResultsExecution fields have been populated. Note: Flaky test executions may be added to the matrix at a later stage. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist
 
 Args:
   projectId: string, Cloud project that owns the test matrix. (required)
@@ -1256,7 +1256,7 @@ 

Method Details

], }, "smartSharding": { # Shards test based on previous test case timing records. # Shards test based on previous test case timing records. - "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has seen a test case in the last 30 days, the record of the latest successful one will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the test case is considered to be 15 seconds long by default. Because the actual shard duration can exceed the targeted shard duration, we recommend setting the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or using the custom test timeout value you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created will count toward daily test quota. + "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has processed a test case in the last 30 days, the record of the latest successful test case will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the default test case duration is 15 seconds. Because the actual shard duration can exceed the targeted shard duration, we recommend that you set the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or that you use the custom test timeout value that you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created counts toward daily test quota. }, "uniformSharding": { # Uniformly shards test cases given a total number of shards. For instrumentation tests, it will be translated to "-e numShard" and "-e shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled, specifying either of these sharding arguments via `environment_variables` is invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no guarantee that test cases will be distributed uniformly across all shards. # Uniformly shards test cases given a total number of shards. "numShards": 42, # Required. The total number of shards to create. This must always be a positive number that is no greater than the total number of test cases. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. @@ -1454,7 +1454,7 @@

Method Details

], }, "smartSharding": { # Shards test based on previous test case timing records. # Shards test based on previous test case timing records. - "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has seen a test case in the last 30 days, the record of the latest successful one will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the test case is considered to be 15 seconds long by default. Because the actual shard duration can exceed the targeted shard duration, we recommend setting the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or using the custom test timeout value you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created will count toward daily test quota. + "targetedShardDuration": "A String", # The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has processed a test case in the last 30 days, the record of the latest successful test case will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the default test case duration is 15 seconds. Because the actual shard duration can exceed the targeted shard duration, we recommend that you set the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or that you use the custom test timeout value that you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created counts toward daily test quota. }, "uniformSharding": { # Uniformly shards test cases given a total number of shards. For instrumentation tests, it will be translated to "-e numShard" and "-e shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled, specifying either of these sharding arguments via `environment_variables` is invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no guarantee that test cases will be distributed uniformly across all shards. # Uniformly shards test cases given a total number of shards. "numShards": 42, # Required. The total number of shards to create. This must always be a positive number that is no greater than the total number of test cases. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. diff --git a/docs/dyn/vision_v1.files.html b/docs/dyn/vision_v1.files.html index 776cda39482..f8c99536a5c 100644 --- a/docs/dyn/vision_v1.files.html +++ b/docs/dyn/vision_v1.files.html @@ -437,7 +437,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1.images.html b/docs/dyn/vision_v1.images.html index aa47319b8dd..8c3b596ee8c 100644 --- a/docs/dyn/vision_v1.images.html +++ b/docs/dyn/vision_v1.images.html @@ -416,7 +416,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1.projects.files.html b/docs/dyn/vision_v1.projects.files.html index a576e062f1d..273ee9f14bc 100644 --- a/docs/dyn/vision_v1.projects.files.html +++ b/docs/dyn/vision_v1.projects.files.html @@ -438,7 +438,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1.projects.images.html b/docs/dyn/vision_v1.projects.images.html index 3870c5899a6..22963c2d50f 100644 --- a/docs/dyn/vision_v1.projects.images.html +++ b/docs/dyn/vision_v1.projects.images.html @@ -417,7 +417,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1.projects.locations.files.html b/docs/dyn/vision_v1.projects.locations.files.html index 42b0f4cb22a..bfc51180187 100644 --- a/docs/dyn/vision_v1.projects.locations.files.html +++ b/docs/dyn/vision_v1.projects.locations.files.html @@ -438,7 +438,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1.projects.locations.images.html b/docs/dyn/vision_v1.projects.locations.images.html index 3a467282d20..69a03097204 100644 --- a/docs/dyn/vision_v1.projects.locations.images.html +++ b/docs/dyn/vision_v1.projects.locations.images.html @@ -417,7 +417,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p1beta1.files.html b/docs/dyn/vision_v1p1beta1.files.html index 09762c30904..3bdcb43daf4 100644 --- a/docs/dyn/vision_v1p1beta1.files.html +++ b/docs/dyn/vision_v1p1beta1.files.html @@ -437,7 +437,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p1beta1.images.html b/docs/dyn/vision_v1p1beta1.images.html index 4babf067086..15ebc26492e 100644 --- a/docs/dyn/vision_v1p1beta1.images.html +++ b/docs/dyn/vision_v1p1beta1.images.html @@ -416,7 +416,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p1beta1.projects.files.html b/docs/dyn/vision_v1p1beta1.projects.files.html index 228cc6921cd..1cb289d10df 100644 --- a/docs/dyn/vision_v1p1beta1.projects.files.html +++ b/docs/dyn/vision_v1p1beta1.projects.files.html @@ -438,7 +438,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p1beta1.projects.images.html b/docs/dyn/vision_v1p1beta1.projects.images.html index d1c809ee073..c95d0030427 100644 --- a/docs/dyn/vision_v1p1beta1.projects.images.html +++ b/docs/dyn/vision_v1p1beta1.projects.images.html @@ -417,7 +417,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p1beta1.projects.locations.files.html b/docs/dyn/vision_v1p1beta1.projects.locations.files.html index f7b4fcec4bf..9c92e661585 100644 --- a/docs/dyn/vision_v1p1beta1.projects.locations.files.html +++ b/docs/dyn/vision_v1p1beta1.projects.locations.files.html @@ -438,7 +438,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p1beta1.projects.locations.images.html b/docs/dyn/vision_v1p1beta1.projects.locations.images.html index a5ff195aa72..fc14aec9f17 100644 --- a/docs/dyn/vision_v1p1beta1.projects.locations.images.html +++ b/docs/dyn/vision_v1p1beta1.projects.locations.images.html @@ -417,7 +417,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p2beta1.files.html b/docs/dyn/vision_v1p2beta1.files.html index 96f30414353..f293026167a 100644 --- a/docs/dyn/vision_v1p2beta1.files.html +++ b/docs/dyn/vision_v1p2beta1.files.html @@ -437,7 +437,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p2beta1.images.html b/docs/dyn/vision_v1p2beta1.images.html index 6b42f2040f7..c89991235cf 100644 --- a/docs/dyn/vision_v1p2beta1.images.html +++ b/docs/dyn/vision_v1p2beta1.images.html @@ -416,7 +416,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p2beta1.projects.files.html b/docs/dyn/vision_v1p2beta1.projects.files.html index 06297c4ce21..14c9feabd58 100644 --- a/docs/dyn/vision_v1p2beta1.projects.files.html +++ b/docs/dyn/vision_v1p2beta1.projects.files.html @@ -438,7 +438,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p2beta1.projects.images.html b/docs/dyn/vision_v1p2beta1.projects.images.html index 60371ca2383..089dc1b2a87 100644 --- a/docs/dyn/vision_v1p2beta1.projects.images.html +++ b/docs/dyn/vision_v1p2beta1.projects.images.html @@ -417,7 +417,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p2beta1.projects.locations.files.html b/docs/dyn/vision_v1p2beta1.projects.locations.files.html index 8b652821238..f5e09f3f7e8 100644 --- a/docs/dyn/vision_v1p2beta1.projects.locations.files.html +++ b/docs/dyn/vision_v1p2beta1.projects.locations.files.html @@ -438,7 +438,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/docs/dyn/vision_v1p2beta1.projects.locations.images.html b/docs/dyn/vision_v1p2beta1.projects.locations.images.html index 31ab56dc9ef..485f7bcc983 100644 --- a/docs/dyn/vision_v1p2beta1.projects.locations.images.html +++ b/docs/dyn/vision_v1p2beta1.projects.locations.images.html @@ -417,7 +417,7 @@

Method Details

"dominantColors": { # Set of dominant colors and their corresponding scores. # If present, dominant colors completed successfully. "colors": [ # RGB color values with their score and pixel fraction. { # Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. - "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. + "color": { # Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ... # RGB components of the color. "alpha": 3.14, # The fraction of this color that should be applied to the pixel. That is, the final pixel color is defined by the equation: `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)` This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color. This uses a wrapper message rather than a simple float scalar so that it is possible to distinguish between a default value and the value being unset. If omitted, this color object is rendered as a solid color (as if the alpha value had been explicitly given a value of 1.0). "blue": 3.14, # The amount of blue in the color as a value in the interval [0, 1]. "green": 3.14, # The amount of green in the color as a value in the interval [0, 1]. diff --git a/googleapiclient/discovery_cache/documents/acceleratedmobilepageurl.v1.json b/googleapiclient/discovery_cache/documents/acceleratedmobilepageurl.v1.json index 5214c8e50c0..f0c08ef433f 100644 --- a/googleapiclient/discovery_cache/documents/acceleratedmobilepageurl.v1.json +++ b/googleapiclient/discovery_cache/documents/acceleratedmobilepageurl.v1.json @@ -115,7 +115,7 @@ } } }, - "revision": "20230522", + "revision": "20230528", "rootUrl": "https://acceleratedmobilepageurl.googleapis.com/", "schemas": { "AmpUrl": { diff --git a/googleapiclient/discovery_cache/documents/accessapproval.v1.json b/googleapiclient/discovery_cache/documents/accessapproval.v1.json index 4bdb3128a8c..6174fbb0f7c 100644 --- a/googleapiclient/discovery_cache/documents/accessapproval.v1.json +++ b/googleapiclient/discovery_cache/documents/accessapproval.v1.json @@ -913,7 +913,7 @@ } } }, - "revision": "20230519", + "revision": "20230526", "rootUrl": "https://accessapproval.googleapis.com/", "schemas": { "AccessApprovalServiceAccount": { diff --git a/googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json b/googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json index 246ee3dfc4d..4f9ef8b7a1b 100644 --- a/googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json +++ b/googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json @@ -1235,7 +1235,7 @@ } } }, - "revision": "20230514", + "revision": "20230525", "rootUrl": "https://accesscontextmanager.googleapis.com/", "schemas": { "AccessContextManagerOperationMetadata": { diff --git a/googleapiclient/discovery_cache/documents/accesscontextmanager.v1beta.json b/googleapiclient/discovery_cache/documents/accesscontextmanager.v1beta.json index b9a63d398c1..2ea3fbaed0e 100644 --- a/googleapiclient/discovery_cache/documents/accesscontextmanager.v1beta.json +++ b/googleapiclient/discovery_cache/documents/accesscontextmanager.v1beta.json @@ -609,7 +609,7 @@ } } }, - "revision": "20230514", + "revision": "20230525", "rootUrl": "https://accesscontextmanager.googleapis.com/", "schemas": { "AccessContextManagerOperationMetadata": { diff --git a/googleapiclient/discovery_cache/documents/acmedns.v1.json b/googleapiclient/discovery_cache/documents/acmedns.v1.json index 771833585b2..b9a2b8347a5 100644 --- a/googleapiclient/discovery_cache/documents/acmedns.v1.json +++ b/googleapiclient/discovery_cache/documents/acmedns.v1.json @@ -146,7 +146,7 @@ } } }, - "revision": "20230522", + "revision": "20230528", "rootUrl": "https://acmedns.googleapis.com/", "schemas": { "AcmeChallengeSet": { diff --git a/googleapiclient/discovery_cache/documents/adexchangebuyer2.v2beta1.json b/googleapiclient/discovery_cache/documents/adexchangebuyer2.v2beta1.json index 314aca53c44..f112eae67f5 100644 --- a/googleapiclient/discovery_cache/documents/adexchangebuyer2.v2beta1.json +++ b/googleapiclient/discovery_cache/documents/adexchangebuyer2.v2beta1.json @@ -2568,7 +2568,7 @@ } } }, - "revision": "20230524", + "revision": "20230525", "rootUrl": "https://adexchangebuyer.googleapis.com/", "schemas": { "AbsoluteDateRange": { diff --git a/googleapiclient/discovery_cache/documents/admin.datatransfer_v1.json b/googleapiclient/discovery_cache/documents/admin.datatransfer_v1.json index 7dfdc944e27..1e29e5ff1a5 100644 --- a/googleapiclient/discovery_cache/documents/admin.datatransfer_v1.json +++ b/googleapiclient/discovery_cache/documents/admin.datatransfer_v1.json @@ -272,7 +272,7 @@ } } }, - "revision": "20230516", + "revision": "20230523", "rootUrl": "https://admin.googleapis.com/", "schemas": { "Application": { diff --git a/googleapiclient/discovery_cache/documents/admin.directory_v1.json b/googleapiclient/discovery_cache/documents/admin.directory_v1.json index 2c3ca4a798e..13560528da8 100644 --- a/googleapiclient/discovery_cache/documents/admin.directory_v1.json +++ b/googleapiclient/discovery_cache/documents/admin.directory_v1.json @@ -4635,7 +4635,7 @@ } } }, - "revision": "20230516", + "revision": "20230523", "rootUrl": "https://admin.googleapis.com/", "schemas": { "Alias": { diff --git a/googleapiclient/discovery_cache/documents/admin.reports_v1.json b/googleapiclient/discovery_cache/documents/admin.reports_v1.json index af17b98033d..7919a5c5b28 100644 --- a/googleapiclient/discovery_cache/documents/admin.reports_v1.json +++ b/googleapiclient/discovery_cache/documents/admin.reports_v1.json @@ -623,7 +623,7 @@ } } }, - "revision": "20230516", + "revision": "20230523", "rootUrl": "https://admin.googleapis.com/", "schemas": { "Activities": { diff --git a/googleapiclient/discovery_cache/documents/admob.v1.json b/googleapiclient/discovery_cache/documents/admob.v1.json index 4dca70f165e..4523f9ff2a2 100644 --- a/googleapiclient/discovery_cache/documents/admob.v1.json +++ b/googleapiclient/discovery_cache/documents/admob.v1.json @@ -321,7 +321,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://admob.googleapis.com/", "schemas": { "AdUnit": { diff --git a/googleapiclient/discovery_cache/documents/adsense.v2.json b/googleapiclient/discovery_cache/documents/adsense.v2.json index 2d2812f0698..6e6991202b5 100644 --- a/googleapiclient/discovery_cache/documents/adsense.v2.json +++ b/googleapiclient/discovery_cache/documents/adsense.v2.json @@ -1828,7 +1828,7 @@ } } }, - "revision": "20230524", + "revision": "20230525", "rootUrl": "https://adsense.googleapis.com/", "schemas": { "Account": { diff --git a/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json b/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json index 67636cdbcad..611865c790a 100644 --- a/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json @@ -423,7 +423,7 @@ } } }, - "revision": "20230515", + "revision": "20230528", "rootUrl": "https://alertcenter.googleapis.com/", "schemas": { "AbuseDetected": { diff --git a/googleapiclient/discovery_cache/documents/analyticsdata.v1beta.json b/googleapiclient/discovery_cache/documents/analyticsdata.v1beta.json index 3b00a0abf41..2695e865a42 100644 --- a/googleapiclient/discovery_cache/documents/analyticsdata.v1beta.json +++ b/googleapiclient/discovery_cache/documents/analyticsdata.v1beta.json @@ -313,7 +313,7 @@ } } }, - "revision": "20230521", + "revision": "20230524", "rootUrl": "https://analyticsdata.googleapis.com/", "schemas": { "ActiveMetricRestriction": { diff --git a/googleapiclient/discovery_cache/documents/androiddeviceprovisioning.v1.json b/googleapiclient/discovery_cache/documents/androiddeviceprovisioning.v1.json index 520c07ddc81..fa4127ecf38 100644 --- a/googleapiclient/discovery_cache/documents/androiddeviceprovisioning.v1.json +++ b/googleapiclient/discovery_cache/documents/androiddeviceprovisioning.v1.json @@ -825,7 +825,7 @@ } } }, - "revision": "20230522", + "revision": "20230527", "rootUrl": "https://androiddeviceprovisioning.googleapis.com/", "schemas": { "ClaimDeviceRequest": { diff --git a/googleapiclient/discovery_cache/documents/androidenterprise.v1.json b/googleapiclient/discovery_cache/documents/androidenterprise.v1.json index 36fa91bd191..832755d75e8 100644 --- a/googleapiclient/discovery_cache/documents/androidenterprise.v1.json +++ b/googleapiclient/discovery_cache/documents/androidenterprise.v1.json @@ -2649,7 +2649,7 @@ } } }, - "revision": "20230523", + "revision": "20230525", "rootUrl": "https://androidenterprise.googleapis.com/", "schemas": { "Administrator": { diff --git a/googleapiclient/discovery_cache/documents/androidpublisher.v3.json b/googleapiclient/discovery_cache/documents/androidpublisher.v3.json index d4e2d50279f..f272c92c739 100644 --- a/googleapiclient/discovery_cache/documents/androidpublisher.v3.json +++ b/googleapiclient/discovery_cache/documents/androidpublisher.v3.json @@ -4047,7 +4047,7 @@ } } }, - "revision": "20230524", + "revision": "20230525", "rootUrl": "https://androidpublisher.googleapis.com/", "schemas": { "AcquisitionTargetingRule": { diff --git a/googleapiclient/discovery_cache/documents/apigateway.v1.json b/googleapiclient/discovery_cache/documents/apigateway.v1.json index 3f55a4ebc43..d01b2340d6f 100644 --- a/googleapiclient/discovery_cache/documents/apigateway.v1.json +++ b/googleapiclient/discovery_cache/documents/apigateway.v1.json @@ -1083,7 +1083,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://apigateway.googleapis.com/", "schemas": { "ApigatewayApi": { diff --git a/googleapiclient/discovery_cache/documents/apigateway.v1beta.json b/googleapiclient/discovery_cache/documents/apigateway.v1beta.json index c11d520fb60..c747a96c02f 100644 --- a/googleapiclient/discovery_cache/documents/apigateway.v1beta.json +++ b/googleapiclient/discovery_cache/documents/apigateway.v1beta.json @@ -1083,7 +1083,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://apigateway.googleapis.com/", "schemas": { "ApigatewayApi": { diff --git a/googleapiclient/discovery_cache/documents/apigee.v1.json b/googleapiclient/discovery_cache/documents/apigee.v1.json index 8f7d677d900..4a7299288b1 100644 --- a/googleapiclient/discovery_cache/documents/apigee.v1.json +++ b/googleapiclient/discovery_cache/documents/apigee.v1.json @@ -8744,7 +8744,7 @@ } } }, - "revision": "20230512", + "revision": "20230523", "rootUrl": "https://apigee.googleapis.com/", "schemas": { "EdgeConfigstoreBundleBadBundle": { diff --git a/googleapiclient/discovery_cache/documents/apikeys.v2.json b/googleapiclient/discovery_cache/documents/apikeys.v2.json index 132c1cc8994..440b66c0aa2 100644 --- a/googleapiclient/discovery_cache/documents/apikeys.v2.json +++ b/googleapiclient/discovery_cache/documents/apikeys.v2.json @@ -396,7 +396,7 @@ } } }, - "revision": "20230521", + "revision": "20230523", "rootUrl": "https://apikeys.googleapis.com/", "schemas": { "Operation": { diff --git a/googleapiclient/discovery_cache/documents/area120tables.v1alpha1.json b/googleapiclient/discovery_cache/documents/area120tables.v1alpha1.json index 2b8867c6d95..13a2407f1d9 100644 --- a/googleapiclient/discovery_cache/documents/area120tables.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/area120tables.v1alpha1.json @@ -586,7 +586,7 @@ } } }, - "revision": "20230522", + "revision": "20230528", "rootUrl": "https://area120tables.googleapis.com/", "schemas": { "BatchCreateRowsRequest": { diff --git a/googleapiclient/discovery_cache/documents/artifactregistry.v1.json b/googleapiclient/discovery_cache/documents/artifactregistry.v1.json index 9cbddb34642..0102d207f58 100644 --- a/googleapiclient/discovery_cache/documents/artifactregistry.v1.json +++ b/googleapiclient/discovery_cache/documents/artifactregistry.v1.json @@ -1257,7 +1257,7 @@ "type": "string" }, "parent": { - "description": "The name of the parent resource whose tags will be listed.", + "description": "The name of the parent package whose tags will be listed. Example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+$", "required": true, @@ -1589,7 +1589,7 @@ } } }, - "revision": "20230508", + "revision": "20230524", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "AptArtifact": { @@ -1966,7 +1966,7 @@ "id": "ImportGoogetArtifactsGcsSource", "properties": { "uris": { - "description": "Cloud Storage paths URI (e.g., gs://my_bucket/my_object).", + "description": "Cloud Storage paths URI (e.g., `gs://my_bucket/my_object`).", "items": { "type": "string" }, @@ -2513,7 +2513,7 @@ "type": "string" }, "name": { - "description": "The name of the package, for example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1\". If the package ID part contains slashes, the slashes are escaped.", + "description": "The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped.", "type": "string" }, "updateTime": { @@ -2909,7 +2909,7 @@ "id": "UploadGoogetArtifactResponse", "properties": { "googetArtifacts": { - "description": "The Apt artifacts updated.", + "description": "The GooGet artifacts updated.", "items": { "$ref": "GoogetArtifact" }, diff --git a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json index 6d4cd74f040..2649b89d94b 100644 --- a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json @@ -736,7 +736,7 @@ "type": "string" }, "parent": { - "description": "The name of the parent resource whose tags will be listed.", + "description": "The name of the parent package whose tags will be listed. Example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+$", "required": true, @@ -929,7 +929,7 @@ } } }, - "revision": "20230508", + "revision": "20230524", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "Binding": { @@ -1239,7 +1239,7 @@ "type": "string" }, "name": { - "description": "The name of the package, for example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1\". If the package ID part contains slashes, the slashes are escaped.", + "description": "The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped.", "type": "string" }, "updateTime": { diff --git a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json index b8465bd4cfa..9875f63229e 100644 --- a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json @@ -870,7 +870,7 @@ "type": "string" }, "parent": { - "description": "The name of the parent resource whose tags will be listed.", + "description": "The name of the parent package whose tags will be listed. Example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+$", "required": true, @@ -1135,7 +1135,7 @@ } } }, - "revision": "20230508", + "revision": "20230524", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "AptArtifact": { @@ -1666,7 +1666,7 @@ "type": "string" }, "name": { - "description": "The name of the package, for example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1\". If the package ID part contains slashes, the slashes are escaped.", + "description": "The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped.", "type": "string" }, "updateTime": { diff --git a/googleapiclient/discovery_cache/documents/authorizedbuyersmarketplace.v1.json b/googleapiclient/discovery_cache/documents/authorizedbuyersmarketplace.v1.json index 377bb66d24e..d70cae4d11c 100644 --- a/googleapiclient/discovery_cache/documents/authorizedbuyersmarketplace.v1.json +++ b/googleapiclient/discovery_cache/documents/authorizedbuyersmarketplace.v1.json @@ -1307,7 +1307,7 @@ } } }, - "revision": "20230524", + "revision": "20230525", "rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/", "schemas": { "AcceptProposalRequest": { diff --git a/googleapiclient/discovery_cache/documents/batch.v1.json b/googleapiclient/discovery_cache/documents/batch.v1.json index 10d2a25be6e..9b1e2c5a100 100644 --- a/googleapiclient/discovery_cache/documents/batch.v1.json +++ b/googleapiclient/discovery_cache/documents/batch.v1.json @@ -556,7 +556,7 @@ } } }, - "revision": "20230509", + "revision": "20230518", "rootUrl": "https://batch.googleapis.com/", "schemas": { "Accelerator": { @@ -1017,7 +1017,7 @@ "type": "string" }, "minCpuPlatform": { - "description": "The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. Not yet implemented.", + "description": "The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.", "type": "string" }, "provisioningModel": { diff --git a/googleapiclient/discovery_cache/documents/beyondcorp.v1.json b/googleapiclient/discovery_cache/documents/beyondcorp.v1.json index edd122d7df4..34ae4f15e5d 100644 --- a/googleapiclient/discovery_cache/documents/beyondcorp.v1.json +++ b/googleapiclient/discovery_cache/documents/beyondcorp.v1.json @@ -105,202 +105,6 @@ }, "protocol": "rest", "resources": { - "organizations": { - "resources": { - "locations": { - "resources": { - "global": { - "resources": { - "partnerTenants": { - "methods": { - "getIamPolicy": { - "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", - "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}:getIamPolicy", - "httpMethod": "GET", - "id": "beyondcorp.organizations.locations.global.partnerTenants.getIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "options.requestedPolicyVersion": { - "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", - "format": "int32", - "location": "query", - "type": "integer" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:getIamPolicy", - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", - "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}:setIamPolicy", - "httpMethod": "POST", - "id": "beyondcorp.organizations.locations.global.partnerTenants.setIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:setIamPolicy", - "request": { - "$ref": "GoogleIamV1SetIamPolicyRequest" - }, - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "testIamPermissions": { - "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", - "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}:testIamPermissions", - "httpMethod": "POST", - "id": "beyondcorp.organizations.locations.global.partnerTenants.testIamPermissions", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:testIamPermissions", - "request": { - "$ref": "GoogleIamV1TestIamPermissionsRequest" - }, - "response": { - "$ref": "GoogleIamV1TestIamPermissionsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, - "resources": { - "proxyConfigs": { - "methods": { - "getIamPolicy": { - "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", - "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:getIamPolicy", - "httpMethod": "GET", - "id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.getIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "options.requestedPolicyVersion": { - "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", - "format": "int32", - "location": "query", - "type": "integer" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:getIamPolicy", - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", - "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:setIamPolicy", - "httpMethod": "POST", - "id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.setIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:setIamPolicy", - "request": { - "$ref": "GoogleIamV1SetIamPolicyRequest" - }, - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "testIamPermissions": { - "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", - "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:testIamPermissions", - "httpMethod": "POST", - "id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.testIamPermissions", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:testIamPermissions", - "request": { - "$ref": "GoogleIamV1TestIamPermissionsRequest" - }, - "response": { - "$ref": "GoogleIamV1TestIamPermissionsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - } - } - } - } - } - } - } - } - }, "projects": { "resources": { "locations": { @@ -1590,7 +1394,7 @@ } } }, - "revision": "20230509", + "revision": "20230517", "rootUrl": "https://beyondcorp.googleapis.com/", "schemas": { "AllocatedConnection": { diff --git a/googleapiclient/discovery_cache/documents/bigqueryreservation.v1.json b/googleapiclient/discovery_cache/documents/bigqueryreservation.v1.json index 3e4bdf366ca..2349f4bb74c 100644 --- a/googleapiclient/discovery_cache/documents/bigqueryreservation.v1.json +++ b/googleapiclient/discovery_cache/documents/bigqueryreservation.v1.json @@ -824,7 +824,7 @@ } } }, - "revision": "20230516", + "revision": "20230521", "rootUrl": "https://bigqueryreservation.googleapis.com/", "schemas": { "Assignment": { @@ -960,6 +960,11 @@ "description": "Output only. For FAILED commitment plan, provides the reason of failure.", "readOnly": true }, + "isFlatRate": { + "description": "Output only. If true, the commitment is a flat-rate commitment, otherwise, it's an edition commitment.", + "readOnly": true, + "type": "boolean" + }, "multiRegionAuxiliary": { "description": "Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field.", "type": "boolean" diff --git a/googleapiclient/discovery_cache/documents/blogger.v2.json b/googleapiclient/discovery_cache/documents/blogger.v2.json index 01b8e491a86..7d55cc886d8 100644 --- a/googleapiclient/discovery_cache/documents/blogger.v2.json +++ b/googleapiclient/discovery_cache/documents/blogger.v2.json @@ -401,7 +401,7 @@ } } }, - "revision": "20230521", + "revision": "20230529", "rootUrl": "https://blogger.googleapis.com/", "schemas": { "Blog": { diff --git a/googleapiclient/discovery_cache/documents/blogger.v3.json b/googleapiclient/discovery_cache/documents/blogger.v3.json index 67214efdb4a..3ba090eea0d 100644 --- a/googleapiclient/discovery_cache/documents/blogger.v3.json +++ b/googleapiclient/discovery_cache/documents/blogger.v3.json @@ -1710,7 +1710,7 @@ } } }, - "revision": "20230521", + "revision": "20230529", "rootUrl": "https://blogger.googleapis.com/", "schemas": { "Blog": { diff --git a/googleapiclient/discovery_cache/documents/businessprofileperformance.v1.json b/googleapiclient/discovery_cache/documents/businessprofileperformance.v1.json index d86812d8f73..0d2bea70093 100644 --- a/googleapiclient/discovery_cache/documents/businessprofileperformance.v1.json +++ b/googleapiclient/discovery_cache/documents/businessprofileperformance.v1.json @@ -417,7 +417,7 @@ } } }, - "revision": "20230524", + "revision": "20230529", "rootUrl": "https://businessprofileperformance.googleapis.com/", "schemas": { "DailyMetricTimeSeries": { diff --git a/googleapiclient/discovery_cache/documents/calendar.v3.json b/googleapiclient/discovery_cache/documents/calendar.v3.json index d2c7fc95482..1dc2cab6423 100644 --- a/googleapiclient/discovery_cache/documents/calendar.v3.json +++ b/googleapiclient/discovery_cache/documents/calendar.v3.json @@ -1735,7 +1735,7 @@ } } }, - "revision": "20230406", + "revision": "20230519", "rootUrl": "https://www.googleapis.com/", "schemas": { "Acl": { diff --git a/googleapiclient/discovery_cache/documents/certificatemanager.v1.json b/googleapiclient/discovery_cache/documents/certificatemanager.v1.json index f976b6f200d..dbb8fd84e85 100644 --- a/googleapiclient/discovery_cache/documents/certificatemanager.v1.json +++ b/googleapiclient/discovery_cache/documents/certificatemanager.v1.json @@ -1280,7 +1280,7 @@ } } }, - "revision": "20230512", + "revision": "20230517", "rootUrl": "https://certificatemanager.googleapis.com/", "schemas": { "AuthorizationAttemptInfo": { diff --git a/googleapiclient/discovery_cache/documents/chromemanagement.v1.json b/googleapiclient/discovery_cache/documents/chromemanagement.v1.json index 3841dc3b73d..e0b488bac7a 100644 --- a/googleapiclient/discovery_cache/documents/chromemanagement.v1.json +++ b/googleapiclient/discovery_cache/documents/chromemanagement.v1.json @@ -794,7 +794,7 @@ } } }, - "revision": "20230523", + "revision": "20230525", "rootUrl": "https://chromemanagement.googleapis.com/", "schemas": { "GoogleChromeManagementV1AndroidAppInfo": { diff --git a/googleapiclient/discovery_cache/documents/chromepolicy.v1.json b/googleapiclient/discovery_cache/documents/chromepolicy.v1.json index bcc7e4a784a..49849a7ca6c 100644 --- a/googleapiclient/discovery_cache/documents/chromepolicy.v1.json +++ b/googleapiclient/discovery_cache/documents/chromepolicy.v1.json @@ -557,7 +557,7 @@ } } }, - "revision": "20230522", + "revision": "20230525", "rootUrl": "https://chromepolicy.googleapis.com/", "schemas": { "ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": { diff --git a/googleapiclient/discovery_cache/documents/chromeuxreport.v1.json b/googleapiclient/discovery_cache/documents/chromeuxreport.v1.json index f8b6d74e820..29ec4fa1f54 100644 --- a/googleapiclient/discovery_cache/documents/chromeuxreport.v1.json +++ b/googleapiclient/discovery_cache/documents/chromeuxreport.v1.json @@ -131,7 +131,7 @@ } } }, - "revision": "20230523", + "revision": "20230525", "rootUrl": "https://chromeuxreport.googleapis.com/", "schemas": { "Bin": { diff --git a/googleapiclient/discovery_cache/documents/classroom.v1.json b/googleapiclient/discovery_cache/documents/classroom.v1.json index 9830803f073..8cbbcab2246 100644 --- a/googleapiclient/discovery_cache/documents/classroom.v1.json +++ b/googleapiclient/discovery_cache/documents/classroom.v1.json @@ -2400,7 +2400,7 @@ } } }, - "revision": "20230521", + "revision": "20230522", "rootUrl": "https://classroom.googleapis.com/", "schemas": { "Announcement": { @@ -2554,7 +2554,7 @@ "type": "string" }, "calendarId": { - "description": "The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. Read-only.", + "description": "The Calendar ID for a calendar that all course members can see, to which Classroom adds events for course work and announcements in the course. The Calendar for a course is created asynchronously when the `course is set to the `CourseState.ACTIVE` for the first time (i.e. at creation time or when it is updated to `ACTIVE` through the UI or the API). The Calendar ID will not be populated until this processing is completed. Read-only.", "type": "string" }, "courseGroupEmail": { diff --git a/googleapiclient/discovery_cache/documents/cloudchannel.v1.json b/googleapiclient/discovery_cache/documents/cloudchannel.v1.json index 89257ea04a3..faf3e697bd6 100644 --- a/googleapiclient/discovery_cache/documents/cloudchannel.v1.json +++ b/googleapiclient/discovery_cache/documents/cloudchannel.v1.json @@ -2096,7 +2096,7 @@ } } }, - "revision": "20230523", + "revision": "20230524", "rootUrl": "https://cloudchannel.googleapis.com/", "schemas": { "GoogleCloudChannelV1ActivateEntitlementRequest": { diff --git a/googleapiclient/discovery_cache/documents/clouddebugger.v2.json b/googleapiclient/discovery_cache/documents/clouddebugger.v2.json index 606d7067f2c..5168910d663 100644 --- a/googleapiclient/discovery_cache/documents/clouddebugger.v2.json +++ b/googleapiclient/discovery_cache/documents/clouddebugger.v2.json @@ -448,7 +448,7 @@ } } }, - "revision": "20230515", + "revision": "20230519", "rootUrl": "https://clouddebugger.googleapis.com/", "schemas": { "AliasContext": { diff --git a/googleapiclient/discovery_cache/documents/clouddeploy.v1.json b/googleapiclient/discovery_cache/documents/clouddeploy.v1.json index 8e7579eac40..f8b4549ce60 100644 --- a/googleapiclient/discovery_cache/documents/clouddeploy.v1.json +++ b/googleapiclient/discovery_cache/documents/clouddeploy.v1.json @@ -1451,7 +1451,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://clouddeploy.googleapis.com/", "schemas": { "AbandonReleaseRequest": { diff --git a/googleapiclient/discovery_cache/documents/clouderrorreporting.v1beta1.json b/googleapiclient/discovery_cache/documents/clouderrorreporting.v1beta1.json index af120dba1d7..fda50919b63 100644 --- a/googleapiclient/discovery_cache/documents/clouderrorreporting.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/clouderrorreporting.v1beta1.json @@ -430,7 +430,7 @@ } } }, - "revision": "20230517", + "revision": "20230525", "rootUrl": "https://clouderrorreporting.googleapis.com/", "schemas": { "DeleteEventsResponse": { diff --git a/googleapiclient/discovery_cache/documents/cloudidentity.v1.json b/googleapiclient/discovery_cache/documents/cloudidentity.v1.json index 40c5b43c499..ac863b6db0a 100644 --- a/googleapiclient/discovery_cache/documents/cloudidentity.v1.json +++ b/googleapiclient/discovery_cache/documents/cloudidentity.v1.json @@ -1985,7 +1985,7 @@ } } }, - "revision": "20230516", + "revision": "20230523", "rootUrl": "https://cloudidentity.googleapis.com/", "schemas": { "AddIdpCredentialOperationMetadata": { diff --git a/googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json b/googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json index 82d0d01b181..81dc1391f6a 100644 --- a/googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json @@ -2010,7 +2010,7 @@ } } }, - "revision": "20230516", + "revision": "20230523", "rootUrl": "https://cloudidentity.googleapis.com/", "schemas": { "AddIdpCredentialOperationMetadata": { @@ -2034,10 +2034,18 @@ "description": "Resource representing the Android specific attributes of a Device.", "id": "AndroidAttributes", "properties": { + "ctsProfileMatch": { + "description": "Whether the device passes Android CTS compliance.", + "type": "boolean" + }, "enabledUnknownSources": { "description": "Whether applications from unknown sources can be installed on device.", "type": "boolean" }, + "hasPotentiallyHarmfulApps": { + "description": "Whether any potentially harmful apps were detected on the device.", + "type": "boolean" + }, "ownerProfileAccount": { "description": "Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.", "type": "boolean" @@ -2061,6 +2069,14 @@ "supportsWorkProfile": { "description": "Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the \"Enforce Work Profile\" policy.", "type": "boolean" + }, + "verifiedBoot": { + "description": "Whether Android verified boot status is GREEN.", + "type": "boolean" + }, + "verifyAppsEnabled": { + "description": "Whether Google Play Protect Verify Apps is enabled.", + "type": "boolean" } }, "type": "object" diff --git a/googleapiclient/discovery_cache/documents/cloudresourcemanager.v2beta1.json b/googleapiclient/discovery_cache/documents/cloudresourcemanager.v2beta1.json index 88f59d84777..6b2baa2614e 100644 --- a/googleapiclient/discovery_cache/documents/cloudresourcemanager.v2beta1.json +++ b/googleapiclient/discovery_cache/documents/cloudresourcemanager.v2beta1.json @@ -450,7 +450,7 @@ } } }, - "revision": "20230521", + "revision": "20230528", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/googleapiclient/discovery_cache/documents/cloudscheduler.v1.json b/googleapiclient/discovery_cache/documents/cloudscheduler.v1.json index e8deab59c3d..21cb3f14546 100644 --- a/googleapiclient/discovery_cache/documents/cloudscheduler.v1.json +++ b/googleapiclient/discovery_cache/documents/cloudscheduler.v1.json @@ -418,7 +418,7 @@ } } }, - "revision": "20230512", + "revision": "20230519", "rootUrl": "https://cloudscheduler.googleapis.com/", "schemas": { "AppEngineHttpTarget": { diff --git a/googleapiclient/discovery_cache/documents/cloudscheduler.v1beta1.json b/googleapiclient/discovery_cache/documents/cloudscheduler.v1beta1.json index 6a9aa10a0c5..53ca113ec16 100644 --- a/googleapiclient/discovery_cache/documents/cloudscheduler.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/cloudscheduler.v1beta1.json @@ -433,7 +433,7 @@ } } }, - "revision": "20230512", + "revision": "20230519", "rootUrl": "https://cloudscheduler.googleapis.com/", "schemas": { "AppEngineHttpTarget": { diff --git a/googleapiclient/discovery_cache/documents/cloudtasks.v2.json b/googleapiclient/discovery_cache/documents/cloudtasks.v2.json index 3f3b12371b5..6809a5c1df1 100644 --- a/googleapiclient/discovery_cache/documents/cloudtasks.v2.json +++ b/googleapiclient/discovery_cache/documents/cloudtasks.v2.json @@ -685,7 +685,7 @@ } } }, - "revision": "20230505", + "revision": "20230518", "rootUrl": "https://cloudtasks.googleapis.com/", "schemas": { "AppEngineHttpRequest": { diff --git a/googleapiclient/discovery_cache/documents/cloudtasks.v2beta2.json b/googleapiclient/discovery_cache/documents/cloudtasks.v2beta2.json index f7889cc555b..71840911ee1 100644 --- a/googleapiclient/discovery_cache/documents/cloudtasks.v2beta2.json +++ b/googleapiclient/discovery_cache/documents/cloudtasks.v2beta2.json @@ -876,7 +876,7 @@ } } }, - "revision": "20230505", + "revision": "20230518", "rootUrl": "https://cloudtasks.googleapis.com/", "schemas": { "AcknowledgeTaskRequest": { diff --git a/googleapiclient/discovery_cache/documents/cloudtasks.v2beta3.json b/googleapiclient/discovery_cache/documents/cloudtasks.v2beta3.json index 9bc9355ce18..097f5ced8b2 100644 --- a/googleapiclient/discovery_cache/documents/cloudtasks.v2beta3.json +++ b/googleapiclient/discovery_cache/documents/cloudtasks.v2beta3.json @@ -732,7 +732,7 @@ } } }, - "revision": "20230505", + "revision": "20230518", "rootUrl": "https://cloudtasks.googleapis.com/", "schemas": { "AppEngineHttpQueue": { diff --git a/googleapiclient/discovery_cache/documents/connectors.v1.json b/googleapiclient/discovery_cache/documents/connectors.v1.json index f8dc1c0b936..7f42bc62b64 100644 --- a/googleapiclient/discovery_cache/documents/connectors.v1.json +++ b/googleapiclient/discovery_cache/documents/connectors.v1.json @@ -1444,7 +1444,7 @@ } } }, - "revision": "20230514", + "revision": "20230517", "rootUrl": "https://connectors.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/googleapiclient/discovery_cache/documents/connectors.v2.json b/googleapiclient/discovery_cache/documents/connectors.v2.json index 69362ebfe4a..c383ea515ce 100644 --- a/googleapiclient/discovery_cache/documents/connectors.v2.json +++ b/googleapiclient/discovery_cache/documents/connectors.v2.json @@ -478,7 +478,7 @@ } } }, - "revision": "20230514", + "revision": "20230517", "rootUrl": "https://connectors.googleapis.com/", "schemas": { "Action": { diff --git a/googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json b/googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json index 809efffdd0f..2db5b91ff0c 100644 --- a/googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json +++ b/googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json @@ -1384,7 +1384,7 @@ } } }, - "revision": "20230515", + "revision": "20230525", "rootUrl": "https://contactcenterinsights.googleapis.com/", "schemas": { "GoogleCloudContactcenterinsightsV1Analysis": { diff --git a/googleapiclient/discovery_cache/documents/container.v1.json b/googleapiclient/discovery_cache/documents/container.v1.json index e92715dadce..601c2f7e257 100644 --- a/googleapiclient/discovery_cache/documents/container.v1.json +++ b/googleapiclient/discovery_cache/documents/container.v1.json @@ -2489,7 +2489,7 @@ } } }, - "revision": "20230501", + "revision": "20230515", "rootUrl": "https://container.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -4649,6 +4649,38 @@ }, "type": "object" }, + "NodeAffinity": { + "description": "Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity).", + "id": "NodeAffinity", + "properties": { + "key": { + "description": "Key for NodeAffinity.", + "type": "string" + }, + "operator": { + "description": "Operator for NodeAffinity.", + "enum": [ + "OPERATOR_UNSPECIFIED", + "IN", + "NOT_IN" + ], + "enumDescriptions": [ + "Invalid or unspecified affinity operator.", + "Affinity operator.", + "Anti-affinity operator." + ], + "type": "string" + }, + "values": { + "description": "Values for NodeAffinity.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "NodeConfig": { "description": "Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults instead.", "id": "NodeConfig", @@ -4782,6 +4814,10 @@ "$ref": "ShieldedInstanceConfig", "description": "Shielded Instance options." }, + "soleTenantConfig": { + "$ref": "SoleTenantConfig", + "description": "Parameters for node pools to be backed by shared sole tenant node groups." + }, "spot": { "description": "Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.", "type": "boolean" @@ -6145,6 +6181,20 @@ }, "type": "object" }, + "SoleTenantConfig": { + "description": "SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool.", + "id": "SoleTenantConfig", + "properties": { + "nodeAffinities": { + "description": "NodeAffinities used to match to a shared sole tenant node group.", + "items": { + "$ref": "NodeAffinity" + }, + "type": "array" + } + }, + "type": "object" + }, "StandardRolloutPolicy": { "description": "Standard rollout policy is the default policy for blue-green.", "id": "StandardRolloutPolicy", diff --git a/googleapiclient/discovery_cache/documents/customsearch.v1.json b/googleapiclient/discovery_cache/documents/customsearch.v1.json index c0a0128f13a..a8e1c549455 100644 --- a/googleapiclient/discovery_cache/documents/customsearch.v1.json +++ b/googleapiclient/discovery_cache/documents/customsearch.v1.json @@ -674,7 +674,7 @@ } } }, - "revision": "20230522", + "revision": "20230528", "rootUrl": "https://customsearch.googleapis.com/", "schemas": { "Promotion": { diff --git a/googleapiclient/discovery_cache/documents/dataflow.v1b3.json b/googleapiclient/discovery_cache/documents/dataflow.v1b3.json index 88b9754311e..7e438424834 100644 --- a/googleapiclient/discovery_cache/documents/dataflow.v1b3.json +++ b/googleapiclient/discovery_cache/documents/dataflow.v1b3.json @@ -241,6 +241,7 @@ "type": "string" }, "view": { + "deprecated": true, "description": "Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.", "enum": [ "JOB_VIEW_UNKNOWN", @@ -481,6 +482,7 @@ "type": "string" }, "view": { + "deprecated": true, "description": "Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.", "enum": [ "JOB_VIEW_UNKNOWN", @@ -1197,6 +1199,7 @@ "type": "string" }, "view": { + "deprecated": true, "description": "Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.", "enum": [ "JOB_VIEW_UNKNOWN", @@ -2211,7 +2214,7 @@ } } }, - "revision": "20230514", + "revision": "20230524", "rootUrl": "https://dataflow.googleapis.com/", "schemas": { "ApproximateProgress": { diff --git a/googleapiclient/discovery_cache/documents/datalineage.v1.json b/googleapiclient/discovery_cache/documents/datalineage.v1.json index 3c74879d5f7..f3d26fa9e91 100644 --- a/googleapiclient/discovery_cache/documents/datalineage.v1.json +++ b/googleapiclient/discovery_cache/documents/datalineage.v1.json @@ -761,7 +761,7 @@ } } }, - "revision": "20230407", + "revision": "20230519", "rootUrl": "https://datalineage.googleapis.com/", "schemas": { "GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest": { @@ -810,7 +810,7 @@ "id": "GoogleCloudDatacatalogLineageV1EntityReference", "properties": { "fullyQualifiedName": { - "description": "Required. [Fully Qualified Name (FQN)](https://cloud.google.com//data-catalog/docs/fully-qualified-names) of the entity.", + "description": "Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity.", "type": "string" } }, @@ -963,11 +963,13 @@ "description": "Output only. The type of the operation being performed.", "enum": [ "TYPE_UNSPECIFIED", - "DELETE" + "DELETE", + "CREATE" ], "enumDescriptions": [ "Unused.", - "The resource deletion operation." + "The resource deletion operation.", + "The resource creation operation." ], "readOnly": true, "type": "string" diff --git a/googleapiclient/discovery_cache/documents/datastore.v1.json b/googleapiclient/discovery_cache/documents/datastore.v1.json index dd65787cf3e..4d259d4bf38 100644 --- a/googleapiclient/discovery_cache/documents/datastore.v1.json +++ b/googleapiclient/discovery_cache/documents/datastore.v1.json @@ -654,7 +654,7 @@ } } }, - "revision": "20230508", + "revision": "20230523", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "Aggregation": { diff --git a/googleapiclient/discovery_cache/documents/datastore.v1beta1.json b/googleapiclient/discovery_cache/documents/datastore.v1beta1.json index 44b2882e106..6b7aa10c00a 100644 --- a/googleapiclient/discovery_cache/documents/datastore.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/datastore.v1beta1.json @@ -168,7 +168,7 @@ } } }, - "revision": "20230508", + "revision": "20230523", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "GoogleDatastoreAdminV1CommonMetadata": { diff --git a/googleapiclient/discovery_cache/documents/datastore.v1beta3.json b/googleapiclient/discovery_cache/documents/datastore.v1beta3.json index 8845e287409..88649da7947 100644 --- a/googleapiclient/discovery_cache/documents/datastore.v1beta3.json +++ b/googleapiclient/discovery_cache/documents/datastore.v1beta3.json @@ -336,7 +336,7 @@ } } }, - "revision": "20230508", + "revision": "20230523", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "Aggregation": { diff --git a/googleapiclient/discovery_cache/documents/datastream.v1.json b/googleapiclient/discovery_cache/documents/datastream.v1.json index 1360480a5ba..cbeb044bd18 100644 --- a/googleapiclient/discovery_cache/documents/datastream.v1.json +++ b/googleapiclient/discovery_cache/documents/datastream.v1.json @@ -1024,6 +1024,17 @@ "name" ], "parameters": { + "cdcStrategy.specificStartPosition.mysqlLogPosition.logFile": { + "description": "The binary log file name.", + "location": "query", + "type": "string" + }, + "cdcStrategy.specificStartPosition.mysqlLogPosition.logPosition": { + "description": "The position within the binary log file. Default is head of file.", + "format": "int32", + "location": "query", + "type": "integer" + }, "force": { "description": "Optional. Update the stream without validating it.", "location": "query", @@ -1222,7 +1233,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://datastream.googleapis.com/", "schemas": { "AvroFileFormat": { diff --git a/googleapiclient/discovery_cache/documents/datastream.v1alpha1.json b/googleapiclient/discovery_cache/documents/datastream.v1alpha1.json index 419be204961..e4f8b30b129 100644 --- a/googleapiclient/discovery_cache/documents/datastream.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/datastream.v1alpha1.json @@ -215,6 +215,7 @@ }, "resources": { "connectionProfiles": { + "deprecated": true, "methods": { "create": { "deprecated": true, @@ -711,6 +712,7 @@ }, "resources": { "routes": { + "deprecated": true, "methods": { "create": { "deprecated": true, @@ -1096,6 +1098,7 @@ }, "resources": { "objects": { + "deprecated": true, "methods": { "get": { "deprecated": true, @@ -1221,7 +1224,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://datastream.googleapis.com/", "schemas": { "AvroFileFormat": { diff --git a/googleapiclient/discovery_cache/documents/deploymentmanager.v2.json b/googleapiclient/discovery_cache/documents/deploymentmanager.v2.json index 7bd1b3aca2d..e225050e649 100644 --- a/googleapiclient/discovery_cache/documents/deploymentmanager.v2.json +++ b/googleapiclient/discovery_cache/documents/deploymentmanager.v2.json @@ -988,7 +988,7 @@ } } }, - "revision": "20230515", + "revision": "20230518", "rootUrl": "https://deploymentmanager.googleapis.com/", "schemas": { "AuditConfig": { @@ -1511,7 +1511,8 @@ "PARTIAL_SUCCESS", "LARGE_DEPLOYMENT_WARNING", "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", - "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB" + "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", + "LIST_OVERHEAD_QUOTA_EXCEED" ], "enumDescriptions": [ "A link to a deprecated resource was created.", @@ -1540,7 +1541,8 @@ "Success is reported, but some results may be missing due to errors", "When deploying a deployment with a exceedingly large number of resources", "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2." + "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter." ], "type": "string" }, @@ -1706,7 +1708,8 @@ "PARTIAL_SUCCESS", "LARGE_DEPLOYMENT_WARNING", "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", - "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB" + "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", + "LIST_OVERHEAD_QUOTA_EXCEED" ], "enumDescriptions": [ "A link to a deprecated resource was created.", @@ -1735,7 +1738,8 @@ "Success is reported, but some results may be missing due to errors", "When deploying a deployment with a exceedingly large number of resources", "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2." + "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter." ], "type": "string" }, @@ -1896,7 +1900,8 @@ "PARTIAL_SUCCESS", "LARGE_DEPLOYMENT_WARNING", "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", - "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB" + "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", + "LIST_OVERHEAD_QUOTA_EXCEED" ], "enumDescriptions": [ "A link to a deprecated resource was created.", @@ -1925,7 +1930,8 @@ "Success is reported, but some results may be missing due to errors", "When deploying a deployment with a exceedingly large number of resources", "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2." + "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter." ], "type": "string" }, diff --git a/googleapiclient/discovery_cache/documents/dfareporting.v3.5.json b/googleapiclient/discovery_cache/documents/dfareporting.v3.5.json index 883405e6ee2..d35da48ed46 100644 --- a/googleapiclient/discovery_cache/documents/dfareporting.v3.5.json +++ b/googleapiclient/discovery_cache/documents/dfareporting.v3.5.json @@ -9659,7 +9659,7 @@ } } }, - "revision": "20230425", + "revision": "20230523", "rootUrl": "https://dfareporting.googleapis.com/", "schemas": { "Account": { diff --git a/googleapiclient/discovery_cache/documents/dfareporting.v4.json b/googleapiclient/discovery_cache/documents/dfareporting.v4.json index c51a7cde24b..e16b8f7e72f 100644 --- a/googleapiclient/discovery_cache/documents/dfareporting.v4.json +++ b/googleapiclient/discovery_cache/documents/dfareporting.v4.json @@ -10032,7 +10032,7 @@ } } }, - "revision": "20230425", + "revision": "20230523", "rootUrl": "https://dfareporting.googleapis.com/", "schemas": { "Account": { diff --git a/googleapiclient/discovery_cache/documents/dialogflow.v2.json b/googleapiclient/discovery_cache/documents/dialogflow.v2.json index 29c6964ebac..4999c72f365 100644 --- a/googleapiclient/discovery_cache/documents/dialogflow.v2.json +++ b/googleapiclient/discovery_cache/documents/dialogflow.v2.json @@ -8209,7 +8209,7 @@ } } }, - "revision": "20230516", + "revision": "20230525", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AudioInput": { @@ -9660,7 +9660,7 @@ "id": "GoogleCloudDialogflowCxV3TestRunDifference", "properties": { "description": { - "description": "A description of the diff, showing the actual output vs expected output.", + "description": "A human readable description of the diff, showing the actual output vs expected output.", "type": "string" }, "type": { @@ -11586,7 +11586,7 @@ "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", "properties": { "description": { - "description": "A description of the diff, showing the actual output vs expected output.", + "description": "A human readable description of the diff, showing the actual output vs expected output.", "type": "string" }, "type": { diff --git a/googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json b/googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json index fade3c2769b..0c48b09605e 100644 --- a/googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json +++ b/googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json @@ -7577,7 +7577,7 @@ } } }, - "revision": "20230516", + "revision": "20230525", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AudioInput": { @@ -9028,7 +9028,7 @@ "id": "GoogleCloudDialogflowCxV3TestRunDifference", "properties": { "description": { - "description": "A description of the diff, showing the actual output vs expected output.", + "description": "A human readable description of the diff, showing the actual output vs expected output.", "type": "string" }, "type": { @@ -10954,7 +10954,7 @@ "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", "properties": { "description": { - "description": "A description of the diff, showing the actual output vs expected output.", + "description": "A human readable description of the diff, showing the actual output vs expected output.", "type": "string" }, "type": { diff --git a/googleapiclient/discovery_cache/documents/dialogflow.v3.json b/googleapiclient/discovery_cache/documents/dialogflow.v3.json index 512f968dc3a..e92a735f0cf 100644 --- a/googleapiclient/discovery_cache/documents/dialogflow.v3.json +++ b/googleapiclient/discovery_cache/documents/dialogflow.v3.json @@ -3820,7 +3820,7 @@ } } }, - "revision": "20230516", + "revision": "20230525", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AdvancedSettings": { @@ -7279,7 +7279,7 @@ "id": "GoogleCloudDialogflowCxV3TestRunDifference", "properties": { "description": { - "description": "A description of the diff, showing the actual output vs expected output.", + "description": "A human readable description of the diff, showing the actual output vs expected output.", "type": "string" }, "type": { @@ -9593,7 +9593,7 @@ "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", "properties": { "description": { - "description": "A description of the diff, showing the actual output vs expected output.", + "description": "A human readable description of the diff, showing the actual output vs expected output.", "type": "string" }, "type": { diff --git a/googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json b/googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json index 8ee9cce4886..1546db0f957 100644 --- a/googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json +++ b/googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json @@ -3820,7 +3820,7 @@ } } }, - "revision": "20230516", + "revision": "20230525", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AudioInput": { @@ -5271,7 +5271,7 @@ "id": "GoogleCloudDialogflowCxV3TestRunDifference", "properties": { "description": { - "description": "A description of the diff, showing the actual output vs expected output.", + "description": "A human readable description of the diff, showing the actual output vs expected output.", "type": "string" }, "type": { @@ -9205,7 +9205,7 @@ "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", "properties": { "description": { - "description": "A description of the diff, showing the actual output vs expected output.", + "description": "A human readable description of the diff, showing the actual output vs expected output.", "type": "string" }, "type": { diff --git a/googleapiclient/discovery_cache/documents/digitalassetlinks.v1.json b/googleapiclient/discovery_cache/documents/digitalassetlinks.v1.json index 5ea77d0f527..15fd7fb0356 100644 --- a/googleapiclient/discovery_cache/documents/digitalassetlinks.v1.json +++ b/googleapiclient/discovery_cache/documents/digitalassetlinks.v1.json @@ -199,7 +199,7 @@ } } }, - "revision": "20230520", + "revision": "20230527", "rootUrl": "https://digitalassetlinks.googleapis.com/", "schemas": { "AndroidAppAsset": { diff --git a/googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json b/googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json index ecdfc8b1764..968abde8983 100644 --- a/googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json @@ -1610,7 +1610,7 @@ } } }, - "revision": "20230518", + "revision": "20230525", "rootUrl": "https://discoveryengine.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -1759,6 +1759,200 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1ImportDocumentsMetadata": { + "description": "Metadata related to the progress of the ImportDocuments operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1ImportDocumentsMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "failureCount": { + "description": "Count of entries that encountered errors while processing.", + "format": "int64", + "type": "string" + }, + "successCount": { + "description": "Count of entries that were processed successfully.", + "format": "int64", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1ImportDocumentsResponse": { + "description": "Response of the ImportDocumentsRequest. If the long running operation is done, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.", + "id": "GoogleCloudDiscoveryengineV1ImportDocumentsResponse", + "properties": { + "errorConfig": { + "$ref": "GoogleCloudDiscoveryengineV1ImportErrorConfig", + "description": "Echoes the destination for the complete errors in the request if set." + }, + "errorSamples": { + "description": "A sample of errors encountered while processing the request.", + "items": { + "$ref": "GoogleRpcStatus" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1ImportErrorConfig": { + "description": "Configuration of destination for Import related errors.", + "id": "GoogleCloudDiscoveryengineV1ImportErrorConfig", + "properties": { + "gcsPrefix": { + "description": "Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors will be written to sharded files in this directory, one per line, as a JSON-encoded `google.rpc.Status` message.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1ImportUserEventsMetadata": { + "description": "Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1ImportUserEventsMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "failureCount": { + "description": "Count of entries that encountered errors while processing.", + "format": "int64", + "type": "string" + }, + "successCount": { + "description": "Count of entries that were processed successfully.", + "format": "int64", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1ImportUserEventsResponse": { + "description": "Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.", + "id": "GoogleCloudDiscoveryengineV1ImportUserEventsResponse", + "properties": { + "errorConfig": { + "$ref": "GoogleCloudDiscoveryengineV1ImportErrorConfig", + "description": "Echoes the destination for the complete errors if this field was set in the request." + }, + "errorSamples": { + "description": "A sample of errors encountered while processing the request.", + "items": { + "$ref": "GoogleRpcStatus" + }, + "type": "array" + }, + "joinedEventsCount": { + "description": "Count of user events imported with complete existing Documents.", + "format": "int64", + "type": "string" + }, + "unjoinedEventsCount": { + "description": "Count of user events imported, but with Document information not found in the existing Branch.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata": { + "description": "Metadata related to the progress of the PurgeDocuments operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "failureCount": { + "description": "Count of entries that encountered errors while processing.", + "format": "int64", + "type": "string" + }, + "successCount": { + "description": "Count of entries that were deleted successfully.", + "format": "int64", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1PurgeDocumentsResponse": { + "description": "Response message for DocumentService.PurgeDocuments method. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.", + "id": "GoogleCloudDiscoveryengineV1PurgeDocumentsResponse", + "properties": { + "purgeCount": { + "description": "The total count of documents purged as a result of the operation.", + "format": "int64", + "type": "string" + }, + "purgeSample": { + "description": "A sample of document names that will be deleted. Only populated if `force` is set to false. A max of 100 names will be returned and the names are chosen at random.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1Schema": { + "description": "Defines the structure and layout of a type of document data.", + "id": "GoogleCloudDiscoveryengineV1Schema", + "properties": { + "jsonSchema": { + "description": "The JSON representation of the schema.", + "type": "string" + }, + "name": { + "description": "Immutable. The full resource name of the schema, in the format of `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + }, + "structSchema": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "The structured representation of the schema.", + "type": "object" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse": { + "description": "Response message for SiteSearchEngineService.BatchCreateTargetSites method.", + "id": "GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse", + "properties": { + "targetSites": { + "description": "TargetSites created.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaTargetSite" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaBigQuerySource": { "description": "BigQuery source import data from.", "id": "GoogleCloudDiscoveryengineV1alphaBigQuerySource", @@ -1943,6 +2137,10 @@ "description": "Request message for Import methods.", "id": "GoogleCloudDiscoveryengineV1alphaImportDocumentsRequest", "properties": { + "autoGenerateIds": { + "description": "Whether to automatically generate IDs for the documents if absent. If set to `true`, Document.ids are automatically generated based on the hash of the payload, where IDs may not be consistent during multiple imports. In which case ReconciliationMode.FULL is highly recommended to avoid duplicate contents. If unset or set to `false`, Document.ids have to be specified using id_field, otherwises, documents without IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. Otherwise, an INVALID_ARGUMENT error is thrown.", + "type": "boolean" + }, "bigquerySource": { "$ref": "GoogleCloudDiscoveryengineV1alphaBigQuerySource", "description": "BigQuery input source." @@ -1955,6 +2153,10 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaGcsSource", "description": "Cloud Storage location for the input content." }, + "idField": { + "description": "The field in the Cloud Storage and BigQuery sources that indicates the unique IDs of the documents. For GcsSource it is the key of the JSON field. For instance, `my_id` for JSON `{\"my_id\": \"some_uuid\"}`. For BigQuerySource it is the column name of the BigQuery table where the unique ids are stored. The values of the JSON field or the BigQuery column will be used as the Document.ids. The JSON field or the BigQuery column must be of string type, and the values must be set as valid strings conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with 1-63 characters. Otherwise, documents without valid IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. And only set this field when auto_generate_ids is unset or set as `false`. Otherwise, an INVALID_ARGUMENT error is thrown. If it is unset, a default value `_id` is used when importing from the allowed data sources.", + "type": "string" + }, "inlineSource": { "$ref": "GoogleCloudDiscoveryengineV1alphaImportDocumentsRequestInlineSource", "description": "The Inline source for the input content for documents." @@ -2387,6 +2589,51 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaTargetSite": { + "description": "A target site for the SiteSearchEngine.", + "id": "GoogleCloudDiscoveryengineV1alphaTargetSite", + "properties": { + "exactMatch": { + "description": "Input only. If set to false, an uri_pattern will be generated to include all pages whose address contains the provided_uri_pattern. If set to true, an uri_pattern will be generated to try to be an exact match of the provided_uri_pattern or just the specific page if the provided_uri_pattern is a specific one. provided_uri_pattern will always be normalized to generate the uri pattern to be used by the search engine.", + "type": "boolean" + }, + "generatedUriPattern": { + "description": "Output only. This is system-generated based on the provided_uri_pattern.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Output only. The fully qualified resource name of the target site. `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}` The `target_site_id` is system-generated.", + "readOnly": true, + "type": "string" + }, + "providedUriPattern": { + "description": "Required. Input only. The user provided uri pattern from which the `generated_uri_pattern` is generated.", + "type": "string" + }, + "type": { + "description": "The type of the target site, e.g. whether the site is to be included or excluded.", + "enum": [ + "TYPE_UNSPECIFIED", + "INCLUDE", + "EXCLUDE" + ], + "enumDescriptions": [ + "This value is unused. In this case, server behavior defaults to Type.INCLUDE.", + "Include the target site.", + "Exclude the target site." + ], + "type": "string" + }, + "updateTime": { + "description": "Output only. The target site's last updated time.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaTransactionInfo": { "description": "A transaction represents the entire purchase transaction.", "id": "GoogleCloudDiscoveryengineV1alphaTransactionInfo", diff --git a/googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json b/googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json index 238d998f6af..6e3dd7da298 100644 --- a/googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +++ b/googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json @@ -1610,7 +1610,7 @@ } } }, - "revision": "20230518", + "revision": "20230525", "rootUrl": "https://discoveryengine.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -1759,6 +1759,200 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1ImportDocumentsMetadata": { + "description": "Metadata related to the progress of the ImportDocuments operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1ImportDocumentsMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "failureCount": { + "description": "Count of entries that encountered errors while processing.", + "format": "int64", + "type": "string" + }, + "successCount": { + "description": "Count of entries that were processed successfully.", + "format": "int64", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1ImportDocumentsResponse": { + "description": "Response of the ImportDocumentsRequest. If the long running operation is done, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.", + "id": "GoogleCloudDiscoveryengineV1ImportDocumentsResponse", + "properties": { + "errorConfig": { + "$ref": "GoogleCloudDiscoveryengineV1ImportErrorConfig", + "description": "Echoes the destination for the complete errors in the request if set." + }, + "errorSamples": { + "description": "A sample of errors encountered while processing the request.", + "items": { + "$ref": "GoogleRpcStatus" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1ImportErrorConfig": { + "description": "Configuration of destination for Import related errors.", + "id": "GoogleCloudDiscoveryengineV1ImportErrorConfig", + "properties": { + "gcsPrefix": { + "description": "Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors will be written to sharded files in this directory, one per line, as a JSON-encoded `google.rpc.Status` message.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1ImportUserEventsMetadata": { + "description": "Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1ImportUserEventsMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "failureCount": { + "description": "Count of entries that encountered errors while processing.", + "format": "int64", + "type": "string" + }, + "successCount": { + "description": "Count of entries that were processed successfully.", + "format": "int64", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1ImportUserEventsResponse": { + "description": "Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.", + "id": "GoogleCloudDiscoveryengineV1ImportUserEventsResponse", + "properties": { + "errorConfig": { + "$ref": "GoogleCloudDiscoveryengineV1ImportErrorConfig", + "description": "Echoes the destination for the complete errors if this field was set in the request." + }, + "errorSamples": { + "description": "A sample of errors encountered while processing the request.", + "items": { + "$ref": "GoogleRpcStatus" + }, + "type": "array" + }, + "joinedEventsCount": { + "description": "Count of user events imported with complete existing Documents.", + "format": "int64", + "type": "string" + }, + "unjoinedEventsCount": { + "description": "Count of user events imported, but with Document information not found in the existing Branch.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata": { + "description": "Metadata related to the progress of the PurgeDocuments operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "failureCount": { + "description": "Count of entries that encountered errors while processing.", + "format": "int64", + "type": "string" + }, + "successCount": { + "description": "Count of entries that were deleted successfully.", + "format": "int64", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1PurgeDocumentsResponse": { + "description": "Response message for DocumentService.PurgeDocuments method. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.", + "id": "GoogleCloudDiscoveryengineV1PurgeDocumentsResponse", + "properties": { + "purgeCount": { + "description": "The total count of documents purged as a result of the operation.", + "format": "int64", + "type": "string" + }, + "purgeSample": { + "description": "A sample of document names that will be deleted. Only populated if `force` is set to false. A max of 100 names will be returned and the names are chosen at random.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1Schema": { + "description": "Defines the structure and layout of a type of document data.", + "id": "GoogleCloudDiscoveryengineV1Schema", + "properties": { + "jsonSchema": { + "description": "The JSON representation of the schema.", + "type": "string" + }, + "name": { + "description": "Immutable. The full resource name of the schema, in the format of `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + }, + "structSchema": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "The structured representation of the schema.", + "type": "object" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse": { + "description": "Response message for SiteSearchEngineService.BatchCreateTargetSites method.", + "id": "GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse", + "properties": { + "targetSites": { + "description": "TargetSites created.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaTargetSite" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata": { "description": "Metadata related to the progress of the ImportDocuments operation. This will be returned by the google.longrunning.Operation.metadata field.", "id": "GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata", @@ -1939,6 +2133,51 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaTargetSite": { + "description": "A target site for the SiteSearchEngine.", + "id": "GoogleCloudDiscoveryengineV1alphaTargetSite", + "properties": { + "exactMatch": { + "description": "Input only. If set to false, an uri_pattern will be generated to include all pages whose address contains the provided_uri_pattern. If set to true, an uri_pattern will be generated to try to be an exact match of the provided_uri_pattern or just the specific page if the provided_uri_pattern is a specific one. provided_uri_pattern will always be normalized to generate the uri pattern to be used by the search engine.", + "type": "boolean" + }, + "generatedUriPattern": { + "description": "Output only. This is system-generated based on the provided_uri_pattern.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Output only. The fully qualified resource name of the target site. `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}` The `target_site_id` is system-generated.", + "readOnly": true, + "type": "string" + }, + "providedUriPattern": { + "description": "Required. Input only. The user provided uri pattern from which the `generated_uri_pattern` is generated.", + "type": "string" + }, + "type": { + "description": "The type of the target site, e.g. whether the site is to be included or excluded.", + "enum": [ + "TYPE_UNSPECIFIED", + "INCLUDE", + "EXCLUDE" + ], + "enumDescriptions": [ + "This value is unused. In this case, server behavior defaults to Type.INCLUDE.", + "Include the target site.", + "Exclude the target site." + ], + "type": "string" + }, + "updateTime": { + "description": "Output only. The target site's last updated time.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaBigQuerySource": { "description": "BigQuery source import data from.", "id": "GoogleCloudDiscoveryengineV1betaBigQuerySource", @@ -2123,6 +2362,10 @@ "description": "Request message for Import methods.", "id": "GoogleCloudDiscoveryengineV1betaImportDocumentsRequest", "properties": { + "autoGenerateIds": { + "description": "Whether to automatically generate IDs for the documents if absent. If set to `true`, Document.ids are automatically generated based on the hash of the payload, where IDs may not be consistent during multiple imports. In which case ReconciliationMode.FULL is highly recommended to avoid duplicate contents. If unset or set to `false`, Document.ids have to be specified using id_field, otherwises, documents without IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. Otherwise, an INVALID_ARGUMENT error is thrown.", + "type": "boolean" + }, "bigquerySource": { "$ref": "GoogleCloudDiscoveryengineV1betaBigQuerySource", "description": "BigQuery input source." @@ -2135,6 +2378,10 @@ "$ref": "GoogleCloudDiscoveryengineV1betaGcsSource", "description": "Cloud Storage location for the input content." }, + "idField": { + "description": "The field in the Cloud Storage and BigQuery sources that indicates the unique IDs of the documents. For GcsSource it is the key of the JSON field. For instance, `my_id` for JSON `{\"my_id\": \"some_uuid\"}`. For BigQuerySource it is the column name of the BigQuery table where the unique ids are stored. The values of the JSON field or the BigQuery column will be used as the Document.ids. The JSON field or the BigQuery column must be of string type, and the values must be set as valid strings conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with 1-63 characters. Otherwise, documents without valid IDs will fail to be imported. Only set this field when using GcsSource or BigQuerySource, and when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. And only set this field when auto_generate_ids is unset or set as `false`. Otherwise, an INVALID_ARGUMENT error is thrown. If it is unset, a default value `_id` is used when importing from the allowed data sources.", + "type": "string" + }, "inlineSource": { "$ref": "GoogleCloudDiscoveryengineV1betaImportDocumentsRequestInlineSource", "description": "The Inline source for the input content for documents." diff --git a/googleapiclient/discovery_cache/documents/dlp.v2.json b/googleapiclient/discovery_cache/documents/dlp.v2.json index ed8c1fb891a..c3a93116726 100644 --- a/googleapiclient/discovery_cache/documents/dlp.v2.json +++ b/googleapiclient/discovery_cache/documents/dlp.v2.json @@ -3412,7 +3412,7 @@ } } }, - "revision": "20230514", + "revision": "20230521", "rootUrl": "https://dlp.googleapis.com/", "schemas": { "GooglePrivacyDlpV2Action": { @@ -6804,6 +6804,10 @@ "format": "int32", "type": "integer" }, + "excludedFromAnalysis": { + "description": "Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).", + "type": "boolean" + }, "infoType": { "$ref": "GooglePrivacyDlpV2InfoType", "description": "The other infoType." @@ -6968,7 +6972,7 @@ "properties": { "status": { "$ref": "GoogleRpcStatus", - "description": "Profiling status code and optional message" + "description": "Profiling status code and optional message. status.code will be 0 (default value) for OK." }, "timestamp": { "description": "Time when the profile generation status was updated", @@ -8695,7 +8699,7 @@ } }, "servicePath": "", - "title": "Cloud Data Loss Prevention (DLP) API", + "title": "Cloud Data Loss Prevention (DLP)", "version": "v2", "version_module": true } \ No newline at end of file diff --git a/googleapiclient/discovery_cache/documents/dns.v1.json b/googleapiclient/discovery_cache/documents/dns.v1.json index 24690f84bbe..415e0e0356b 100644 --- a/googleapiclient/discovery_cache/documents/dns.v1.json +++ b/googleapiclient/discovery_cache/documents/dns.v1.json @@ -1824,7 +1824,7 @@ } } }, - "revision": "20230518", + "revision": "20230525", "rootUrl": "https://dns.googleapis.com/", "schemas": { "Change": { diff --git a/googleapiclient/discovery_cache/documents/dns.v1beta2.json b/googleapiclient/discovery_cache/documents/dns.v1beta2.json index 3c2ca682f67..c39d9533362 100644 --- a/googleapiclient/discovery_cache/documents/dns.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/dns.v1beta2.json @@ -1821,7 +1821,7 @@ } } }, - "revision": "20230518", + "revision": "20230525", "rootUrl": "https://dns.googleapis.com/", "schemas": { "Change": { diff --git a/googleapiclient/discovery_cache/documents/domainsrdap.v1.json b/googleapiclient/discovery_cache/documents/domainsrdap.v1.json index db92c7a17d3..3a4052fe47f 100644 --- a/googleapiclient/discovery_cache/documents/domainsrdap.v1.json +++ b/googleapiclient/discovery_cache/documents/domainsrdap.v1.json @@ -289,7 +289,7 @@ } } }, - "revision": "20230523", + "revision": "20230524", "rootUrl": "https://domainsrdap.googleapis.com/", "schemas": { "HttpBody": { diff --git a/googleapiclient/discovery_cache/documents/doubleclicksearch.v2.json b/googleapiclient/discovery_cache/documents/doubleclicksearch.v2.json index 8b3a09b5a7e..46372a61001 100644 --- a/googleapiclient/discovery_cache/documents/doubleclicksearch.v2.json +++ b/googleapiclient/discovery_cache/documents/doubleclicksearch.v2.json @@ -543,7 +543,7 @@ } } }, - "revision": "20230516", + "revision": "20230523", "rootUrl": "https://doubleclicksearch.googleapis.com/", "schemas": { "Availability": { diff --git a/googleapiclient/discovery_cache/documents/drive.v2.json b/googleapiclient/discovery_cache/documents/drive.v2.json index 082b017e07f..8991bd2556f 100644 --- a/googleapiclient/discovery_cache/documents/drive.v2.json +++ b/googleapiclient/discovery_cache/documents/drive.v2.json @@ -35,32 +35,59 @@ "basePath": "/drive/v2/", "baseUrl": "https://www.googleapis.com/drive/v2/", "batchPath": "batch/drive/v2", - "description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.", + "description": "The Google Drive API allows clients to access resources from Google Drive.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/drive/", - "etag": "\"VYc8DWo_6wRTElVugbtvWfkARsc/to8W0Xrp55yNHhg4FqPjePP3FcY\"", "icons": { - "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png", - "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png" + "x16": "http://www.google.com/images/icons/product/search-16.gif", + "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "id": "drive:v2", "kind": "discovery#restDescription", + "mtlsRootUrl": "https://www.mtls.googleapis.com/", "name": "drive", "ownerDomain": "google.com", "ownerName": "Google", "parameters": { + "$.xgafv": { + "description": "V1 error format.", + "enum": [ + "1", + "2" + ], + "enumDescriptions": [ + "v1 error format", + "v2 error format" + ], + "location": "query", + "type": "string" + }, + "access_token": { + "description": "OAuth access token.", + "location": "query", + "type": "string" + }, "alt": { "default": "json", - "description": "Data format for the response.", + "description": "Data format for response.", "enum": [ - "json" + "json", + "media", + "proto" ], "enumDescriptions": [ - "Responses with Content-Type of application/json" + "Responses with Content-Type of application/json", + "Media download with context-dependent Content-Type", + "Responses with Content-Type of application/x-protobuf" ], "location": "query", "type": "string" }, + "callback": { + "description": "JSONP", + "location": "query", + "type": "string" + }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "location": "query", @@ -83,12 +110,17 @@ "type": "boolean" }, "quotaUser": { - "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", + "location": "query", + "type": "string" + }, + "uploadType": { + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query", "type": "string" }, - "userIp": { - "description": "Deprecated. Please use quotaUser instead.", + "upload_protocol": { + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query", "type": "string" } @@ -99,12 +131,14 @@ "methods": { "get": { "description": "Gets the information about the current user along with Drive API settings", + "flatPath": "about", "httpMethod": "GET", "id": "drive.about.get", + "parameterOrder": [], "parameters": { "includeSubscribed": { "default": "true", - "description": "Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount.", + "description": "Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the `maxChangeIdCount`.", "location": "query", "type": "boolean" }, @@ -142,6 +176,7 @@ "methods": { "get": { "description": "Gets a specific app.", + "flatPath": "apps/{appId}", "httpMethod": "GET", "id": "drive.apps.get", "parameterOrder": [ @@ -171,18 +206,20 @@ }, "list": { "description": "Lists a user's installed apps.", + "flatPath": "apps", "httpMethod": "GET", "id": "drive.apps.list", + "parameterOrder": [], "parameters": { "appFilterExtensions": { "default": "", - "description": "A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If appFilterMimeTypes are provided as well, the result is a union of the two resulting app lists.", + "description": "A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If `appFilterMimeTypes` are provided as well, the result is a union of the two resulting app lists.", "location": "query", "type": "string" }, "appFilterMimeTypes": { "default": "", - "description": "A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If appFilterExtensions are provided as well, the result is a union of the two resulting app lists.", + "description": "A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If `appFilterExtensions` are provided as well, the result is a union of the two resulting app lists.", "location": "query", "type": "string" }, @@ -205,7 +242,8 @@ "changes": { "methods": { "get": { - "description": "Deprecated - Use changes.getStartPageToken and changes.list to retrieve recent changes.", + "description": "Deprecated: Use `changes.getStartPageToken` and `changes.list` to retrieve recent changes.", + "flatPath": "changes/{changeId}", "httpMethod": "GET", "id": "drive.changes.get", "parameterOrder": [ @@ -219,7 +257,7 @@ "type": "string" }, "driveId": { - "description": "The shared drive from which the change is returned.", + "description": "The shared drive from which the change will be returned.", "location": "query", "type": "string" }, @@ -231,12 +269,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -258,11 +298,13 @@ }, "getStartPageToken": { "description": "Gets the starting pageToken for listing future changes.", + "flatPath": "changes/startPageToken", "httpMethod": "GET", "id": "drive.changes.getStartPageToken", + "parameterOrder": [], "parameters": { "driveId": { - "description": "The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.", + "description": "The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.", "location": "query", "type": "string" }, @@ -274,12 +316,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -301,11 +345,13 @@ }, "list": { "description": "Lists the changes for a user or shared drive.", + "flatPath": "changes", "httpMethod": "GET", "id": "drive.changes.list", + "parameterOrder": [], "parameters": { "driveId": { - "description": "The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", + "description": "The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", "location": "query", "type": "string" }, @@ -328,24 +374,25 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "includeSubscribed": { "default": "true", - "description": "Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive are omitted from the result.", + "description": "Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.", "location": "query", "type": "boolean" }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -358,17 +405,18 @@ "type": "integer" }, "pageToken": { - "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.", + "description": "The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response or to the response from the getStartPageToken method.", "location": "query", "type": "string" }, "spaces": { - "description": "A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.", + "description": "A comma-separated list of spaces to query. Supported values are `drive`, `appDataFolder` and `photos`.", "location": "query", "type": "string" }, "startChangeId": { - "description": "Deprecated - use pageToken instead.", + "deprecated": true, + "description": "Deprecated: Use `pageToken` instead.", "format": "int64", "location": "query", "type": "string" @@ -381,12 +429,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -409,11 +459,13 @@ }, "watch": { "description": "Subscribe to changes for a user.", + "flatPath": "changes/watch", "httpMethod": "POST", "id": "drive.changes.watch", + "parameterOrder": [], "parameters": { "driveId": { - "description": "The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", + "description": "The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", "location": "query", "type": "string" }, @@ -436,24 +488,25 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "includeSubscribed": { "default": "true", - "description": "Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive are omitted from the result.", + "description": "Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.", "location": "query", "type": "boolean" }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -466,17 +519,18 @@ "type": "integer" }, "pageToken": { - "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.", + "description": "The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response or to the response from the getStartPageToken method.", "location": "query", "type": "string" }, "spaces": { - "description": "A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.", + "description": "A comma-separated list of spaces to query. Supported values are `drive`, `appDataFolder` and `photos`.", "location": "query", "type": "string" }, "startChangeId": { - "description": "Deprecated - use pageToken instead.", + "deprecated": true, + "description": "Deprecated: Use `pageToken` instead.", "format": "int64", "location": "query", "type": "string" @@ -489,12 +543,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -524,9 +580,12 @@ "channels": { "methods": { "stop": { - "description": "Stop watching resources through this channel", + "description": "Stops watching resources through this channel.", + "flatPath": "channels/stop", "httpMethod": "POST", "id": "drive.channels.stop", + "parameterOrder": [], + "parameters": {}, "path": "channels/stop", "request": { "$ref": "Channel", @@ -549,6 +608,7 @@ "methods": { "delete": { "description": "Removes a child from a folder.", + "flatPath": "files/{folderId}/children/{childId}", "httpMethod": "DELETE", "id": "drive.children.delete", "parameterOrder": [ @@ -564,7 +624,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is removed, the item is placed under its owner's root.", "location": "query", "type": "boolean" }, @@ -583,6 +644,7 @@ }, "get": { "description": "Gets a specific child reference.", + "flatPath": "files/{folderId}/children/{childId}", "httpMethod": "GET", "id": "drive.children.get", "parameterOrder": [ @@ -619,6 +681,7 @@ }, "insert": { "description": "Inserts a file into a folder.", + "flatPath": "files/{folderId}/children", "httpMethod": "POST", "id": "drive.children.insert", "parameterOrder": [ @@ -627,7 +690,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead.", "location": "query", "type": "boolean" }, @@ -645,7 +709,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -665,6 +730,7 @@ }, "list": { "description": "Lists a folder's children.", + "flatPath": "files/{folderId}/children", "httpMethod": "GET", "id": "drive.children.list", "parameterOrder": [ @@ -686,7 +752,7 @@ "type": "integer" }, "orderBy": { - "description": "A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', and 'title'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", + "description": "A comma-separated list of sort keys. Valid keys are `createdDate`, `folder`, `lastViewedByMeDate`, `modifiedByMeDate`, `modifiedDate`, `quotaBytesUsed`, `recency`, `sharedWithMeDate`, `starred`, and `title`. Each key sorts ascending by default, but may be reversed with the `desc` modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", "location": "query", "type": "string" }, @@ -721,6 +787,7 @@ "methods": { "delete": { "description": "Deletes a comment.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "DELETE", "id": "drive.comments.delete", "parameterOrder": [ @@ -749,6 +816,7 @@ }, "get": { "description": "Gets a comment by ID.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "GET", "id": "drive.comments.get", "parameterOrder": [ @@ -787,6 +855,7 @@ }, "insert": { "description": "Creates a new comment on the given file.", + "flatPath": "files/{fileId}/comments", "httpMethod": "POST", "id": "drive.comments.insert", "parameterOrder": [ @@ -814,6 +883,7 @@ }, "list": { "description": "Lists a file's comments.", + "flatPath": "files/{fileId}/comments", "httpMethod": "GET", "id": "drive.comments.list", "parameterOrder": [ @@ -864,6 +934,7 @@ }, "patch": { "description": "Updates an existing comment.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "PATCH", "id": "drive.comments.patch", "parameterOrder": [ @@ -898,6 +969,7 @@ }, "update": { "description": "Updates an existing comment.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "PUT", "id": "drive.comments.update", "parameterOrder": [ @@ -936,6 +1008,7 @@ "methods": { "delete": { "description": "Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.", + "flatPath": "drives/{driveId}", "httpMethod": "DELETE", "id": "drive.drives.delete", "parameterOrder": [ @@ -944,7 +1017,7 @@ "parameters": { "allowItemDeletion": { "default": "false", - "description": "Whether any items inside the shared drive should also be deleted. This option is only supported when useDomainAdminAccess is also set to true.", + "description": "Whether any items inside the shared drive should also be deleted. This option is only supported when `useDomainAdminAccess` is also set to `true`.", "location": "query", "type": "boolean" }, @@ -968,6 +1041,7 @@ }, "get": { "description": "Gets a shared drive's metadata by ID.", + "flatPath": "drives/{driveId}", "httpMethod": "GET", "id": "drive.drives.get", "parameterOrder": [ @@ -998,6 +1072,7 @@ }, "hide": { "description": "Hides a shared drive from the default view.", + "flatPath": "drives/{driveId}/hide", "httpMethod": "POST", "id": "drive.drives.hide", "parameterOrder": [ @@ -1021,6 +1096,7 @@ }, "insert": { "description": "Creates a new shared drive.", + "flatPath": "drives", "httpMethod": "POST", "id": "drive.drives.insert", "parameterOrder": [ @@ -1028,7 +1104,7 @@ ], "parameters": { "requestId": { - "description": "An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.", + "description": "Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.", "location": "query", "required": true, "type": "string" @@ -1046,9 +1122,11 @@ ] }, "list": { - "description": "Lists the user's shared drives.", + "description": " Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.", + "flatPath": "drives", "httpMethod": "GET", "id": "drive.drives.list", + "parameterOrder": [], "parameters": { "maxResults": { "default": "10", @@ -1087,6 +1165,7 @@ }, "unhide": { "description": "Restores a shared drive to the default view.", + "flatPath": "drives/{driveId}/unhide", "httpMethod": "POST", "id": "drive.drives.unhide", "parameterOrder": [ @@ -1110,6 +1189,7 @@ }, "update": { "description": "Updates the metadata for a shared drive.", + "flatPath": "drives/{driveId}", "httpMethod": "PUT", "id": "drive.drives.update", "parameterOrder": [ @@ -1145,7 +1225,8 @@ "files": { "methods": { "copy": { - "description": "Creates a copy of the specified file. Folders cannot be copied.", + "description": "Creates a copy of the specified file.", + "flatPath": "files/{fileId}/copy", "httpMethod": "POST", "id": "drive.files.copy", "parameterOrder": [ @@ -1160,7 +1241,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Copying files into multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Copying files into multiple folders is no longer supported. Use shortcuts instead.", "location": "query", "type": "boolean" }, @@ -1171,12 +1253,12 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -1187,7 +1269,7 @@ "type": "boolean" }, "ocrLanguage": { - "description": "If ocr is true, hints at the language to use. Valid values are BCP 47 codes.", + "description": "If `ocr` is true, hints at the language to use. Valid values are BCP 47 codes.", "location": "query", "type": "string" }, @@ -1205,7 +1287,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1251,6 +1334,7 @@ }, "delete": { "description": "Permanently deletes a file by ID. Skips the trash. The currently authenticated user must own the file or be an organizer on the parent for shared drive files.", + "flatPath": "files/{fileId}", "httpMethod": "DELETE", "id": "drive.files.delete", "parameterOrder": [ @@ -1259,7 +1343,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item is placed under its owner's root.", "location": "query", "type": "boolean" }, @@ -1277,7 +1362,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -1290,9 +1376,11 @@ ] }, "emptyTrash": { - "description": "Permanently deletes all trashed files of a user or shared drive.", + "description": "Permanently deletes all of the user's trashed files.", + "flatPath": "files/trash", "httpMethod": "DELETE", "id": "drive.files.emptyTrash", + "parameterOrder": [], "parameters": { "driveId": { "description": "If set, empties the trash of the provided shared drive.", @@ -1301,7 +1389,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item is placed under its owner's root.", "location": "query", "type": "boolean" } @@ -1313,6 +1402,7 @@ }, "export": { "description": "Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.", + "flatPath": "files/{fileId}/export", "httpMethod": "GET", "id": "drive.files.export", "parameterOrder": [ @@ -1327,7 +1417,7 @@ "type": "string" }, "mimeType": { - "description": "The MIME type of the format requested for this export.", + "description": "Required. The MIME type of the format requested for this export.", "location": "query", "required": true, "type": "string" @@ -1339,12 +1429,15 @@ "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly" ], - "supportsMediaDownload": true + "supportsMediaDownload": true, + "useMediaDownloadService": true }, "generateIds": { "description": "Generates a set of file IDs which can be provided in insert or copy requests.", + "flatPath": "files/generateIds", "httpMethod": "GET", "id": "drive.files.generateIds", + "parameterOrder": [], "parameters": { "maxResults": { "default": "10", @@ -1357,13 +1450,13 @@ }, "space": { "default": "drive", - "description": "The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder'. (Default: 'drive')", + "description": "The space in which the IDs can be used to create new files. Supported values are `drive` and `appDataFolder`. (Default: `drive`)", "location": "query", "type": "string" }, "type": { "default": "files", - "description": "The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the drive 'space'. (Default: 'files')", + "description": "The type of items which the IDs can be used for. Supported values are `files` and `shortcuts`. Note that `shortcuts` are only supported in the `drive` `space`. (Default: `files`)", "location": "query", "type": "string" } @@ -1379,7 +1472,8 @@ ] }, "get": { - "description": "Gets a file's metadata or content by ID.", + "description": " Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).", + "flatPath": "files/{fileId}", "httpMethod": "GET", "id": "drive.files.get", "parameterOrder": [ @@ -1399,24 +1493,25 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "projection": { - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "enum": [ "BASIC", "FULL" ], "enumDescriptions": [ - "Deprecated", - "Deprecated" + "Deprecated.", + "Deprecated." ], "location": "query", "type": "string" @@ -1434,13 +1529,15 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "updateViewedDate": { "default": "false", - "description": "Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.", + "deprecated": true, + "description": "Deprecated: Use `files.update` with `modifiedDateBehavior=noChange, updateViewedDate=true` and an empty request body.", "location": "query", "type": "boolean" } @@ -1463,14 +1560,15 @@ "useMediaDownloadService": true }, "insert": { - "description": "Insert a new file.", + "description": " Inserts a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.insert` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `title` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `\"title\": \"cat.jpg\"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.", + "flatPath": "files", "httpMethod": "POST", "id": "drive.files.insert", "mediaUpload": { "accept": [ "*/*" ], - "maxSize": "5120GB", + "maxSize": "5497558138880", "protocols": { "resumable": { "multipart": true, @@ -1482,6 +1580,7 @@ } } }, + "parameterOrder": [], "parameters": { "convert": { "default": "false", @@ -1491,17 +1590,18 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Creating files in multiple folders is no longer supported.", + "deprecated": true, + "description": "Deprecated: Creating files in multiple folders is no longer supported.", "location": "query", "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -1530,7 +1630,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1578,21 +1679,23 @@ "https://www.googleapis.com/auth/drive.apps.readonly", "https://www.googleapis.com/auth/drive.file" ], - "supportsMediaUpload": true, - "supportsSubscription": true + "supportsMediaUpload": true }, "list": { - "description": "Lists the user's files.", + "description": " Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.", + "flatPath": "files", "httpMethod": "GET", "id": "drive.files.list", + "parameterOrder": [], "parameters": { "corpora": { - "description": "Groupings of files to which the query applies. Supported groupings are: 'user' (files created by, opened by, or shared directly with the user), 'drive' (files in the specified shared drive as indicated by the 'driveId'), 'domain' (files shared to the user's domain), and 'allDrives' (A combination of 'user' and 'drive' for all drives where the user is a member). When able, use 'user' or 'drive', instead of 'allDrives', for efficiency.", + "description": "Bodies of items (files/documents) to which the query applies. Supported bodies are `default`, `domain`, `drive` and `allDrives`. Prefer `default` or `drive` to `allDrives` for efficiency.", "location": "query", "type": "string" }, "corpus": { - "description": "The body of items (files/documents) to which the query applies. Deprecated: use 'corpora' instead.", + "deprecated": true, + "description": "Deprecated: The body of items (files/documents) to which the query applies. Use `corpora` instead.", "enum": [ "DEFAULT", "DOMAIN" @@ -1616,18 +1719,19 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1640,7 +1744,7 @@ "type": "integer" }, "orderBy": { - "description": "A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', 'title', and 'title_natural'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", + "description": "A comma-separated list of sort keys. Valid keys are `createdDate`, `folder`, `lastViewedByMeDate`, `modifiedByMeDate`, `modifiedDate`, `quotaBytesUsed`, `recency`, `sharedWithMeDate`, `starred`, `title`, and `title_natural`. Each key sorts ascending by default, but may be reversed with the `desc` modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", "location": "query", "type": "string" }, @@ -1650,14 +1754,15 @@ "type": "string" }, "projection": { - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "enum": [ "BASIC", "FULL" ], "enumDescriptions": [ - "Deprecated", - "Deprecated" + "Deprecated.", + "Deprecated." ], "location": "query", "type": "string" @@ -1668,7 +1773,7 @@ "type": "string" }, "spaces": { - "description": "A comma-separated list of spaces to query. Supported values are 'drive' and 'appDataFolder'.", + "description": "A comma-separated list of spaces to query. Supported values are `drive`, and `appDataFolder`.", "location": "query", "type": "string" }, @@ -1680,12 +1785,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -1707,6 +1814,7 @@ }, "listLabels": { "description": "Lists the labels on a file.", + "flatPath": "files/{fileId}/listLabels", "httpMethod": "GET", "id": "drive.files.listLabels", "parameterOrder": [ @@ -1714,14 +1822,14 @@ ], "parameters": { "fileId": { - "description": "The ID of the file.", + "description": "The ID for the file or shared drive.", "location": "path", "required": true, "type": "string" }, "maxResults": { "default": "100", - "description": "The maximum number of labels to return per page. When not set, this defaults to 100.", + "description": "The maximum number of labels to return per page. When not set, defaults to 100.", "format": "int32", "location": "query", "maximum": "100", @@ -1729,7 +1837,7 @@ "type": "integer" }, "pageToken": { - "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.", + "description": "The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response.", "location": "query", "type": "string" } @@ -1747,7 +1855,8 @@ ] }, "modifyLabels": { - "description": "Modifies the set of labels on a file.", + "description": "Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.", + "flatPath": "files/{fileId}/modifyLabels", "httpMethod": "POST", "id": "drive.files.modifyLabels", "parameterOrder": [ @@ -1755,7 +1864,7 @@ ], "parameters": { "fileId": { - "description": "The ID of the file for which the labels are modified.", + "description": "The ID of the file to which the labels belong.", "location": "path", "required": true, "type": "string" @@ -1776,6 +1885,7 @@ }, "patch": { "description": "Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.", + "flatPath": "files/{fileId}", "httpMethod": "PATCH", "id": "drive.files.patch", "parameterOrder": [ @@ -1789,13 +1899,15 @@ }, "convert": { "default": "false", - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "location": "query", "type": "boolean" }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead.", "location": "query", "type": "boolean" }, @@ -1806,17 +1918,17 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "modifiedDateBehavior": { - "description": "Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate.", + "description": "Determines the behavior in which `modifiedDate` is updated. This overrides `setModifiedDate`.", "enum": [ "fromBody", "fromBodyIfNeeded", @@ -1826,19 +1938,19 @@ "nowIfNeeded" ], "enumDescriptions": [ - "Set modifiedDate to the value provided in the body of the request. No change if no value was provided.", - "Set modifiedDate to the value provided in the body of the request depending on other contents of the update.", + "Set `modifiedDate` to the value provided in the body of the request. No change if no value was provided.", + "Set `modifiedDate` to the value provided in the body of the request depending on other contents of the update.", "Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided.", - "Maintain the previous value of modifiedDate.", - "Set modifiedDate to the current time.", - "Set modifiedDate to the current time depending on contents of the update." + "Maintain the previous value of `modifiedDate`.", + "Set `modifiedDate` to the current time.", + "Set `modifiedDate` to the current time depending on contents of the update." ], "location": "query", "type": "string" }, "newRevision": { "default": "true", - "description": "Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center. Note that this field is ignored if there is no payload in the request.", + "description": "Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the [Drive Help Center](https://support.google.com/drive/answer/2409045). Note that this field is ignored if there is no payload in the request.", "location": "query", "type": "boolean" }, @@ -1866,7 +1978,7 @@ }, "setModifiedDate": { "default": "false", - "description": "Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange.", + "description": "Whether to set the modified date using the value supplied in the request body. Setting this field to `true` is equivalent to `modifiedDateBehavior=fromBodyOrNow`, and `false` is equivalent to `modifiedDateBehavior=now`. To prevent any changes to the modified date set `modifiedDateBehavior=noChange`.", "location": "query", "type": "boolean" }, @@ -1878,7 +1990,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1923,6 +2036,7 @@ }, "touch": { "description": "Set the file's updated time to the current server time.", + "flatPath": "files/{fileId}/touch", "httpMethod": "POST", "id": "drive.files.touch", "parameterOrder": [ @@ -1936,12 +2050,12 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -1953,7 +2067,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -1971,7 +2086,8 @@ ] }, "trash": { - "description": "Moves a file to the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.", + "description": " Moves a file to the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all `files.list` responses returned for any user who doesn't own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. *Note:* Files moved to the trash still appear by default in results from the `files.list` method. To permanently remove a file, use `files.delete`.", + "flatPath": "files/{fileId}/trash", "httpMethod": "POST", "id": "drive.files.trash", "parameterOrder": [ @@ -1985,12 +2101,12 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -2002,7 +2118,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -2019,7 +2136,8 @@ ] }, "untrash": { - "description": "Restores a file from the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may untrash a file.", + "description": "Restores a file from the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may untrash a file.", + "flatPath": "files/{fileId}/untrash", "httpMethod": "POST", "id": "drive.files.untrash", "parameterOrder": [ @@ -2033,12 +2151,12 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -2050,7 +2168,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -2067,14 +2186,15 @@ ] }, "update": { - "description": "Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as modifiedDate. This method supports patch semantics.", + "description": " Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).", + "flatPath": "files/{fileId}", "httpMethod": "PUT", "id": "drive.files.update", "mediaUpload": { "accept": [ "*/*" ], - "maxSize": "5120GB", + "maxSize": "5497558138880", "protocols": { "resumable": { "multipart": true, @@ -2097,13 +2217,15 @@ }, "convert": { "default": "false", - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "location": "query", "type": "boolean" }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead.", "location": "query", "type": "boolean" }, @@ -2114,17 +2236,17 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "modifiedDateBehavior": { - "description": "Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate.", + "description": "Determines the behavior in which `modifiedDate` is updated. This overrides `setModifiedDate`.", "enum": [ "fromBody", "fromBodyIfNeeded", @@ -2134,19 +2256,19 @@ "nowIfNeeded" ], "enumDescriptions": [ - "Set modifiedDate to the value provided in the body of the request. No change if no value was provided.", - "Set modifiedDate to the value provided in the body of the request depending on other contents of the update.", + "Set `modifiedDate` to the value provided in the body of the request. No change if no value was provided.", + "Set `modifiedDate` to the value provided in the body of the request depending on other contents of the update.", "Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided.", - "Maintain the previous value of modifiedDate.", - "Set modifiedDate to the current time.", - "Set modifiedDate to the current time depending on contents of the update." + "Maintain the previous value of `modifiedDate`.", + "Set `modifiedDate` to the current time.", + "Set `modifiedDate` to the current time depending on contents of the update." ], "location": "query", "type": "string" }, "newRevision": { "default": "true", - "description": "Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center. Note that this field is ignored if there is no payload in the request.", + "description": "Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the [Drive Help Center](https://support.google.com/drive/answer/2409045).", "location": "query", "type": "boolean" }, @@ -2163,7 +2285,7 @@ }, "pinned": { "default": "false", - "description": "Whether to pin the new revision. A file can have a maximum of 200 pinned revisions. Note that this field is ignored if there is no payload in the request.", + "description": "Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.", "location": "query", "type": "boolean" }, @@ -2174,7 +2296,7 @@ }, "setModifiedDate": { "default": "false", - "description": "Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange.", + "description": "Whether to set the modified date using the value supplied in the request body. Setting this field to `true` is equivalent to `modifiedDateBehavior=fromBodyOrNow`, and `false` is equivalent to `modifiedDateBehavior=now`. To prevent any changes to the modified date set `modifiedDateBehavior=noChange`.", "location": "query", "type": "boolean" }, @@ -2186,7 +2308,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2231,7 +2354,8 @@ "supportsMediaUpload": true }, "watch": { - "description": "Subscribe to changes on a file.", + "description": "Subscribes to changes to a file.", + "flatPath": "files/{fileId}/watch", "httpMethod": "POST", "id": "drive.files.watch", "parameterOrder": [ @@ -2251,24 +2375,25 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "projection": { - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "enum": [ "BASIC", "FULL" ], "enumDescriptions": [ - "Deprecated", - "Deprecated" + "Deprecated.", + "Deprecated." ], "location": "query", "type": "string" @@ -2286,12 +2411,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "updateViewedDate": { "default": "false", + "deprecated": true, "description": "Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.", "location": "query", "type": "boolean" @@ -2314,9 +2441,7 @@ "https://www.googleapis.com/auth/drive.photos.readonly", "https://www.googleapis.com/auth/drive.readonly" ], - "supportsMediaDownload": true, - "supportsSubscription": true, - "useMediaDownloadService": true + "supportsSubscription": true } } }, @@ -2324,6 +2449,7 @@ "methods": { "delete": { "description": "Removes a parent from a file.", + "flatPath": "files/{fileId}/parents/{parentId}", "httpMethod": "DELETE", "id": "drive.parents.delete", "parameterOrder": [ @@ -2333,7 +2459,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is removed, the item is placed under its owner's root.", "location": "query", "type": "boolean" }, @@ -2358,6 +2485,7 @@ }, "get": { "description": "Gets a specific parent reference.", + "flatPath": "files/{fileId}/parents/{parentId}", "httpMethod": "GET", "id": "drive.parents.get", "parameterOrder": [ @@ -2394,6 +2522,7 @@ }, "insert": { "description": "Adds a parent folder for a file.", + "flatPath": "files/{fileId}/parents", "httpMethod": "POST", "id": "drive.parents.insert", "parameterOrder": [ @@ -2402,7 +2531,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead.", "location": "query", "type": "boolean" }, @@ -2420,7 +2550,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -2440,6 +2571,7 @@ }, "list": { "description": "Lists a file's parents.", + "flatPath": "files/{fileId}/parents", "httpMethod": "GET", "id": "drive.parents.list", "parameterOrder": [ @@ -2472,7 +2604,8 @@ "permissions": { "methods": { "delete": { - "description": "Deletes a permission from a file or shared drive.", + "description": "Deletes a permission from a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "DELETE", "id": "drive.permissions.delete", "parameterOrder": [ @@ -2500,7 +2633,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2519,6 +2653,7 @@ }, "get": { "description": "Gets a permission by ID.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "GET", "id": "drive.permissions.get", "parameterOrder": [ @@ -2546,7 +2681,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2572,6 +2708,7 @@ }, "getIdForEmail": { "description": "Returns the permission ID for an email address.", + "flatPath": "permissionIds/{email}", "httpMethod": "GET", "id": "drive.permissions.getIdForEmail", "parameterOrder": [ @@ -2601,7 +2738,8 @@ ] }, "insert": { - "description": "Inserts a permission for a file or shared drive.", + "description": "Inserts a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions", "httpMethod": "POST", "id": "drive.permissions.insert", "parameterOrder": [ @@ -2615,7 +2753,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. See moveToNewOwnersRoot for details.", + "deprecated": true, + "description": "Deprecated: See `moveToNewOwnersRoot` for details.", "location": "query", "type": "boolean" }, @@ -2627,13 +2766,13 @@ }, "moveToNewOwnersRoot": { "default": "false", - "description": "This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to true, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to false, parents are not changed.", + "description": "This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed.", "location": "query", "type": "boolean" }, "sendNotificationEmails": { "default": "true", - "description": "Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the role is owner.", + "description": "Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the `role` is `owner`.", "location": "query", "type": "boolean" }, @@ -2645,7 +2784,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2670,6 +2810,7 @@ }, "list": { "description": "Lists a file's or shared drive's permissions.", + "flatPath": "files/{fileId}/permissions", "httpMethod": "GET", "id": "drive.permissions.list", "parameterOrder": [ @@ -2683,7 +2824,7 @@ "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -2696,7 +2837,7 @@ "type": "integer" }, "pageToken": { - "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.", + "description": "The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response.", "location": "query", "type": "string" }, @@ -2708,7 +2849,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2733,7 +2875,8 @@ ] }, "patch": { - "description": "Updates a permission using patch semantics.", + "description": "Updates a permission using patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "PATCH", "id": "drive.permissions.patch", "parameterOrder": [ @@ -2767,13 +2910,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "transferOwnership": { "default": "false", - "description": "Whether changing a role to 'owner' downgrades the current owners to writers. Does nothing if the specified role is not 'owner'.", + "description": "Whether changing a role to `owner` downgrades the current owners to writers. Does nothing if the specified role is not `owner`.", "location": "query", "type": "boolean" }, @@ -2797,7 +2941,8 @@ ] }, "update": { - "description": "Updates a permission.", + "description": "Updates a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "PUT", "id": "drive.permissions.update", "parameterOrder": [ @@ -2831,13 +2976,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "transferOwnership": { "default": "false", - "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them.", + "description": "Whether changing a role to `owner` downgrades the current owners to writers. Does nothing if the specified role is not `owner`.", "location": "query", "type": "boolean" }, @@ -2866,6 +3012,7 @@ "methods": { "delete": { "description": "Deletes a property.", + "flatPath": "files/{fileId}/properties/{propertyKey}", "httpMethod": "DELETE", "id": "drive.properties.delete", "parameterOrder": [ @@ -2902,6 +3049,7 @@ }, "get": { "description": "Gets a property by its key.", + "flatPath": "files/{fileId}/properties/{propertyKey}", "httpMethod": "GET", "id": "drive.properties.get", "parameterOrder": [ @@ -2944,6 +3092,7 @@ }, "insert": { "description": "Adds a property to a file, or updates it if it already exists.", + "flatPath": "files/{fileId}/properties", "httpMethod": "POST", "id": "drive.properties.insert", "parameterOrder": [ @@ -2973,6 +3122,7 @@ }, "list": { "description": "Lists a file's properties.", + "flatPath": "files/{fileId}/properties", "httpMethod": "GET", "id": "drive.properties.list", "parameterOrder": [ @@ -3002,6 +3152,7 @@ }, "patch": { "description": "Updates a property.", + "flatPath": "files/{fileId}/properties/{propertyKey}", "httpMethod": "PATCH", "id": "drive.properties.patch", "parameterOrder": [ @@ -3044,6 +3195,7 @@ }, "update": { "description": "Updates a property.", + "flatPath": "files/{fileId}/properties/{propertyKey}", "httpMethod": "PUT", "id": "drive.properties.update", "parameterOrder": [ @@ -3090,6 +3242,7 @@ "methods": { "delete": { "description": "Deletes a reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "DELETE", "id": "drive.replies.delete", "parameterOrder": [ @@ -3125,6 +3278,7 @@ }, "get": { "description": "Gets a reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "GET", "id": "drive.replies.get", "parameterOrder": [ @@ -3170,6 +3324,7 @@ }, "insert": { "description": "Creates a new reply to the given comment.", + "flatPath": "files/{fileId}/comments/{commentId}/replies", "httpMethod": "POST", "id": "drive.replies.insert", "parameterOrder": [ @@ -3204,6 +3359,7 @@ }, "list": { "description": "Lists all of the replies to a comment.", + "flatPath": "files/{fileId}/comments/{commentId}/replies", "httpMethod": "GET", "id": "drive.replies.list", "parameterOrder": [ @@ -3256,6 +3412,7 @@ }, "patch": { "description": "Updates an existing reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "PATCH", "id": "drive.replies.patch", "parameterOrder": [ @@ -3297,6 +3454,7 @@ }, "update": { "description": "Updates an existing reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "PUT", "id": "drive.replies.update", "parameterOrder": [ @@ -3342,6 +3500,7 @@ "methods": { "delete": { "description": "Permanently deletes a file version. You can only delete revisions for files with binary content, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "DELETE", "id": "drive.revisions.delete", "parameterOrder": [ @@ -3371,6 +3530,7 @@ }, "get": { "description": "Gets a specific revision.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "GET", "id": "drive.revisions.get", "parameterOrder": [ @@ -3407,6 +3567,7 @@ }, "list": { "description": "Lists a file's revisions.", + "flatPath": "files/{fileId}/revisions", "httpMethod": "GET", "id": "drive.revisions.list", "parameterOrder": [ @@ -3450,6 +3611,7 @@ }, "patch": { "description": "Updates a revision.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "PATCH", "id": "drive.revisions.patch", "parameterOrder": [ @@ -3485,6 +3647,7 @@ }, "update": { "description": "Updates a revision.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "PUT", "id": "drive.revisions.update", "parameterOrder": [ @@ -3523,7 +3686,8 @@ "teamdrives": { "methods": { "delete": { - "description": "Deprecated use drives.delete instead.", + "description": "Deprecated: Use `drives.delete` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "DELETE", "id": "drive.teamdrives.delete", "parameterOrder": [ @@ -3543,7 +3707,8 @@ ] }, "get": { - "description": "Deprecated use drives.get instead.", + "description": "Deprecated: Use `drives.get` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "GET", "id": "drive.teamdrives.get", "parameterOrder": [ @@ -3573,7 +3738,8 @@ ] }, "insert": { - "description": "Deprecated use drives.insert instead.", + "description": "Deprecated: Use `drives.insert` instead.", + "flatPath": "teamdrives", "httpMethod": "POST", "id": "drive.teamdrives.insert", "parameterOrder": [ @@ -3581,7 +3747,7 @@ ], "parameters": { "requestId": { - "description": "An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.", + "description": "Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.", "location": "query", "required": true, "type": "string" @@ -3599,9 +3765,11 @@ ] }, "list": { - "description": "Deprecated use drives.list instead.", + "description": "Deprecated: Use `drives.list` instead.", + "flatPath": "teamdrives", "httpMethod": "GET", "id": "drive.teamdrives.list", + "parameterOrder": [], "parameters": { "maxResults": { "default": "10", @@ -3639,7 +3807,8 @@ ] }, "update": { - "description": "Deprecated use drives.update instead.", + "description": "Deprecated: Use `drives.update` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "PUT", "id": "drive.teamdrives.update", "parameterOrder": [ @@ -3673,7 +3842,7 @@ } } }, - "revision": "20230514", + "revision": "20230520", "rootUrl": "https://www.googleapis.com/", "schemas": { "About": { @@ -3718,11 +3887,11 @@ "type": "boolean" }, "canCreateTeamDrives": { - "description": "Deprecated - use canCreateDrives instead.", + "description": "Deprecated: Use `canCreateDrives` instead.", "type": "boolean" }, "domainSharingPolicy": { - "description": "The domain sharing policy for the current user. Possible values are: \n- allowed \n- allowedWithWarning \n- incomingOnly \n- disallowed", + "description": "The domain sharing policy for the current user. Possible values are: * `allowed` * `allowedWithWarning` * `incomingOnly` * `disallowed`", "type": "string" }, "driveThemes": { @@ -3821,7 +3990,7 @@ }, "kind": { "default": "drive#about", - "description": "This is always drive#about.", + "description": "This is always `drive#about`.", "type": "string" }, "languageCode": { @@ -3898,7 +4067,7 @@ "type": "string" }, "quotaType": { - "description": "The type of the user's storage quota. Possible values are: \n- LIMITED \n- UNLIMITED", + "description": "The type of the user's storage quota. Possible values are: * `LIMITED` * `UNLIMITED`", "type": "string" }, "remainingChangeIds": { @@ -3915,19 +4084,19 @@ "type": "string" }, "teamDriveThemes": { - "description": "Deprecated - use driveThemes instead.", + "description": "Deprecated: Use `driveThemes` instead.", "items": { "properties": { "backgroundImageLink": { - "description": "Deprecated - use driveThemes/backgroundImageLink instead.", + "description": "Deprecated: Use `driveThemes/backgroundImageLink` instead.", "type": "string" }, "colorRgb": { - "description": "Deprecated - use driveThemes/colorRgb instead.", + "description": "Deprecated: Use `driveThemes/colorRgb` instead.", "type": "string" }, "id": { - "description": "Deprecated - use driveThemes/id instead.", + "description": "Deprecated: Use `driveThemes/id` instead.", "type": "string" } }, @@ -3967,7 +4136,7 @@ "items": { "properties": { "category": { - "description": "Category of the icon. Allowed values are: \n- application - icon for the application \n- document - icon for a file associated with the app \n- documentShared - icon for a shared file associated with the app", + "description": "Category of the icon. Allowed values are: * `application` - icon for the application * `document` - icon for a file associated with the app * `documentShared` - icon for a shared file associated with the app", "type": "string" }, "iconUrl": { @@ -3994,7 +4163,7 @@ }, "kind": { "default": "drive#app", - "description": "This is always drive#app.", + "description": "This is always `drive#app`.", "type": "string" }, "longDescription": { @@ -4010,7 +4179,7 @@ "type": "string" }, "openUrlTemplate": { - "description": "The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See Open Files for the full documentation.", + "description": "The template url for opening files with this app. The template will contain `{ids}` and/or `{exportIds}` to be replaced by the actual file ids. See Open Files for the full documentation.", "type": "string" }, "primaryFileExtensions": { @@ -4100,7 +4269,7 @@ }, "kind": { "default": "drive#appList", - "description": "This is always drive#appList.", + "description": "This is always `drive#appList`.", "type": "string" }, "selfLink": { @@ -4115,7 +4284,7 @@ "id": "Change", "properties": { "changeType": { - "description": "The type of the change. Possible values are file and drive.", + "description": "The type of the change. Possible values are `file` and `drive`.", "type": "string" }, "deleted": { @@ -4145,7 +4314,7 @@ }, "kind": { "default": "drive#change", - "description": "This is always drive#change.", + "description": "This is always `drive#change`.", "type": "string" }, "modificationDate": { @@ -4159,14 +4328,14 @@ }, "teamDrive": { "$ref": "TeamDrive", - "description": "Deprecated - use drive instead." + "description": "Deprecated: Use `drive` instead." }, "teamDriveId": { - "description": "Deprecated - use driveId instead.", + "description": "Deprecated: Use `driveId` instead.", "type": "string" }, "type": { - "description": "Deprecated - use changeType instead.", + "description": "Deprecated: Use `changeType` instead.", "type": "string" } }, @@ -4189,7 +4358,7 @@ }, "kind": { "default": "drive#changeList", - "description": "This is always drive#changeList.", + "description": "This is always `drive#changeList`.", "type": "string" }, "largestChangeId": { @@ -4217,7 +4386,7 @@ "type": "object" }, "Channel": { - "description": "An notification channel used to watch for resource changes.", + "description": "A notification channel used to watch for resource changes.", "id": "Channel", "properties": { "address": { @@ -4235,12 +4404,11 @@ }, "kind": { "default": "api#channel", - "description": "Identifies this as a notification channel used to watch for changes to a resource, which is \"api#channel\".", + "description": "Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.", "type": "string" }, "params": { "additionalProperties": { - "description": "Declares a new parameter by name.", "type": "string" }, "description": "Additional parameters controlling delivery channel behavior. Optional.", @@ -4263,7 +4431,7 @@ "type": "string" }, "type": { - "description": "The type of delivery mechanism used for this channel. Valid values are \"web_hook\" (or \"webhook\"). Both values refer to a channel where Http requests are used to deliver messages.", + "description": "The type of delivery mechanism used for this channel.", "type": "string" } }, @@ -4286,7 +4454,7 @@ }, "kind": { "default": "drive#childList", - "description": "This is always drive#childList.", + "description": "This is always `drive#childList`.", "type": "string" }, "nextLink": { @@ -4309,7 +4477,7 @@ "id": "ChildReference", "properties": { "childLink": { - "description": "A link to the child.", + "description": "Output only. A link to the child.", "type": "string" }, "id": { @@ -4323,11 +4491,11 @@ }, "kind": { "default": "drive#childReference", - "description": "This is always drive#childReference.", + "description": "Output only. This is always `drive#childReference`.", "type": "string" }, "selfLink": { - "description": "A link back to this reference.", + "description": "Output only. A link back to this reference.", "type": "string" } }, @@ -4338,15 +4506,15 @@ "id": "Comment", "properties": { "anchor": { - "description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies.", + "description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments).", "type": "string" }, "author": { "$ref": "User", - "description": "The author of the comment. The author's email address and permission ID will not be populated." + "description": "Output only. The author of the comment. The author's email address and permission ID will not be populated." }, "commentId": { - "description": "The ID of the comment.", + "description": "Output only. The ID of the comment.", "type": "string" }, "content": { @@ -4380,24 +4548,24 @@ "type": "string" }, "deleted": { - "description": "Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed.", + "description": "Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed.", "type": "boolean" }, "fileId": { - "description": "The file which this comment is addressing.", + "description": "Output only. The file which this comment is addressing.", "type": "string" }, "fileTitle": { - "description": "The title of the file which this comment is addressing.", + "description": "Output only. The title of the file which this comment is addressing.", "type": "string" }, "htmlContent": { - "description": "HTML formatted content for this comment.", + "description": "Output only. HTML formatted content for this comment.", "type": "string" }, "kind": { "default": "drive#comment", - "description": "This is always drive#comment.", + "description": "Output only. This is always `drive#comment`.", "type": "string" }, "modifiedDate": { @@ -4406,18 +4574,18 @@ "type": "string" }, "replies": { - "description": "Replies to this post.", + "description": "Output only. Replies to this post.", "items": { "$ref": "CommentReply" }, "type": "array" }, "selfLink": { - "description": "A link back to this comment.", + "description": "Output only. A link back to this comment.", "type": "string" }, "status": { - "description": "The status of this comment. Status can be changed by posting a reply to a comment with the desired status. \n- \"open\" - The comment is still open. \n- \"resolved\" - The comment has been resolved by one of its replies.", + "description": "Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies.", "type": "string" } }, @@ -4436,7 +4604,7 @@ }, "kind": { "default": "drive#commentList", - "description": "This is always drive#commentList.", + "description": "This is always `drive#commentList`.", "type": "string" }, "nextLink": { @@ -4460,7 +4628,7 @@ "properties": { "author": { "$ref": "User", - "description": "The author of the reply. The author's email address and permission ID will not be populated." + "description": "Output only. The author of the reply. The author's email address and permission ID will not be populated." }, "content": { "annotations": { @@ -4478,16 +4646,16 @@ "type": "string" }, "deleted": { - "description": "Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed.", + "description": "Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed.", "type": "boolean" }, "htmlContent": { - "description": "HTML formatted content for this reply.", + "description": "Output only. HTML formatted content for this reply.", "type": "string" }, "kind": { "default": "drive#commentReply", - "description": "This is always drive#commentReply.", + "description": "Output only. This is always `drive#commentReply`.", "type": "string" }, "modifiedDate": { @@ -4496,11 +4664,11 @@ "type": "string" }, "replyId": { - "description": "The ID of the reply.", + "description": "Output only. The ID of the reply.", "type": "string" }, "verb": { - "description": "The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: \n- \"resolve\" - To resolve a comment. \n- \"reopen\" - To reopen (un-resolve) a comment.", + "description": "The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment.", "type": "string" } }, @@ -4519,7 +4687,7 @@ }, "kind": { "default": "drive#commentReplyList", - "description": "This is always drive#commentReplyList.", + "description": "This is always `drive#commentReplyList`.", "type": "string" }, "nextLink": { @@ -4546,12 +4714,12 @@ "type": "boolean" }, "reason": { - "description": "Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.", + "description": "Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.", "type": "string" }, "restrictingUser": { "$ref": "User", - "description": "The user who set the content restriction. Only populated if readOnly is true." + "description": "Output only. The user who set the content restriction. Only populated if `readOnly` is true." }, "restrictionDate": { "description": "The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.", @@ -4559,7 +4727,7 @@ "type": "string" }, "type": { - "description": "The type of the content restriction. Currently the only possible value is globalContentRestriction.", + "description": "Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.", "type": "string" } }, @@ -4570,7 +4738,7 @@ "id": "Drive", "properties": { "backgroundImageFile": { - "description": "An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.", + "description": "An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.", "properties": { "id": { "description": "The ID of an image file in Google Drive to use for the background image.", @@ -4595,97 +4763,97 @@ "type": "object" }, "backgroundImageLink": { - "description": "A short-lived link to this shared drive's background image.", + "description": "Output only. A short-lived link to this shared drive's background image.", "type": "string" }, "capabilities": { - "description": "Capabilities the current user has on this shared drive.", + "description": "Output only. Capabilities the current user has on this shared drive.", "properties": { "canAddChildren": { - "description": "Whether the current user can add children to folders in this shared drive.", + "description": "Output only. Whether the current user can add children to folders in this shared drive.", "type": "boolean" }, "canChangeCopyRequiresWriterPermissionRestriction": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.", "type": "boolean" }, "canChangeDomainUsersOnlyRestriction": { - "description": "Whether the current user can change the domainUsersOnly restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.", "type": "boolean" }, "canChangeDriveBackground": { - "description": "Whether the current user can change the background of this shared drive.", + "description": "Output only. Whether the current user can change the background of this shared drive.", "type": "boolean" }, "canChangeDriveMembersOnlyRestriction": { - "description": "Whether the current user can change the driveMembersOnly restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.", "type": "boolean" }, "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": { - "description": "Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.", "type": "boolean" }, "canComment": { - "description": "Whether the current user can comment on files in this shared drive.", + "description": "Output only. Whether the current user can comment on files in this shared drive.", "type": "boolean" }, "canCopy": { - "description": "Whether the current user can copy files in this shared drive.", + "description": "Output only. Whether the current user can copy files in this shared drive.", "type": "boolean" }, "canDeleteChildren": { - "description": "Whether the current user can delete children from folders in this shared drive.", + "description": "Output only. Whether the current user can delete children from folders in this shared drive.", "type": "boolean" }, "canDeleteDrive": { - "description": "Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.", + "description": "Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.", "type": "boolean" }, "canDownload": { - "description": "Whether the current user can download files in this shared drive.", + "description": "Output only. Whether the current user can download files in this shared drive.", "type": "boolean" }, "canEdit": { - "description": "Whether the current user can edit files in this shared drive", + "description": "Output only. Whether the current user can edit files in this shared drive", "type": "boolean" }, "canListChildren": { - "description": "Whether the current user can list the children of folders in this shared drive.", + "description": "Output only. Whether the current user can list the children of folders in this shared drive.", "type": "boolean" }, "canManageMembers": { - "description": "Whether the current user can add members to this shared drive or remove them or change their role.", + "description": "Output only. Whether the current user can add members to this shared drive or remove them or change their role.", "type": "boolean" }, "canReadRevisions": { - "description": "Whether the current user can read the revisions resource of files in this shared drive.", + "description": "Output only. Whether the current user can read the revisions resource of files in this shared drive.", "type": "boolean" }, "canRename": { - "description": "Whether the current user can rename files or folders in this shared drive.", + "description": "Output only. Whether the current user can rename files or folders in this shared drive.", "type": "boolean" }, "canRenameDrive": { - "description": "Whether the current user can rename this shared drive.", + "description": "Output only. Whether the current user can rename this shared drive.", "type": "boolean" }, "canResetDriveRestrictions": { - "description": "Whether the current user can reset the shared drive restrictions to defaults.", + "description": "Output only. Whether the current user can reset the shared drive restrictions to defaults.", "type": "boolean" }, "canShare": { - "description": "Whether the current user can share files or folders in this shared drive.", + "description": "Output only. Whether the current user can share files or folders in this shared drive.", "type": "boolean" }, "canTrashChildren": { - "description": "Whether the current user can trash children from folders in this shared drive.", + "description": "Output only. Whether the current user can trash children from folders in this shared drive.", "type": "boolean" } }, "type": "object" }, "colorRgb": { - "description": "The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.", + "description": "The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.", "type": "string" }, "createdDate": { @@ -4698,12 +4866,12 @@ "type": "boolean" }, "id": { - "description": "The ID of this shared drive which is also the ID of the top level folder of this shared drive.", + "description": "Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.", "type": "string" }, "kind": { "default": "drive#drive", - "description": "This is always drive#drive", + "description": "Output only. This is always `drive#drive`", "type": "string" }, "name": { @@ -4716,7 +4884,7 @@ "type": "string" }, "orgUnitId": { - "description": "The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.", + "description": "Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.", "type": "string" }, "restrictions": { @@ -4727,7 +4895,7 @@ "type": "boolean" }, "copyRequiresWriterPermission": { - "description": "Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.", + "description": "Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.", "type": "boolean" }, "domainUsersOnly": { @@ -4746,7 +4914,7 @@ "type": "object" }, "themeId": { - "description": "The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.", + "description": "The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.", "type": "string" } }, @@ -4765,7 +4933,7 @@ }, "kind": { "default": "drive#driveList", - "description": "This is always drive#driveList", + "description": "This is always `drive#driveList`", "type": "string" }, "nextPageToken": { @@ -4780,174 +4948,174 @@ "id": "File", "properties": { "alternateLink": { - "description": "A link for opening the file in a relevant Google editor or viewer.", + "description": "Output only. A link for opening the file in a relevant Google editor or viewer.", "type": "string" }, "appDataContents": { - "description": "Whether this file is in the Application Data folder.", + "description": "Output only. Whether this file is in the Application Data folder.", "type": "boolean" }, "canComment": { - "description": "Deprecated: use capabilities/canComment.", + "description": "Output only. Deprecated: Use `capabilities/canComment` instead.", "type": "boolean" }, "canReadRevisions": { - "description": "Deprecated: use capabilities/canReadRevisions.", + "description": "Output only. Deprecated: Use `capabilities/canReadRevisions` instead.", "type": "boolean" }, "capabilities": { - "description": "Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.", + "description": "Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.", "properties": { "canAcceptOwnership": { - "description": "Whether the current user is the pending owner of the file. Not populated for shared drive files.", + "description": "Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.", "type": "boolean" }, "canAddChildren": { - "description": "Whether the current user can add children to this folder. This is always false when the item is not a folder.", + "description": "Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.", "type": "boolean" }, "canAddFolderFromAnotherDrive": { - "description": "Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canAddMyDriveParent": { - "description": "Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.", + "description": "Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.", "type": "boolean" }, "canChangeCopyRequiresWriterPermission": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this file.", + "description": "Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.", "type": "boolean" }, "canChangeRestrictedDownload": { - "description": "Deprecated", + "description": "Output only. Deprecated.", "type": "boolean" }, "canChangeSecurityUpdateEnabled": { - "description": "Whether the current user can change the securityUpdateEnabled field on link share metadata.", + "description": "Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.", "type": "boolean" }, "canComment": { - "description": "Whether the current user can comment on this file.", + "description": "Output only. Whether the current user can comment on this file.", "type": "boolean" }, "canCopy": { - "description": "Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.", + "description": "Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.", "type": "boolean" }, "canDelete": { - "description": "Whether the current user can delete this file.", + "description": "Output only. Whether the current user can delete this file.", "type": "boolean" }, "canDeleteChildren": { - "description": "Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canDownload": { - "description": "Whether the current user can download this file.", + "description": "Output only. Whether the current user can download this file.", "type": "boolean" }, "canEdit": { - "description": "Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.", + "description": "Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.", "type": "boolean" }, "canListChildren": { - "description": "Whether the current user can list the children of this folder. This is always false when the item is not a folder.", + "description": "Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.", "type": "boolean" }, "canModifyContent": { - "description": "Whether the current user can modify the content of this file.", + "description": "Output only. Whether the current user can modify the content of this file.", "type": "boolean" }, "canModifyContentRestriction": { - "description": "Whether the current user can modify restrictions on content of this file.", + "description": "Output only. Whether the current user can modify restrictions on content of this file.", "type": "boolean" }, "canModifyLabels": { - "description": "Whether the current user can modify the labels on this file.", + "description": "Output only. Whether the current user can modify the labels on the file.", "type": "boolean" }, "canMoveChildrenOutOfDrive": { - "description": "Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canMoveChildrenOutOfTeamDrive": { - "description": "Deprecated - use canMoveChildrenOutOfDrive instead.", + "description": "Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.", "type": "boolean" }, "canMoveChildrenWithinDrive": { - "description": "Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.", + "description": "Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.", "type": "boolean" }, "canMoveChildrenWithinTeamDrive": { - "description": "Deprecated - use canMoveChildrenWithinDrive instead.", + "description": "Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.", "type": "boolean" }, "canMoveItemIntoTeamDrive": { - "description": "Deprecated - use canMoveItemOutOfDrive instead.", + "description": "Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canMoveItemOutOfDrive": { - "description": "Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.", + "description": "Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.", "type": "boolean" }, "canMoveItemOutOfTeamDrive": { - "description": "Deprecated - use canMoveItemOutOfDrive instead.", + "description": "Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canMoveItemWithinDrive": { - "description": "Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.", + "description": "Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.", "type": "boolean" }, "canMoveItemWithinTeamDrive": { - "description": "Deprecated - use canMoveItemWithinDrive instead.", + "description": "Output only. Deprecated: Use `canMoveItemWithinDrive` instead.", "type": "boolean" }, "canMoveTeamDriveItem": { - "description": "Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.", + "description": "Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canReadDrive": { - "description": "Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.", "type": "boolean" }, "canReadLabels": { - "description": "Whether the current user can read the labels on this file.", + "description": "Output only. Whether the current user can read the labels on the file.", "type": "boolean" }, "canReadRevisions": { - "description": "Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.", + "description": "Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.", "type": "boolean" }, "canReadTeamDrive": { - "description": "Deprecated - use canReadDrive instead.", + "description": "Output only. Deprecated: Use `canReadDrive` instead.", "type": "boolean" }, "canRemoveChildren": { - "description": "Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.", + "description": "Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.", "type": "boolean" }, "canRemoveMyDriveParent": { - "description": "Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.", + "description": "Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.", "type": "boolean" }, "canRename": { - "description": "Whether the current user can rename this file.", + "description": "Output only. Whether the current user can rename this file.", "type": "boolean" }, "canShare": { - "description": "Whether the current user can modify the sharing settings for this file.", + "description": "Output only. Whether the current user can modify the sharing settings for this file.", "type": "boolean" }, "canTrash": { - "description": "Whether the current user can move this file to trash.", + "description": "Output only. Whether the current user can move this file to trash.", "type": "boolean" }, "canTrashChildren": { - "description": "Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canUntrash": { - "description": "Whether the current user can restore this file from trash.", + "description": "Output only. Whether the current user can restore this file from trash.", "type": "boolean" } }, @@ -4965,7 +5133,7 @@ "type": "boolean" }, "copyable": { - "description": "Deprecated: use capabilities/canCopy.", + "description": "Output only. Deprecated: Use `capabilities/canCopy` instead.", "type": "boolean" }, "createdDate": { @@ -4974,7 +5142,7 @@ "type": "string" }, "defaultOpenWithLink": { - "description": "A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.", + "description": "Output only. A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.", "type": "string" }, "description": { @@ -4982,44 +5150,43 @@ "type": "string" }, "downloadUrl": { - "description": "Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.", "type": "string" }, "driveId": { - "description": "ID of the shared drive the file resides in. Only populated for items in shared drives.", + "description": "Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.", "type": "string" }, "editable": { - "description": "Deprecated: use capabilities/canEdit.", + "description": "Output only. Deprecated: Use `capabilities/canEdit` instead.", "type": "boolean" }, "embedLink": { - "description": "A link for embedding the file.", + "description": "Output only. A link for embedding the file.", "type": "string" }, "etag": { - "description": "ETag of the file.", + "description": "Output only. ETag of the file.", "type": "string" }, "explicitlyTrashed": { - "description": "Whether this file has been explicitly trashed, as opposed to recursively trashed.", + "description": "Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.", "type": "boolean" }, "exportLinks": { "additionalProperties": { - "description": "A mapping from export format to URL", "type": "string" }, - "description": "Links for exporting Docs Editors files to specific formats.", + "description": "Output only. Links for exporting Docs Editors files to specific formats.", "readOnly": true, "type": "object" }, "fileExtension": { - "description": "The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "fileSize": { - "description": "The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.", + "description": "Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.", "format": "int64", "type": "string" }, @@ -5028,23 +5195,23 @@ "type": "string" }, "fullFileExtension": { - "description": "The full file extension; extracted from the title. May contain multiple concatenated extensions, such as \"tar.gz\". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as \"tar.gz\". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "hasAugmentedPermissions": { - "description": "Whether there are permissions directly on this file. This field is only populated for items in shared drives.", + "description": "Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.", "type": "boolean" }, "hasThumbnail": { - "description": "Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.", + "description": "Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.", "type": "boolean" }, "headRevisionId": { - "description": "The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "iconLink": { - "description": "A link to the file's icon.", + "description": "Output only. A link to the file's icon.", "type": "string" }, "id": { @@ -5052,81 +5219,81 @@ "type": "string" }, "imageMediaMetadata": { - "description": "Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.", + "description": "Output only. Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.", "properties": { "aperture": { - "description": "The aperture used to create the photo (f-number).", + "description": "Output only. The aperture used to create the photo (f-number).", "format": "float", "type": "number" }, "cameraMake": { - "description": "The make of the camera used to create the photo.", + "description": "Output only. The make of the camera used to create the photo.", "type": "string" }, "cameraModel": { - "description": "The model of the camera used to create the photo.", + "description": "Output only. The model of the camera used to create the photo.", "type": "string" }, "colorSpace": { - "description": "The color space of the photo.", + "description": "Output only. The color space of the photo.", "type": "string" }, "date": { - "description": "The date and time the photo was taken (EXIF format timestamp).", + "description": "Output only. The date and time the photo was taken (EXIF format timestamp).", "type": "string" }, "exposureBias": { - "description": "The exposure bias of the photo (APEX value).", + "description": "Output only. The exposure bias of the photo (APEX value).", "format": "float", "type": "number" }, "exposureMode": { - "description": "The exposure mode used to create the photo.", + "description": "Output only. The exposure mode used to create the photo.", "type": "string" }, "exposureTime": { - "description": "The length of the exposure, in seconds.", + "description": "Output only. The length of the exposure, in seconds.", "format": "float", "type": "number" }, "flashUsed": { - "description": "Whether a flash was used to create the photo.", + "description": "Output only. Whether a flash was used to create the photo.", "type": "boolean" }, "focalLength": { - "description": "The focal length used to create the photo, in millimeters.", + "description": "Output only. The focal length used to create the photo, in millimeters.", "format": "float", "type": "number" }, "height": { - "description": "The height of the image in pixels.", + "description": "Output only. The height of the image in pixels.", "format": "int32", "type": "integer" }, "isoSpeed": { - "description": "The ISO speed used to create the photo.", + "description": "Output only. The ISO speed used to create the photo.", "format": "int32", "type": "integer" }, "lens": { - "description": "The lens used to create the photo.", + "description": "Output only. The lens used to create the photo.", "type": "string" }, "location": { - "description": "Geographic location information stored in the image.", + "description": "Output only. Geographic location information stored in the image.", "properties": { "altitude": { - "description": "The altitude stored in the image.", + "description": "Output only. The altitude stored in the image.", "format": "double", "type": "number" }, "latitude": { - "description": "The latitude stored in the image.", + "description": "Output only. The latitude stored in the image.", "format": "double", "type": "number" }, "longitude": { - "description": "The longitude stored in the image.", + "description": "Output only. The longitude stored in the image.", "format": "double", "type": "number" } @@ -5134,34 +5301,34 @@ "type": "object" }, "maxApertureValue": { - "description": "The smallest f-number of the lens at the focal length used to create the photo (APEX value).", + "description": "Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).", "format": "float", "type": "number" }, "meteringMode": { - "description": "The metering mode used to create the photo.", + "description": "Output only. The metering mode used to create the photo.", "type": "string" }, "rotation": { - "description": "The number of clockwise 90 degree rotations applied from the image's original orientation.", + "description": "Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.", "format": "int32", "type": "integer" }, "sensor": { - "description": "The type of sensor used to create the photo.", + "description": "Output only. The type of sensor used to create the photo.", "type": "string" }, "subjectDistance": { - "description": "The distance to the subject of the photo, in meters.", + "description": "Output only. The distance to the subject of the photo, in meters.", "format": "int32", "type": "integer" }, "whiteBalance": { - "description": "The white balance mode used to create the photo.", + "description": "Output only. The white balance mode used to create the photo.", "type": "string" }, "width": { - "description": "The width of the image in pixels.", + "description": "Output only. The width of the image in pixels.", "format": "int32", "type": "integer" } @@ -5169,7 +5336,7 @@ "type": "object" }, "indexableText": { - "description": "Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.", + "description": "Indexable text attributes for the file (can only be written)", "properties": { "text": { "description": "The text to be indexed for this file.", @@ -5179,19 +5346,19 @@ "type": "object" }, "isAppAuthorized": { - "description": "Whether the file was created or opened by the requesting app.", + "description": "Output only. Whether the file was created or opened by the requesting app.", "type": "boolean" }, "kind": { "default": "drive#file", - "description": "The type of file. This is always drive#file.", + "description": "Output only. The type of file. This is always `drive#file`.", "type": "string" }, "labelInfo": { - "description": "An overview of the labels on the file.", + "description": "Output only. An overview of the labels on the file.", "properties": { "labels": { - "description": "The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.", + "description": "Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.", "items": { "$ref": "Label" }, @@ -5204,15 +5371,15 @@ "description": "A group of labels for the file.", "properties": { "hidden": { - "description": "Deprecated.", + "description": "Output only. Deprecated.", "type": "boolean" }, "modified": { - "description": "Whether the file has been modified by this user.", + "description": "Output only. Whether the file has been modified by this user.", "type": "boolean" }, "restricted": { - "description": "Deprecated - use copyRequiresWriterPermission instead.", + "description": "Output only. Deprecated: Use `copyRequiresWriterPermission` instead.", "type": "boolean" }, "starred": { @@ -5220,7 +5387,7 @@ "type": "boolean" }, "trashed": { - "description": "Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.", + "description": "Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.", "type": "boolean" }, "viewed": { @@ -5232,10 +5399,10 @@ }, "lastModifyingUser": { "$ref": "User", - "description": "The last user to modify this file." + "description": "Output only. The last user to modify this file." }, "lastModifyingUserName": { - "description": "Name of the last user to modify this file.", + "description": "Output only. Name of the last user to modify this file.", "type": "string" }, "lastViewedByMeDate": { @@ -5247,11 +5414,11 @@ "description": "Contains details about the link URLs that clients are using to refer to this item.", "properties": { "securityUpdateEligible": { - "description": "Whether the file is eligible for security update.", + "description": "Output only. Whether the file is eligible for security update.", "type": "boolean" }, "securityUpdateEnabled": { - "description": "Whether the security update is enabled for this file.", + "description": "Output only. Whether the security update is enabled for this file.", "type": "boolean" } }, @@ -5263,7 +5430,7 @@ "type": "string" }, "md5Checksum": { - "description": "An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "mimeType": { @@ -5284,47 +5451,47 @@ "additionalProperties": { "type": "string" }, - "description": "A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.", + "description": "Output only. A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.", "type": "object" }, "originalFilename": { - "description": "The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.", + "description": "The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.", "type": "string" }, "ownedByMe": { - "description": "Whether the file is owned by the current user. Not populated for items in shared drives.", + "description": "Output only. Whether the file is owned by the current user. Not populated for items in shared drives.", "type": "boolean" }, "ownerNames": { - "description": "Name(s) of the owner(s) of this file. Not populated for items in shared drives.", + "description": "Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.", "items": { "type": "string" }, "type": "array" }, "owners": { - "description": "The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.", + "description": "Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.", "items": { "$ref": "User" }, "type": "array" }, "parents": { - "description": "Collection of parent folders which contain this file.\nIf not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.", + "description": "Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.", "items": { "$ref": "ParentReference" }, "type": "array" }, "permissionIds": { - "description": "List of permission IDs for users with access to this file.", + "description": "Output only. List of permission IDs for users with access to this file.", "items": { "type": "string" }, "type": "array" }, "permissions": { - "description": "The list of permissions for users with access to this file. Not populated for items in shared drives.", + "description": "Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.", "items": { "$ref": "Permission" }, @@ -5338,32 +5505,32 @@ "type": "array" }, "quotaBytesUsed": { - "description": "The number of quota bytes used by this file.", + "description": "Output only. The number of quota bytes used by this file.", "format": "int64", "type": "string" }, "resourceKey": { - "description": "A key needed to access the item via a shared link.", + "description": "Output only. A key needed to access the item via a shared link.", "type": "string" }, "selfLink": { - "description": "A link back to this file.", + "description": "Output only. A link back to this file.", "type": "string" }, "sha1Checksum": { - "description": "The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "sha256Checksum": { - "description": "The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "shareable": { - "description": "Deprecated: use capabilities/canShare.", + "description": "Output only. Deprecated: Use `capabilities/canShare` instead.", "type": "boolean" }, "shared": { - "description": "Whether the file has been shared. Not populated for items in shared drives.", + "description": "Output only. Whether the file has been shared. Not populated for items in shared drives.", "type": "boolean" }, "sharedWithMeDate": { @@ -5373,35 +5540,35 @@ }, "sharingUser": { "$ref": "User", - "description": "User that shared the item with the current user, if available." + "description": "Output only. User that shared the item with the current user, if available." }, "shortcutDetails": { - "description": "Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.", + "description": "Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.", "properties": { "targetId": { "description": "The ID of the file that this shortcut points to.", "type": "string" }, "targetMimeType": { - "description": "The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.", + "description": "Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.", "type": "string" }, "targetResourceKey": { - "description": "The ResourceKey for the target file.", + "description": "Output only. The ResourceKey for the target file.", "type": "string" } }, "type": "object" }, "spaces": { - "description": "The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.", + "description": "Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.", "items": { "type": "string" }, "type": "array" }, "teamDriveId": { - "description": "Deprecated - use driveId instead.", + "description": "Output only. Deprecated: Use `driveId` instead.", "type": "string" }, "thumbnail": { @@ -5420,11 +5587,11 @@ "type": "object" }, "thumbnailLink": { - "description": "A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.", + "description": "Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.", "type": "string" }, "thumbnailVersion": { - "description": "The thumbnail version for use in thumbnail cache invalidation.", + "description": "Output only. The thumbnail version for use in thumbnail cache invalidation.", "format": "int64", "type": "string" }, @@ -5439,32 +5606,32 @@ }, "trashingUser": { "$ref": "User", - "description": "If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives." + "description": "Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives." }, "userPermission": { "$ref": "Permission", - "description": "The permissions for the authenticated user on this file." + "description": "Output only. The permissions for the authenticated user on this file." }, "version": { - "description": "A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.", + "description": "Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.", "format": "int64", "type": "string" }, "videoMediaMetadata": { - "description": "Metadata about video media. This will only be present for video types.", + "description": "Output only. Metadata about video media. This will only be present for video types.", "properties": { "durationMillis": { - "description": "The duration of the video in milliseconds.", + "description": "Output only. The duration of the video in milliseconds.", "format": "int64", "type": "string" }, "height": { - "description": "The height of the video in pixels.", + "description": "Output only. The height of the video in pixels.", "format": "int32", "type": "integer" }, "width": { - "description": "The width of the video in pixels.", + "description": "Output only. The width of the video in pixels.", "format": "int32", "type": "integer" } @@ -5472,11 +5639,11 @@ "type": "object" }, "webContentLink": { - "description": "A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.", + "description": "Output only. A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.", "type": "string" }, "webViewLink": { - "description": "A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.", + "description": "Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.", "type": "string" }, "writersCanShare": { @@ -5507,7 +5674,7 @@ }, "kind": { "default": "drive#fileList", - "description": "This is always drive#fileList.", + "description": "This is always `drive#fileList`.", "type": "string" }, "nextLink": { @@ -5538,7 +5705,7 @@ }, "kind": { "default": "drive#generatedIds", - "description": "This is always drive#generatedIds", + "description": "This is always `drive#generatedIds`", "type": "string" }, "space": { @@ -5549,14 +5716,14 @@ "type": "object" }, "Label": { - "description": "Representation of a label and its fields.", + "description": "Representation of a label and label fields.", "id": "Label", "properties": { "fields": { "additionalProperties": { "$ref": "LabelField" }, - "description": "A map of the label's fields keyed by the field ID.", + "description": "A map of the fields on the label, keyed by the field's ID.", "type": "object" }, "id": { @@ -5565,7 +5732,7 @@ }, "kind": { "default": "drive#label", - "description": "This is always drive#label", + "description": "This is always `drive#label`", "type": "string" }, "revisionId": { @@ -5576,7 +5743,7 @@ "type": "object" }, "LabelField": { - "description": "Representation of a label field.", + "description": "Representation of field, which is a typed key-value pair.", "id": "LabelField", "properties": { "dateString": { @@ -5588,11 +5755,11 @@ "type": "array" }, "id": { - "description": "The identifier of this field.", + "description": "The identifier of this label field.", "type": "string" }, "integer": { - "description": "Only present if valueType is integer.", + "description": "Only present if `valueType` is `integer`.", "items": { "format": "int64", "type": "string" @@ -5601,32 +5768,32 @@ }, "kind": { "default": "drive#labelField", - "description": "This is always drive#labelField.", + "description": "This is always `drive#labelField`.", "type": "string" }, "selection": { - "description": "Only present if valueType is selection.", + "description": "Only present if `valueType` is `selection`", "items": { "type": "string" }, "type": "array" }, "text": { - "description": "Only present if valueType is text.", + "description": "Only present if `valueType` is `text`.", "items": { "type": "string" }, "type": "array" }, "user": { - "description": "Only present if valueType is user.", + "description": "Only present if `valueType` is `user`.", "items": { "$ref": "User" }, "type": "array" }, "valueType": { - "description": "The field type. While new values may be supported in the future, the following are currently allowed: \n- dateString \n- integer \n- selection \n- text \n- user", + "description": "The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`", "type": "string" } }, @@ -5642,11 +5809,11 @@ }, "kind": { "default": "drive#labelFieldModification", - "description": "This is always drive#labelFieldModification.", + "description": "This is always `drive#labelFieldModification`.", "type": "string" }, "setDateValues": { - "description": "Replaces a dateString field with these new values. The values must be strings in the RFC 3339 full-date format: YYYY-MM-DD.", + "description": "Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.", "items": { "format": "date", "type": "string" @@ -5654,7 +5821,7 @@ "type": "array" }, "setIntegerValues": { - "description": "Replaces an integer field with these new values.", + "description": "Replaces the value of an `integer` field with these new values.", "items": { "format": "int64", "type": "string" @@ -5662,21 +5829,21 @@ "type": "array" }, "setSelectionValues": { - "description": "Replaces a selection field with these new values.", + "description": "Replaces a `selection` field with these new values.", "items": { "type": "string" }, "type": "array" }, "setTextValues": { - "description": "Replaces a text field with these new values.", + "description": "Sets the value of a `text` field.", "items": { "type": "string" }, "type": "array" }, "setUserValues": { - "description": "Replaces a user field with these new values. The values must be valid email addresses.", + "description": "Replaces a `user` field with these new values. The values must be valid email addresses.", "items": { "type": "string" }, @@ -5690,7 +5857,7 @@ "type": "object" }, "LabelList": { - "description": "A list of labels.", + "description": "A list of labels applied to a file.", "id": "LabelList", "properties": { "items": { @@ -5702,7 +5869,7 @@ }, "kind": { "default": "drive#labelList", - "description": "This is always drive#labelList", + "description": "This is always `drive#labelList`", "type": "string" }, "nextPageToken": { @@ -5725,7 +5892,7 @@ }, "kind": { "default": "drive#labelModification", - "description": "This is always drive#labelModification.", + "description": "This is always `drive#labelModification`.", "type": "string" }, "labelId": { @@ -5745,12 +5912,12 @@ "type": "object" }, "ModifyLabelsRequest": { - "description": "A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail transactionally.", + "description": "A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.", "id": "ModifyLabelsRequest", "properties": { "kind": { "default": "drive#modifyLabelsRequest", - "description": "This is always drive#modifyLabelsRequest", + "description": "This is always `drive#modifyLabelsRequest`.", "type": "string" }, "labelModifications": { @@ -5769,7 +5936,7 @@ "properties": { "kind": { "default": "drive#modifyLabelsResponse", - "description": "This is always drive#modifyLabelsResponse", + "description": "This is always `drive#modifyLabelsResponse`", "type": "string" }, "modifiedLabels": { @@ -5799,7 +5966,7 @@ }, "kind": { "default": "drive#parentList", - "description": "This is always drive#parentList.", + "description": "This is always `drive#parentList`.", "type": "string" }, "selfLink": { @@ -5823,20 +5990,20 @@ "type": "string" }, "isRoot": { - "description": "Whether or not the parent is the root folder.", + "description": "Output only. Whether or not the parent is the root folder.", "type": "boolean" }, "kind": { "default": "drive#parentReference", - "description": "This is always drive#parentReference.", + "description": "Output only. This is always `drive#parentReference`.", "type": "string" }, "parentLink": { - "description": "A link to the parent.", + "description": "Output only. A link to the parent.", "type": "string" }, "selfLink": { - "description": "A link back to this reference.", + "description": "Output only. A link back to this reference.", "type": "string" } }, @@ -5847,79 +6014,79 @@ "id": "Permission", "properties": { "additionalRoles": { - "description": "Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.", + "description": "Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.", "items": { "type": "string" }, "type": "array" }, "authKey": { - "description": "Deprecated.", + "description": "Output only. Deprecated.", "type": "string" }, "deleted": { - "description": "Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.", + "description": "Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.", "type": "boolean" }, "domain": { - "description": "The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.", + "description": "Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.", "type": "string" }, "emailAddress": { - "description": "The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.", + "description": "Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.", "type": "string" }, "etag": { - "description": "The ETag of the permission.", + "description": "Output only. The ETag of the permission.", "type": "string" }, "expirationDate": { - "description": "The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: \n- They cannot be set on shared drive items \n- They can only be set on user and group permissions \n- The date must be in the future \n- The date cannot be more than a year in the future", + "description": "The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests", "format": "date-time", "type": "string" }, "id": { - "description": "The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.", + "description": "The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.", "type": "string" }, "kind": { "default": "drive#permission", - "description": "This is always drive#permission.", + "description": "Output only. This is always `drive#permission`.", "type": "string" }, "name": { - "description": "The name for this permission.", + "description": "Output only. The name for this permission.", "type": "string" }, "pendingOwner": { - "description": "Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.", + "description": "Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.", "type": "boolean" }, "permissionDetails": { - "description": "Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.", + "description": "Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.", "items": { "properties": { "additionalRoles": { - "description": "Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.", + "description": "Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.", "items": { "type": "string" }, "type": "array" }, "inherited": { - "description": "Whether this permission is inherited. This field is always populated. This is an output-only field.", + "description": "Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.", "type": "boolean" }, "inheritedFrom": { - "description": "The ID of the item from which this permission is inherited. This is an output-only field.", + "description": "Output only. The ID of the item from which this permission is inherited. This is an output-only field.", "type": "string" }, "permissionType": { - "description": "The permission type for this user. While new values may be added in future, the following are currently possible: \n- file \n- member", + "description": "Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`", "type": "string" }, "role": { - "description": "The primary role for this user. While new values may be added in the future, the following are currently possible: \n- organizer \n- fileOrganizer \n- writer \n- reader", + "description": "Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`", "type": "string" } }, @@ -5929,7 +6096,7 @@ "type": "array" }, "photoLink": { - "description": "A link to the profile photo, if available.", + "description": "Output only. A link to the profile photo, if available.", "type": "string" }, "role": { @@ -5938,38 +6105,38 @@ "drive.permissions.insert" ] }, - "description": "The primary role for this user. While new values may be supported in the future, the following are currently allowed: \n- owner \n- organizer \n- fileOrganizer \n- writer \n- reader", + "description": "The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`", "type": "string" }, "selfLink": { - "description": "A link back to this permission.", + "description": "Output only. A link back to this permission.", "type": "string" }, "teamDrivePermissionDetails": { - "description": "Deprecated - use permissionDetails instead.", + "description": "Output only. Deprecated: Use `permissionDetails` instead.", "items": { "properties": { "additionalRoles": { - "description": "Deprecated - use permissionDetails/additionalRoles instead.", + "description": "Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.", "items": { "type": "string" }, "type": "array" }, "inherited": { - "description": "Deprecated - use permissionDetails/inherited instead.", + "description": "Output only. Deprecated: Use `permissionDetails/inherited` instead.", "type": "boolean" }, "inheritedFrom": { - "description": "Deprecated - use permissionDetails/inheritedFrom instead.", + "description": "Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.", "type": "string" }, "role": { - "description": "Deprecated - use permissionDetails/role instead.", + "description": "Output only. Deprecated: Use `permissionDetails/role` instead.", "type": "string" }, "teamDrivePermissionType": { - "description": "Deprecated - use permissionDetails/permissionType instead.", + "description": "Output only. Deprecated: Use `permissionDetails/permissionType` instead.", "type": "string" } }, @@ -5984,15 +6151,15 @@ "drive.permissions.insert" ] }, - "description": "The account type. Allowed values are: \n- user \n- group \n- domain \n- anyone", + "description": "The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`", "type": "string" }, "value": { - "description": "The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.", + "description": "The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.", "type": "string" }, "view": { - "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.", + "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.", "type": "string" }, "withLink": { @@ -6012,7 +6179,7 @@ }, "kind": { "default": "drive#permissionId", - "description": "This is always drive#permissionId.", + "description": "This is always `drive#permissionId`.", "type": "string" } }, @@ -6035,7 +6202,7 @@ }, "kind": { "default": "drive#permissionList", - "description": "This is always drive#permissionList.", + "description": "This is always `drive#permissionList`.", "type": "string" }, "nextPageToken": { @@ -6050,11 +6217,11 @@ "type": "object" }, "Property": { - "description": "A key-value pair attached to a file that is either public or private to an application.\nThe following limits apply to file properties: \n- Maximum of 100 properties total per file\n- Maximum of 30 private properties per app\n- Maximum of 30 public properties\n- Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.", + "description": "A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property", "id": "Property", "properties": { "etag": { - "description": "ETag of the property.", + "description": "Output only. ETag of the property.", "type": "string" }, "key": { @@ -6068,11 +6235,11 @@ }, "kind": { "default": "drive#property", - "description": "This is always drive#property.", + "description": "Output only. This is always `drive#property`.", "type": "string" }, "selfLink": { - "description": "The link back to this property.", + "description": "Output only. The link back to this property.", "type": "string" }, "value": { @@ -6080,7 +6247,7 @@ "type": "string" }, "visibility": { - "description": "The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.", + "description": "The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.", "type": "string" } }, @@ -6103,7 +6270,7 @@ }, "kind": { "default": "drive#propertyList", - "description": "This is always drive#propertyList.", + "description": "This is always `drive#propertyList`.", "type": "string" }, "selfLink": { @@ -6118,48 +6285,48 @@ "id": "Revision", "properties": { "downloadUrl": { + "description": "Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive.", "type": "string" }, "etag": { - "description": "The ETag of the revision.", + "description": "Output only. The ETag of the revision.", "type": "string" }, "exportLinks": { "additionalProperties": { - "description": "A mapping from export format to URL", "type": "string" }, - "description": "Links for exporting Docs Editors files to specific formats.", + "description": "Output only. Links for exporting Docs Editors files to specific formats.", "type": "object" }, "fileSize": { - "description": "The size of the revision in bytes. This will only be populated on files with content stored in Drive.", + "description": "Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive.", "format": "int64", "type": "string" }, "id": { - "description": "The ID of the revision.", + "description": "Output only. The ID of the revision.", "type": "string" }, "kind": { "default": "drive#revision", - "description": "This is always drive#revision.", + "description": "Output only. This is always `drive#revision`.", "type": "string" }, "lastModifyingUser": { "$ref": "User", - "description": "The last user to modify this revision." + "description": "Output only. The last user to modify this revision." }, "lastModifyingUserName": { - "description": "Name of the last user to modify this revision.", + "description": "Output only. Name of the last user to modify this revision.", "type": "string" }, "md5Checksum": { - "description": "An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.", + "description": "Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.", "type": "string" }, "mimeType": { - "description": "The MIME type of the revision.", + "description": "Output only. The MIME type of the revision.", "type": "string" }, "modifiedDate": { @@ -6168,7 +6335,7 @@ "type": "string" }, "originalFilename": { - "description": "The original filename when this revision was created. This will only be populated on files with content stored in Drive.", + "description": "Output only. The original filename when this revision was created. This will only be populated on files with content stored in Drive.", "type": "string" }, "pinned": { @@ -6184,7 +6351,7 @@ "type": "boolean" }, "publishedLink": { - "description": "A link to the published revision. This is only populated for Google Sites files.", + "description": "Output only. A link to the published revision. This is only populated for Google Sites files.", "type": "string" }, "publishedOutsideDomain": { @@ -6192,7 +6359,7 @@ "type": "boolean" }, "selfLink": { - "description": "A link back to this revision.", + "description": "Output only. A link back to this revision.", "type": "string" } }, @@ -6215,7 +6382,7 @@ }, "kind": { "default": "drive#revisionList", - "description": "This is always drive#revisionList.", + "description": "This is always `drive#revisionList`.", "type": "string" }, "nextPageToken": { @@ -6234,7 +6401,7 @@ "properties": { "kind": { "default": "drive#startPageToken", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#startPageToken\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#startPageToken\"`.", "type": "string" }, "startPageToken": { @@ -6245,11 +6412,11 @@ "type": "object" }, "TeamDrive": { - "description": "Deprecated: use the drive collection instead.", + "description": "Deprecated: Use the `drive` collection instead.", "id": "TeamDrive", "properties": { "backgroundImageFile": { - "description": "An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.", + "description": "An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.", "properties": { "id": { "description": "The ID of an image file in Drive to use for the background image.", @@ -6285,15 +6452,15 @@ "type": "boolean" }, "canChangeCopyRequiresWriterPermissionRestriction": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive.", + "description": "Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive.", "type": "boolean" }, "canChangeDomainUsersOnlyRestriction": { - "description": "Whether the current user can change the domainUsersOnly restriction of this Team Drive.", + "description": "Whether the current user can change the `domainUsersOnly` restriction of this Team Drive.", "type": "boolean" }, "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": { - "description": "Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive.", + "description": "Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive.", "type": "boolean" }, "canChangeTeamDriveBackground": { @@ -6301,7 +6468,7 @@ "type": "boolean" }, "canChangeTeamMembersOnlyRestriction": { - "description": "Whether the current user can change the teamMembersOnly restriction of this Team Drive.", + "description": "Whether the current user can change the `teamMembersOnly` restriction of this Team Drive.", "type": "boolean" }, "canComment": { @@ -6341,7 +6508,7 @@ "type": "boolean" }, "canRemoveChildren": { - "description": "Deprecated - use canDeleteChildren or canTrashChildren instead.", + "description": "Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead.", "type": "boolean" }, "canRename": { @@ -6368,7 +6535,7 @@ "type": "object" }, "colorRgb": { - "description": "The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId.", + "description": "The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`.", "type": "string" }, "createdDate": { @@ -6382,7 +6549,7 @@ }, "kind": { "default": "drive#teamDrive", - "description": "This is always drive#teamDrive", + "description": "This is always `drive#teamDrive`", "type": "string" }, "name": { @@ -6395,7 +6562,7 @@ "type": "string" }, "orgUnitId": { - "description": "The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.", + "description": "The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.", "type": "string" }, "restrictions": { @@ -6406,7 +6573,7 @@ "type": "boolean" }, "copyRequiresWriterPermission": { - "description": "Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive.", + "description": "Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive.", "type": "boolean" }, "domainUsersOnly": { @@ -6425,7 +6592,7 @@ "type": "object" }, "themeId": { - "description": "The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.", + "description": "The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.", "type": "string" } }, @@ -6444,7 +6611,7 @@ }, "kind": { "default": "drive#teamDriveList", - "description": "This is always drive#teamDriveList", + "description": "This is always `drive#teamDriveList`", "type": "string" }, "nextPageToken": { @@ -6459,31 +6626,31 @@ "id": "User", "properties": { "displayName": { - "description": "A plain text displayable name for this user.", + "description": "Output only. A plain text displayable name for this user.", "type": "string" }, "emailAddress": { - "description": "The email address of the user.", + "description": "Output only. The email address of the user.", "type": "string" }, "isAuthenticatedUser": { - "description": "Whether this user is the same as the authenticated user for whom the request was made.", + "description": "Output only. Whether this user is the same as the authenticated user for whom the request was made.", "type": "boolean" }, "kind": { "default": "drive#user", - "description": "This is always drive#user.", + "description": "Output only. This is always `drive#user`.", "type": "string" }, "permissionId": { - "description": "The user's ID as visible in the permissions collection.", + "description": "Output only. The user's ID as visible in the permissions collection.", "type": "string" }, "picture": { - "description": "The user's profile picture.", + "description": "Output only. The user's profile picture.", "properties": { "url": { - "description": "A URL that points to a profile picture of this user.", + "description": "Output Only. A URL that points to a profile picture of this user.", "type": "string" } }, @@ -6494,6 +6661,6 @@ } }, "servicePath": "drive/v2/", - "title": "Drive API", + "title": "Google Drive API", "version": "v2" } \ No newline at end of file diff --git a/googleapiclient/discovery_cache/documents/drive.v3.json b/googleapiclient/discovery_cache/documents/drive.v3.json index e952bfe3669..9729c7da333 100644 --- a/googleapiclient/discovery_cache/documents/drive.v3.json +++ b/googleapiclient/discovery_cache/documents/drive.v3.json @@ -32,32 +32,59 @@ "basePath": "/drive/v3/", "baseUrl": "https://www.googleapis.com/drive/v3/", "batchPath": "batch/drive/v3", - "description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.", + "description": "The Google Drive API allows clients to access resources from Google Drive.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/drive/", - "etag": "\"VYc8DWo_6wRTElVugbtvWfkARsc/Rbg-qVi5IMtZXkfgFBOCN9uNluk\"", "icons": { - "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png", - "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png" + "x16": "http://www.google.com/images/icons/product/search-16.gif", + "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "id": "drive:v3", "kind": "discovery#restDescription", + "mtlsRootUrl": "https://www.mtls.googleapis.com/", "name": "drive", "ownerDomain": "google.com", "ownerName": "Google", "parameters": { + "$.xgafv": { + "description": "V1 error format.", + "enum": [ + "1", + "2" + ], + "enumDescriptions": [ + "v1 error format", + "v2 error format" + ], + "location": "query", + "type": "string" + }, + "access_token": { + "description": "OAuth access token.", + "location": "query", + "type": "string" + }, "alt": { "default": "json", - "description": "Data format for the response.", + "description": "Data format for response.", "enum": [ - "json" + "json", + "media", + "proto" ], "enumDescriptions": [ - "Responses with Content-Type of application/json" + "Responses with Content-Type of application/json", + "Media download with context-dependent Content-Type", + "Responses with Content-Type of application/x-protobuf" ], "location": "query", "type": "string" }, + "callback": { + "description": "JSONP", + "location": "query", + "type": "string" + }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "location": "query", @@ -80,12 +107,17 @@ "type": "boolean" }, "quotaUser": { - "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", "location": "query", "type": "string" }, - "userIp": { - "description": "Deprecated. Please use quotaUser instead.", + "uploadType": { + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", + "location": "query", + "type": "string" + }, + "upload_protocol": { + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query", "type": "string" } @@ -96,8 +128,11 @@ "methods": { "get": { "description": "Gets information about the user, the user's Drive, and system capabilities.", + "flatPath": "about", "httpMethod": "GET", "id": "drive.about.get", + "parameterOrder": [], + "parameters": {}, "path": "about", "response": { "$ref": "About" @@ -118,11 +153,13 @@ "methods": { "getStartPageToken": { "description": "Gets the starting pageToken for listing future changes.", + "flatPath": "changes/startPageToken", "httpMethod": "GET", "id": "drive.changes.getStartPageToken", + "parameterOrder": [], "parameters": { "driveId": { - "description": "The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.", + "description": "The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.", "location": "query", "type": "string" }, @@ -134,12 +171,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -160,6 +199,7 @@ }, "list": { "description": "Lists the changes for a user or shared drive.", + "flatPath": "changes", "httpMethod": "GET", "id": "drive.changes.list", "parameterOrder": [ @@ -167,7 +207,7 @@ ], "parameters": { "driveId": { - "description": "The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", + "description": "The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", "location": "query", "type": "string" }, @@ -184,7 +224,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -201,7 +241,8 @@ }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -240,12 +281,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -266,7 +309,8 @@ "supportsSubscription": true }, "watch": { - "description": "Subscribes to changes for a user. To use this method, you must include the pageToken query parameter.", + "description": "Subscribes to changes for a user.", + "flatPath": "changes/watch", "httpMethod": "POST", "id": "drive.changes.watch", "parameterOrder": [ @@ -274,7 +318,7 @@ ], "parameters": { "driveId": { - "description": "The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", + "description": "The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", "location": "query", "type": "string" }, @@ -291,7 +335,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -308,7 +352,8 @@ }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -347,12 +392,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -381,9 +428,12 @@ "channels": { "methods": { "stop": { - "description": "Stop watching resources through this channel", + "description": "Stops watching resources through this channel.", + "flatPath": "channels/stop", "httpMethod": "POST", "id": "drive.channels.stop", + "parameterOrder": [], + "parameters": {}, "path": "channels/stop", "request": { "$ref": "Channel", @@ -405,6 +455,7 @@ "methods": { "create": { "description": "Creates a comment on a file.", + "flatPath": "files/{fileId}/comments", "httpMethod": "POST", "id": "drive.comments.create", "parameterOrder": [ @@ -432,6 +483,7 @@ }, "delete": { "description": "Deletes a comment.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "DELETE", "id": "drive.comments.delete", "parameterOrder": [ @@ -460,6 +512,7 @@ }, "get": { "description": "Gets a comment by ID.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "GET", "id": "drive.comments.get", "parameterOrder": [ @@ -498,6 +551,7 @@ }, "list": { "description": "Lists a file's comments.", + "flatPath": "files/{fileId}/comments", "httpMethod": "GET", "id": "drive.comments.list", "parameterOrder": [ @@ -548,6 +602,7 @@ }, "update": { "description": "Updates a comment with patch semantics.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "PATCH", "id": "drive.comments.update", "parameterOrder": [ @@ -586,6 +641,7 @@ "methods": { "create": { "description": "Creates a shared drive.", + "flatPath": "drives", "httpMethod": "POST", "id": "drive.drives.create", "parameterOrder": [ @@ -593,7 +649,7 @@ ], "parameters": { "requestId": { - "description": "An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.", + "description": "Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.", "location": "query", "required": true, "type": "string" @@ -612,6 +668,7 @@ }, "delete": { "description": "Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.", + "flatPath": "drives/{driveId}", "httpMethod": "DELETE", "id": "drive.drives.delete", "parameterOrder": [ @@ -620,7 +677,7 @@ "parameters": { "allowItemDeletion": { "default": "false", - "description": "Whether any items inside the shared drive should also be deleted. This option is only supported when useDomainAdminAccess is also set to true.", + "description": "Whether any items inside the shared drive should also be deleted. This option is only supported when `useDomainAdminAccess` is also set to `true`.", "location": "query", "type": "boolean" }, @@ -644,6 +701,7 @@ }, "get": { "description": "Gets a shared drive's metadata by ID.", + "flatPath": "drives/{driveId}", "httpMethod": "GET", "id": "drive.drives.get", "parameterOrder": [ @@ -674,6 +732,7 @@ }, "hide": { "description": "Hides a shared drive from the default view.", + "flatPath": "drives/{driveId}/hide", "httpMethod": "POST", "id": "drive.drives.hide", "parameterOrder": [ @@ -696,9 +755,11 @@ ] }, "list": { - "description": "Lists the user's shared drives.", + "description": " Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.", + "flatPath": "drives", "httpMethod": "GET", "id": "drive.drives.list", + "parameterOrder": [], "parameters": { "pageSize": { "default": "10", @@ -737,6 +798,7 @@ }, "unhide": { "description": "Restores a shared drive to the default view.", + "flatPath": "drives/{driveId}/unhide", "httpMethod": "POST", "id": "drive.drives.unhide", "parameterOrder": [ @@ -759,7 +821,8 @@ ] }, "update": { - "description": "Updates the metadata for a shared drive.", + "description": "Updates the metadate for a shared drive.", + "flatPath": "drives/{driveId}", "httpMethod": "PATCH", "id": "drive.drives.update", "parameterOrder": [ @@ -774,7 +837,7 @@ }, "useDomainAdminAccess": { "default": "false", - "description": "Issue the request as a domain administrator. If set to true, then the requester is granted access if they're an administrator of the domain to which the shared drive belongs.", + "description": "Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.", "location": "query", "type": "boolean" } @@ -795,7 +858,8 @@ "files": { "methods": { "copy": { - "description": "Creates a copy of a file and applies any requested updates with patch semantics. Folders cannot be copied.", + "description": "Creates a copy of a file and applies any requested updates with patch semantics.", + "flatPath": "files/{fileId}/copy", "httpMethod": "POST", "id": "drive.files.copy", "parameterOrder": [ @@ -821,7 +885,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -849,7 +913,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -869,14 +934,15 @@ ] }, "create": { - "description": "Creates a file.", + "description": " Creates a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.create` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `name` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `\"name\": \"cat.jpg\"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.", + "flatPath": "files", "httpMethod": "POST", "id": "drive.files.create", "mediaUpload": { "accept": [ "*/*" ], - "maxSize": "5120GB", + "maxSize": "5497558138880", "protocols": { "resumable": { "multipart": true, @@ -888,6 +954,7 @@ } } }, + "parameterOrder": [], "parameters": { "enforceSingleParent": { "default": "false", @@ -902,7 +969,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -930,7 +997,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -953,11 +1021,11 @@ "https://www.googleapis.com/auth/drive.appdata", "https://www.googleapis.com/auth/drive.file" ], - "supportsMediaUpload": true, - "supportsSubscription": true + "supportsMediaUpload": true }, "delete": { "description": "Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted.", + "flatPath": "files/{fileId}", "httpMethod": "DELETE", "id": "drive.files.delete", "parameterOrder": [ @@ -966,7 +1034,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", "location": "query", "type": "boolean" }, @@ -984,7 +1053,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -997,9 +1067,11 @@ ] }, "emptyTrash": { - "description": "Permanently deletes all trashed files of a user or shared drive.", + "description": "Permanently deletes all of the user's trashed files.", + "flatPath": "files/trash", "httpMethod": "DELETE", "id": "drive.files.emptyTrash", + "parameterOrder": [], "parameters": { "driveId": { "description": "If set, empties the trash of the provided shared drive.", @@ -1008,7 +1080,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", "location": "query", "type": "boolean" } @@ -1020,6 +1093,7 @@ }, "export": { "description": "Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.", + "flatPath": "files/{fileId}/export", "httpMethod": "GET", "id": "drive.files.export", "parameterOrder": [ @@ -1034,7 +1108,7 @@ "type": "string" }, "mimeType": { - "description": "The MIME type of the format requested for this export.", + "description": "Required. The MIME type of the format requested for this export.", "location": "query", "required": true, "type": "string" @@ -1046,12 +1120,15 @@ "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly" ], - "supportsMediaDownload": true + "supportsMediaDownload": true, + "useMediaDownloadService": true }, "generateIds": { "description": "Generates a set of file IDs which can be provided in create or copy requests.", + "flatPath": "files/generateIds", "httpMethod": "GET", "id": "drive.files.generateIds", + "parameterOrder": [], "parameters": { "count": { "default": "10", @@ -1070,7 +1147,7 @@ }, "type": { "default": "files", - "description": "The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the drive 'space'. (Default: 'files')", + "description": "The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the `drive` 'space'. (Default: 'files')", "location": "query", "type": "string" } @@ -1086,7 +1163,8 @@ ] }, "get": { - "description": "Gets a file's metadata or content by ID.", + "description": " Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).", + "flatPath": "files/{fileId}", "httpMethod": "GET", "id": "drive.files.get", "parameterOrder": [ @@ -1106,7 +1184,7 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -1123,7 +1201,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -1146,24 +1225,27 @@ "useMediaDownloadService": true }, "list": { - "description": "Lists or searches files.", + "description": " Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.", + "flatPath": "files", "httpMethod": "GET", "id": "drive.files.list", + "parameterOrder": [], "parameters": { "corpora": { - "description": "Groupings of files to which the query applies. Supported groupings are: 'user' (files created by, opened by, or shared directly with the user), 'drive' (files in the specified shared drive as indicated by the 'driveId'), 'domain' (files shared to the user's domain), and 'allDrives' (A combination of 'user' and 'drive' for all drives where the user is a member). When able, use 'user' or 'drive', instead of 'allDrives', for efficiency.", + "description": "Bodies of items (files/documents) to which the query applies. Supported bodies are 'user', 'domain', 'drive', and 'allDrives'. Prefer 'user' or 'drive' to 'allDrives' for efficiency. By default, corpora is set to 'user'. However, this can change depending on the filter set through the 'q' parameter.", "location": "query", "type": "string" }, "corpus": { - "description": "The source of files to list. Deprecated: use 'corpora' instead.", + "deprecated": true, + "description": "Deprecated: The source of files to list. Use 'corpora' instead.", "enum": [ "domain", "user" ], "enumDescriptions": [ "Files shared to the user's domain.", - "Files owned by or shared to the user. If a user has permissions on a Shared Drive, the files inside it won't be retrieved unless the user has created, opened, or shared the file." + "Files owned by or shared to the user." ], "location": "query", "type": "string" @@ -1180,7 +1262,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -1191,12 +1273,13 @@ }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, "orderBy": { - "description": "A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", + "description": "A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but can be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name.", "location": "query", "type": "string" }, @@ -1215,7 +1298,7 @@ "type": "string" }, "q": { - "description": "A query for filtering the file results. See the \"Search for Files\" guide for supported syntax.", + "description": "A query for filtering the file results. See the \"Search for files & folders\" guide for supported syntax.", "location": "query", "type": "string" }, @@ -1233,12 +1316,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -1259,6 +1344,7 @@ }, "listLabels": { "description": "Lists the labels on a file.", + "flatPath": "files/{fileId}/listLabels", "httpMethod": "GET", "id": "drive.files.listLabels", "parameterOrder": [ @@ -1266,14 +1352,14 @@ ], "parameters": { "fileId": { - "description": "The ID of the file.", + "description": "The ID for the file or shared drive.", "location": "path", "required": true, "type": "string" }, "maxResults": { "default": "100", - "description": "The maximum number of labels to return per page. When not set, this defaults to 100.", + "description": "The maximum number of labels to return per page. When not set, defaults to 100.", "format": "int32", "location": "query", "maximum": "100", @@ -1299,7 +1385,8 @@ ] }, "modifyLabels": { - "description": "Modifies the set of labels on a file.", + "description": "Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.", + "flatPath": "files/{fileId}/modifyLabels", "httpMethod": "POST", "id": "drive.files.modifyLabels", "parameterOrder": [ @@ -1307,7 +1394,7 @@ ], "parameters": { "fileId": { - "description": "The ID of the file for which the labels are modified.", + "description": "The ID of the file to which the labels belong.", "location": "path", "required": true, "type": "string" @@ -1327,14 +1414,15 @@ ] }, "update": { - "description": "Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.", + "description": " Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).", + "flatPath": "files/{fileId}", "httpMethod": "PATCH", "id": "drive.files.update", "mediaUpload": { "accept": [ "*/*" ], - "maxSize": "5120GB", + "maxSize": "5497558138880", "protocols": { "resumable": { "multipart": true, @@ -1357,7 +1445,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use shortcuts instead.", "location": "query", "type": "boolean" }, @@ -1368,7 +1457,7 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -1401,7 +1490,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1429,7 +1519,8 @@ "supportsMediaUpload": true }, "watch": { - "description": "Subscribe to changes on a file.", + "description": "Subscribes to changes to a file.", + "flatPath": "files/{fileId}/watch", "httpMethod": "POST", "id": "drive.files.watch", "parameterOrder": [ @@ -1449,7 +1540,7 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -1466,7 +1557,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -1488,16 +1580,15 @@ "https://www.googleapis.com/auth/drive.photos.readonly", "https://www.googleapis.com/auth/drive.readonly" ], - "supportsMediaDownload": true, - "supportsSubscription": true, - "useMediaDownloadService": true + "supportsSubscription": true } } }, "permissions": { "methods": { "create": { - "description": "Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives.", + "description": "Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions", "httpMethod": "POST", "id": "drive.permissions.create", "parameterOrder": [ @@ -1511,7 +1602,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. See moveToNewOwnersRoot for details.", + "deprecated": true, + "description": "Deprecated: See `moveToNewOwnersRoot` for details.", "location": "query", "type": "boolean" }, @@ -1523,7 +1615,7 @@ }, "moveToNewOwnersRoot": { "default": "false", - "description": "This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to true, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to false, parents are not changed.", + "description": "This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed.", "location": "query", "type": "boolean" }, @@ -1540,13 +1632,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "transferOwnership": { "default": "false", - "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them.", + "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.", "location": "query", "type": "boolean" }, @@ -1570,7 +1663,8 @@ ] }, "delete": { - "description": "Deletes a permission.", + "description": "Deletes a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "DELETE", "id": "drive.permissions.delete", "parameterOrder": [ @@ -1598,7 +1692,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1617,6 +1712,7 @@ }, "get": { "description": "Gets a permission by ID.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "GET", "id": "drive.permissions.get", "parameterOrder": [ @@ -1644,7 +1740,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1670,6 +1767,7 @@ }, "list": { "description": "Lists a file's or shared drive's permissions.", + "flatPath": "files/{fileId}/permissions", "httpMethod": "GET", "id": "drive.permissions.list", "parameterOrder": [ @@ -1708,7 +1806,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1733,7 +1832,8 @@ ] }, "update": { - "description": "Updates a permission with patch semantics.", + "description": "Updates a permission with patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "PATCH", "id": "drive.permissions.update", "parameterOrder": [ @@ -1767,13 +1867,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "transferOwnership": { "default": "false", - "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them.", + "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.", "location": "query", "type": "boolean" }, @@ -1802,6 +1903,7 @@ "methods": { "create": { "description": "Creates a reply to a comment.", + "flatPath": "files/{fileId}/comments/{commentId}/replies", "httpMethod": "POST", "id": "drive.replies.create", "parameterOrder": [ @@ -1836,6 +1938,7 @@ }, "delete": { "description": "Deletes a reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "DELETE", "id": "drive.replies.delete", "parameterOrder": [ @@ -1871,6 +1974,7 @@ }, "get": { "description": "Gets a reply by ID.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "GET", "id": "drive.replies.get", "parameterOrder": [ @@ -1916,6 +2020,7 @@ }, "list": { "description": "Lists a comment's replies.", + "flatPath": "files/{fileId}/comments/{commentId}/replies", "httpMethod": "GET", "id": "drive.replies.list", "parameterOrder": [ @@ -1968,6 +2073,7 @@ }, "update": { "description": "Updates a reply with patch semantics.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "PATCH", "id": "drive.replies.update", "parameterOrder": [ @@ -2013,6 +2119,7 @@ "methods": { "delete": { "description": "Permanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "DELETE", "id": "drive.revisions.delete", "parameterOrder": [ @@ -2042,6 +2149,7 @@ }, "get": { "description": "Gets a revision's metadata or content by ID.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "GET", "id": "drive.revisions.get", "parameterOrder": [ @@ -2086,6 +2194,7 @@ }, "list": { "description": "Lists a file's revisions.", + "flatPath": "files/{fileId}/revisions", "httpMethod": "GET", "id": "drive.revisions.list", "parameterOrder": [ @@ -2129,6 +2238,7 @@ }, "update": { "description": "Updates a revision with patch semantics.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "PATCH", "id": "drive.revisions.update", "parameterOrder": [ @@ -2167,7 +2277,8 @@ "teamdrives": { "methods": { "create": { - "description": "Deprecated use drives.create instead.", + "description": "Deprecated: Use `drives.create` instead.", + "flatPath": "teamdrives", "httpMethod": "POST", "id": "drive.teamdrives.create", "parameterOrder": [ @@ -2175,7 +2286,7 @@ ], "parameters": { "requestId": { - "description": "An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.", + "description": "Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.", "location": "query", "required": true, "type": "string" @@ -2193,7 +2304,8 @@ ] }, "delete": { - "description": "Deprecated use drives.delete instead.", + "description": "Deprecated: Use `drives.delete` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "DELETE", "id": "drive.teamdrives.delete", "parameterOrder": [ @@ -2213,7 +2325,8 @@ ] }, "get": { - "description": "Deprecated use drives.get instead.", + "description": "Deprecated: Use `drives.get` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "GET", "id": "drive.teamdrives.get", "parameterOrder": [ @@ -2243,9 +2356,11 @@ ] }, "list": { - "description": "Deprecated use drives.list instead.", + "description": "Deprecated: Use `drives.list` instead.", + "flatPath": "teamdrives", "httpMethod": "GET", "id": "drive.teamdrives.list", + "parameterOrder": [], "parameters": { "pageSize": { "default": "10", @@ -2283,7 +2398,8 @@ ] }, "update": { - "description": "Deprecated use drives.update instead", + "description": "Deprecated: Use `drives.update` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "PATCH", "id": "drive.teamdrives.update", "parameterOrder": [ @@ -2317,7 +2433,7 @@ } } }, - "revision": "20230514", + "revision": "20230520", "rootUrl": "https://www.googleapis.com/", "schemas": { "About": { @@ -2333,7 +2449,7 @@ "type": "boolean" }, "canCreateTeamDrives": { - "description": "Deprecated - use canCreateDrives instead.", + "description": "Deprecated: Use `canCreateDrives` instead.", "type": "boolean" }, "driveThemes": { @@ -2386,7 +2502,7 @@ }, "kind": { "default": "drive#about", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#about\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#about\"`.", "type": "string" }, "maxImportSizes": { @@ -2429,19 +2545,19 @@ "type": "object" }, "teamDriveThemes": { - "description": "Deprecated - use driveThemes instead.", + "description": "Deprecated: Use `driveThemes` instead.", "items": { "properties": { "backgroundImageLink": { - "description": "Deprecated - use driveThemes/backgroundImageLink instead.", + "description": "Deprecated: Use `driveThemes/backgroundImageLink` instead.", "type": "string" }, "colorRgb": { - "description": "Deprecated - use driveThemes/colorRgb instead.", + "description": "Deprecated: Use `driveThemes/colorRgb` instead.", "type": "string" }, "id": { - "description": "Deprecated - use driveThemes/id instead.", + "description": "Deprecated: Use `driveThemes/id` instead.", "type": "string" } }, @@ -2461,7 +2577,7 @@ "id": "Change", "properties": { "changeType": { - "description": "The type of the change. Possible values are file and drive.", + "description": "The type of the change. Possible values are `file` and `drive`.", "type": "string" }, "drive": { @@ -2482,7 +2598,7 @@ }, "kind": { "default": "drive#change", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#change\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#change\"`.", "type": "string" }, "removed": { @@ -2491,10 +2607,10 @@ }, "teamDrive": { "$ref": "TeamDrive", - "description": "Deprecated - use drive instead." + "description": "Deprecated: Use `drive` instead." }, "teamDriveId": { - "description": "Deprecated - use driveId instead.", + "description": "Deprecated: Use `driveId` instead.", "type": "string" }, "time": { @@ -2503,7 +2619,7 @@ "type": "string" }, "type": { - "description": "Deprecated - use changeType instead.", + "description": "Deprecated: Use `changeType` instead.", "type": "string" } }, @@ -2522,7 +2638,7 @@ }, "kind": { "default": "drive#changeList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#changeList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#changeList\"`.", "type": "string" }, "newStartPageToken": { @@ -2537,7 +2653,7 @@ "type": "object" }, "Channel": { - "description": "An notification channel used to watch for resource changes.", + "description": "A notification channel used to watch for resource changes.", "id": "Channel", "properties": { "address": { @@ -2555,12 +2671,11 @@ }, "kind": { "default": "api#channel", - "description": "Identifies this as a notification channel used to watch for changes to a resource, which is \"api#channel\".", + "description": "Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.", "type": "string" }, "params": { "additionalProperties": { - "description": "Declares a new parameter by name.", "type": "string" }, "description": "Additional parameters controlling delivery channel behavior. Optional.", @@ -2583,7 +2698,7 @@ "type": "string" }, "type": { - "description": "The type of delivery mechanism used for this channel. Valid values are \"web_hook\" (or \"webhook\"). Both values refer to a channel where Http requests are used to deliver messages.", + "description": "The type of delivery mechanism used for this channel.", "type": "string" } }, @@ -2594,12 +2709,12 @@ "id": "Comment", "properties": { "anchor": { - "description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies.", + "description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments).", "type": "string" }, "author": { "$ref": "User", - "description": "The author of the comment. The author's email address and permission ID will not be populated." + "description": "Output only. The author of the comment. The author's email address and permission ID will not be populated." }, "content": { "annotations": { @@ -2608,7 +2723,7 @@ "drive.comments.update" ] }, - "description": "The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed.", + "description": "The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed.", "type": "string" }, "createdTime": { @@ -2617,20 +2732,20 @@ "type": "string" }, "deleted": { - "description": "Whether the comment has been deleted. A deleted comment has no content.", + "description": "Output only. Whether the comment has been deleted. A deleted comment has no content.", "type": "boolean" }, "htmlContent": { - "description": "The content of the comment with HTML formatting.", + "description": "Output only. The content of the comment with HTML formatting.", "type": "string" }, "id": { - "description": "The ID of the comment.", + "description": "Output only. The ID of the comment.", "type": "string" }, "kind": { "default": "drive#comment", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#comment\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#comment\"`.", "type": "string" }, "modifiedTime": { @@ -2653,14 +2768,14 @@ "type": "object" }, "replies": { - "description": "The full list of replies to the comment in chronological order.", + "description": "Output only. The full list of replies to the comment in chronological order.", "items": { "$ref": "Reply" }, "type": "array" }, "resolved": { - "description": "Whether the comment has been resolved by one of its replies.", + "description": "Output only. Whether the comment has been resolved by one of its replies.", "type": "boolean" } }, @@ -2679,7 +2794,7 @@ }, "kind": { "default": "drive#commentList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#commentList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#commentList\"`.", "type": "string" }, "nextPageToken": { @@ -2698,12 +2813,12 @@ "type": "boolean" }, "reason": { - "description": "Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.", + "description": "Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.", "type": "string" }, "restrictingUser": { "$ref": "User", - "description": "The user who set the content restriction. Only populated if readOnly is true." + "description": "Output only. The user who set the content restriction. Only populated if `readOnly` is true." }, "restrictionTime": { "description": "The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.", @@ -2711,7 +2826,7 @@ "type": "string" }, "type": { - "description": "The type of the content restriction. Currently the only possible value is globalContentRestriction.", + "description": "Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.", "type": "string" } }, @@ -2722,7 +2837,7 @@ "id": "Drive", "properties": { "backgroundImageFile": { - "description": "An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.", + "description": "An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.", "properties": { "id": { "description": "The ID of an image file in Google Drive to use for the background image.", @@ -2747,97 +2862,97 @@ "type": "object" }, "backgroundImageLink": { - "description": "A short-lived link to this shared drive's background image.", + "description": "Output only. A short-lived link to this shared drive's background image.", "type": "string" }, "capabilities": { - "description": "Capabilities the current user has on this shared drive.", + "description": "Output only. Capabilities the current user has on this shared drive.", "properties": { "canAddChildren": { - "description": "Whether the current user can add children to folders in this shared drive.", + "description": "Output only. Whether the current user can add children to folders in this shared drive.", "type": "boolean" }, "canChangeCopyRequiresWriterPermissionRestriction": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.", "type": "boolean" }, "canChangeDomainUsersOnlyRestriction": { - "description": "Whether the current user can change the domainUsersOnly restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.", "type": "boolean" }, "canChangeDriveBackground": { - "description": "Whether the current user can change the background of this shared drive.", + "description": "Output only. Whether the current user can change the background of this shared drive.", "type": "boolean" }, "canChangeDriveMembersOnlyRestriction": { - "description": "Whether the current user can change the driveMembersOnly restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.", "type": "boolean" }, "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": { - "description": "Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.", "type": "boolean" }, "canComment": { - "description": "Whether the current user can comment on files in this shared drive.", + "description": "Output only. Whether the current user can comment on files in this shared drive.", "type": "boolean" }, "canCopy": { - "description": "Whether the current user can copy files in this shared drive.", + "description": "Output only. Whether the current user can copy files in this shared drive.", "type": "boolean" }, "canDeleteChildren": { - "description": "Whether the current user can delete children from folders in this shared drive.", + "description": "Output only. Whether the current user can delete children from folders in this shared drive.", "type": "boolean" }, "canDeleteDrive": { - "description": "Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.", + "description": "Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.", "type": "boolean" }, "canDownload": { - "description": "Whether the current user can download files in this shared drive.", + "description": "Output only. Whether the current user can download files in this shared drive.", "type": "boolean" }, "canEdit": { - "description": "Whether the current user can edit files in this shared drive", + "description": "Output only. Whether the current user can edit files in this shared drive", "type": "boolean" }, "canListChildren": { - "description": "Whether the current user can list the children of folders in this shared drive.", + "description": "Output only. Whether the current user can list the children of folders in this shared drive.", "type": "boolean" }, "canManageMembers": { - "description": "Whether the current user can add members to this shared drive or remove them or change their role.", + "description": "Output only. Whether the current user can add members to this shared drive or remove them or change their role.", "type": "boolean" }, "canReadRevisions": { - "description": "Whether the current user can read the revisions resource of files in this shared drive.", + "description": "Output only. Whether the current user can read the revisions resource of files in this shared drive.", "type": "boolean" }, "canRename": { - "description": "Whether the current user can rename files or folders in this shared drive.", + "description": "Output only. Whether the current user can rename files or folders in this shared drive.", "type": "boolean" }, "canRenameDrive": { - "description": "Whether the current user can rename this shared drive.", + "description": "Output only. Whether the current user can rename this shared drive.", "type": "boolean" }, "canResetDriveRestrictions": { - "description": "Whether the current user can reset the shared drive restrictions to defaults.", + "description": "Output only. Whether the current user can reset the shared drive restrictions to defaults.", "type": "boolean" }, "canShare": { - "description": "Whether the current user can share files or folders in this shared drive.", + "description": "Output only. Whether the current user can share files or folders in this shared drive.", "type": "boolean" }, "canTrashChildren": { - "description": "Whether the current user can trash children from folders in this shared drive.", + "description": "Output only. Whether the current user can trash children from folders in this shared drive.", "type": "boolean" } }, "type": "object" }, "colorRgb": { - "description": "The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.", + "description": "The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.", "type": "string" }, "createdTime": { @@ -2850,25 +2965,20 @@ "type": "boolean" }, "id": { - "description": "The ID of this shared drive which is also the ID of the top level folder of this shared drive.", + "description": "Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.", "type": "string" }, "kind": { "default": "drive#drive", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#drive\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#drive\"`.", "type": "string" }, "name": { - "annotations": { - "required": [ - "drive.drives.create" - ] - }, "description": "The name of this shared drive.", "type": "string" }, "orgUnitId": { - "description": "The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.", + "description": "Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.", "type": "string" }, "restrictions": { @@ -2879,7 +2989,7 @@ "type": "boolean" }, "copyRequiresWriterPermission": { - "description": "Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.", + "description": "Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.", "type": "boolean" }, "domainUsersOnly": { @@ -2898,7 +3008,7 @@ "type": "object" }, "themeId": { - "description": "The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.", + "description": "The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.", "type": "string" } }, @@ -2917,7 +3027,7 @@ }, "kind": { "default": "drive#driveList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#driveList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#driveList\"`.", "type": "string" }, "nextPageToken": { @@ -2935,162 +3045,162 @@ "additionalProperties": { "type": "string" }, - "description": "A collection of arbitrary key-value pairs that are private to the requesting app.\nEntries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties.", + "description": "A collection of arbitrary key-value pairs which are private to the requesting app.\nEntries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.", "type": "object" }, "capabilities": { - "description": "Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take.", + "description": "Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.", "properties": { "canAcceptOwnership": { - "description": "Whether the current user is the pending owner of the file. Not populated for shared drive files.", + "description": "Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.", "type": "boolean" }, "canAddChildren": { - "description": "Whether the current user can add children to this folder. This is always false when the item isn't a folder.", + "description": "Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.", "type": "boolean" }, "canAddFolderFromAnotherDrive": { - "description": "Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canAddMyDriveParent": { - "description": "Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.", + "description": "Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.", "type": "boolean" }, "canChangeCopyRequiresWriterPermission": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this file.", + "description": "Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.", "type": "boolean" }, "canChangeSecurityUpdateEnabled": { - "description": "Whether the current user can change the securityUpdateEnabled field on link share metadata.", + "description": "Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.", "type": "boolean" }, "canChangeViewersCanCopyContent": { - "description": "Deprecated", + "description": "Deprecated: Output only.", "type": "boolean" }, "canComment": { - "description": "Whether the current user can comment on this file.", + "description": "Output only. Whether the current user can comment on this file.", "type": "boolean" }, "canCopy": { - "description": "Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder.", + "description": "Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.", "type": "boolean" }, "canDelete": { - "description": "Whether the current user can delete this file.", + "description": "Output only. Whether the current user can delete this file.", "type": "boolean" }, "canDeleteChildren": { - "description": "Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canDownload": { - "description": "Whether the current user can download this file.", + "description": "Output only. Whether the current user can download this file.", "type": "boolean" }, "canEdit": { - "description": "Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.", + "description": "Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.", "type": "boolean" }, "canListChildren": { - "description": "Whether the current user can list the children of this folder. This is always false when the item isn't a folder.", + "description": "Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.", "type": "boolean" }, "canModifyContent": { - "description": "Whether the current user can modify the content of this file.", + "description": "Output only. Whether the current user can modify the content of this file.", "type": "boolean" }, "canModifyContentRestriction": { - "description": "Whether the current user can modify restrictions on content of this file.", + "description": "Output only. Whether the current user can modify restrictions on content of this file.", "type": "boolean" }, "canModifyLabels": { - "description": "Whether the current user can modify the labels on this file.", + "description": "Output only. Whether the current user can modify the labels on the file.", "type": "boolean" }, "canMoveChildrenOutOfDrive": { - "description": "Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canMoveChildrenOutOfTeamDrive": { - "description": "Deprecated - use canMoveChildrenOutOfDrive instead.", + "description": "Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead.", "type": "boolean" }, "canMoveChildrenWithinDrive": { - "description": "Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder.", + "description": "Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.", "type": "boolean" }, "canMoveChildrenWithinTeamDrive": { - "description": "Deprecated - use canMoveChildrenWithinDrive instead.", + "description": "Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead.", "type": "boolean" }, "canMoveItemIntoTeamDrive": { - "description": "Deprecated - use canMoveItemOutOfDrive instead.", + "description": "Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canMoveItemOutOfDrive": { - "description": "Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added.", + "description": "Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.", "type": "boolean" }, "canMoveItemOutOfTeamDrive": { - "description": "Deprecated - use canMoveItemOutOfDrive instead.", + "description": "Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canMoveItemWithinDrive": { - "description": "Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed.", + "description": "Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.", "type": "boolean" }, "canMoveItemWithinTeamDrive": { - "description": "Deprecated - use canMoveItemWithinDrive instead.", + "description": "Deprecated: Output only. Use `canMoveItemWithinDrive` instead.", "type": "boolean" }, "canMoveTeamDriveItem": { - "description": "Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.", + "description": "Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canReadDrive": { - "description": "Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.", "type": "boolean" }, "canReadLabels": { - "description": "Whether the current user can read the labels on this file.", + "description": "Output only. Whether the current user can read the labels on the file.", "type": "boolean" }, "canReadRevisions": { - "description": "Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read.", + "description": "Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.", "type": "boolean" }, "canReadTeamDrive": { - "description": "Deprecated - use canReadDrive instead.", + "description": "Deprecated: Output only. Use `canReadDrive` instead.", "type": "boolean" }, "canRemoveChildren": { - "description": "Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.", + "description": "Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.", "type": "boolean" }, "canRemoveMyDriveParent": { - "description": "Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.", + "description": "Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.", "type": "boolean" }, "canRename": { - "description": "Whether the current user can rename this file.", + "description": "Output only. Whether the current user can rename this file.", "type": "boolean" }, "canShare": { - "description": "Whether the current user can modify the sharing settings for this file.", + "description": "Output only. Whether the current user can modify the sharing settings for this file.", "type": "boolean" }, "canTrash": { - "description": "Whether the current user can move this file to trash.", + "description": "Output only. Whether the current user can move this file to trash.", "type": "boolean" }, "canTrashChildren": { - "description": "Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canUntrash": { - "description": "Whether the current user can restore this file from trash.", + "description": "Output only. Whether the current user can restore this file from trash.", "type": "boolean" } }, @@ -3100,7 +3210,7 @@ "description": "Additional information about the content of the file. These fields are never populated in responses.", "properties": { "indexableText": { - "description": "Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata.", + "description": "Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.", "type": "string" }, "thumbnail": { @@ -3142,48 +3252,47 @@ "type": "string" }, "driveId": { - "description": "ID of the shared drive the file resides in. Only populated for items in shared drives.", + "description": "Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.", "type": "string" }, "explicitlyTrashed": { - "description": "Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder.", + "description": "Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder.", "type": "boolean" }, "exportLinks": { "additionalProperties": { - "description": "A mapping from export format to URL", "type": "string" }, - "description": "Links for exporting Docs Editors files to specific formats.", + "description": "Output only. Links for exporting Docs Editors files to specific formats.", "readOnly": true, "type": "object" }, "fileExtension": { - "description": "The final component of fullFileExtension. This is only available for files with binary content in Google Drive.", + "description": "Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive.", "type": "string" }, "folderColorRgb": { - "description": "The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource.\nIf an unsupported color is specified, the closest color in the palette will be used instead.", + "description": "The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead.", "type": "string" }, "fullFileExtension": { - "description": "The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as \"tar.gz\". This is only available for files with binary content in Google Drive.\nThis is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension.", + "description": "Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as \"tar.gz\". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension.", "type": "string" }, "hasAugmentedPermissions": { - "description": "Whether there are permissions directly on this file. This field is only populated for items in shared drives.", + "description": "Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.", "type": "boolean" }, "hasThumbnail": { - "description": "Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.", + "description": "Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.", "type": "boolean" }, "headRevisionId": { - "description": "The ID of the file's head revision. This is only available for files with binary content in Google Drive.", + "description": "Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive.", "type": "string" }, "iconLink": { - "description": "A static, unauthenticated link to the file's icon.", + "description": "Output only. A static, unauthenticated link to the file's icon.", "type": "string" }, "id": { @@ -3191,77 +3300,77 @@ "type": "string" }, "imageMediaMetadata": { - "description": "Additional metadata about image media, if available.", + "description": "Output only. Additional metadata about image media, if available.", "properties": { "aperture": { - "description": "The aperture used to create the photo (f-number).", + "description": "Output only. The aperture used to create the photo (f-number).", "format": "float", "type": "number" }, "cameraMake": { - "description": "The make of the camera used to create the photo.", + "description": "Output only. The make of the camera used to create the photo.", "type": "string" }, "cameraModel": { - "description": "The model of the camera used to create the photo.", + "description": "Output only. The model of the camera used to create the photo.", "type": "string" }, "colorSpace": { - "description": "The color space of the photo.", + "description": "Output only. The color space of the photo.", "type": "string" }, "exposureBias": { - "description": "The exposure bias of the photo (APEX value).", + "description": "Output only. The exposure bias of the photo (APEX value).", "format": "float", "type": "number" }, "exposureMode": { - "description": "The exposure mode used to create the photo.", + "description": "Output only. The exposure mode used to create the photo.", "type": "string" }, "exposureTime": { - "description": "The length of the exposure, in seconds.", + "description": "Output only. The length of the exposure, in seconds.", "format": "float", "type": "number" }, "flashUsed": { - "description": "Whether a flash was used to create the photo.", + "description": "Output only. Whether a flash was used to create the photo.", "type": "boolean" }, "focalLength": { - "description": "The focal length used to create the photo, in millimeters.", + "description": "Output only. The focal length used to create the photo, in millimeters.", "format": "float", "type": "number" }, "height": { - "description": "The height of the image in pixels.", + "description": "Output only. The height of the image in pixels.", "format": "int32", "type": "integer" }, "isoSpeed": { - "description": "The ISO speed used to create the photo.", + "description": "Output only. The ISO speed used to create the photo.", "format": "int32", "type": "integer" }, "lens": { - "description": "The lens used to create the photo.", + "description": "Output only. The lens used to create the photo.", "type": "string" }, "location": { - "description": "Geographic location information stored in the image.", + "description": "Output only. Geographic location information stored in the image.", "properties": { "altitude": { - "description": "The altitude stored in the image.", + "description": "Output only. The altitude stored in the image.", "format": "double", "type": "number" }, "latitude": { - "description": "The latitude stored in the image.", + "description": "Output only. The latitude stored in the image.", "format": "double", "type": "number" }, "longitude": { - "description": "The longitude stored in the image.", + "description": "Output only. The longitude stored in the image.", "format": "double", "type": "number" } @@ -3269,38 +3378,38 @@ "type": "object" }, "maxApertureValue": { - "description": "The smallest f-number of the lens at the focal length used to create the photo (APEX value).", + "description": "Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).", "format": "float", "type": "number" }, "meteringMode": { - "description": "The metering mode used to create the photo.", + "description": "Output only. The metering mode used to create the photo.", "type": "string" }, "rotation": { - "description": "The number of clockwise 90-degree rotations applied from the image's original orientation.", + "description": "Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.", "format": "int32", "type": "integer" }, "sensor": { - "description": "The type of sensor used to create the photo.", + "description": "Output only. The type of sensor used to create the photo.", "type": "string" }, "subjectDistance": { - "description": "The distance to the subject of the photo, in meters.", + "description": "Output only. The distance to the subject of the photo, in meters.", "format": "int32", "type": "integer" }, "time": { - "description": "The date and time the photo was taken (EXIF DateTime).", + "description": "Output only. The date and time the photo was taken (EXIF DateTime).", "type": "string" }, "whiteBalance": { - "description": "The white balance mode used to create the photo.", + "description": "Output only. The white balance mode used to create the photo.", "type": "string" }, "width": { - "description": "The width of the image in pixels.", + "description": "Output only. The width of the image in pixels.", "format": "int32", "type": "integer" } @@ -3308,19 +3417,19 @@ "type": "object" }, "isAppAuthorized": { - "description": "Whether the requesting app created or opened the file.", + "description": "Output only. Whether the file was created or opened by the requesting app.", "type": "boolean" }, "kind": { "default": "drive#file", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#file\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#file\"`.", "type": "string" }, "labelInfo": { - "description": "An overview of the labels on the file.", + "description": "Output only. An overview of the labels on the file.", "properties": { "labels": { - "description": "The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.", + "description": "Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.", "items": { "$ref": "Label" }, @@ -3331,79 +3440,79 @@ }, "lastModifyingUser": { "$ref": "User", - "description": "The last user to modify the file." + "description": "Output only. The last user to modify the file." }, "linkShareMetadata": { "description": "Contains details about the link URLs that clients are using to refer to this item.", "properties": { "securityUpdateEligible": { - "description": "Whether the file is eligible for security update.", + "description": "Output only. Whether the file is eligible for security update.", "type": "boolean" }, "securityUpdateEnabled": { - "description": "Whether the security update is enabled for this file.", + "description": "Output only. Whether the security update is enabled for this file.", "type": "boolean" } }, "type": "object" }, "md5Checksum": { - "description": "The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive.", + "description": "Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive.", "type": "string" }, "mimeType": { - "description": "The MIME type of the file.\nGoogle Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded.\nIf a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource.", + "description": "The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource.", "type": "string" }, "modifiedByMe": { - "description": "Whether this user has modified the file.", + "description": "Output only. Whether the file has been modified by this user.", "type": "boolean" }, "modifiedByMeTime": { - "description": "The last time the user modified the file (RFC 3339 date-time).", + "description": "The last time the file was modified by the user (RFC 3339 date-time).", "format": "date-time", "type": "string" }, "modifiedTime": { - "description": "The last time anyone modified the file (RFC 3339 date-time).\nNote that setting modifiedTime will also update modifiedByMeTime for the user.", + "description": "he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user.", "format": "date-time", "type": "string" }, "name": { - "description": "The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant.", + "description": "The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant.", "type": "string" }, "originalFilename": { - "description": "The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive.", + "description": "The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive.", "type": "string" }, "ownedByMe": { - "description": "Whether the user owns the file. Not populated for items in shared drives.", + "description": "Output only. Whether the user owns the file. Not populated for items in shared drives.", "type": "boolean" }, "owners": { - "description": "The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives.", + "description": "Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.", "items": { "$ref": "User" }, "type": "array" }, "parents": { - "description": "The IDs of the parent folders that contain the file.\nIf not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list.", + "description": "The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list.", "items": { "type": "string" }, "type": "array" }, "permissionIds": { - "description": "List of permission IDs for users with access to this file.", + "description": "Output only. List of permission IDs for users with access to this file.", "items": { "type": "string" }, "type": "array" }, "permissions": { - "description": "The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives.", + "description": "Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives.", "items": { "$ref": "Permission" }, @@ -3413,28 +3522,28 @@ "additionalProperties": { "type": "string" }, - "description": "A collection of arbitrary key-value pairs that are visible to all apps.\nEntries with null values are cleared in update and copy requests.", + "description": "A collection of arbitrary key-value pairs which are visible to all apps.\nEntries with null values are cleared in update and copy requests.", "type": "object" }, "quotaBytesUsed": { - "description": "The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled.", + "description": "Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled.", "format": "int64", "type": "string" }, "resourceKey": { - "description": "A key needed to access the item via a shared link.", + "description": "Output only. A key needed to access the item via a shared link.", "type": "string" }, "sha1Checksum": { - "description": "The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files.", + "description": "Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "sha256Checksum": { - "description": "The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files.", + "description": "Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "shared": { - "description": "Whether the file has been shared. Not populated for items in shared drives.", + "description": "Output only. Whether the file has been shared. Not populated for items in shared drives.", "type": "boolean" }, "sharedWithMeTime": { @@ -3444,33 +3553,33 @@ }, "sharingUser": { "$ref": "User", - "description": "The user who shared the file with the requesting user, if applicable." + "description": "Output only. The user who shared the file with the requesting user, if applicable." }, "shortcutDetails": { - "description": "Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.", + "description": "Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.", "properties": { "targetId": { "description": "The ID of the file that this shortcut points to.", "type": "string" }, "targetMimeType": { - "description": "The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.", + "description": "Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.", "type": "string" }, "targetResourceKey": { - "description": "The ResourceKey for the target file.", + "description": "Output only. The ResourceKey for the target file.", "type": "string" } }, "type": "object" }, "size": { - "description": "The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders.", + "description": "Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.", "format": "int64", "type": "string" }, "spaces": { - "description": "The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'.", + "description": "Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'.", "items": { "type": "string" }, @@ -3481,20 +3590,20 @@ "type": "boolean" }, "teamDriveId": { - "description": "Deprecated - use driveId instead.", + "description": "Deprecated: Output only. Use `driveId` instead.", "type": "string" }, "thumbnailLink": { - "description": "A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.", + "description": "Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.", "type": "string" }, "thumbnailVersion": { - "description": "The thumbnail version for use in thumbnail cache invalidation.", + "description": "Output only. The thumbnail version for use in thumbnail cache invalidation.", "format": "int64", "type": "string" }, "trashed": { - "description": "Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.", + "description": "Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash.", "type": "boolean" }, "trashedTime": { @@ -3504,28 +3613,28 @@ }, "trashingUser": { "$ref": "User", - "description": "If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives." + "description": "Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives." }, "version": { - "description": "A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user.", + "description": "Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user.", "format": "int64", "type": "string" }, "videoMediaMetadata": { - "description": "Additional metadata about video media. This might not be available immediately upon upload.", + "description": "Output only. Additional metadata about video media. This may not be available immediately upon upload.", "properties": { "durationMillis": { - "description": "The duration of the video in milliseconds.", + "description": "Output only. The duration of the video in milliseconds.", "format": "int64", "type": "string" }, "height": { - "description": "The height of the video in pixels.", + "description": "Output only. The height of the video in pixels.", "format": "int32", "type": "integer" }, "width": { - "description": "The width of the video in pixels.", + "description": "Output only. The width of the video in pixels.", "format": "int32", "type": "integer" } @@ -3533,28 +3642,28 @@ "type": "object" }, "viewedByMe": { - "description": "Whether this user has viewed the file.", + "description": "Output only. Whether the file has been viewed by this user.", "type": "boolean" }, "viewedByMeTime": { - "description": "The last time the user viewed the file (RFC 3339 date-time).", + "description": "The last time the file was viewed by the user (RFC 3339 date-time).", "format": "date-time", "type": "string" }, "viewersCanCopyContent": { - "description": "Deprecated - use copyRequiresWriterPermission instead.", + "description": "Deprecated: Use `copyRequiresWriterPermission` instead.", "type": "boolean" }, "webContentLink": { - "description": "A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive.", + "description": "Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive.", "type": "string" }, "webViewLink": { - "description": "A link for opening the file in a relevant Google editor or viewer in a browser.", + "description": "Output only. A link for opening the file in a relevant Google editor or viewer in a browser.", "type": "string" }, "writersCanShare": { - "description": "Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives.", + "description": "Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives.", "type": "boolean" } }, @@ -3572,12 +3681,12 @@ "type": "array" }, "incompleteSearch": { - "description": "Whether the search process was incomplete. If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple drives with the \"allDrives\" corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as \"user\" or \"drive\".", + "description": "Whether the search process was incomplete. If true, then some search results might be missing, since all documents were not searched. This can occur when searching multiple drives with the 'allDrives' corpora, but all corpora couldn't be searched. When this happens, it's suggested that clients narrow their query by choosing a different corpus such as 'user' or 'drive'.", "type": "boolean" }, "kind": { "default": "drive#fileList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#fileList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#fileList\"`.", "type": "string" }, "nextPageToken": { @@ -3600,7 +3709,7 @@ }, "kind": { "default": "drive#generatedIds", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#generatedIds\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#generatedIds\"`.", "type": "string" }, "space": { @@ -3611,14 +3720,14 @@ "type": "object" }, "Label": { - "description": "Representation of a label and its fields.", + "description": "Representation of label and label fields.", "id": "Label", "properties": { "fields": { "additionalProperties": { "$ref": "LabelField" }, - "description": "A map of the label's fields keyed by the field ID.", + "description": "A map of the fields on the label, keyed by the field's ID.", "type": "object" }, "id": { @@ -3626,7 +3735,6 @@ "type": "string" }, "kind": { - "default": "drive#label", "description": "This is always drive#label", "type": "string" }, @@ -3638,7 +3746,7 @@ "type": "object" }, "LabelField": { - "description": "Representation of a label field.", + "description": "Representation of field, which is a typed key-value pair.", "id": "LabelField", "properties": { "dateString": { @@ -3650,11 +3758,11 @@ "type": "array" }, "id": { - "description": "The identifier of this field.", + "description": "The identifier of this label field.", "type": "string" }, "integer": { - "description": "Only present if valueType is integer.", + "description": "Only present if `valueType` is `integer`.", "items": { "format": "int64", "type": "string" @@ -3662,33 +3770,32 @@ "type": "array" }, "kind": { - "default": "drive#labelField", "description": "This is always drive#labelField.", "type": "string" }, "selection": { - "description": "Only present if valueType is selection.", + "description": "Only present if `valueType` is `selection`", "items": { "type": "string" }, "type": "array" }, "text": { - "description": "Only present if valueType is text.", + "description": "Only present if `valueType` is `text`.", "items": { "type": "string" }, "type": "array" }, "user": { - "description": "Only present if valueType is user.", + "description": "Only present if `valueType` is `user`.", "items": { "$ref": "User" }, "type": "array" }, "valueType": { - "description": "The field type. While new values may be supported in the future, the following are currently allowed: \n- dateString \n- integer \n- selection \n- text \n- user", + "description": "The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`", "type": "string" } }, @@ -3699,16 +3806,15 @@ "id": "LabelFieldModification", "properties": { "fieldId": { - "description": "The ID of the Field to be modified.", + "description": "The ID of the field to be modified.", "type": "string" }, "kind": { - "default": "drive#labelFieldModification", "description": "This is always drive#labelFieldModification.", "type": "string" }, "setDateValues": { - "description": "Replaces a dateString field with these new values. The values must be strings in the RFC 3339 full-date format: YYYY-MM-DD.", + "description": "Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.", "items": { "format": "date", "type": "string" @@ -3716,7 +3822,7 @@ "type": "array" }, "setIntegerValues": { - "description": "Replaces an integer field with these new values.", + "description": "Replaces the value of an `integer` field with these new values.", "items": { "format": "int64", "type": "string" @@ -3724,21 +3830,21 @@ "type": "array" }, "setSelectionValues": { - "description": "Replaces a selection field with these new values.", + "description": "Replaces a `selection` field with these new values.", "items": { "type": "string" }, "type": "array" }, "setTextValues": { - "description": "Replaces a text field with these new values.", + "description": "Sets the value of a `text` field.", "items": { "type": "string" }, "type": "array" }, "setUserValues": { - "description": "Replaces a user field with these new values. The values must be valid email addresses.", + "description": "Replaces a `user` field with these new values. The values must be valid email addresses.", "items": { "type": "string" }, @@ -3752,11 +3858,10 @@ "type": "object" }, "LabelList": { - "description": "A list of labels.", + "description": "A list of labels applied to a file.", "id": "LabelList", "properties": { "kind": { - "default": "drive#labelList", "description": "This is always drive#labelList", "type": "string" }, @@ -3786,7 +3891,6 @@ "type": "array" }, "kind": { - "default": "drive#labelModification", "description": "This is always drive#labelModification.", "type": "string" }, @@ -3807,12 +3911,11 @@ "type": "object" }, "ModifyLabelsRequest": { - "description": "A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail transactionally.", + "description": "A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.", "id": "ModifyLabelsRequest", "properties": { "kind": { - "default": "drive#modifyLabelsRequest", - "description": "This is always drive#modifyLabelsRequest", + "description": "This is always drive#modifyLabelsRequest.", "type": "string" }, "labelModifications": { @@ -3830,7 +3933,6 @@ "id": "ModifyLabelsResponse", "properties": { "kind": { - "default": "drive#modifyLabelsResponse", "description": "This is always drive#modifyLabelsResponse", "type": "string" }, @@ -3845,23 +3947,23 @@ "type": "object" }, "Permission": { - "description": "A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy.", + "description": "A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.", "id": "Permission", "properties": { "allowFileDiscovery": { - "description": "Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.", + "description": "Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`.", "type": "boolean" }, "deleted": { - "description": "Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.", + "description": "Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.", "type": "boolean" }, "displayName": { - "description": "The \"pretty\" name of the value of the permission. The following is a list of examples for each type of permission: \n- user - User's full name, as defined for their Google Account, such as \"Joe Smith.\" \n- group - Name of the Google Group, such as \"The Company Administrators.\" \n- domain - String domain name, such as \"your-company.com.\" \n- anyone - No displayName is present.", + "description": "Output only. The \"pretty\" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as \"Joe Smith.\" * `group` - Name of the Google Group, such as \"The Company Administrators.\" * `domain` - String domain name, such as \"thecompany.com.\" * `anyone` - No `displayName` is present.", "type": "string" }, "domain": { - "description": "The domain to which this permission refers. The following options are currently allowed: \n- The entire domain, such as \"your-company.com.\" \n- A target audience, such as \"ID.audience.googledomains.com.\"", + "description": "The domain to which this permission refers.", "type": "string" }, "emailAddress": { @@ -3869,41 +3971,41 @@ "type": "string" }, "expirationTime": { - "description": "The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: \n- They cannot be set on shared drive items. \n- They can only be set on user and group permissions. \n- The time must be in the future. \n- The time cannot be more than one year in the future.", + "description": "The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future", "format": "date-time", "type": "string" }, "id": { - "description": "The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.", + "description": "Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values.", "type": "string" }, "kind": { "default": "drive#permission", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#permission\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#permission\"`.", "type": "string" }, "pendingOwner": { - "description": "Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive.", + "description": "Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.", "type": "boolean" }, "permissionDetails": { - "description": "Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items.", + "description": "Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.", "items": { "properties": { "inherited": { - "description": "Whether this permission is inherited. This field is always populated. This is an output-only field.", + "description": "Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.", "type": "boolean" }, "inheritedFrom": { - "description": "The ID of the item from which this permission is inherited. This is an output-only field.", + "description": "Output only. The ID of the item from which this permission is inherited. This is an output-only field.", "type": "string" }, "permissionType": { - "description": "The permission type for this user. While new values may be added in future, the following are currently allowed: \n- file \n- member", + "description": "Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`", "type": "string" }, "role": { - "description": "The primary role for this user. While new values may be added in the future, the following are currently allowed: \n- organizer \n- fileOrganizer \n- writer \n- commenter \n- reader", + "description": "Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`", "type": "string" } }, @@ -3913,7 +4015,7 @@ "type": "array" }, "photoLink": { - "description": "A link to the user's profile photo, if available.", + "description": "Output only. A link to the user's profile photo, if available.", "type": "string" }, "role": { @@ -3922,27 +4024,27 @@ "drive.permissions.create" ] }, - "description": "The role granted by this permission. While new values may be supported in the future, the following are currently allowed: \n- owner \n- organizer \n- fileOrganizer \n- writer \n- commenter \n- reader", + "description": "The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`", "type": "string" }, "teamDrivePermissionDetails": { - "description": "Deprecated - use permissionDetails instead.", + "description": "Output only. Deprecated: Output only. Use `permissionDetails` instead.", "items": { "properties": { "inherited": { - "description": "Deprecated - use permissionDetails/inherited instead.", + "description": "Deprecated: Output only. Use `permissionDetails/inherited` instead.", "type": "boolean" }, "inheritedFrom": { - "description": "Deprecated - use permissionDetails/inheritedFrom instead.", + "description": "Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead.", "type": "string" }, "role": { - "description": "Deprecated - use permissionDetails/role instead.", + "description": "Deprecated: Output only. Use `permissionDetails/role` instead.", "type": "string" }, "teamDrivePermissionType": { - "description": "Deprecated - use permissionDetails/permissionType instead.", + "description": "Deprecated: Output only. Use `permissionDetails/permissionType` instead.", "type": "string" } }, @@ -3957,11 +4059,11 @@ "drive.permissions.create" ] }, - "description": "The type of the grantee. Valid values are: \n- user \n- group \n- domain \n- anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type.", + "description": "The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type.", "type": "string" }, "view": { - "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.", + "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value.", "type": "string" } }, @@ -3973,7 +4075,7 @@ "properties": { "kind": { "default": "drive#permissionList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#permissionList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#permissionList\"`.", "type": "string" }, "nextPageToken": { @@ -3995,12 +4097,12 @@ "id": "Reply", "properties": { "action": { - "description": "The action the reply performed to the parent comment. Valid values are: \n- resolve \n- reopen", + "description": "The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen`", "type": "string" }, "author": { "$ref": "User", - "description": "The author of the reply. The author's email address and permission ID will not be populated." + "description": "Output only. The author of the reply. The author's email address and permission ID will not be populated." }, "content": { "annotations": { @@ -4008,7 +4110,7 @@ "drive.replies.update" ] }, - "description": "The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified.", + "description": "The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified.", "type": "string" }, "createdTime": { @@ -4017,20 +4119,20 @@ "type": "string" }, "deleted": { - "description": "Whether the reply has been deleted. A deleted reply has no content.", + "description": "Output only. Whether the reply has been deleted. A deleted reply has no content.", "type": "boolean" }, "htmlContent": { - "description": "The content of the reply with HTML formatting.", + "description": "Output only. The content of the reply with HTML formatting.", "type": "string" }, "id": { - "description": "The ID of the reply.", + "description": "Output only. The ID of the reply.", "type": "string" }, "kind": { "default": "drive#reply", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#reply\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#reply\"`.", "type": "string" }, "modifiedTime": { @@ -4047,7 +4149,7 @@ "properties": { "kind": { "default": "drive#replyList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#replyList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#replyList\"`.", "type": "string" }, "nextPageToken": { @@ -4070,35 +4172,34 @@ "properties": { "exportLinks": { "additionalProperties": { - "description": "A mapping from export format to URL", "type": "string" }, - "description": "Links for exporting Docs Editors files to specific formats.", + "description": "Output only. Links for exporting Docs Editors files to specific formats.", "type": "object" }, "id": { - "description": "The ID of the revision.", + "description": "Output only. The ID of the revision.", "type": "string" }, "keepForever": { - "description": "Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file.\nThis field is only applicable to files with binary content in Drive.", + "description": "Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive.", "type": "boolean" }, "kind": { "default": "drive#revision", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#revision\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#revision\"`.", "type": "string" }, "lastModifyingUser": { "$ref": "User", - "description": "The last user to modify this revision." + "description": "Output only. The last user to modify this revision." }, "md5Checksum": { - "description": "The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.", + "description": "Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.", "type": "string" }, "mimeType": { - "description": "The MIME type of the revision.", + "description": "Output only. The MIME type of the revision.", "type": "string" }, "modifiedTime": { @@ -4107,7 +4208,7 @@ "type": "string" }, "originalFilename": { - "description": "The original filename used to create this revision. This is only applicable to files with binary content in Drive.", + "description": "Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive.", "type": "string" }, "publishAuto": { @@ -4119,7 +4220,7 @@ "type": "boolean" }, "publishedLink": { - "description": "A link to the published revision. This is only populated for Google Sites files.", + "description": "Output only. A link to the published revision. This is only populated for Google Sites files.", "type": "string" }, "publishedOutsideDomain": { @@ -4127,7 +4228,7 @@ "type": "boolean" }, "size": { - "description": "The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.", + "description": "Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.", "format": "int64", "type": "string" } @@ -4140,7 +4241,7 @@ "properties": { "kind": { "default": "drive#revisionList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#revisionList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#revisionList\"`.", "type": "string" }, "nextPageToken": { @@ -4162,7 +4263,7 @@ "properties": { "kind": { "default": "drive#startPageToken", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#startPageToken\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#startPageToken\"`.", "type": "string" }, "startPageToken": { @@ -4177,7 +4278,7 @@ "id": "TeamDrive", "properties": { "backgroundImageFile": { - "description": "An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.", + "description": "An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.", "properties": { "id": { "description": "The ID of an image file in Drive to use for the background image.", @@ -4213,15 +4314,15 @@ "type": "boolean" }, "canChangeCopyRequiresWriterPermissionRestriction": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive.", + "description": "Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive.", "type": "boolean" }, "canChangeDomainUsersOnlyRestriction": { - "description": "Whether the current user can change the domainUsersOnly restriction of this Team Drive.", + "description": "Whether the current user can change the `domainUsersOnly` restriction of this Team Drive.", "type": "boolean" }, "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": { - "description": "Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive.", + "description": "Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive.", "type": "boolean" }, "canChangeTeamDriveBackground": { @@ -4229,7 +4330,7 @@ "type": "boolean" }, "canChangeTeamMembersOnlyRestriction": { - "description": "Whether the current user can change the teamMembersOnly restriction of this Team Drive.", + "description": "Whether the current user can change the `teamMembersOnly` restriction of this Team Drive.", "type": "boolean" }, "canComment": { @@ -4269,7 +4370,7 @@ "type": "boolean" }, "canRemoveChildren": { - "description": "Deprecated - use canDeleteChildren or canTrashChildren instead.", + "description": "Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead.", "type": "boolean" }, "canRename": { @@ -4296,7 +4397,7 @@ "type": "object" }, "colorRgb": { - "description": "The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId.", + "description": "The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`.", "type": "string" }, "createdTime": { @@ -4310,20 +4411,15 @@ }, "kind": { "default": "drive#teamDrive", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#teamDrive\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#teamDrive\"`.", "type": "string" }, "name": { - "annotations": { - "required": [ - "drive.teamdrives.create" - ] - }, "description": "The name of this Team Drive.", "type": "string" }, "orgUnitId": { - "description": "The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.", + "description": "The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.", "type": "string" }, "restrictions": { @@ -4334,7 +4430,7 @@ "type": "boolean" }, "copyRequiresWriterPermission": { - "description": "Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive.", + "description": "Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive.", "type": "boolean" }, "domainUsersOnly": { @@ -4353,7 +4449,7 @@ "type": "object" }, "themeId": { - "description": "The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.", + "description": "The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.", "type": "string" } }, @@ -4365,7 +4461,7 @@ "properties": { "kind": { "default": "drive#teamDriveList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#teamDriveList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#teamDriveList\"`.", "type": "string" }, "nextPageToken": { @@ -4387,28 +4483,28 @@ "id": "User", "properties": { "displayName": { - "description": "A plain text displayable name for this user.", + "description": "Output only. A plain text displayable name for this user.", "type": "string" }, "emailAddress": { - "description": "The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.", + "description": "Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.", "type": "string" }, "kind": { "default": "drive#user", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#user\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#user\"`.", "type": "string" }, "me": { - "description": "Whether this user is the requesting user.", + "description": "Output only. Whether this user is the requesting user.", "type": "boolean" }, "permissionId": { - "description": "The user's ID as visible in Permission resources.", + "description": "Output only. The user's ID as visible in Permission resources.", "type": "string" }, "photoLink": { - "description": "A link to the user's profile photo, if available.", + "description": "Output only. A link to the user's profile photo, if available.", "type": "string" } }, @@ -4416,6 +4512,6 @@ } }, "servicePath": "drive/v3/", - "title": "Drive API", + "title": "Google Drive API", "version": "v3" } \ No newline at end of file diff --git a/googleapiclient/discovery_cache/documents/driveactivity.v2.json b/googleapiclient/discovery_cache/documents/driveactivity.v2.json index bd42713df3e..cd33562136b 100644 --- a/googleapiclient/discovery_cache/documents/driveactivity.v2.json +++ b/googleapiclient/discovery_cache/documents/driveactivity.v2.json @@ -132,7 +132,7 @@ } } }, - "revision": "20230520", + "revision": "20230523", "rootUrl": "https://driveactivity.googleapis.com/", "schemas": { "Action": { diff --git a/googleapiclient/discovery_cache/documents/drivelabels.v2.json b/googleapiclient/discovery_cache/documents/drivelabels.v2.json index d772c4daf3a..73b6e290c39 100644 --- a/googleapiclient/discovery_cache/documents/drivelabels.v2.json +++ b/googleapiclient/discovery_cache/documents/drivelabels.v2.json @@ -898,7 +898,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://drivelabels.googleapis.com/", "schemas": { "GoogleAppsDriveLabelsV2BadgeColors": { diff --git a/googleapiclient/discovery_cache/documents/drivelabels.v2beta.json b/googleapiclient/discovery_cache/documents/drivelabels.v2beta.json index 8a60be13b44..41737d022b3 100644 --- a/googleapiclient/discovery_cache/documents/drivelabels.v2beta.json +++ b/googleapiclient/discovery_cache/documents/drivelabels.v2beta.json @@ -898,7 +898,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://drivelabels.googleapis.com/", "schemas": { "GoogleAppsDriveLabelsV2betaBadgeColors": { diff --git a/googleapiclient/discovery_cache/documents/essentialcontacts.v1.json b/googleapiclient/discovery_cache/documents/essentialcontacts.v1.json index b294d392bdf..a60a9483f72 100644 --- a/googleapiclient/discovery_cache/documents/essentialcontacts.v1.json +++ b/googleapiclient/discovery_cache/documents/essentialcontacts.v1.json @@ -850,7 +850,7 @@ } } }, - "revision": "20230523", + "revision": "20230526", "rootUrl": "https://essentialcontacts.googleapis.com/", "schemas": { "GoogleCloudEssentialcontactsV1ComputeContactsResponse": { diff --git a/googleapiclient/discovery_cache/documents/eventarc.v1.json b/googleapiclient/discovery_cache/documents/eventarc.v1.json index 00772ae0af2..7b16ed5c8b6 100644 --- a/googleapiclient/discovery_cache/documents/eventarc.v1.json +++ b/googleapiclient/discovery_cache/documents/eventarc.v1.json @@ -1197,7 +1197,7 @@ } } }, - "revision": "20230512", + "revision": "20230519", "rootUrl": "https://eventarc.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/googleapiclient/discovery_cache/documents/eventarc.v1beta1.json b/googleapiclient/discovery_cache/documents/eventarc.v1beta1.json index 57dc4e0357d..af03b46a88d 100644 --- a/googleapiclient/discovery_cache/documents/eventarc.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/eventarc.v1beta1.json @@ -584,7 +584,7 @@ } } }, - "revision": "20230512", + "revision": "20230519", "rootUrl": "https://eventarc.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/googleapiclient/discovery_cache/documents/factchecktools.v1alpha1.json b/googleapiclient/discovery_cache/documents/factchecktools.v1alpha1.json index c6c5084a7fa..5abcacc9e1d 100644 --- a/googleapiclient/discovery_cache/documents/factchecktools.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/factchecktools.v1alpha1.json @@ -304,7 +304,7 @@ } } }, - "revision": "20230521", + "revision": "20230528", "rootUrl": "https://factchecktools.googleapis.com/", "schemas": { "GoogleFactcheckingFactchecktoolsV1alpha1Claim": { diff --git a/googleapiclient/discovery_cache/documents/fcm.v1.json b/googleapiclient/discovery_cache/documents/fcm.v1.json index a5ae24136c4..5250b778f87 100644 --- a/googleapiclient/discovery_cache/documents/fcm.v1.json +++ b/googleapiclient/discovery_cache/documents/fcm.v1.json @@ -146,7 +146,7 @@ } } }, - "revision": "20230515", + "revision": "20230522", "rootUrl": "https://fcm.googleapis.com/", "schemas": { "AndroidConfig": { @@ -420,7 +420,7 @@ "type": "object" }, "Color": { - "description": "Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ...", + "description": "Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value\u2014for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ...", "id": "Color", "properties": { "alpha": { diff --git a/googleapiclient/discovery_cache/documents/fcmdata.v1beta1.json b/googleapiclient/discovery_cache/documents/fcmdata.v1beta1.json index 266a63f1cc8..e8a2c6311a2 100644 --- a/googleapiclient/discovery_cache/documents/fcmdata.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/fcmdata.v1beta1.json @@ -154,7 +154,7 @@ } } }, - "revision": "20230523", + "revision": "20230528", "rootUrl": "https://fcmdata.googleapis.com/", "schemas": { "GoogleFirebaseFcmDataV1beta1AndroidDeliveryData": { diff --git a/googleapiclient/discovery_cache/documents/firebase.v1beta1.json b/googleapiclient/discovery_cache/documents/firebase.v1beta1.json index 55b23b57a01..9a437740265 100644 --- a/googleapiclient/discovery_cache/documents/firebase.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/firebase.v1beta1.json @@ -1320,7 +1320,7 @@ } } }, - "revision": "20230523", + "revision": "20230524", "rootUrl": "https://firebase.googleapis.com/", "schemas": { "AddFirebaseRequest": { diff --git a/googleapiclient/discovery_cache/documents/firebaseappcheck.v1.json b/googleapiclient/discovery_cache/documents/firebaseappcheck.v1.json index 843c98c3016..b4076b81654 100644 --- a/googleapiclient/discovery_cache/documents/firebaseappcheck.v1.json +++ b/googleapiclient/discovery_cache/documents/firebaseappcheck.v1.json @@ -1107,6 +1107,7 @@ } }, "safetyNetConfig": { + "deprecated": true, "methods": { "batchGet": { "deprecated": true, @@ -1342,7 +1343,7 @@ } } }, - "revision": "20230515", + "revision": "20230522", "rootUrl": "https://firebaseappcheck.googleapis.com/", "schemas": { "GoogleFirebaseAppcheckV1AppAttestConfig": { diff --git a/googleapiclient/discovery_cache/documents/firebaseappcheck.v1beta.json b/googleapiclient/discovery_cache/documents/firebaseappcheck.v1beta.json index 9b8bd998231..c6e9cde3399 100644 --- a/googleapiclient/discovery_cache/documents/firebaseappcheck.v1beta.json +++ b/googleapiclient/discovery_cache/documents/firebaseappcheck.v1beta.json @@ -974,6 +974,7 @@ } }, "recaptchaConfig": { + "deprecated": true, "methods": { "batchGet": { "deprecated": true, @@ -1268,6 +1269,7 @@ } }, "safetyNetConfig": { + "deprecated": true, "methods": { "batchGet": { "deprecated": true, @@ -1503,7 +1505,7 @@ } } }, - "revision": "20230515", + "revision": "20230522", "rootUrl": "https://firebaseappcheck.googleapis.com/", "schemas": { "GoogleFirebaseAppcheckV1betaAppAttestConfig": { @@ -2129,7 +2131,7 @@ "ENFORCED" ], "enumDescriptions": [ - "Firebase App Check is not enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this mode by default.", + "Firebase App Check is not enforced for the service, nor are App Check metrics collected. Though the service is not protected by App Check in this mode, other applicable protections, such as user authorization, are still enforced. An unconfigured service is in this mode by default. Note that resource policies behave slightly differently as an unconfigured resource policy means that the resource will inherit the EnforcementMode configured for the service it belongs to and will not be considered as being in OFF mode by default.", "Firebase App Check is not enforced for the service. App Check metrics are collected to help you decide when to turn on enforcement for the service. Though the service is not protected by App Check in this mode, other applicable protections, such as user authorization, are still enforced.", "Firebase App Check is enforced for the service. The service will reject any request that attempts to access your project's resources if it does not have valid App Check token attached, with some exceptions depending on the service; for example, some services will still allow requests bearing the developer's privileged service account credentials without an App Check token. App Check metrics continue to be collected to help you detect issues with your App Check integration and monitor the composition of your callers. While the service is protected by App Check, other applicable protections, such as user authorization, continue to be enforced at the same time. Use caution when choosing to enforce App Check on a Firebase service. If your users have not updated to an App Check capable version of your app, their apps will no longer be able to use your Firebase services that are enforcing App Check. App Check metrics can help you decide whether to enforce App Check on your Firebase services. If your app has not launched yet, you should enable enforcement immediately, since there are no outdated clients in use." ], diff --git a/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json b/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json index 0b28fa07cbf..e281000eca4 100644 --- a/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json +++ b/googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json @@ -941,7 +941,7 @@ } } }, - "revision": "20230524", + "revision": "20230526", "rootUrl": "https://firebaseappdistribution.googleapis.com/", "schemas": { "GdataBlobstore2Info": { diff --git a/googleapiclient/discovery_cache/documents/firebasedatabase.v1beta.json b/googleapiclient/discovery_cache/documents/firebasedatabase.v1beta.json index 0ff886b74d1..0bf71e69167 100644 --- a/googleapiclient/discovery_cache/documents/firebasedatabase.v1beta.json +++ b/googleapiclient/discovery_cache/documents/firebasedatabase.v1beta.json @@ -351,7 +351,7 @@ } } }, - "revision": "20230523", + "revision": "20230524", "rootUrl": "https://firebasedatabase.googleapis.com/", "schemas": { "DatabaseInstance": { diff --git a/googleapiclient/discovery_cache/documents/firebasehosting.v1.json b/googleapiclient/discovery_cache/documents/firebasehosting.v1.json index f337431d4d3..762fa8905a6 100644 --- a/googleapiclient/discovery_cache/documents/firebasehosting.v1.json +++ b/googleapiclient/discovery_cache/documents/firebasehosting.v1.json @@ -186,7 +186,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://firebasehosting.googleapis.com/", "schemas": { "CancelOperationRequest": { diff --git a/googleapiclient/discovery_cache/documents/firebasehosting.v1beta1.json b/googleapiclient/discovery_cache/documents/firebasehosting.v1beta1.json index 5957ac9b7f9..03853856e61 100644 --- a/googleapiclient/discovery_cache/documents/firebasehosting.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/firebasehosting.v1beta1.json @@ -2109,7 +2109,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://firebasehosting.googleapis.com/", "schemas": { "ActingUser": { diff --git a/googleapiclient/discovery_cache/documents/firebaseml.v1.json b/googleapiclient/discovery_cache/documents/firebaseml.v1.json index 6ee872547c9..7cb60412360 100644 --- a/googleapiclient/discovery_cache/documents/firebaseml.v1.json +++ b/googleapiclient/discovery_cache/documents/firebaseml.v1.json @@ -204,7 +204,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://firebaseml.googleapis.com/", "schemas": { "CancelOperationRequest": { diff --git a/googleapiclient/discovery_cache/documents/firebaseml.v1beta2.json b/googleapiclient/discovery_cache/documents/firebaseml.v1beta2.json index 2845503a1bf..831ebcef5a8 100644 --- a/googleapiclient/discovery_cache/documents/firebaseml.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/firebaseml.v1beta2.json @@ -318,7 +318,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://firebaseml.googleapis.com/", "schemas": { "DownloadModelResponse": { diff --git a/googleapiclient/discovery_cache/documents/firestore.v1.json b/googleapiclient/discovery_cache/documents/firestore.v1.json index d5cb3b912ce..4f9b063bf45 100644 --- a/googleapiclient/discovery_cache/documents/firestore.v1.json +++ b/googleapiclient/discovery_cache/documents/firestore.v1.json @@ -1682,7 +1682,7 @@ } } }, - "revision": "20230508", + "revision": "20230523", "rootUrl": "https://firestore.googleapis.com/", "schemas": { "Aggregation": { @@ -2775,7 +2775,7 @@ "DATASTORE_MODE_API" ], "enumDescriptions": [ - "The index can be used by both Firestore Native and Firestore in Datastore Mode query API. This is the default.", + "The index can only be used by the Firestore Native query API. This is the default.", "The index can only be used by the Firestore in Datastore Mode query API." ], "type": "string" @@ -3140,7 +3140,7 @@ "type": "object" }, "GoogleFirestoreAdminV1TtlConfigDelta": { - "description": "Information about an TTL configuration change.", + "description": "Information about a TTL configuration change.", "id": "GoogleFirestoreAdminV1TtlConfigDelta", "properties": { "changeType": { diff --git a/googleapiclient/discovery_cache/documents/firestore.v1beta1.json b/googleapiclient/discovery_cache/documents/firestore.v1beta1.json index 8b897d430ba..674acc3e96f 100644 --- a/googleapiclient/discovery_cache/documents/firestore.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/firestore.v1beta1.json @@ -950,7 +950,7 @@ } } }, - "revision": "20230508", + "revision": "20230523", "rootUrl": "https://firestore.googleapis.com/", "schemas": { "Aggregation": { diff --git a/googleapiclient/discovery_cache/documents/firestore.v1beta2.json b/googleapiclient/discovery_cache/documents/firestore.v1beta2.json index e4d9f4aefad..a503fcff278 100644 --- a/googleapiclient/discovery_cache/documents/firestore.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/firestore.v1beta2.json @@ -415,7 +415,7 @@ } } }, - "revision": "20230508", + "revision": "20230523", "rootUrl": "https://firestore.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/fitness.v1.json b/googleapiclient/discovery_cache/documents/fitness.v1.json index f74bbe95711..1bda844a35e 100644 --- a/googleapiclient/discovery_cache/documents/fitness.v1.json +++ b/googleapiclient/discovery_cache/documents/fitness.v1.json @@ -831,7 +831,7 @@ } } }, - "revision": "20230522", + "revision": "20230523", "rootUrl": "https://fitness.googleapis.com/", "schemas": { "AggregateBucket": { diff --git a/googleapiclient/discovery_cache/documents/forms.v1.json b/googleapiclient/discovery_cache/documents/forms.v1.json index 895ecbaa075..92b895ce7e6 100644 --- a/googleapiclient/discovery_cache/documents/forms.v1.json +++ b/googleapiclient/discovery_cache/documents/forms.v1.json @@ -423,7 +423,7 @@ } } }, - "revision": "20230518", + "revision": "20230523", "rootUrl": "https://forms.googleapis.com/", "schemas": { "Answer": { diff --git a/googleapiclient/discovery_cache/documents/gameservices.v1.json b/googleapiclient/discovery_cache/documents/gameservices.v1.json index db8808ad268..c904ba3eeb6 100644 --- a/googleapiclient/discovery_cache/documents/gameservices.v1.json +++ b/googleapiclient/discovery_cache/documents/gameservices.v1.json @@ -401,7 +401,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://gameservices.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/googleapiclient/discovery_cache/documents/gameservices.v1beta.json b/googleapiclient/discovery_cache/documents/gameservices.v1beta.json index 41079cd6d62..414daf97b2b 100644 --- a/googleapiclient/discovery_cache/documents/gameservices.v1beta.json +++ b/googleapiclient/discovery_cache/documents/gameservices.v1beta.json @@ -401,7 +401,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://gameservices.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/googleapiclient/discovery_cache/documents/genomics.v2alpha1.json b/googleapiclient/discovery_cache/documents/genomics.v2alpha1.json index 2db4f8b6a04..19a66a9df18 100644 --- a/googleapiclient/discovery_cache/documents/genomics.v2alpha1.json +++ b/googleapiclient/discovery_cache/documents/genomics.v2alpha1.json @@ -301,7 +301,7 @@ } } }, - "revision": "20230515", + "revision": "20230521", "rootUrl": "https://genomics.googleapis.com/", "schemas": { "Accelerator": { diff --git a/googleapiclient/discovery_cache/documents/gkehub.v1.json b/googleapiclient/discovery_cache/documents/gkehub.v1.json index 3a1103020bf..961b2f2f4e9 100644 --- a/googleapiclient/discovery_cache/documents/gkehub.v1.json +++ b/googleapiclient/discovery_cache/documents/gkehub.v1.json @@ -1284,7 +1284,7 @@ } } }, - "revision": "20230515", + "revision": "20230518", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AppDevExperienceFeatureSpec": { diff --git a/googleapiclient/discovery_cache/documents/gkehub.v1alpha.json b/googleapiclient/discovery_cache/documents/gkehub.v1alpha.json index fc905606541..a8612dcb244 100644 --- a/googleapiclient/discovery_cache/documents/gkehub.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/gkehub.v1alpha.json @@ -1908,7 +1908,7 @@ } } }, - "revision": "20230515", + "revision": "20230518", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AnthosObservabilityFeatureSpec": { diff --git a/googleapiclient/discovery_cache/documents/gkehub.v1alpha2.json b/googleapiclient/discovery_cache/documents/gkehub.v1alpha2.json index 7d2c99fc819..99c20af55f7 100644 --- a/googleapiclient/discovery_cache/documents/gkehub.v1alpha2.json +++ b/googleapiclient/discovery_cache/documents/gkehub.v1alpha2.json @@ -657,7 +657,7 @@ } } }, - "revision": "20230515", + "revision": "20230518", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "ApplianceCluster": { diff --git a/googleapiclient/discovery_cache/documents/gkehub.v1beta.json b/googleapiclient/discovery_cache/documents/gkehub.v1beta.json index 37142a86586..10b85a872c3 100644 --- a/googleapiclient/discovery_cache/documents/gkehub.v1beta.json +++ b/googleapiclient/discovery_cache/documents/gkehub.v1beta.json @@ -1594,7 +1594,7 @@ } } }, - "revision": "20230515", + "revision": "20230518", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AnthosObservabilityFeatureSpec": { diff --git a/googleapiclient/discovery_cache/documents/gkehub.v1beta1.json b/googleapiclient/discovery_cache/documents/gkehub.v1beta1.json index 2326a7687fb..b3af4f31440 100644 --- a/googleapiclient/discovery_cache/documents/gkehub.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/gkehub.v1beta1.json @@ -712,7 +712,7 @@ } } }, - "revision": "20230515", + "revision": "20230518", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "ApplianceCluster": { diff --git a/googleapiclient/discovery_cache/documents/gkehub.v2alpha.json b/googleapiclient/discovery_cache/documents/gkehub.v2alpha.json index bc18a9b629d..8c6094085e6 100644 --- a/googleapiclient/discovery_cache/documents/gkehub.v2alpha.json +++ b/googleapiclient/discovery_cache/documents/gkehub.v2alpha.json @@ -280,7 +280,7 @@ } } }, - "revision": "20230515", + "revision": "20230518", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "CancelOperationRequest": { diff --git a/googleapiclient/discovery_cache/documents/gmail.v1.json b/googleapiclient/discovery_cache/documents/gmail.v1.json index 275c8408b3c..005ae937a2d 100644 --- a/googleapiclient/discovery_cache/documents/gmail.v1.json +++ b/googleapiclient/discovery_cache/documents/gmail.v1.json @@ -3077,7 +3077,7 @@ } } }, - "revision": "20230515", + "revision": "20230522", "rootUrl": "https://gmail.googleapis.com/", "schemas": { "AutoForwarding": { diff --git a/googleapiclient/discovery_cache/documents/gmailpostmastertools.v1.json b/googleapiclient/discovery_cache/documents/gmailpostmastertools.v1.json index eb1386a3736..d5ba57bb025 100644 --- a/googleapiclient/discovery_cache/documents/gmailpostmastertools.v1.json +++ b/googleapiclient/discovery_cache/documents/gmailpostmastertools.v1.json @@ -265,7 +265,7 @@ } } }, - "revision": "20230523", + "revision": "20230528", "rootUrl": "https://gmailpostmastertools.googleapis.com/", "schemas": { "DeliveryError": { diff --git a/googleapiclient/discovery_cache/documents/gmailpostmastertools.v1beta1.json b/googleapiclient/discovery_cache/documents/gmailpostmastertools.v1beta1.json index 89120bacee6..8905d0db42e 100644 --- a/googleapiclient/discovery_cache/documents/gmailpostmastertools.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/gmailpostmastertools.v1beta1.json @@ -265,7 +265,7 @@ } } }, - "revision": "20230523", + "revision": "20230528", "rootUrl": "https://gmailpostmastertools.googleapis.com/", "schemas": { "DeliveryError": { diff --git a/googleapiclient/discovery_cache/documents/iamcredentials.v1.json b/googleapiclient/discovery_cache/documents/iamcredentials.v1.json index bb2a1eee2af..c82625dba36 100644 --- a/googleapiclient/discovery_cache/documents/iamcredentials.v1.json +++ b/googleapiclient/discovery_cache/documents/iamcredentials.v1.json @@ -226,7 +226,7 @@ } } }, - "revision": "20230512", + "revision": "20230522", "rootUrl": "https://iamcredentials.googleapis.com/", "schemas": { "GenerateAccessTokenRequest": { diff --git a/googleapiclient/discovery_cache/documents/integrations.v1alpha.json b/googleapiclient/discovery_cache/documents/integrations.v1alpha.json index 6bd3772d6a1..89e42eb83a2 100644 --- a/googleapiclient/discovery_cache/documents/integrations.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/integrations.v1alpha.json @@ -350,7 +350,7 @@ ], "parameters": { "filter": { - "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters.", + "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters.", "location": "query", "type": "string" }, @@ -689,6 +689,34 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "executeEvent": { + "description": "Executes an integration on receiving events from Integration Connector triggers, Eventarc or CPS Trigger. The details about integration are derived from CloudEvent request body.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/integrations/{integrationsId}:executeEvent", + "httpMethod": "POST", + "id": "integrations.projects.locations.integrations.executeEvent", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The integration resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration_id}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/integrations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}:executeEvent", + "request": { + "$ref": "GoogleCloudIntegrationsV1alphaExecuteEventRequest" + }, + "response": { + "$ref": "GoogleCloudIntegrationsV1alphaExecuteEventResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "list": { "description": "Returns the list of all integrations in the specified project.", "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/integrations", @@ -804,6 +832,7 @@ "type": "string" }, "filterParams.parameterKey": { + "deprecated": true, "description": "Param key. DEPRECATED. User parameter_pair_key instead.", "location": "query", "type": "string" @@ -824,6 +853,7 @@ "type": "string" }, "filterParams.parameterValue": { + "deprecated": true, "description": "Param value. DEPRECATED. User parameter_pair_value instead.", "location": "query", "type": "string" @@ -835,6 +865,7 @@ "type": "string" }, "filterParams.taskStatuses": { + "deprecated": true, "description": "List of possible task statuses.", "location": "query", "repeated": true, @@ -880,6 +911,7 @@ "type": "boolean" }, "truncateParams": { + "deprecated": true, "description": "Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.", "location": "query", "type": "boolean" @@ -1437,7 +1469,7 @@ ], "parameters": { "filter": { - "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters.", + "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters.", "location": "query", "type": "string" }, @@ -1615,7 +1647,7 @@ ], "parameters": { "filter": { - "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters.", + "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters.", "location": "query", "type": "string" }, @@ -1911,6 +1943,7 @@ "type": "string" }, "filterParams.parameterKey": { + "deprecated": true, "description": "Param key. DEPRECATED. User parameter_pair_key instead.", "location": "query", "type": "string" @@ -1931,6 +1964,7 @@ "type": "string" }, "filterParams.parameterValue": { + "deprecated": true, "description": "Param value. DEPRECATED. User parameter_pair_value instead.", "location": "query", "type": "string" @@ -1942,6 +1976,7 @@ "type": "string" }, "filterParams.taskStatuses": { + "deprecated": true, "description": "List of possible task statuses.", "location": "query", "repeated": true, @@ -1987,6 +2022,7 @@ "type": "boolean" }, "truncateParams": { + "deprecated": true, "description": "Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.", "location": "query", "type": "boolean" @@ -2629,7 +2665,7 @@ ], "parameters": { "filter": { - "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters.", + "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters.", "location": "query", "type": "string" }, @@ -2792,7 +2828,7 @@ ], "parameters": { "filter": { - "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters.", + "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters.", "location": "query", "type": "string" }, @@ -2959,7 +2995,7 @@ ], "parameters": { "filter": { - "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters.", + "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters.", "location": "query", "type": "string" }, @@ -3122,7 +3158,7 @@ ], "parameters": { "filter": { - "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters.", + "description": "Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters.", "location": "query", "type": "string" }, @@ -3202,7 +3238,7 @@ } } }, - "revision": "20230509", + "revision": "20230524", "rootUrl": "https://integrations.googleapis.com/", "schemas": { "CrmlogErrorCode": { @@ -7418,7 +7454,8 @@ "CLOUD_PUBSUB_EXTERNAL", "SFDC_CDC_CHANNEL", "SFDC_PLATFORM_EVENTS_CHANNEL", - "CLOUD_SCHEDULER" + "CLOUD_SCHEDULER", + "INTEGRATION_CONNECTOR_TRIGGER" ], "enumDescriptions": [ "", @@ -7433,6 +7470,7 @@ "", "", "", + "", "" ], "type": "string" @@ -7770,6 +7808,10 @@ "description": "Authorization code to be exchanged for access and refresh tokens.", "type": "string" }, + "authUri": { + "description": "Auth URL for Authorization Code Flow", + "type": "string" + }, "clientId": { "description": "Client ID for user-provided OAuth app.", "type": "string" @@ -7904,6 +7946,10 @@ "description": "Key of the config variable.", "type": "string" }, + "keyValue": { + "$ref": "GoogleCloudConnectorsV1EncryptionKey", + "description": "Value is a Encryption Key." + }, "secretValue": { "$ref": "GoogleCloudConnectorsV1Secret", "description": "Value is a secret." @@ -7930,6 +7976,12 @@ }, "type": "array" }, + "connectionRevision": { + "description": "Output only. Connection revision. This field is only updated when the connection is created or updated by User.", + "format": "int64", + "readOnly": true, + "type": "string" + }, "connectorVersion": { "description": "Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource.", "type": "string" @@ -8126,6 +8178,31 @@ }, "type": "object" }, + "GoogleCloudConnectorsV1EncryptionKey": { + "description": "Encryption Key value.", + "id": "GoogleCloudConnectorsV1EncryptionKey", + "properties": { + "kmsKeyName": { + "description": "The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.", + "type": "string" + }, + "type": { + "description": "Type.", + "enum": [ + "TYPE_UNSPECIFIED", + "GOOGLE_MANAGED", + "CUSTOMER_MANAGED" + ], + "enumDescriptions": [ + "Value type is not specified.", + "Google Managed.", + "Customer Managed." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudConnectorsV1LockConfig": { "description": "Determines whether or no a connection is locked. If locked, a reason must be specified.", "id": "GoogleCloudConnectorsV1LockConfig", @@ -8824,6 +8901,28 @@ }, "type": "object" }, + "GoogleCloudIntegrationsV1alphaExecuteEventRequest": { + "description": "Request for triggering an integration using event triggers.", + "id": "GoogleCloudIntegrationsV1alphaExecuteEventRequest", + "properties": { + "cloudEvent": { + "$ref": "IoCloudeventsV1CloudEvent", + "description": "Required. Details about the trigger which is to be executed and values for input variable to the integration." + } + }, + "type": "object" + }, + "GoogleCloudIntegrationsV1alphaExecuteEventResponse": { + "description": "The response for executing an integration.", + "id": "GoogleCloudIntegrationsV1alphaExecuteEventResponse", + "properties": { + "executionId": { + "description": "The id of the execution corresponding to this run of integration.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest": { "description": "The request for executing an integration.", "id": "GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest", @@ -10354,7 +10453,7 @@ "type": "string" }, "triggerId": { - "description": "Matched against all {@link TriggerConfig}s across all integrations. i.e. TriggerConfig.trigger_id.equals(trigger_id)", + "description": "Required. Matched against all {@link TriggerConfig}s across all integrations. i.e. TriggerConfig.trigger_id.equals(trigger_id)", "type": "string" } }, @@ -10916,7 +11015,8 @@ "SFDC_CHANNEL", "CLOUD_PUBSUB_EXTERNAL", "SFDC_CDC_CHANNEL", - "CLOUD_SCHEDULER" + "CLOUD_SCHEDULER", + "INTEGRATION_CONNECTOR_TRIGGER" ], "enumDescriptions": [ "Unknown.", @@ -10925,7 +11025,8 @@ "Trigger by Salesforce Channel.", "Trigger by Pub/Sub external.", "SFDC Channel Trigger for CDC.", - "Trigger by Cloud Scheduler job." + "Trigger by Cloud Scheduler job.", + "Trigger by Connector Event" ], "type": "string" } @@ -11101,6 +11202,78 @@ "id": "GoogleProtobufEmpty", "properties": {}, "type": "object" + }, + "IoCloudeventsV1CloudEvent": { + "description": "-- CloudEvent Context Attributes", + "id": "IoCloudeventsV1CloudEvent", + "properties": { + "attributes": { + "additionalProperties": { + "$ref": "IoCloudeventsV1CloudEventCloudEventAttributeValue" + }, + "description": "Optional & Extension Attributes", + "type": "object" + }, + "binaryData": { + "format": "byte", + "type": "string" + }, + "id": { + "description": "Required Attributes", + "type": "string" + }, + "protoData": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "type": "object" + }, + "source": { + "description": "URI-reference", + "type": "string" + }, + "specVersion": { + "type": "string" + }, + "textData": { + "type": "string" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "IoCloudeventsV1CloudEventCloudEventAttributeValue": { + "id": "IoCloudeventsV1CloudEventCloudEventAttributeValue", + "properties": { + "ceBoolean": { + "type": "boolean" + }, + "ceBytes": { + "format": "byte", + "type": "string" + }, + "ceInteger": { + "format": "int32", + "type": "integer" + }, + "ceString": { + "type": "string" + }, + "ceTimestamp": { + "format": "google-datetime", + "type": "string" + }, + "ceUri": { + "type": "string" + }, + "ceUriRef": { + "type": "string" + } + }, + "type": "object" } }, "servicePath": "", diff --git a/googleapiclient/discovery_cache/documents/jobs.v3.json b/googleapiclient/discovery_cache/documents/jobs.v3.json index 5bc58042002..5a57aaa93d1 100644 --- a/googleapiclient/discovery_cache/documents/jobs.v3.json +++ b/googleapiclient/discovery_cache/documents/jobs.v3.json @@ -651,7 +651,7 @@ } } }, - "revision": "20230425", + "revision": "20230523", "rootUrl": "https://jobs.googleapis.com/", "schemas": { "ApplicationInfo": { diff --git a/googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json b/googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json index 584cfb7bc5c..7f7e7476005 100644 --- a/googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json +++ b/googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json @@ -681,7 +681,7 @@ } } }, - "revision": "20230425", + "revision": "20230523", "rootUrl": "https://jobs.googleapis.com/", "schemas": { "ApplicationInfo": { diff --git a/googleapiclient/discovery_cache/documents/jobs.v4.json b/googleapiclient/discovery_cache/documents/jobs.v4.json index 52c770e8931..3ea6f938683 100644 --- a/googleapiclient/discovery_cache/documents/jobs.v4.json +++ b/googleapiclient/discovery_cache/documents/jobs.v4.json @@ -903,7 +903,7 @@ } } }, - "revision": "20230425", + "revision": "20230523", "rootUrl": "https://jobs.googleapis.com/", "schemas": { "ApplicationInfo": { @@ -2759,6 +2759,7 @@ "SIMPLE", "ONE_PER_COMPANY", "TWO_PER_COMPANY", + "MAX_THREE_PER_COMPANY", "DIVERSIFY_BY_LOOSER_SIMILARITY" ], "enumDescriptions": [ @@ -2767,6 +2768,7 @@ "Default diversifying behavior. The result list is ordered so that highly similar results are pushed to the end of the last page of search results.", "Only one job from the same company will be shown at once, other jobs under same company are pushed to the end of the last page of search result.", "Similar to ONE_PER_COMPANY, but it allows at most two jobs in the same company to be shown at once, the other jobs under same company are pushed to the end of the last page of search result.", + "Similar to ONE_PER_COMPANY, but it allows at most three jobs in the same company to be shown at once, the other jobs under same company are dropped.", "The result list is ordered such that somewhat similar results are pushed to the end of the last page of the search results. This option is recommended if SIMPLE diversification does not diversify enough." ], "type": "string" diff --git a/googleapiclient/discovery_cache/documents/kgsearch.v1.json b/googleapiclient/discovery_cache/documents/kgsearch.v1.json index ff17cbbe10b..aa038cf5023 100644 --- a/googleapiclient/discovery_cache/documents/kgsearch.v1.json +++ b/googleapiclient/discovery_cache/documents/kgsearch.v1.json @@ -151,7 +151,7 @@ } } }, - "revision": "20230521", + "revision": "20230528", "rootUrl": "https://kgsearch.googleapis.com/", "schemas": { "SearchResponse": { diff --git a/googleapiclient/discovery_cache/documents/kmsinventory.v1.json b/googleapiclient/discovery_cache/documents/kmsinventory.v1.json index 04b7a949731..389e7bdad6e 100644 --- a/googleapiclient/discovery_cache/documents/kmsinventory.v1.json +++ b/googleapiclient/discovery_cache/documents/kmsinventory.v1.json @@ -236,7 +236,7 @@ } } }, - "revision": "20230521", + "revision": "20230528", "rootUrl": "https://kmsinventory.googleapis.com/", "schemas": { "GoogleCloudKmsInventoryV1ListCryptoKeysResponse": { diff --git a/googleapiclient/discovery_cache/documents/language.v1.json b/googleapiclient/discovery_cache/documents/language.v1.json index 6bead58a7bf..9bacf7a93e0 100644 --- a/googleapiclient/discovery_cache/documents/language.v1.json +++ b/googleapiclient/discovery_cache/documents/language.v1.json @@ -227,7 +227,7 @@ } } }, - "revision": "20230513", + "revision": "20230520", "rootUrl": "https://language.googleapis.com/", "schemas": { "AnalyzeEntitiesRequest": { diff --git a/googleapiclient/discovery_cache/documents/language.v1beta2.json b/googleapiclient/discovery_cache/documents/language.v1beta2.json index a5dd77bf4c6..3843a6dab1b 100644 --- a/googleapiclient/discovery_cache/documents/language.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/language.v1beta2.json @@ -227,7 +227,7 @@ } } }, - "revision": "20230513", + "revision": "20230520", "rootUrl": "https://language.googleapis.com/", "schemas": { "AnalyzeEntitiesRequest": { diff --git a/googleapiclient/discovery_cache/documents/libraryagent.v1.json b/googleapiclient/discovery_cache/documents/libraryagent.v1.json index 3815ac100f8..3377f33e80b 100644 --- a/googleapiclient/discovery_cache/documents/libraryagent.v1.json +++ b/googleapiclient/discovery_cache/documents/libraryagent.v1.json @@ -279,7 +279,7 @@ } } }, - "revision": "20230523", + "revision": "20230528", "rootUrl": "https://libraryagent.googleapis.com/", "schemas": { "GoogleExampleLibraryagentV1Book": { diff --git a/googleapiclient/discovery_cache/documents/licensing.v1.json b/googleapiclient/discovery_cache/documents/licensing.v1.json index 07b3ff4b241..f4a8692e9fa 100644 --- a/googleapiclient/discovery_cache/documents/licensing.v1.json +++ b/googleapiclient/discovery_cache/documents/licensing.v1.json @@ -400,7 +400,7 @@ } } }, - "revision": "20230520", + "revision": "20230527", "rootUrl": "https://licensing.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/localservices.v1.json b/googleapiclient/discovery_cache/documents/localservices.v1.json index 87cf0926c30..1b61ba98bd6 100644 --- a/googleapiclient/discovery_cache/documents/localservices.v1.json +++ b/googleapiclient/discovery_cache/documents/localservices.v1.json @@ -250,7 +250,7 @@ } } }, - "revision": "20230523", + "revision": "20230528", "rootUrl": "https://localservices.googleapis.com/", "schemas": { "GoogleAdsHomeservicesLocalservicesV1AccountReport": { diff --git a/googleapiclient/discovery_cache/documents/logging.v2.json b/googleapiclient/discovery_cache/documents/logging.v2.json index 275783f69ce..73f32228e81 100644 --- a/googleapiclient/discovery_cache/documents/logging.v2.json +++ b/googleapiclient/discovery_cache/documents/logging.v2.json @@ -7007,7 +7007,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://logging.googleapis.com/", "schemas": { "BigQueryDataset": { @@ -8809,6 +8809,11 @@ "readOnly": true, "type": "string" }, + "loggingServiceAccountId": { + "description": "Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided.", + "readOnly": true, + "type": "string" + }, "name": { "description": "Output only. The resource name of the settings.", "readOnly": true, diff --git a/googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json b/googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json index 0832da11c21..80f1b34eee0 100644 --- a/googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json @@ -2102,7 +2102,7 @@ } } }, - "revision": "20230505", + "revision": "20230519", "rootUrl": "https://migrationcenter.googleapis.com/", "schemas": { "AddAssetsToGroupRequest": { @@ -2491,7 +2491,7 @@ "type": "boolean" }, "names": { - "description": "Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. format: projects/{project}/locations/{location}/asset/{name}.", + "description": "Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project}/locations/{location}/assets/{name}.", "items": { "type": "string" }, diff --git a/googleapiclient/discovery_cache/documents/monitoring.v1.json b/googleapiclient/discovery_cache/documents/monitoring.v1.json index 6edf7e440a8..d4e9a7d984b 100644 --- a/googleapiclient/discovery_cache/documents/monitoring.v1.json +++ b/googleapiclient/discovery_cache/documents/monitoring.v1.json @@ -806,7 +806,7 @@ } } }, - "revision": "20230518", + "revision": "20230521", "rootUrl": "https://monitoring.googleapis.com/", "schemas": { "Aggregation": { diff --git a/googleapiclient/discovery_cache/documents/monitoring.v3.json b/googleapiclient/discovery_cache/documents/monitoring.v3.json index 741bfe0ac85..0ce360bed69 100644 --- a/googleapiclient/discovery_cache/documents/monitoring.v3.json +++ b/googleapiclient/discovery_cache/documents/monitoring.v3.json @@ -2714,7 +2714,7 @@ } } }, - "revision": "20230518", + "revision": "20230521", "rootUrl": "https://monitoring.googleapis.com/", "schemas": { "Aggregation": { @@ -2854,7 +2854,7 @@ "description": "A read-only record of the creation of the alerting policy. If provided in a call to create or update, this field will be ignored." }, "displayName": { - "description": "A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.", + "description": "A short name or phrase used to identify the policy in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple policies in the same project. The name is limited to 512 Unicode characters.The convention for the display_name of a PrometheusQueryLanguageCondition is \"/\", where the and should be taken from the corresponding Prometheus configuration file. This convention is not enforced. In any case the display_name is not a unique key of the AlertPolicy.", "type": "string" }, "documentation": { @@ -2884,7 +2884,7 @@ "additionalProperties": { "type": "string" }, - "description": "User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.", + "description": "User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.Note that Prometheus and are valid Prometheus label names (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). This means that they cannot be stored as is in user labels, because Prometheus labels may contain upper-case letters.", "type": "object" }, "validity": { diff --git a/googleapiclient/discovery_cache/documents/mybusinessaccountmanagement.v1.json b/googleapiclient/discovery_cache/documents/mybusinessaccountmanagement.v1.json index 1466c608bfd..b7e2156f0ed 100644 --- a/googleapiclient/discovery_cache/documents/mybusinessaccountmanagement.v1.json +++ b/googleapiclient/discovery_cache/documents/mybusinessaccountmanagement.v1.json @@ -530,7 +530,7 @@ } } }, - "revision": "20230524", + "revision": "20230529", "rootUrl": "https://mybusinessaccountmanagement.googleapis.com/", "schemas": { "AcceptInvitationRequest": { diff --git a/googleapiclient/discovery_cache/documents/mybusinessbusinesscalls.v1.json b/googleapiclient/discovery_cache/documents/mybusinessbusinesscalls.v1.json index 428ca659e31..64f20af88bd 100644 --- a/googleapiclient/discovery_cache/documents/mybusinessbusinesscalls.v1.json +++ b/googleapiclient/discovery_cache/documents/mybusinessbusinesscalls.v1.json @@ -198,7 +198,7 @@ } } }, - "revision": "20230524", + "revision": "20230529", "rootUrl": "https://mybusinessbusinesscalls.googleapis.com/", "schemas": { "AggregateMetrics": { diff --git a/googleapiclient/discovery_cache/documents/mybusinessbusinessinformation.v1.json b/googleapiclient/discovery_cache/documents/mybusinessbusinessinformation.v1.json index cac9f9de98d..e7e54bc7d52 100644 --- a/googleapiclient/discovery_cache/documents/mybusinessbusinessinformation.v1.json +++ b/googleapiclient/discovery_cache/documents/mybusinessbusinessinformation.v1.json @@ -662,7 +662,7 @@ } } }, - "revision": "20230524", + "revision": "20230529", "rootUrl": "https://mybusinessbusinessinformation.googleapis.com/", "schemas": { "AdWordsLocationExtensions": { diff --git a/googleapiclient/discovery_cache/documents/mybusinesslodging.v1.json b/googleapiclient/discovery_cache/documents/mybusinesslodging.v1.json index a227b3a0cf0..d9b8da5be0a 100644 --- a/googleapiclient/discovery_cache/documents/mybusinesslodging.v1.json +++ b/googleapiclient/discovery_cache/documents/mybusinesslodging.v1.json @@ -194,7 +194,7 @@ } } }, - "revision": "20230524", + "revision": "20230529", "rootUrl": "https://mybusinesslodging.googleapis.com/", "schemas": { "Accessibility": { diff --git a/googleapiclient/discovery_cache/documents/mybusinessnotifications.v1.json b/googleapiclient/discovery_cache/documents/mybusinessnotifications.v1.json index 04f1ca288ad..e2452d4e417 100644 --- a/googleapiclient/discovery_cache/documents/mybusinessnotifications.v1.json +++ b/googleapiclient/discovery_cache/documents/mybusinessnotifications.v1.json @@ -154,7 +154,7 @@ } } }, - "revision": "20230524", + "revision": "20230529", "rootUrl": "https://mybusinessnotifications.googleapis.com/", "schemas": { "NotificationSetting": { diff --git a/googleapiclient/discovery_cache/documents/mybusinessplaceactions.v1.json b/googleapiclient/discovery_cache/documents/mybusinessplaceactions.v1.json index c06c6093422..6d09c406064 100644 --- a/googleapiclient/discovery_cache/documents/mybusinessplaceactions.v1.json +++ b/googleapiclient/discovery_cache/documents/mybusinessplaceactions.v1.json @@ -281,7 +281,7 @@ } } }, - "revision": "20230524", + "revision": "20230529", "rootUrl": "https://mybusinessplaceactions.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/mybusinessqanda.v1.json b/googleapiclient/discovery_cache/documents/mybusinessqanda.v1.json index e43b29904d1..8ae9289e5bb 100644 --- a/googleapiclient/discovery_cache/documents/mybusinessqanda.v1.json +++ b/googleapiclient/discovery_cache/documents/mybusinessqanda.v1.json @@ -323,7 +323,7 @@ } } }, - "revision": "20230524", + "revision": "20230529", "rootUrl": "https://mybusinessqanda.googleapis.com/", "schemas": { "Answer": { diff --git a/googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json b/googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json index 2346eb04103..2c29d1adf71 100644 --- a/googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json +++ b/googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json @@ -256,7 +256,7 @@ } } }, - "revision": "20230524", + "revision": "20230529", "rootUrl": "https://mybusinessverifications.googleapis.com/", "schemas": { "AddressVerificationData": { diff --git a/googleapiclient/discovery_cache/documents/networkmanagement.v1.json b/googleapiclient/discovery_cache/documents/networkmanagement.v1.json index 69c6a53bf95..0672355a679 100644 --- a/googleapiclient/discovery_cache/documents/networkmanagement.v1.json +++ b/googleapiclient/discovery_cache/documents/networkmanagement.v1.json @@ -591,7 +591,7 @@ } } }, - "revision": "20230503", + "revision": "20230517", "rootUrl": "https://networkmanagement.googleapis.com/", "schemas": { "AbortInfo": { diff --git a/googleapiclient/discovery_cache/documents/networkmanagement.v1beta1.json b/googleapiclient/discovery_cache/documents/networkmanagement.v1beta1.json index 9b0430757d8..3b896e11799 100644 --- a/googleapiclient/discovery_cache/documents/networkmanagement.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/networkmanagement.v1beta1.json @@ -591,7 +591,7 @@ } } }, - "revision": "20230503", + "revision": "20230517", "rootUrl": "https://networkmanagement.googleapis.com/", "schemas": { "AbortInfo": { @@ -1008,6 +1008,7 @@ "DROPPED_INSIDE_GKE_SERVICE", "DROPPED_INSIDE_CLOUD_SQL_SERVICE", "GOOGLE_MANAGED_SERVICE_NO_PEERING", + "GOOGLE_MANAGED_SERVICE_NO_PSC_ENDPOINT", "GKE_PSC_ENDPOINT_MISSING", "CLOUD_SQL_INSTANCE_NO_IP_ADDRESS", "GKE_CONTROL_PLANE_REGION_MISMATCH", @@ -1048,6 +1049,7 @@ "Packet was dropped inside Google Kubernetes Engine Service.", "Packet was dropped inside Cloud SQL Service.", "Packet was dropped because there is no peering between the originating network and the Google Managed Services Network.", + "Packet was dropped because the Google-managed service uses Private Service Connect (PSC), but the PSC endpoint is not found in the project.", "Packet was dropped because the GKE cluster uses Private Service Connect (PSC), but the PSC endpoint is not found in the project.", "Packet was dropped because the Cloud SQL instance has neither a private nor a public IP address.", "Packet was dropped because a GKE cluster private endpoint is unreachable from a region different from the cluster's region.", diff --git a/googleapiclient/discovery_cache/documents/networkservices.v1.json b/googleapiclient/discovery_cache/documents/networkservices.v1.json index 581b29fcb47..276cd36054c 100644 --- a/googleapiclient/discovery_cache/documents/networkservices.v1.json +++ b/googleapiclient/discovery_cache/documents/networkservices.v1.json @@ -2148,7 +2148,7 @@ } } }, - "revision": "20230510", + "revision": "20230519", "rootUrl": "https://networkservices.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/googleapiclient/discovery_cache/documents/networkservices.v1beta1.json b/googleapiclient/discovery_cache/documents/networkservices.v1beta1.json index eeebfe1853d..bd58afe3dee 100644 --- a/googleapiclient/discovery_cache/documents/networkservices.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/networkservices.v1beta1.json @@ -1875,7 +1875,7 @@ } } }, - "revision": "20230510", + "revision": "20230519", "rootUrl": "https://networkservices.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/googleapiclient/discovery_cache/documents/ondemandscanning.v1.json b/googleapiclient/discovery_cache/documents/ondemandscanning.v1.json index c5acd690238..b798b3f66ad 100644 --- a/googleapiclient/discovery_cache/documents/ondemandscanning.v1.json +++ b/googleapiclient/discovery_cache/documents/ondemandscanning.v1.json @@ -339,7 +339,7 @@ } } }, - "revision": "20230517", + "revision": "20230522", "rootUrl": "https://ondemandscanning.googleapis.com/", "schemas": { "AliasContext": { @@ -506,6 +506,20 @@ }, "type": "object" }, + "BinarySourceInfo": { + "id": "BinarySourceInfo", + "properties": { + "binaryVersion": { + "$ref": "PackageVersion", + "description": "The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. See b/175908657#comment15." + }, + "sourceVersion": { + "$ref": "PackageVersion", + "description": "The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from." + } + }, + "type": "object" + }, "BuildOccurrence": { "description": "Details of a build occurrence.", "id": "BuildOccurrence", @@ -1750,9 +1764,16 @@ "description": "The architecture of the package.", "type": "string" }, + "binarySourceInfo": { + "description": "A bundle containing the binary and source information.", + "items": { + "$ref": "BinarySourceInfo" + }, + "type": "array" + }, "binaryVersion": { "$ref": "PackageVersion", - "description": "The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. See b/175908657#comment15." + "description": "DEPRECATED" }, "cpeUri": { "description": "The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) in which the vulnerability may manifest. Examples include distro or storage location for vulnerable jar.", @@ -1823,7 +1844,7 @@ }, "sourceVersion": { "$ref": "PackageVersion", - "description": "The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from." + "description": "DEPRECATED" }, "unused": { "type": "string" diff --git a/googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json b/googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json index 2254ea6ab0f..f28d7e79a87 100644 --- a/googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json @@ -339,7 +339,7 @@ } } }, - "revision": "20230517", + "revision": "20230522", "rootUrl": "https://ondemandscanning.googleapis.com/", "schemas": { "AliasContext": { @@ -502,6 +502,20 @@ }, "type": "object" }, + "BinarySourceInfo": { + "id": "BinarySourceInfo", + "properties": { + "binaryVersion": { + "$ref": "PackageVersion", + "description": "The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. See b/175908657#comment15." + }, + "sourceVersion": { + "$ref": "PackageVersion", + "description": "The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from." + } + }, + "type": "object" + }, "BuildOccurrence": { "description": "Details of a build occurrence.", "id": "BuildOccurrence", @@ -1746,9 +1760,16 @@ "description": "The architecture of the package.", "type": "string" }, + "binarySourceInfo": { + "description": "A bundle containing the binary and source information.", + "items": { + "$ref": "BinarySourceInfo" + }, + "type": "array" + }, "binaryVersion": { "$ref": "PackageVersion", - "description": "The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. See b/175908657#comment15." + "description": "DEPRECATED" }, "cpeUri": { "description": "The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) in which the vulnerability may manifest. Examples include distro or storage location for vulnerable jar.", @@ -1819,7 +1840,7 @@ }, "sourceVersion": { "$ref": "PackageVersion", - "description": "The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from." + "description": "DEPRECATED" }, "unused": { "type": "string" diff --git a/googleapiclient/discovery_cache/documents/osconfig.v1alpha.json b/googleapiclient/discovery_cache/documents/osconfig.v1alpha.json index 36e2a6b3e86..afbe5b2ace6 100644 --- a/googleapiclient/discovery_cache/documents/osconfig.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/osconfig.v1alpha.json @@ -687,7 +687,7 @@ } } }, - "revision": "20230521", + "revision": "20230529", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "CVSSv3": { diff --git a/googleapiclient/discovery_cache/documents/oslogin.v1.json b/googleapiclient/discovery_cache/documents/oslogin.v1.json index fbe9e1e0f3e..5523e74de0a 100644 --- a/googleapiclient/discovery_cache/documents/oslogin.v1.json +++ b/googleapiclient/discovery_cache/documents/oslogin.v1.json @@ -343,7 +343,7 @@ } } }, - "revision": "20230505", + "revision": "20230521", "rootUrl": "https://oslogin.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/oslogin.v1alpha.json b/googleapiclient/discovery_cache/documents/oslogin.v1alpha.json index 47c4ea30908..3da0643ab54 100644 --- a/googleapiclient/discovery_cache/documents/oslogin.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/oslogin.v1alpha.json @@ -403,7 +403,7 @@ } } }, - "revision": "20230505", + "revision": "20230521", "rootUrl": "https://oslogin.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/oslogin.v1beta.json b/googleapiclient/discovery_cache/documents/oslogin.v1beta.json index 27b65fb2617..9b7a5363a0a 100644 --- a/googleapiclient/discovery_cache/documents/oslogin.v1beta.json +++ b/googleapiclient/discovery_cache/documents/oslogin.v1beta.json @@ -373,7 +373,7 @@ } } }, - "revision": "20230505", + "revision": "20230521", "rootUrl": "https://oslogin.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json b/googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json index 2976a281a53..e21e5298a9d 100644 --- a/googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json +++ b/googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json @@ -396,7 +396,7 @@ } } }, - "revision": "20230523", + "revision": "20230524", "rootUrl": "https://paymentsresellersubscription.googleapis.com/", "schemas": { "GoogleCloudPaymentsResellerSubscriptionV1Amount": { diff --git a/googleapiclient/discovery_cache/documents/people.v1.json b/googleapiclient/discovery_cache/documents/people.v1.json index cbf42c572a5..4c3db89a51f 100644 --- a/googleapiclient/discovery_cache/documents/people.v1.json +++ b/googleapiclient/discovery_cache/documents/people.v1.json @@ -1172,7 +1172,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://people.googleapis.com/", "schemas": { "Address": { diff --git a/googleapiclient/discovery_cache/documents/playcustomapp.v1.json b/googleapiclient/discovery_cache/documents/playcustomapp.v1.json index 817f7832213..8be3c9bc9a5 100644 --- a/googleapiclient/discovery_cache/documents/playcustomapp.v1.json +++ b/googleapiclient/discovery_cache/documents/playcustomapp.v1.json @@ -158,7 +158,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://playcustomapp.googleapis.com/", "schemas": { "CustomApp": { diff --git a/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json b/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json index cce17406ecb..f9ac39117f3 100644 --- a/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json @@ -941,7 +941,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://playdeveloperreporting.googleapis.com/", "schemas": { "GooglePlayDeveloperReportingV1alpha1Anomaly": { diff --git a/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json b/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json index 639da3f73b8..04568e3a65e 100644 --- a/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json @@ -941,7 +941,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://playdeveloperreporting.googleapis.com/", "schemas": { "GooglePlayDeveloperReportingV1beta1Anomaly": { diff --git a/googleapiclient/discovery_cache/documents/playintegrity.v1.json b/googleapiclient/discovery_cache/documents/playintegrity.v1.json index 02d66abac05..acabba49bc6 100644 --- a/googleapiclient/discovery_cache/documents/playintegrity.v1.json +++ b/googleapiclient/discovery_cache/documents/playintegrity.v1.json @@ -138,7 +138,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://playintegrity.googleapis.com/", "schemas": { "AccountActivity": { diff --git a/googleapiclient/discovery_cache/documents/policyanalyzer.v1.json b/googleapiclient/discovery_cache/documents/policyanalyzer.v1.json index aa6833f07a1..01eec85ee23 100644 --- a/googleapiclient/discovery_cache/documents/policyanalyzer.v1.json +++ b/googleapiclient/discovery_cache/documents/policyanalyzer.v1.json @@ -163,7 +163,7 @@ } } }, - "revision": "20230521", + "revision": "20230528", "rootUrl": "https://policyanalyzer.googleapis.com/", "schemas": { "GoogleCloudPolicyanalyzerV1Activity": { diff --git a/googleapiclient/discovery_cache/documents/policyanalyzer.v1beta1.json b/googleapiclient/discovery_cache/documents/policyanalyzer.v1beta1.json index ca2d7f9b390..f3d22348bb7 100644 --- a/googleapiclient/discovery_cache/documents/policyanalyzer.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/policyanalyzer.v1beta1.json @@ -163,7 +163,7 @@ } } }, - "revision": "20230521", + "revision": "20230528", "rootUrl": "https://policyanalyzer.googleapis.com/", "schemas": { "GoogleCloudPolicyanalyzerV1beta1Activity": { diff --git a/googleapiclient/discovery_cache/documents/policysimulator.v1.json b/googleapiclient/discovery_cache/documents/policysimulator.v1.json index fe9695fe788..2a8cdfbc702 100644 --- a/googleapiclient/discovery_cache/documents/policysimulator.v1.json +++ b/googleapiclient/discovery_cache/documents/policysimulator.v1.json @@ -707,7 +707,7 @@ } } }, - "revision": "20230514", + "revision": "20230521", "rootUrl": "https://policysimulator.googleapis.com/", "schemas": { "GoogleCloudPolicysimulatorV1AccessStateDiff": { diff --git a/googleapiclient/discovery_cache/documents/policysimulator.v1alpha.json b/googleapiclient/discovery_cache/documents/policysimulator.v1alpha.json index fb3e3fc6215..a31805db711 100644 --- a/googleapiclient/discovery_cache/documents/policysimulator.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/policysimulator.v1alpha.json @@ -521,7 +521,7 @@ } } }, - "revision": "20230514", + "revision": "20230521", "rootUrl": "https://policysimulator.googleapis.com/", "schemas": { "GoogleCloudPolicysimulatorV1Replay": { diff --git a/googleapiclient/discovery_cache/documents/policytroubleshooter.v1.json b/googleapiclient/discovery_cache/documents/policytroubleshooter.v1.json index 45b90f465e9..0ba14461cda 100644 --- a/googleapiclient/discovery_cache/documents/policytroubleshooter.v1.json +++ b/googleapiclient/discovery_cache/documents/policytroubleshooter.v1.json @@ -128,7 +128,7 @@ } } }, - "revision": "20230521", + "revision": "20230528", "rootUrl": "https://policytroubleshooter.googleapis.com/", "schemas": { "GoogleCloudPolicytroubleshooterV1AccessTuple": { diff --git a/googleapiclient/discovery_cache/documents/policytroubleshooter.v1beta.json b/googleapiclient/discovery_cache/documents/policytroubleshooter.v1beta.json index 3012e70168c..2550e145870 100644 --- a/googleapiclient/discovery_cache/documents/policytroubleshooter.v1beta.json +++ b/googleapiclient/discovery_cache/documents/policytroubleshooter.v1beta.json @@ -128,7 +128,7 @@ } } }, - "revision": "20230521", + "revision": "20230528", "rootUrl": "https://policytroubleshooter.googleapis.com/", "schemas": { "GoogleCloudPolicytroubleshooterV1betaAccessTuple": { diff --git a/googleapiclient/discovery_cache/documents/privateca.v1.json b/googleapiclient/discovery_cache/documents/privateca.v1.json index 7da63fd16b2..f524976a71d 100644 --- a/googleapiclient/discovery_cache/documents/privateca.v1.json +++ b/googleapiclient/discovery_cache/documents/privateca.v1.json @@ -1605,7 +1605,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://privateca.googleapis.com/", "schemas": { "AccessUrls": { diff --git a/googleapiclient/discovery_cache/documents/privateca.v1beta1.json b/googleapiclient/discovery_cache/documents/privateca.v1beta1.json index 070814e1376..7f6985c251b 100644 --- a/googleapiclient/discovery_cache/documents/privateca.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/privateca.v1beta1.json @@ -580,7 +580,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://privateca.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json b/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json index 2048de8bd67..c14c6b5891d 100644 --- a/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json @@ -2583,7 +2583,7 @@ } } }, - "revision": "20230521", + "revision": "20230525", "rootUrl": "https://prod-tt-sasportal.googleapis.com/", "schemas": { "SasPortalAssignment": { diff --git a/googleapiclient/discovery_cache/documents/pubsub.v1.json b/googleapiclient/discovery_cache/documents/pubsub.v1.json index 18cee54eeb8..a36154ce838 100644 --- a/googleapiclient/discovery_cache/documents/pubsub.v1.json +++ b/googleapiclient/discovery_cache/documents/pubsub.v1.json @@ -1565,7 +1565,7 @@ } } }, - "revision": "20230509", + "revision": "20230516", "rootUrl": "https://pubsub.googleapis.com/", "schemas": { "AcknowledgeRequest": { diff --git a/googleapiclient/discovery_cache/documents/pubsub.v1beta1a.json b/googleapiclient/discovery_cache/documents/pubsub.v1beta1a.json index fb4f2a6bba7..bfaa2defce7 100644 --- a/googleapiclient/discovery_cache/documents/pubsub.v1beta1a.json +++ b/googleapiclient/discovery_cache/documents/pubsub.v1beta1a.json @@ -457,7 +457,7 @@ } } }, - "revision": "20230509", + "revision": "20230516", "rootUrl": "https://pubsub.googleapis.com/", "schemas": { "AcknowledgeRequest": { diff --git a/googleapiclient/discovery_cache/documents/pubsub.v1beta2.json b/googleapiclient/discovery_cache/documents/pubsub.v1beta2.json index 9e072a214d4..cbfc7422093 100644 --- a/googleapiclient/discovery_cache/documents/pubsub.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/pubsub.v1beta2.json @@ -724,7 +724,7 @@ } } }, - "revision": "20230509", + "revision": "20230516", "rootUrl": "https://pubsub.googleapis.com/", "schemas": { "AcknowledgeRequest": { diff --git a/googleapiclient/discovery_cache/documents/pubsublite.v1.json b/googleapiclient/discovery_cache/documents/pubsublite.v1.json index 63190cdd9a1..fa74a4a3bff 100644 --- a/googleapiclient/discovery_cache/documents/pubsublite.v1.json +++ b/googleapiclient/discovery_cache/documents/pubsublite.v1.json @@ -1040,7 +1040,7 @@ } } }, - "revision": "20230512", + "revision": "20230519", "rootUrl": "https://pubsublite.googleapis.com/", "schemas": { "CancelOperationRequest": { diff --git a/googleapiclient/discovery_cache/documents/readerrevenuesubscriptionlinking.v1.json b/googleapiclient/discovery_cache/documents/readerrevenuesubscriptionlinking.v1.json index d63f2ab9a62..c982385e38b 100644 --- a/googleapiclient/discovery_cache/documents/readerrevenuesubscriptionlinking.v1.json +++ b/googleapiclient/discovery_cache/documents/readerrevenuesubscriptionlinking.v1.json @@ -207,7 +207,7 @@ } } }, - "revision": "20230523", + "revision": "20230529", "rootUrl": "https://readerrevenuesubscriptionlinking.googleapis.com/", "schemas": { "DeleteReaderResponse": { diff --git a/googleapiclient/discovery_cache/documents/realtimebidding.v1.json b/googleapiclient/discovery_cache/documents/realtimebidding.v1.json index 1cdc18d6f3f..fa85e89587a 100644 --- a/googleapiclient/discovery_cache/documents/realtimebidding.v1.json +++ b/googleapiclient/discovery_cache/documents/realtimebidding.v1.json @@ -1305,7 +1305,7 @@ } } }, - "revision": "20230523", + "revision": "20230525", "rootUrl": "https://realtimebidding.googleapis.com/", "schemas": { "ActivatePretargetingConfigRequest": { diff --git a/googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json b/googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json index 6a182ee9975..6e2067d68c5 100644 --- a/googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json @@ -234,7 +234,7 @@ } } }, - "revision": "20230524", + "revision": "20230525", "rootUrl": "https://realtimebidding.googleapis.com/", "schemas": { "ActivateBiddingFunctionRequest": { diff --git a/googleapiclient/discovery_cache/documents/redis.v1.json b/googleapiclient/discovery_cache/documents/redis.v1.json index 030a6a7ac4c..d1be6a859fc 100644 --- a/googleapiclient/discovery_cache/documents/redis.v1.json +++ b/googleapiclient/discovery_cache/documents/redis.v1.json @@ -624,7 +624,7 @@ } } }, - "revision": "20230511", + "revision": "20230518", "rootUrl": "https://redis.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/redis.v1beta1.json b/googleapiclient/discovery_cache/documents/redis.v1beta1.json index 9eaef8a751e..35bedd3bbf1 100644 --- a/googleapiclient/discovery_cache/documents/redis.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/redis.v1beta1.json @@ -624,7 +624,7 @@ } } }, - "revision": "20230511", + "revision": "20230518", "rootUrl": "https://redis.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/resourcesettings.v1.json b/googleapiclient/discovery_cache/documents/resourcesettings.v1.json index 15422da7e8b..2527e9b72dd 100644 --- a/googleapiclient/discovery_cache/documents/resourcesettings.v1.json +++ b/googleapiclient/discovery_cache/documents/resourcesettings.v1.json @@ -499,7 +499,7 @@ } } }, - "revision": "20230522", + "revision": "20230528", "rootUrl": "https://resourcesettings.googleapis.com/", "schemas": { "GoogleCloudResourcesettingsV1ListSettingsResponse": { diff --git a/googleapiclient/discovery_cache/documents/run.v1.json b/googleapiclient/discovery_cache/documents/run.v1.json index bb60d20604e..15a57bf0325 100644 --- a/googleapiclient/discovery_cache/documents/run.v1.json +++ b/googleapiclient/discovery_cache/documents/run.v1.json @@ -2289,7 +2289,7 @@ } } }, - "revision": "20230514", + "revision": "20230521", "rootUrl": "https://run.googleapis.com/", "schemas": { "Addressable": { @@ -3766,12 +3766,12 @@ "description": "HTTPGet specifies the http request to perform." }, "initialDelaySeconds": { - "description": "Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240.", + "description": "Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. .", "format": "int32", "type": "integer" }, "periodSeconds": { - "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.", + "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds. .", "format": "int32", "type": "integer" }, @@ -3785,7 +3785,7 @@ "description": "TCPSocket specifies an action involving a TCP port." }, "timeoutSeconds": { - "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds.", + "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds; if period_seconds is not set, must be less or equal than 10.", "format": "int32", "type": "integer" } diff --git a/googleapiclient/discovery_cache/documents/script.v1.json b/googleapiclient/discovery_cache/documents/script.v1.json index 0b31ae1af93..ff7fa3721b4 100644 --- a/googleapiclient/discovery_cache/documents/script.v1.json +++ b/googleapiclient/discovery_cache/documents/script.v1.json @@ -887,7 +887,7 @@ } } }, - "revision": "20230514", + "revision": "20230521", "rootUrl": "https://script.googleapis.com/", "schemas": { "Content": { diff --git a/googleapiclient/discovery_cache/documents/searchconsole.v1.json b/googleapiclient/discovery_cache/documents/searchconsole.v1.json index d40e9cc108b..841564bf1e2 100644 --- a/googleapiclient/discovery_cache/documents/searchconsole.v1.json +++ b/googleapiclient/discovery_cache/documents/searchconsole.v1.json @@ -400,7 +400,7 @@ } } }, - "revision": "20230522", + "revision": "20230527", "rootUrl": "https://searchconsole.googleapis.com/", "schemas": { "AmpInspectionResult": { diff --git a/googleapiclient/discovery_cache/documents/servicecontrol.v2.json b/googleapiclient/discovery_cache/documents/servicecontrol.v2.json index 76d810e6a92..5843272ee64 100644 --- a/googleapiclient/discovery_cache/documents/servicecontrol.v2.json +++ b/googleapiclient/discovery_cache/documents/servicecontrol.v2.json @@ -169,7 +169,7 @@ } } }, - "revision": "20230515", + "revision": "20230519", "rootUrl": "https://servicecontrol.googleapis.com/", "schemas": { "Api": { diff --git a/googleapiclient/discovery_cache/documents/servicedirectory.v1.json b/googleapiclient/discovery_cache/documents/servicedirectory.v1.json index 3653e0ac5a8..9a353aeda8f 100644 --- a/googleapiclient/discovery_cache/documents/servicedirectory.v1.json +++ b/googleapiclient/discovery_cache/documents/servicedirectory.v1.json @@ -883,7 +883,7 @@ } } }, - "revision": "20230516", + "revision": "20230521", "rootUrl": "https://servicedirectory.googleapis.com/", "schemas": { "Binding": { diff --git a/googleapiclient/discovery_cache/documents/servicedirectory.v1beta1.json b/googleapiclient/discovery_cache/documents/servicedirectory.v1beta1.json index 085b2611e28..faf2b87afd8 100644 --- a/googleapiclient/discovery_cache/documents/servicedirectory.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/servicedirectory.v1beta1.json @@ -1147,7 +1147,7 @@ } } }, - "revision": "20230516", + "revision": "20230521", "rootUrl": "https://servicedirectory.googleapis.com/", "schemas": { "Binding": { diff --git a/googleapiclient/discovery_cache/documents/serviceusage.v1.json b/googleapiclient/discovery_cache/documents/serviceusage.v1.json index 7b9cac58773..e1900ffa0d6 100644 --- a/googleapiclient/discovery_cache/documents/serviceusage.v1.json +++ b/googleapiclient/discovery_cache/documents/serviceusage.v1.json @@ -426,7 +426,7 @@ } } }, - "revision": "20230521", + "revision": "20230523", "rootUrl": "https://serviceusage.googleapis.com/", "schemas": { "AddEnableRulesMetadata": { diff --git a/googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json b/googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json index aa1c493a73f..e2c87d65479 100644 --- a/googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json @@ -964,7 +964,7 @@ } } }, - "revision": "20230521", + "revision": "20230523", "rootUrl": "https://serviceusage.googleapis.com/", "schemas": { "AddEnableRulesMetadata": { diff --git a/googleapiclient/discovery_cache/documents/speech.v1.json b/googleapiclient/discovery_cache/documents/speech.v1.json index 09a8d549303..f76860b9d23 100644 --- a/googleapiclient/discovery_cache/documents/speech.v1.json +++ b/googleapiclient/discovery_cache/documents/speech.v1.json @@ -524,7 +524,7 @@ } } }, - "revision": "20230511", + "revision": "20230522", "rootUrl": "https://speech.googleapis.com/", "schemas": { "ABNFGrammar": { diff --git a/googleapiclient/discovery_cache/documents/speech.v1p1beta1.json b/googleapiclient/discovery_cache/documents/speech.v1p1beta1.json index c6a3f0b5137..bb78ad1a2ab 100644 --- a/googleapiclient/discovery_cache/documents/speech.v1p1beta1.json +++ b/googleapiclient/discovery_cache/documents/speech.v1p1beta1.json @@ -524,7 +524,7 @@ } } }, - "revision": "20230511", + "revision": "20230522", "rootUrl": "https://speech.googleapis.com/", "schemas": { "ABNFGrammar": { diff --git a/googleapiclient/discovery_cache/documents/sqladmin.v1.json b/googleapiclient/discovery_cache/documents/sqladmin.v1.json index 142fc6954f8..742f90c2d2f 100644 --- a/googleapiclient/discovery_cache/documents/sqladmin.v1.json +++ b/googleapiclient/discovery_cache/documents/sqladmin.v1.json @@ -2023,7 +2023,7 @@ } } }, - "revision": "20230518", + "revision": "20230523", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { diff --git a/googleapiclient/discovery_cache/documents/storage.v1.json b/googleapiclient/discovery_cache/documents/storage.v1.json index 72cc7de9e3c..9fa6b32b191 100644 --- a/googleapiclient/discovery_cache/documents/storage.v1.json +++ b/googleapiclient/discovery_cache/documents/storage.v1.json @@ -26,7 +26,7 @@ "description": "Stores and retrieves potentially large, immutable data objects.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/storage/docs/json_api/", - "etag": "\"32323438343134383836373539393738393734\"", + "etag": "\"33333837343438323431373032383131363630\"", "icons": { "x16": "https://www.google.com/images/icons/product/cloud_storage-16.png", "x32": "https://www.google.com/images/icons/product/cloud_storage-32.png" @@ -3010,7 +3010,7 @@ } } }, - "revision": "20230515", + "revision": "20230525", "rootUrl": "https://storage.googleapis.com/", "schemas": { "Bucket": { diff --git a/googleapiclient/discovery_cache/documents/streetviewpublish.v1.json b/googleapiclient/discovery_cache/documents/streetviewpublish.v1.json index 761bfa3d42b..e914e011ae3 100644 --- a/googleapiclient/discovery_cache/documents/streetviewpublish.v1.json +++ b/googleapiclient/discovery_cache/documents/streetviewpublish.v1.json @@ -534,7 +534,7 @@ } } }, - "revision": "20230522", + "revision": "20230528", "rootUrl": "https://streetviewpublish.googleapis.com/", "schemas": { "BatchDeletePhotosRequest": { diff --git a/googleapiclient/discovery_cache/documents/sts.v1.json b/googleapiclient/discovery_cache/documents/sts.v1.json index a4ef1fcf60d..6946e2eeb2e 100644 --- a/googleapiclient/discovery_cache/documents/sts.v1.json +++ b/googleapiclient/discovery_cache/documents/sts.v1.json @@ -146,7 +146,7 @@ } } }, - "revision": "20230514", + "revision": "20230521", "rootUrl": "https://sts.googleapis.com/", "schemas": { "GoogleIamV1Binding": { diff --git a/googleapiclient/discovery_cache/documents/sts.v1beta.json b/googleapiclient/discovery_cache/documents/sts.v1beta.json index 3d86207ac9a..137990cb66a 100644 --- a/googleapiclient/discovery_cache/documents/sts.v1beta.json +++ b/googleapiclient/discovery_cache/documents/sts.v1beta.json @@ -116,7 +116,7 @@ } } }, - "revision": "20230514", + "revision": "20230521", "rootUrl": "https://sts.googleapis.com/", "schemas": { "GoogleIamV1Binding": { diff --git a/googleapiclient/discovery_cache/documents/tagmanager.v1.json b/googleapiclient/discovery_cache/documents/tagmanager.v1.json index c76ba72f839..c35e8dd9596 100644 --- a/googleapiclient/discovery_cache/documents/tagmanager.v1.json +++ b/googleapiclient/discovery_cache/documents/tagmanager.v1.json @@ -1932,7 +1932,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://tagmanager.googleapis.com/", "schemas": { "Account": { diff --git a/googleapiclient/discovery_cache/documents/tagmanager.v2.json b/googleapiclient/discovery_cache/documents/tagmanager.v2.json index ae1cbcc515c..7d62ce8b1b1 100644 --- a/googleapiclient/discovery_cache/documents/tagmanager.v2.json +++ b/googleapiclient/discovery_cache/documents/tagmanager.v2.json @@ -3716,7 +3716,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://tagmanager.googleapis.com/", "schemas": { "Account": { diff --git a/googleapiclient/discovery_cache/documents/tasks.v1.json b/googleapiclient/discovery_cache/documents/tasks.v1.json index 98541334e05..028a3a553fc 100644 --- a/googleapiclient/discovery_cache/documents/tasks.v1.json +++ b/googleapiclient/discovery_cache/documents/tasks.v1.json @@ -566,7 +566,7 @@ } } }, - "revision": "20230521", + "revision": "20230527", "rootUrl": "https://tasks.googleapis.com/", "schemas": { "Task": { diff --git a/googleapiclient/discovery_cache/documents/testing.v1.json b/googleapiclient/discovery_cache/documents/testing.v1.json index 6434ab27d5a..55379242b20 100644 --- a/googleapiclient/discovery_cache/documents/testing.v1.json +++ b/googleapiclient/discovery_cache/documents/testing.v1.json @@ -164,7 +164,7 @@ ] }, "create": { - "description": "Creates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. A test matrix is limited to use at most 2000 devices in parallel. The returned matrix will not yet contain the executions that will be created for this matrix. That happens later on and will require a call to GetTestMatrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed or if the matrix tries to use too many simultaneous devices.", + "description": "Creates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. A test matrix is limited to use at most 2000 devices in parallel. The returned matrix will not yet contain the executions that will be created for this matrix. Execution creation happens later on and will require a call to GetTestMatrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed or if the matrix tries to use too many simultaneous devices.", "flatPath": "v1/projects/{projectId}/testMatrices", "httpMethod": "POST", "id": "testing.projects.testMatrices.create", @@ -196,7 +196,7 @@ ] }, "get": { - "description": "Checks the status of a test matrix and the executions once they are created. The test matrix will contain the list of test executions to run if and only if the resultStorage.toolResultsExecution fields have been populated. Note: Flaky test executions may still be added to the matrix at a later stage. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist", + "description": "Checks the status of a test matrix and the executions once they are created. The test matrix will contain the list of test executions to run if and only if the resultStorage.toolResultsExecution fields have been populated. Note: Flaky test executions may be added to the matrix at a later stage. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist", "flatPath": "v1/projects/{projectId}/testMatrices/{testMatrixId}", "httpMethod": "GET", "id": "testing.projects.testMatrices.get", @@ -282,7 +282,7 @@ } } }, - "revision": "20230519", + "revision": "20230523", "rootUrl": "https://testing.googleapis.com/", "schemas": { "Account": { @@ -1771,7 +1771,7 @@ "id": "SmartSharding", "properties": { "targetedShardDuration": { - "description": "The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has seen a test case in the last 30 days, the record of the latest successful one will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the test case is considered to be 15 seconds long by default. Because the actual shard duration can exceed the targeted shard duration, we recommend setting the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or using the custom test timeout value you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created will count toward daily test quota.", + "description": "The amount of time tests within a shard should take. Default: 300 seconds (5 minutes). The minimum allowed: 120 seconds (2 minutes). The shard count is dynamically set based on time, up to the maximum shard limit (described below). To guarantee at least one test case for each shard, the number of shards will not exceed the number of test cases. Shard duration will be exceeded if: - The maximum shard limit is reached and there is more calculated test time remaining to allocate into shards. - Any individual test is estimated to be longer than the targeted shard duration. Shard duration is not guaranteed because smart sharding uses test case history and default durations which may not be accurate. The rules for finding the test case timing records are: - If the service has processed a test case in the last 30 days, the record of the latest successful test case will be used. - For new test cases, the average duration of other known test cases will be used. - If there are no previous test case timing records available, the default test case duration is 15 seconds. Because the actual shard duration can exceed the targeted shard duration, we recommend that you set the targeted value at least 5 minutes less than the maximum allowed test timeout (45 minutes for physical devices and 60 minutes for virtual), or that you use the custom test timeout value that you set. This approach avoids cancelling the shard before all tests can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not exceed the number of test cases. Each shard created counts toward daily test quota.", "format": "google-duration", "type": "string" } @@ -2006,7 +2006,7 @@ "The test apk does not declare an instrumentation.", "The input app apk does not have a signature.", "The test runner class specified by user or in the test APK's manifest file is not compatible with Android Test Orchestrator. Orchestrator is only compatible with AndroidJUnitRunner version 1.1 or higher. Orchestrator can be disabled by using DO_NOT_USE_ORCHESTRATOR OrchestratorOption.", - "The test APK does not contain the test runner class specified by user or in the manifest file. This can be caused by either of the following reasons: - the user provided a runner class name that's incorrect, or - the test runner isn't built into the test APK (might be in the app APK instead).", + "The test APK does not contain the test runner class specified by the user or in the manifest file. This can be caused by one of the following reasons: - the user provided a runner class name that's incorrect, or - the test runner isn't built into the test APK (might be in the app APK instead).", "A main launcher activity could not be found.", "The app declares one or more permissions that are not allowed.", "There is a conflict in the provided robo_directives.", @@ -2049,7 +2049,7 @@ "enumDescriptions": [ "Do not use. For proto versioning only.", "The test matrix run was successful, for instance: - All the test cases passed. - Robo did not detect a crash of the application under test.", - "A run failed, for instance: - One or more test case failed. - A test timed out. - The application under test crashed.", + "A run failed, for instance: - One or more test cases failed. - A test timed out. - The application under test crashed.", "Something unexpected happened. The run should still be considered unsuccessful but this is likely a transient problem and re-running the test might be successful.", "All tests were skipped, for instance: - All device configurations were incompatible." ], diff --git a/googleapiclient/discovery_cache/documents/toolresults.v1beta3.json b/googleapiclient/discovery_cache/documents/toolresults.v1beta3.json index c0a19cc5d90..d050c43850f 100644 --- a/googleapiclient/discovery_cache/documents/toolresults.v1beta3.json +++ b/googleapiclient/discovery_cache/documents/toolresults.v1beta3.json @@ -1463,7 +1463,7 @@ } } }, - "revision": "20230523", + "revision": "20230529", "rootUrl": "https://toolresults.googleapis.com/", "schemas": { "ANR": { diff --git a/googleapiclient/discovery_cache/documents/trafficdirector.v2.json b/googleapiclient/discovery_cache/documents/trafficdirector.v2.json index b62f2a50b6b..2f2160955e5 100644 --- a/googleapiclient/discovery_cache/documents/trafficdirector.v2.json +++ b/googleapiclient/discovery_cache/documents/trafficdirector.v2.json @@ -128,7 +128,7 @@ } } }, - "revision": "20230507", + "revision": "20230520", "rootUrl": "https://trafficdirector.googleapis.com/", "schemas": { "Address": { diff --git a/googleapiclient/discovery_cache/documents/travelimpactmodel.v1.json b/googleapiclient/discovery_cache/documents/travelimpactmodel.v1.json index dcdaf01db44..386bc35ac7e 100644 --- a/googleapiclient/discovery_cache/documents/travelimpactmodel.v1.json +++ b/googleapiclient/discovery_cache/documents/travelimpactmodel.v1.json @@ -116,7 +116,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://travelimpactmodel.googleapis.com/", "schemas": { "ComputeFlightEmissionsRequest": { diff --git a/googleapiclient/discovery_cache/documents/versionhistory.v1.json b/googleapiclient/discovery_cache/documents/versionhistory.v1.json index 3c13f5aec03..158ff479011 100644 --- a/googleapiclient/discovery_cache/documents/versionhistory.v1.json +++ b/googleapiclient/discovery_cache/documents/versionhistory.v1.json @@ -271,7 +271,7 @@ } } }, - "revision": "20230523", + "revision": "20230528", "rootUrl": "https://versionhistory.googleapis.com/", "schemas": { "Channel": { diff --git a/googleapiclient/discovery_cache/documents/vision.v1.json b/googleapiclient/discovery_cache/documents/vision.v1.json index 5d165a0b03f..236b112733f 100644 --- a/googleapiclient/discovery_cache/documents/vision.v1.json +++ b/googleapiclient/discovery_cache/documents/vision.v1.json @@ -1282,7 +1282,7 @@ } } }, - "revision": "20230505", + "revision": "20230519", "rootUrl": "https://vision.googleapis.com/", "schemas": { "AddProductToProductSetRequest": { @@ -1732,7 +1732,7 @@ "type": "object" }, "Color": { - "description": "Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ...", + "description": "Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value\u2014for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ...", "id": "Color", "properties": { "alpha": { diff --git a/googleapiclient/discovery_cache/documents/vision.v1p1beta1.json b/googleapiclient/discovery_cache/documents/vision.v1p1beta1.json index 7b1c687b43b..64ab71a022a 100644 --- a/googleapiclient/discovery_cache/documents/vision.v1p1beta1.json +++ b/googleapiclient/discovery_cache/documents/vision.v1p1beta1.json @@ -449,7 +449,7 @@ } } }, - "revision": "20230505", + "revision": "20230519", "rootUrl": "https://vision.googleapis.com/", "schemas": { "AnnotateFileResponse": { @@ -714,7 +714,7 @@ "type": "object" }, "Color": { - "description": "Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ...", + "description": "Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value\u2014for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ...", "id": "Color", "properties": { "alpha": { diff --git a/googleapiclient/discovery_cache/documents/vision.v1p2beta1.json b/googleapiclient/discovery_cache/documents/vision.v1p2beta1.json index 8abfb634cbc..4e40a8e3533 100644 --- a/googleapiclient/discovery_cache/documents/vision.v1p2beta1.json +++ b/googleapiclient/discovery_cache/documents/vision.v1p2beta1.json @@ -449,7 +449,7 @@ } } }, - "revision": "20230505", + "revision": "20230519", "rootUrl": "https://vision.googleapis.com/", "schemas": { "AnnotateFileResponse": { @@ -714,7 +714,7 @@ "type": "object" }, "Color": { - "description": "Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to/from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't carry information about the absolute color space that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ...", + "description": "Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page does not have information about the absolute color space that should be used to interpret the RGB value\u2014for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(''); }; // ...", "id": "Color", "properties": { "alpha": { diff --git a/googleapiclient/discovery_cache/documents/vmmigration.v1.json b/googleapiclient/discovery_cache/documents/vmmigration.v1.json index f60e39a2161..34be21bde41 100644 --- a/googleapiclient/discovery_cache/documents/vmmigration.v1.json +++ b/googleapiclient/discovery_cache/documents/vmmigration.v1.json @@ -1972,7 +1972,7 @@ } } }, - "revision": "20230518", + "revision": "20230523", "rootUrl": "https://vmmigration.googleapis.com/", "schemas": { "AccessKeyCredentials": { diff --git a/googleapiclient/discovery_cache/documents/vmmigration.v1alpha1.json b/googleapiclient/discovery_cache/documents/vmmigration.v1alpha1.json index 66ea9115f10..201c1496fae 100644 --- a/googleapiclient/discovery_cache/documents/vmmigration.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/vmmigration.v1alpha1.json @@ -1972,7 +1972,7 @@ } } }, - "revision": "20230518", + "revision": "20230523", "rootUrl": "https://vmmigration.googleapis.com/", "schemas": { "AccessKeyCredentials": { diff --git a/googleapiclient/discovery_cache/documents/workflowexecutions.v1.json b/googleapiclient/discovery_cache/documents/workflowexecutions.v1.json index 3d1e4b325f7..ab46750f4c2 100644 --- a/googleapiclient/discovery_cache/documents/workflowexecutions.v1.json +++ b/googleapiclient/discovery_cache/documents/workflowexecutions.v1.json @@ -309,7 +309,7 @@ } } }, - "revision": "20230516", + "revision": "20230521", "rootUrl": "https://workflowexecutions.googleapis.com/", "schemas": { "CancelExecutionRequest": { diff --git a/googleapiclient/discovery_cache/documents/workflowexecutions.v1beta.json b/googleapiclient/discovery_cache/documents/workflowexecutions.v1beta.json index a7c170edac6..3e9ab744ff8 100644 --- a/googleapiclient/discovery_cache/documents/workflowexecutions.v1beta.json +++ b/googleapiclient/discovery_cache/documents/workflowexecutions.v1beta.json @@ -269,7 +269,7 @@ } } }, - "revision": "20230516", + "revision": "20230521", "rootUrl": "https://workflowexecutions.googleapis.com/", "schemas": { "CancelExecutionRequest": { diff --git a/googleapiclient/discovery_cache/documents/workflows.v1.json b/googleapiclient/discovery_cache/documents/workflows.v1.json index a2409424fd6..fa78c1f8349 100644 --- a/googleapiclient/discovery_cache/documents/workflows.v1.json +++ b/googleapiclient/discovery_cache/documents/workflows.v1.json @@ -449,7 +449,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://workflows.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/workflows.v1beta.json b/googleapiclient/discovery_cache/documents/workflows.v1beta.json index 5fe7ff60a8a..0b6810899b7 100644 --- a/googleapiclient/discovery_cache/documents/workflows.v1beta.json +++ b/googleapiclient/discovery_cache/documents/workflows.v1beta.json @@ -444,7 +444,7 @@ } } }, - "revision": "20230510", + "revision": "20230517", "rootUrl": "https://workflows.googleapis.com/", "schemas": { "Empty": { diff --git a/googleapiclient/discovery_cache/documents/youtube.v3.json b/googleapiclient/discovery_cache/documents/youtube.v3.json index e1442b6e426..76b61985ef3 100644 --- a/googleapiclient/discovery_cache/documents/youtube.v3.json +++ b/googleapiclient/discovery_cache/documents/youtube.v3.json @@ -3833,7 +3833,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://youtube.googleapis.com/", "schemas": { "AbuseReport": { diff --git a/googleapiclient/discovery_cache/documents/youtubeAnalytics.v2.json b/googleapiclient/discovery_cache/documents/youtubeAnalytics.v2.json index dfd936381a2..210a142ddba 100644 --- a/googleapiclient/discovery_cache/documents/youtubeAnalytics.v2.json +++ b/googleapiclient/discovery_cache/documents/youtubeAnalytics.v2.json @@ -421,7 +421,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://youtubeanalytics.googleapis.com/", "schemas": { "EmptyResponse": { diff --git a/googleapiclient/discovery_cache/documents/youtubereporting.v1.json b/googleapiclient/discovery_cache/documents/youtubereporting.v1.json index 3feb0ba4469..7bf4e0786b4 100644 --- a/googleapiclient/discovery_cache/documents/youtubereporting.v1.json +++ b/googleapiclient/discovery_cache/documents/youtubereporting.v1.json @@ -411,7 +411,7 @@ } } }, - "revision": "20230522", + "revision": "20230524", "rootUrl": "https://youtubereporting.googleapis.com/", "schemas": { "Empty": {