Class DiscoveredService
DiscoveredService is a network or API interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1.Data
Assembly: Google.Apis.AppHub.v1.dll
Syntax
public class DiscoveredService : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the discovered service. Format:
"projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceProperties
Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.
Declaration
[JsonProperty("serviceProperties")]
public virtual ServiceProperties ServiceProperties { get; set; }
Property Value
Type | Description |
---|---|
ServiceProperties |
ServiceReference
Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.
Declaration
[JsonProperty("serviceReference")]
public virtual ServiceReference ServiceReference { get; set; }
Property Value
Type | Description |
---|---|
ServiceReference |