docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html b/docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html
index b28734f..dbaa054 100644
--- a/docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html
+++ b/docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html
@@ -98,39 +98,21 @@
{ # A `Release` is a particular
# [collection of configurations and files](sites.versions)
# that is set to be public at a particular time.
- "message": "A String", # The deploy description when the release was created. The value can be up to
- # 512 characters.
- "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
- # a release or finalizing a version.
- "email": "A String", # The email address of the user when the user performed the action.
- "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
- # changed their email address or deleted their account.
- },
- "releaseTime": "A String", # Output only. The time at which the version is set to be public.
- "name": "A String", # Output only. The unique identifier for the release, in the format:
- # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
- # This name is provided in the response body when you call the
- # [`CreateRelease`](sites.releases/create) endpoint.
- "type": "A String", # Explains the reason for the release.
- # <br>Specify a value for this field only when creating a `SITE_DISABLE`
- # type release.
"version": { # A `Version` is the collection of configuration and # Output only. The configuration and content that was released.
# [static files](sites.versions.files) that determine how a site is displayed.
- "fileCount": "A String", # Output only. The total number of files associated with the version.
- # <br>This value is calculated after a version is `FINALIZED`.
"deleteUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `DELETED` the version.
# a release or finalizing a version.
"email": "A String", # The email address of the user when the user performed the action.
"imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
# changed their email address or deleted their account.
},
- "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
"finalizeUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `FINALIZED` the version.
# a release or finalizing a version.
"email": "A String", # The email address of the user when the user performed the action.
"imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
# changed their email address or deleted their account.
},
+ "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
"preview": { # Version preview configuration. If active and unexpired, # Version preview configuration for the site version. This configuration
# specfies whether previewing is enabled for this site version. Version
# previews allow you to preview your site at a custom URL before
@@ -167,49 +149,6 @@
# processed before serving content. The patterns are matched and applied
# according to a specific
# [priority order](/docs/hosting/full-config#hosting_priority_order).
- "headers": [ # A list of custom response headers that are added to the content if the
- # request URL path matches the glob.
- { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
- # add to a response should the request URL path match the pattern.
- "headers": { # Required. The additional headers to add to the response.
- "a_key": "A String",
- },
- "regex": "A String", # The user-supplied RE2 regular expression to match against the request
- # URL path.
- "glob": "A String", # The user-supplied [glob
- # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
- # against the request URL path.
- },
- ],
- "appAssociation": "A String", # How to handle well known App Association files.
- "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
- "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
- "rewrites": [ # A list of rewrites that will act as if the service were given the
- # destination URL.
- { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
- # content rewrite on the version. If the pattern matches, the request will be
- # handled as if it were to the destination path specified in the
- # configuration.
- "function": "A String", # The function to proxy requests to. Must match the exported function
- # name exactly.
- "regex": "A String", # The user-supplied RE2 regular expression to match against the request
- # URL path.
- "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
- "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
- # Cloud Run service does not exist when setting or updating your Firebase
- # Hosting configuration, then the request fails. Any errors from the Cloud Run
- # service are passed to the end user (for example, if you delete a service, any
- # requests directed to that service receive a `404` error).
- "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
- # Defaults to `us-central1` if not supplied.
- "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
- },
- "glob": "A String", # The user-supplied [glob
- # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
- # against the request URL path.
- "path": "A String", # The URL path to rewrite the request to.
- },
- ],
"redirects": [ # A list of globs that will cause the response to redirect to another
# location.
{ # A [`redirect`](/docs/hosting/full-config#redirects) represents the
@@ -232,6 +171,49 @@
# <br>"location": "https://example.com/foo/:capture"</code>
},
],
+ "headers": [ # A list of custom response headers that are added to the content if the
+ # request URL path matches the glob.
+ { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
+ # add to a response should the request URL path match the pattern.
+ "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+ # URL path.
+ "glob": "A String", # The user-supplied [glob
+ # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+ # against the request URL path.
+ "headers": { # Required. The additional headers to add to the response.
+ "a_key": "A String",
+ },
+ },
+ ],
+ "appAssociation": "A String", # How to handle well known App Association files.
+ "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
+ "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
+ "rewrites": [ # A list of rewrites that will act as if the service were given the
+ # destination URL.
+ { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
+ # content rewrite on the version. If the pattern matches, the request will be
+ # handled as if it were to the destination path specified in the
+ # configuration.
+ "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+ # URL path.
+ "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
+ "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
+ # Cloud Run service does not exist when setting or updating your Firebase
+ # Hosting configuration, then the request fails. Any errors from the Cloud Run
+ # service are passed to the end user (for example, if you delete a service, any
+ # requests directed to that service receive a `404` error).
+ "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
+ # Defaults to `us-central1` if not supplied.
+ "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
+ },
+ "glob": "A String", # The user-supplied [glob
+ # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+ # against the request URL path.
+ "path": "A String", # The URL path to rewrite the request to.
+ "function": "A String", # The function to proxy requests to. Must match the exported function
+ # name exactly.
+ },
+ ],
},
"name": "A String", # The unique identifier for a version, in the format:
# <code>sites/<var>site-name</var>/versions/<var>versionID</var></code>
@@ -243,7 +225,25 @@
"imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
# changed their email address or deleted their account.
},
+ "fileCount": "A String", # Output only. The total number of files associated with the version.
+ # <br>This value is calculated after a version is `FINALIZED`.
},
+ "message": "A String", # The deploy description when the release was created. The value can be up to
+ # 512&nbsp;characters.
+ "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
+ # a release or finalizing a version.
+ "email": "A String", # The email address of the user when the user performed the action.
+ "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
+ # changed their email address or deleted their account.
+ },
+ "releaseTime": "A String", # Output only. The time at which the version is set to be public.
+ "name": "A String", # Output only. The unique identifier for the release, in the format:
+ # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
+ # This name is provided in the response body when you call the
+ # [`CreateRelease`](sites.releases/create) endpoint.
+ "type": "A String", # Explains the reason for the release.
+ # <br>Specify a value for this field only when creating a `SITE_DISABLE`
+ # type release.
}
versionName: string, The unique identifier for a version, in the format:
@@ -264,39 +264,21 @@
{ # A `Release` is a particular
# [collection of configurations and files](sites.versions)
# that is set to be public at a particular time.
- "message": "A String", # The deploy description when the release was created. The value can be up to
- # 512&nbsp;characters.
- "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
- # a release or finalizing a version.
- "email": "A String", # The email address of the user when the user performed the action.
- "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
- # changed their email address or deleted their account.
- },
- "releaseTime": "A String", # Output only. The time at which the version is set to be public.
- "name": "A String", # Output only. The unique identifier for the release, in the format:
- # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
- # This name is provided in the response body when you call the
- # [`CreateRelease`](sites.releases/create) endpoint.
- "type": "A String", # Explains the reason for the release.
- # <br>Specify a value for this field only when creating a `SITE_DISABLE`
- # type release.
"version": { # A `Version` is the collection of configuration and # Output only. The configuration and content that was released.
# [static files](sites.versions.files) that determine how a site is displayed.
- "fileCount": "A String", # Output only. The total number of files associated with the version.
- # <br>This value is calculated after a version is `FINALIZED`.
"deleteUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `DELETED` the version.
# a release or finalizing a version.
"email": "A String", # The email address of the user when the user performed the action.
"imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
# changed their email address or deleted their account.
},
- "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
"finalizeUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `FINALIZED` the version.
# a release or finalizing a version.
"email": "A String", # The email address of the user when the user performed the action.
"imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
# changed their email address or deleted their account.
},
+ "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
"preview": { # Version preview configuration. If active and unexpired, # Version preview configuration for the site version. This configuration
# specfies whether previewing is enabled for this site version. Version
# previews allow you to preview your site at a custom URL before
@@ -333,49 +315,6 @@
# processed before serving content. The patterns are matched and applied
# according to a specific
# [priority order](/docs/hosting/full-config#hosting_priority_order).
- "headers": [ # A list of custom response headers that are added to the content if the
- # request URL path matches the glob.
- { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
- # add to a response should the request URL path match the pattern.
- "headers": { # Required. The additional headers to add to the response.
- "a_key": "A String",
- },
- "regex": "A String", # The user-supplied RE2 regular expression to match against the request
- # URL path.
- "glob": "A String", # The user-supplied [glob
- # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
- # against the request URL path.
- },
- ],
- "appAssociation": "A String", # How to handle well known App Association files.
- "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
- "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
- "rewrites": [ # A list of rewrites that will act as if the service were given the
- # destination URL.
- { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
- # content rewrite on the version. If the pattern matches, the request will be
- # handled as if it were to the destination path specified in the
- # configuration.
- "function": "A String", # The function to proxy requests to. Must match the exported function
- # name exactly.
- "regex": "A String", # The user-supplied RE2 regular expression to match against the request
- # URL path.
- "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
- "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
- # Cloud Run service does not exist when setting or updating your Firebase
- # Hosting configuration, then the request fails. Any errors from the Cloud Run
- # service are passed to the end user (for example, if you delete a service, any
- # requests directed to that service receive a `404` error).
- "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
- # Defaults to `us-central1` if not supplied.
- "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
- },
- "glob": "A String", # The user-supplied [glob
- # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
- # against the request URL path.
- "path": "A String", # The URL path to rewrite the request to.
- },
- ],
"redirects": [ # A list of globs that will cause the response to redirect to another
# location.
{ # A [`redirect`](/docs/hosting/full-config#redirects) represents the
@@ -398,6 +337,49 @@
# <br>"location": "https://example.com/foo/:capture"</code>
},
],
+ "headers": [ # A list of custom response headers that are added to the content if the
+ # request URL path matches the glob.
+ { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
+ # add to a response should the request URL path match the pattern.
+ "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+ # URL path.
+ "glob": "A String", # The user-supplied [glob
+ # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+ # against the request URL path.
+ "headers": { # Required. The additional headers to add to the response.
+ "a_key": "A String",
+ },
+ },
+ ],
+ "appAssociation": "A String", # How to handle well known App Association files.
+ "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
+ "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
+ "rewrites": [ # A list of rewrites that will act as if the service were given the
+ # destination URL.
+ { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
+ # content rewrite on the version. If the pattern matches, the request will be
+ # handled as if it were to the destination path specified in the
+ # configuration.
+ "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+ # URL path.
+ "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
+ "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
+ # Cloud Run service does not exist when setting or updating your Firebase
+ # Hosting configuration, then the request fails. Any errors from the Cloud Run
+ # service are passed to the end user (for example, if you delete a service, any
+ # requests directed to that service receive a `404` error).
+ "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
+ # Defaults to `us-central1` if not supplied.
+ "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
+ },
+ "glob": "A String", # The user-supplied [glob
+ # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+ # against the request URL path.
+ "path": "A String", # The URL path to rewrite the request to.
+ "function": "A String", # The function to proxy requests to. Must match the exported function
+ # name exactly.
+ },
+ ],
},
"name": "A String", # The unique identifier for a version, in the format:
# <code>sites/<var>site-name</var>/versions/<var>versionID</var></code>
@@ -409,7 +391,25 @@
"imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
# changed their email address or deleted their account.
},
+ "fileCount": "A String", # Output only. The total number of files associated with the version.
+ # <br>This value is calculated after a version is `FINALIZED`.
},
+ "message": "A String", # The deploy description when the release was created. The value can be up to
+ # 512&nbsp;characters.
+ "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
+ # a release or finalizing a version.
+ "email": "A String", # The email address of the user when the user performed the action.
+ "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
+ # changed their email address or deleted their account.
+ },
+ "releaseTime": "A String", # Output only. The time at which the version is set to be public.
+ "name": "A String", # Output only. The unique identifier for the release, in the format:
+ # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
+ # This name is provided in the response body when you call the
+ # [`CreateRelease`](sites.releases/create) endpoint.
+ "type": "A String", # Explains the reason for the release.
+ # <br>Specify a value for this field only when creating a `SITE_DISABLE`
+ # type release.
}</pre>
</div>
@@ -435,39 +435,21 @@
{ # A `Release` is a particular
# [collection of configurations and files](sites.versions)
# that is set to be public at a particular time.
- "message": "A String", # The deploy description when the release was created. The value can be up to
- # 512&nbsp;characters.
- "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
- # a release or finalizing a version.
- "email": "A String", # The email address of the user when the user performed the action.
- "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
- # changed their email address or deleted their account.
- },
- "releaseTime": "A String", # Output only. The time at which the version is set to be public.
- "name": "A String", # Output only. The unique identifier for the release, in the format:
- # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
- # This name is provided in the response body when you call the
- # [`CreateRelease`](sites.releases/create) endpoint.
- "type": "A String", # Explains the reason for the release.
- # <br>Specify a value for this field only when creating a `SITE_DISABLE`
- # type release.
"version": { # A `Version` is the collection of configuration and # Output only. The configuration and content that was released.
# [static files](sites.versions.files) that determine how a site is displayed.
- "fileCount": "A String", # Output only. The total number of files associated with the version.
- # <br>This value is calculated after a version is `FINALIZED`.
"deleteUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `DELETED` the version.
# a release or finalizing a version.
"email": "A String", # The email address of the user when the user performed the action.
"imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
# changed their email address or deleted their account.
},
- "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
"finalizeUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `FINALIZED` the version.
# a release or finalizing a version.
"email": "A String", # The email address of the user when the user performed the action.
"imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
# changed their email address or deleted their account.
},
+ "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
"preview": { # Version preview configuration. If active and unexpired, # Version preview configuration for the site version. This configuration
# specfies whether previewing is enabled for this site version. Version
# previews allow you to preview your site at a custom URL before
@@ -504,49 +486,6 @@
# processed before serving content. The patterns are matched and applied
# according to a specific
# [priority order](/docs/hosting/full-config#hosting_priority_order).
- "headers": [ # A list of custom response headers that are added to the content if the
- # request URL path matches the glob.
- { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
- # add to a response should the request URL path match the pattern.
- "headers": { # Required. The additional headers to add to the response.
- "a_key": "A String",
- },
- "regex": "A String", # The user-supplied RE2 regular expression to match against the request
- # URL path.
- "glob": "A String", # The user-supplied [glob
- # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
- # against the request URL path.
- },
- ],
- "appAssociation": "A String", # How to handle well known App Association files.
- "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
- "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
- "rewrites": [ # A list of rewrites that will act as if the service were given the
- # destination URL.
- { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
- # content rewrite on the version. If the pattern matches, the request will be
- # handled as if it were to the destination path specified in the
- # configuration.
- "function": "A String", # The function to proxy requests to. Must match the exported function
- # name exactly.
- "regex": "A String", # The user-supplied RE2 regular expression to match against the request
- # URL path.
- "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
- "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
- # Cloud Run service does not exist when setting or updating your Firebase
- # Hosting configuration, then the request fails. Any errors from the Cloud Run
- # service are passed to the end user (for example, if you delete a service, any
- # requests directed to that service receive a `404` error).
- "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
- # Defaults to `us-central1` if not supplied.
- "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
- },
- "glob": "A String", # The user-supplied [glob
- # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
- # against the request URL path.
- "path": "A String", # The URL path to rewrite the request to.
- },
- ],
"redirects": [ # A list of globs that will cause the response to redirect to another
# location.
{ # A [`redirect`](/docs/hosting/full-config#redirects) represents the
@@ -569,6 +508,49 @@
# <br>"location": "https://example.com/foo/:capture"</code>
},
],
+ "headers": [ # A list of custom response headers that are added to the content if the
+ # request URL path matches the glob.
+ { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
+ # add to a response should the request URL path match the pattern.
+ "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+ # URL path.
+ "glob": "A String", # The user-supplied [glob
+ # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+ # against the request URL path.
+ "headers": { # Required. The additional headers to add to the response.
+ "a_key": "A String",
+ },
+ },
+ ],
+ "appAssociation": "A String", # How to handle well known App Association files.
+ "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
+ "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
+ "rewrites": [ # A list of rewrites that will act as if the service were given the
+ # destination URL.
+ { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
+ # content rewrite on the version. If the pattern matches, the request will be
+ # handled as if it were to the destination path specified in the
+ # configuration.
+ "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+ # URL path.
+ "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
+ "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
+ # Cloud Run service does not exist when setting or updating your Firebase
+ # Hosting configuration, then the request fails. Any errors from the Cloud Run
+ # service are passed to the end user (for example, if you delete a service, any
+ # requests directed to that service receive a `404` error).
+ "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
+ # Defaults to `us-central1` if not supplied.
+ "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
+ },
+ "glob": "A String", # The user-supplied [glob
+ # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+ # against the request URL path.
+ "path": "A String", # The URL path to rewrite the request to.
+ "function": "A String", # The function to proxy requests to. Must match the exported function
+ # name exactly.
+ },
+ ],
},
"name": "A String", # The unique identifier for a version, in the format:
# <code>sites/<var>site-name</var>/versions/<var>versionID</var></code>
@@ -580,7 +562,25 @@
"imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
# changed their email address or deleted their account.
},
+ "fileCount": "A String", # Output only. The total number of files associated with the version.
+ # <br>This value is calculated after a version is `FINALIZED`.
},
+ "message": "A String", # The deploy description when the release was created. The value can be up to
+ # 512&nbsp;characters.
+ "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
+ # a release or finalizing a version.
+ "email": "A String", # The email address of the user when the user performed the action.
+ "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
+ # changed their email address or deleted their account.
+ },
+ "releaseTime": "A String", # Output only. The time at which the version is set to be public.
+ "name": "A String", # Output only. The unique identifier for the release, in the format:
+ # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
+ # This name is provided in the response body when you call the
+ # [`CreateRelease`](sites.releases/create) endpoint.
+ "type": "A String", # Explains the reason for the release.
+ # <br>Specify a value for this field only when creating a `SITE_DISABLE`
+ # type release.
},
],
"nextPageToken": "A String", # If there are additional releases remaining beyond the ones in this