App Hub v1 API - Class GetDiscoveredServiceRequest (1.0.0-beta02)

public sealed class GetDiscoveredServiceRequest : IMessage<GetDiscoveredServiceRequest>, IEquatable<GetDiscoveredServiceRequest>, IDeepCloneable<GetDiscoveredServiceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the App Hub v1 API class GetDiscoveredServiceRequest.

Request for GetDiscoveredService.

Inheritance

object > GetDiscoveredServiceRequest

Namespace

Google.Cloud.AppHub.V1

Assembly

Google.Cloud.AppHub.V1.dll

Constructors

GetDiscoveredServiceRequest()

public GetDiscoveredServiceRequest()

GetDiscoveredServiceRequest(GetDiscoveredServiceRequest)

public GetDiscoveredServiceRequest(GetDiscoveredServiceRequest other)
Parameter
Name Description
other GetDiscoveredServiceRequest

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; }

Required. Fully qualified name of the Discovered Service to fetch. Expected format: projects/{project}/locations/{location}/discoveredServices/{discoveredService}.

Property Value
Type Description
string