Show / Hide Table of Contents

Class ShlResource.MResource.GetShlManifestRequest

Forward a manifest request for a given SHL

Inheritance
object
ClientServiceRequest
ClientServiceRequest<HttpBody>
GoogleHealthAPIBaseServiceRequest<HttpBody>
ShlResource.MResource.GetShlManifestRequest
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>.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.MResource.GetShlManifestRequest : GoogleHealthAPIBaseServiceRequest<HttpBody>, IClientServiceRequest<HttpBody>, IClientServiceRequest

Constructors

GetShlManifestRequest(IClientService, ManifestParams, string)

Constructs a new GetShlManifest request.

Declaration
public GetShlManifestRequest(IClientService service, ManifestParams body, string externalShlId)
Parameters
Type Name Description
IClientService service
ManifestParams body
string externalShlId

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<HttpBody>.GetBody()

InitParameters()

Initializes GetShlManifest parameter list.

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

Implements

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