public sealed class LookupDiscoveredServiceRequest : IMessage<LookupDiscoveredServiceRequest>, IEquatable<LookupDiscoveredServiceRequest>, IDeepCloneable<LookupDiscoveredServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class LookupDiscoveredServiceRequest.
Request for LookupDiscoveredService.
Implements
IMessageLookupDiscoveredServiceRequest, IEquatableLookupDiscoveredServiceRequest, IDeepCloneableLookupDiscoveredServiceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
LookupDiscoveredServiceRequest()
public LookupDiscoveredServiceRequest()
LookupDiscoveredServiceRequest(LookupDiscoveredServiceRequest)
public LookupDiscoveredServiceRequest(LookupDiscoveredServiceRequest other)
Parameter | |
---|---|
Name | Description |
other |
LookupDiscoveredServiceRequest |
Properties
Parent
public string Parent { get; set; }
Required. Host project ID and location to lookup Discovered Service in.
Expected format: projects/{project}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
Uri
public string Uri { get; set; }
Required. Resource URI to find DiscoveredService for. Accepts both project number and project ID and does translation when needed.
Property Value | |
---|---|
Type | Description |
string |