serviceId property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? serviceId
getter/setter pair

The unique identifier of the Service Directory Service against which the ServiceBinding resource is validated.

This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format. This field is for Service Directory integration which will be deprecated soon.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? serviceId;