Show / Hide Table of Contents

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.

Inheritance
object
DiscoveredService
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AppHub.v1alpha.Data
Assembly: Google.Apis.AppHub.v1alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX