ServiceBinding class

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

Constructors

ServiceBinding({String? createTime, String? description, Map<String, String>? labels, String? name, String? service, String? serviceId, String? updateTime})
ServiceBinding.fromJson(Map json_)

Properties

createTime String?
The timestamp when the resource was created.
getter/setter pair
description String?
A free-text description of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Set of label tags associated with the ServiceBinding resource.
getter/setter pair
name String?
Name of the ServiceBinding resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
The full Service Directory Service name of the format projects / * /locations / * /namespaces / * /services / *
getter/setter pair
serviceId String?
The unique identifier of the Service Directory Service against which the Service Binding resource is validated.
getter/setter pair
updateTime String?
The timestamp when the resource was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited