Class ProjectsResource.LocationsResource.DiscoveredWorkloadsResource.LookupRequest
Lists a Discovered Workload in a host project and location, with a given resource URI.
Inheritance
ProjectsResource.LocationsResource.DiscoveredWorkloadsResource.LookupRequest
Inherited Members
Namespace: Google.Apis.AppHub.v1alpha
Assembly: Google.Apis.AppHub.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.DiscoveredWorkloadsResource.LookupRequest : AppHubBaseServiceRequest<LookupDiscoveredWorkloadResponse>, IClientServiceRequest<LookupDiscoveredWorkloadResponse>, IClientServiceRequest
Constructors
LookupRequest(IClientService, string)
Constructs a new Lookup request.
Declaration
public LookupRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Host project ID and location to lookup Discovered Workload in. Expected format:
projects/{project}/locations/{location}
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Uri
Required. Resource URI to find Discovered Workload for. Accepts both project number and project ID and does translation when needed.
Declaration
[RequestParameter("uri", RequestParameterType.Query)]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Lookup parameter list.
Declaration
protected override void InitParameters()