Parameter(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message describing Parameter resource
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. [Output only] The resource name of the Parameter in the format projects/*/locations/*/parameters/* .
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Create time stamp |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update time stamp |
labels |
MutableMapping[str, str]
Optional. Labels as key value pairs |
format_ |
google.cloud.parametermanager_v1.types.ParameterFormat
Optional. Specifies the format of a Parameter. |
policy_member |
google.iam.v1.resource_policy_member_pb2.ResourcePolicyMember
Output only. [Output-only] policy member strings of a Google Cloud resource. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |