Reference documentation and code samples for the Google Cloud Storage Control V2 Client class DisableAnywhereCacheRequest.
Request message for DisableAnywhereCache.
Generated from protobuf message google.storage.control.v2.DisableAnywhereCacheRequest
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. This request is only idempotent if a |
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. This request is only
idempotent if a request_id is provided.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRequestId
Optional. A unique identifier for this request. UUID is the recommended
format, but other formats are still accepted. This request is only
idempotent if a request_id is provided.
| 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 |
DisableAnywhereCacheRequest |
|