REST Resource: projects.locations.discoveredServices

Resource: DiscoveredService

DiscoveredService is a network/api interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.

JSON representation
{
  "name": string,
  "serviceReference": {
    object (ServiceReference)
  },
  "serviceProperties": {
    object (ServiceProperties)
  }
}
Fields
name

string

Identifier. The resource name of the discovered service. Format: "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}""

serviceReference

object (ServiceReference)

Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.

serviceProperties

object (ServiceProperties)

Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.

Methods

findUnregistered

Finds unregistered services in a host project and location.

get

Gets a Discovered Service in a host project and location.

list

Lists Discovered Services that can be added to an Application in a host project and location.

lookup

Lists a Discovered Service in a host project and location, with a given resource URI.