public sealed class DiscoveredService : IMessage<DiscoveredService>, IEquatable<DiscoveredService>, IDeepCloneable<DiscoveredService>, IBufferMessage, IMessageReference documentation and code samples for the App Hub v1 API 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
IMessageDiscoveredService, IEquatableDiscoveredService, IDeepCloneableDiscoveredService, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
DiscoveredService()
public DiscoveredService()DiscoveredService(DiscoveredService)
public DiscoveredService(DiscoveredService other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveredService |
Properties
DiscoveredServiceName
public DiscoveredServiceName DiscoveredServiceName { get; set; }DiscoveredServiceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DiscoveredServiceName |
|
Name
public string Name { get; set; }Identifier. The resource name of the discovered service. Format:
"projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}"
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServiceProperties
public ServiceProperties ServiceProperties { get; set; }Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.
| Property Value | |
|---|---|
| Type | Description |
ServiceProperties |
|
ServiceReference
public ServiceReference ServiceReference { get; set; }Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.
| Property Value | |
|---|---|
| Type | Description |
ServiceReference |
|