Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.GetRequest

Gets details of a single Agent.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Agent>
AgentRegistryBaseServiceRequest<Agent>
ProjectsResource.LocationsResource.AgentsResource.GetRequest
Implements
IClientServiceRequest<Agent>
IClientServiceRequest
Inherited Members
AgentRegistryBaseServiceRequest<Agent>.Xgafv
AgentRegistryBaseServiceRequest<Agent>.AccessToken
AgentRegistryBaseServiceRequest<Agent>.Alt
AgentRegistryBaseServiceRequest<Agent>.Callback
AgentRegistryBaseServiceRequest<Agent>.Fields
AgentRegistryBaseServiceRequest<Agent>.Key
AgentRegistryBaseServiceRequest<Agent>.OauthToken
AgentRegistryBaseServiceRequest<Agent>.PrettyPrint
AgentRegistryBaseServiceRequest<Agent>.QuotaUser
AgentRegistryBaseServiceRequest<Agent>.UploadType
AgentRegistryBaseServiceRequest<Agent>.UploadProtocol
ClientServiceRequest<Agent>.Execute()
ClientServiceRequest<Agent>.ExecuteAsStream()
ClientServiceRequest<Agent>.ExecuteAsync()
ClientServiceRequest<Agent>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Agent>.ExecuteAsStreamAsync()
ClientServiceRequest<Agent>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Agent>.CreateRequest(bool?)
ClientServiceRequest<Agent>.GenerateRequestUri()
ClientServiceRequest<Agent>.GetBody()
ClientServiceRequest<Agent>.GetDefaultETagAction(string)
ClientServiceRequest<Agent>.ETagAction
ClientServiceRequest<Agent>.ModifyRequest
ClientServiceRequest<Agent>.ValidateParameters
ClientServiceRequest<Agent>.ApiVersion
ClientServiceRequest<Agent>.RequestParameters
ClientServiceRequest<Agent>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AgentRegistry.v1alpha
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.GetRequest : AgentRegistryBaseServiceRequest<Agent>, IClientServiceRequest<Agent>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Agent>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Agent>.MethodName

Name

Required. Name of the resource

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
ClientServiceRequest<Agent>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
AgentRegistryBaseServiceRequest<Agent>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX