Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetRequest

Gets information about a location.

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

MethodName

Gets the method name.

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

Name

Resource name for the location.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudLocationLocation>.InitParameters()

Implements

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