Get
|
|||||
|
|
Returns the specified BackendBucket resource. Gets a list of available backend buckets by making a list() request
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
- View and manage your Google Compute Engine resources
- View your Google Compute Engine resources
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
project Required |
STRING |
Project ID for this request |
backendBucket Required |
STRING |
Name of the BackendBucket resource to return |
= Parameter name
= Format
project STRING Required Project ID for this request |
backendBucket STRING Required Name of the BackendBucket resource to return |
Output
This building block provides 11 output parameters
Name | Format | Description |
---|---|---|
bucketName |
STRING |
Cloud Storage bucket name |
cdnPolicy |
OBJECT |
Message containing Cloud CDN configuration for a backend bucket |
cdnPolicy.signedUrlCacheMaxAgeSec |
INTEGER |
Maximum number of seconds the response to a signed URL request will be considered fresh. After this time period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend had a "Cache-Control: public, max-age=[TTL]" header, regardless of any existing Cache-Control header. The actual headers served in responses will not be altered |
cdnPolicy.signedUrlKeyNames[] |
STRING |
|
creationTimestamp |
STRING |
[Output Only] Creation timestamp in RFC3339 text format |
description |
STRING |
An optional textual description of the resource; provided by the client when the resource is created |
enableCdn |
BOOLEAN |
If true, enable Cloud CDN for this BackendBucket |
id |
INTEGER |
[Output Only] Unique identifier for the resource; defined by the server |
kind |
STRING |
Type of the resource |
name |
STRING |
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
selfLink |
STRING |
[Output Only] Server-defined URL for the resource |
= Parameter name
= Format
bucketName STRING Cloud Storage bucket name |
cdnPolicy OBJECT Message containing Cloud CDN configuration for a backend bucket |
cdnPolicy.signedUrlCacheMaxAgeSec INTEGER Maximum number of seconds the response to a signed URL request will be considered fresh. After this time period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend had a "Cache-Control: public, max-age=[TTL]" header, regardless of any existing Cache-Control header. The actual headers served in responses will not be altered |
cdnPolicy.signedUrlKeyNames[] STRING |
creationTimestamp STRING [Output Only] Creation timestamp in RFC3339 text format |
description STRING An optional textual description of the resource; provided by the client when the resource is created |
enableCdn BOOLEAN If true, enable Cloud CDN for this BackendBucket |
id INTEGER [Output Only] Unique identifier for the resource; defined by the server |
kind STRING Type of the resource |
name STRING Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
selfLink STRING [Output Only] Server-defined URL for the resource |