Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.GetRequest

Gets the specified DICOM store.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<DicomStore>
CloudHealthcareBaseServiceRequest<DicomStore>
ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource.GetRequest
Implements
IClientServiceRequest<DicomStore>
IClientServiceRequest
Inherited Members
CloudHealthcareBaseServiceRequest<DicomStore>.Xgafv
CloudHealthcareBaseServiceRequest<DicomStore>.AccessToken
CloudHealthcareBaseServiceRequest<DicomStore>.Alt
CloudHealthcareBaseServiceRequest<DicomStore>.Callback
CloudHealthcareBaseServiceRequest<DicomStore>.Fields
CloudHealthcareBaseServiceRequest<DicomStore>.Key
CloudHealthcareBaseServiceRequest<DicomStore>.OauthToken
CloudHealthcareBaseServiceRequest<DicomStore>.PrettyPrint
CloudHealthcareBaseServiceRequest<DicomStore>.QuotaUser
CloudHealthcareBaseServiceRequest<DicomStore>.UploadType
CloudHealthcareBaseServiceRequest<DicomStore>.UploadProtocol
ClientServiceRequest<DicomStore>.Execute()
ClientServiceRequest<DicomStore>.ExecuteAsStream()
ClientServiceRequest<DicomStore>.ExecuteAsync()
ClientServiceRequest<DicomStore>.ExecuteAsync(CancellationToken)
ClientServiceRequest<DicomStore>.ExecuteAsStreamAsync()
ClientServiceRequest<DicomStore>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<DicomStore>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<DicomStore>.GenerateRequestUri()
ClientServiceRequest<DicomStore>.GetBody()
ClientServiceRequest<DicomStore>.GetDefaultETagAction(String)
ClientServiceRequest<DicomStore>.ETagAction
ClientServiceRequest<DicomStore>.ModifyRequest
ClientServiceRequest<DicomStore>.RequestParameters
ClientServiceRequest<DicomStore>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class GetRequest : CloudHealthcareBaseServiceRequest<DicomStore>, IClientServiceRequest<DicomStore>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
System.String name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.DicomStore>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.DicomStore>.MethodName

Name

The resource name of the DICOM store to get.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.DicomStore>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudHealthcare.v1.CloudHealthcareBaseServiceRequest<Google.Apis.CloudHealthcare.v1.Data.DicomStore>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top