Class ServiceBinding (0.5.10)

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

ServiceBinding is the resource that defines a Service Directory Service to be used in a BackendService resource.

Attributes

NameDescription
name str
Required. Name of the ServiceBinding resource. It matches pattern projects/*/locations/global/serviceBindings/service_binding_name.
description str
Optional. A free-text description of the resource. Max length 1024 characters.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the resource was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the resource was updated.
service str
Required. The full service directory service name of the format /projects/*/locations/*/namespaces/*/services/*
labels MutableMapping[str, str]
Optional. Set of label tags associated with the ServiceBinding resource.

Classes

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.