Show / Hide Table of Contents

Class AccountsResource.AppsResource.GetRequest

Gets an app.

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

MethodName

Gets the method name.

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

Name

Required. Resource name of the app. Example: accounts/123/apps/456

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ChecksServiceBaseServiceRequest<GoogleChecksAccountV1alphaApp>.InitParameters()

Implements

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