Class Template (0.4.0)

Template(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing Template resource

Attributes

Name Description
name str
Identifier. name of resource
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
filter_config google.cloud.modelarmor_v1beta.types.FilterConfig
Required. filter configuration for this template
template_metadata google.cloud.modelarmor_v1beta.types.Template.TemplateMetadata
Optional. metadata for this template

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, .Message]

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 mapping is a mapping type or there are keyword parameters.

TemplateMetadata

TemplateMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing TemplateMetadata