Class ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource
The "annotationStores" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource
Constructors
AnnotationStoresResource(IClientService)
Constructs a new resource.
Declaration
public AnnotationStoresResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Annotations
Gets the Annotations resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.AnnotationsResource Annotations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.AnnotationsResource |
Methods
Create(AnnotationStore, string)
Creates a new Annotation store within the parent dataset.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.CreateRequest Create(AnnotationStore body, string parent)
Parameters
Type | Name | Description |
---|---|---|
AnnotationStore | body | The body of the request. |
string | parent | Required. The name of the dataset this Annotation store belongs to. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.CreateRequest |
Delete(string)
Deletes the specified Annotation store and removes all annotations that are contained within it.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the Annotation store to delete. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.DeleteRequest |
Evaluate(EvaluateAnnotationStoreRequest, string)
Evaluate an Annotation store against a ground truth Annotation store. When the operation finishes successfully, a detailed response is returned of type EvaluateAnnotationStoreResponse, contained in the response. The metadata field type is OperationMetadata. Errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging).
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.EvaluateRequest Evaluate(EvaluateAnnotationStoreRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
EvaluateAnnotationStoreRequest | body | The body of the request. |
string | name | Required. The Annotation store to compare against |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.EvaluateRequest |
Export(ExportAnnotationsRequest, string)
Export Annotations from the Annotation store. If the request is successful, a detailed response is returned of type ExportAnnotationsResponse, contained in the response field when the operation finishes. The metadata field type is OperationMetadata. Errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging).
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.ExportRequest Export(ExportAnnotationsRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
ExportAnnotationsRequest | body | The body of the request. |
string | name | Required. The name of the Annotation store to export annotations to, in the format of
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.ExportRequest |
Get(string)
Gets the specified Annotation store or returns NOT_FOUND if it does not exist.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the Annotation store to get. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.GetRequest |
GetIamPolicy(string)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
Type | Name | Description |
---|---|---|
string | resource | REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.GetIamPolicyRequest |
Import(ImportAnnotationsRequest, string)
Import Annotations to the Annotation store by loading data from the specified sources. If the request is successful, a detailed response is returned as of type ImportAnnotationsResponse, contained in the response field when the operation finishes. The metadata field type is OperationMetadata. Errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging).
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.ImportRequest Import(ImportAnnotationsRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
ImportAnnotationsRequest | body | The body of the request. |
string | name | Required. The name of the Annotation store to which the server imports annotations, in the
format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.ImportRequest |
List(string)
Lists the Annotation stores in the given dataset for a source store.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Name of the dataset. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.ListRequest |
Patch(AnnotationStore, string)
Updates the specified Annotation store.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.PatchRequest Patch(AnnotationStore body, string name)
Parameters
Type | Name | Description |
---|---|---|
AnnotationStore | body | The body of the request. |
string | name | Identifier. Resource name of the Annotation store, of the form
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.PatchRequest |
SetIamPolicy(SetIamPolicyRequest, string)
Sets the access control policy on the specified resource. Replaces any existing policy. Can
return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
SetIamPolicyRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.SetIamPolicyRequest |
TestIamPermissions(TestIamPermissionsRequest, string)
Returns permissions that a caller has on the specified resource. If the resource does not exist,
this will return an empty set of permissions, not a NOT_FOUND
error. Note: This operation is
designed to be used for building permission-aware UIs and command-line tools, not for
authorization checking. This operation may "fail open" without warning.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
TestIamPermissionsRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.AnnotationStoresResource.TestIamPermissionsRequest |