Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.GetRequest

Gets the configuration of the specified FHIR store.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the FHIR store to get.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudHealthcareBaseServiceRequest<FhirStore>.InitParameters()

Implements

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