Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.ListRequest

Lists the consent stores in the specified dataset.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. Restricts the stores returned to those matching a filter. Only filtering on labels is supported. For example, filter=labels.key=value.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. Limit on the number of consent stores to return in a single response. If not specified, 100 is used. May not be larger than 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. Token to retrieve the next page of results, or empty to get the first page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. Name of the dataset.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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