Class ProjectsResource.LocationsResource.NamespacesResource.ServicesResource.ResolveRequest
Returns a service and its associated endpoints. Resolving a service is not considered an active developer method.
Inheritance
ProjectsResource.LocationsResource.NamespacesResource.ServicesResource.ResolveRequest
Inherited Members
Namespace: Google.Apis.ServiceDirectory.v1beta1
Assembly: Google.Apis.ServiceDirectory.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.NamespacesResource.ServicesResource.ResolveRequest : ServiceDirectoryBaseServiceRequest<ResolveServiceResponse>, IClientServiceRequest<ResolveServiceResponse>, IClientServiceRequest
Constructors
ResolveRequest(IClientService, ResolveServiceRequest, string)
Constructs a new Resolve request.
Declaration
public ResolveRequest(IClientService service, ResolveServiceRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ResolveServiceRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ServiceDirectory.v1beta1.Data.ResolveServiceResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ServiceDirectory.v1beta1.Data.ResolveServiceResponse>.MethodName
Name
Required. The name of the service to resolve.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ServiceDirectory.v1beta1.Data.ResolveServiceResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ServiceDirectory.v1beta1.Data.ResolveServiceResponse>.GetBody()
InitParameters()
Initializes Resolve parameter list.
Declaration
protected override void InitParameters()