Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentGatewaysResource.GetRequest

Gets details of a single AgentGateway.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<AgentGateway>
NetworkServicesBaseServiceRequest<AgentGateway>
ProjectsResource.LocationsResource.AgentGatewaysResource.GetRequest
Implements
IClientServiceRequest<AgentGateway>
IClientServiceRequest
Inherited Members
NetworkServicesBaseServiceRequest<AgentGateway>.Xgafv
NetworkServicesBaseServiceRequest<AgentGateway>.AccessToken
NetworkServicesBaseServiceRequest<AgentGateway>.Alt
NetworkServicesBaseServiceRequest<AgentGateway>.Callback
NetworkServicesBaseServiceRequest<AgentGateway>.Fields
NetworkServicesBaseServiceRequest<AgentGateway>.Key
NetworkServicesBaseServiceRequest<AgentGateway>.OauthToken
NetworkServicesBaseServiceRequest<AgentGateway>.PrettyPrint
NetworkServicesBaseServiceRequest<AgentGateway>.QuotaUser
NetworkServicesBaseServiceRequest<AgentGateway>.UploadType
NetworkServicesBaseServiceRequest<AgentGateway>.UploadProtocol
ClientServiceRequest<AgentGateway>.Execute()
ClientServiceRequest<AgentGateway>.ExecuteAsStream()
ClientServiceRequest<AgentGateway>.ExecuteAsync()
ClientServiceRequest<AgentGateway>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AgentGateway>.ExecuteAsStreamAsync()
ClientServiceRequest<AgentGateway>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AgentGateway>.CreateRequest(bool?)
ClientServiceRequest<AgentGateway>.GenerateRequestUri()
ClientServiceRequest<AgentGateway>.GetBody()
ClientServiceRequest<AgentGateway>.GetDefaultETagAction(string)
ClientServiceRequest<AgentGateway>.ETagAction
ClientServiceRequest<AgentGateway>.ModifyRequest
ClientServiceRequest<AgentGateway>.ValidateParameters
ClientServiceRequest<AgentGateway>.ApiVersion
ClientServiceRequest<AgentGateway>.RequestParameters
ClientServiceRequest<AgentGateway>.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.NetworkServices.v1beta1
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentGatewaysResource.GetRequest : NetworkServicesBaseServiceRequest<AgentGateway>, IClientServiceRequest<AgentGateway>, 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<AgentGateway>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. A name of the AgentGateway to get. Must be in the format projects/*/locations/*/agentGateways/*.

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<AgentGateway>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
NetworkServicesBaseServiceRequest<AgentGateway>.InitParameters()

Implements

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