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 | |
---|---|
Name | Description |
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 | |
---|---|
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 |