Class CustomTargetType (1.18.0)

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

A CustomTargetType resource in the Cloud Deploy API.

A CustomTargetType defines a type of custom target that can be referenced in a Target in order to facilitate deploying to other systems besides the supported runtimes.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
name str
Optional. Name of the CustomTargetType. Format is projects/{project}/locations/{location}/customTargetTypes/[a-z][a-z0-9\-]{0,62}.
custom_target_type_id str
Output only. Resource id of the CustomTargetType.
uid str
Output only. Unique identifier of the CustomTargetType.
description str
Optional. Description of the CustomTargetType. Max length is 255 characters.
annotations MutableMapping[str, str]
Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
labels MutableMapping[str, str]
Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: - Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. - All characters must use UTF-8 encoding, and international characters are allowed. - Keys must start with a lowercase letter or international character. - Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128="" bytes.="">
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time at which the CustomTargetType was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Most recent time at which the CustomTargetType was updated.
etag str
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
custom_actions google.cloud.deploy_v1.types.CustomTargetSkaffoldActions
Configures render and deploy for the CustomTargetType using Skaffold custom actions. This field is a member of oneof_ definition.

Classes

AnnotationsEntry

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

The abstract base class for a message.

Parameters
NameDescription
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.

LabelsEntry

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

The abstract base class for a message.

Parameters
NameDescription
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.