Show / Hide Table of Contents

Class ShlResource.RResource.GetRequest

Forward a resource request for a given SHL

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

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

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

Properties

ExternalShlId

Required. External ID mapping to a ShlSharedLinkCapabilityToken object See https://docs.google.com/document/d/1Pch20pxJHRbsaMxp0EYgs3ZU0Gu7QTUznk8LhvbQvfY/edit?tab=t.0#heading=h.17wg41voij6q

Declaration
[RequestParameter("externalShlId", RequestParameterType.Path)]
public virtual string ExternalShlId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

ResourceToken

Required. Encoded, encrypted message containing resource access details

Declaration
[RequestParameter("resourceToken", RequestParameterType.Path)]
public virtual string ResourceToken { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleHealthAPIBaseServiceRequest<HttpBody>.InitParameters()

Implements

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