Reference documentation and code samples for the Google Cloud Storage Control V2 Client class UpdateAnywhereCacheMetadata.
Message returned in the metadata field of the Operation resource for UpdateAnywhereCache operation.
Generated from protobuf message google.storage.control.v2.UpdateAnywhereCacheMetadata
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ common_metadata |
CommonLongRunningOperationMetadata
Generic metadata for the long running operation. |
↳ anywhere_cache_id |
string
Anywhere Cache ID. |
↳ zone |
string
The zone in which the cache instance is running. For example, us-central1-a. |
↳ ttl |
Google\Protobuf\Duration
Anywhere Cache entry's TTL between 1h and 7days. A cache-level config that is applied to all new cache entries on admission. If |
↳ admission_policy |
string
L4 Cache entry Admission Policy in kebab-case (e.g., "admit-on-first-miss"). If |
getCommonMetadata
Generic metadata for the long running operation.
Returns | |
---|---|
Type | Description |
CommonLongRunningOperationMetadata|null |
hasCommonMetadata
clearCommonMetadata
setCommonMetadata
Generic metadata for the long running operation.
Parameter | |
---|---|
Name | Description |
var |
CommonLongRunningOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getAnywhereCacheId
Anywhere Cache ID.
Returns | |
---|---|
Type | Description |
string |
hasAnywhereCacheId
clearAnywhereCacheId
setAnywhereCacheId
Anywhere Cache ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getZone
The zone in which the cache instance is running. For example, us-central1-a.
Returns | |
---|---|
Type | Description |
string |
hasZone
clearZone
setZone
The zone in which the cache instance is running. For example, us-central1-a.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTtl
Anywhere Cache entry's TTL between 1h and 7days. A cache-level config that
is applied to all new cache entries on admission. If ttl
is pending
update, this field equals to the new value specified in the Update request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasTtl
clearTtl
setTtl
Anywhere Cache entry's TTL between 1h and 7days. A cache-level config that
is applied to all new cache entries on admission. If ttl
is pending
update, this field equals to the new value specified in the Update request.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |
getAdmissionPolicy
L4 Cache entry Admission Policy in kebab-case (e.g.,
"admit-on-first-miss"). If admission_policy
is pending
update, this field equals to the new value specified in the Update request.
Returns | |
---|---|
Type | Description |
string |
hasAdmissionPolicy
clearAdmissionPolicy
setAdmissionPolicy
L4 Cache entry Admission Policy in kebab-case (e.g.,
"admit-on-first-miss"). If admission_policy
is pending
update, this field equals to the new value specified in the Update request.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |