Reference documentation and code samples for the Google Cloud Storage Control V2 Client class GetAnywhereCacheRequest.
Request message for GetAnywhereCache.
Generated from protobuf message google.storage.control.v2.GetAnywhereCacheRequest
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name field in the request should be: |
↳ request_id |
string
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted. |
getName
Required. The name field in the request should be:
projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name field in the request should be:
projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRequestId
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
Returns | |
---|---|
Type | Description |
string |
setRequestId
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name field in the request should be:
|
Returns | |
---|---|
Type | Description |
GetAnywhereCacheRequest |