Class ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.AnnotationsResource.ListRequest
Lists the Annotations in the given Annotation store for a source resource.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.AnnotationsResource.ListRequest : CloudHealthcareBaseServiceRequest<ListAnnotationsResponse>, IClientServiceRequest<ListAnnotationsResponse>, 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
Restricts Annotations returned to those matching a filter. Functions available for
filtering are: - matches("annotation_source.cloud_healthcare_source.name", substring).
Filter on cloud_healthcare_source.name. For example:
matches("annotation_source.cloud_healthcare_source.name", "some source"). -
matches("annotation", substring). Filter on all fields of annotation. For example:
matches("annotation", "some-content"). - type("text"), type("image"),
type("resource"). Filter on the type of annotation data.
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
PageSize
Limit on the number of Annotations 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
The next_page_token value returned from the previous List request, if any.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. Name of the Annotation store to retrieve Annotations from.
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
View
Controls which fields are populated in the response.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.AnnotationsResource.ListRequest.ViewEnum? View { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.AnnotationsResource.ListRequest.ViewEnum? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()