Reference documentation and code samples for the Google Cloud Parameter Manager V1 Client class Parameter.
Message describing Parameter resource
Generated from protobuf message google.cloud.parametermanager.v1.Parameter
Namespace
Google \ Cloud \ ParameterManager \ V1Methods
__construct
Constructor.
data
mixed
getName
Identifier. [Output only] The resource name of the Parameter in the format projects/*/locations/*/parameters/*
.
string
setName
Identifier. [Output only] The resource name of the Parameter in the format projects/*/locations/*/parameters/*
.
var
string
$this
getCreateTime
Output only. [Output only] Create time stamp
hasCreateTime
clearCreateTime
setCreateTime
Output only. [Output only] Create time stamp
$this
getUpdateTime
Output only. [Output only] Update time stamp
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. [Output only] Update time stamp
$this
getLabels
Optional. Labels as key value pairs
setLabels
Optional. Labels as key value pairs
$this
getFormat
Optional. Specifies the format of a Parameter.
setFormat
Optional. Specifies the format of a Parameter.
$this
getPolicyMember
Output only. [Output-only] policy member strings of a Google Cloud resource.
hasPolicyMember
clearPolicyMember
setPolicyMember
Output only. [Output-only] policy member strings of a Google Cloud resource.
$this
getKmsKey
Optional. Customer managed encryption key (CMEK) to use for encrypting the
Parameter Versions. If not set, the default Google-managed encryption key
will be used. Cloud KMS CryptoKeys must reside in the same location as the
Parameter. The expected format is projects/*/locations/*/keyRings/*/cryptoKeys/*
.
string
hasKmsKey
clearKmsKey
setKmsKey
Optional. Customer managed encryption key (CMEK) to use for encrypting the
Parameter Versions. If not set, the default Google-managed encryption key
will be used. Cloud KMS CryptoKeys must reside in the same location as the
Parameter. The expected format is projects/*/locations/*/keyRings/*/cryptoKeys/*
.
var
string
$this

