Documentation ¶
Overview ¶
Package healthcare provides access to the Cloud Healthcare API.
For product documentation, see: https://cloud.google.com/healthcare
Library status ¶
These client libraries are officially supported by Google. However, this library is considered complete and is in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.
When possible, we recommend using our newer [Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go) that are still actively being worked and iterated on.
Creating a client ¶
Usage example:
import "google.golang.org/api/healthcare/v1" ... ctx := context.Background() healthcareService, err := healthcare.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication. For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
By default, all available scopes (see "Constants") are used to authenticate. To restrict scopes, use google.golang.org/api/option.WithScopes:
healthcareService, err := healthcare.NewService(ctx, option.WithScopes(healthcare.CloudPlatformScope))
To use an API key for authentication (note: some APIs do not support API keys), use google.golang.org/api/option.WithAPIKey:
healthcareService, err := healthcare.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow, use google.golang.org/api/option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) healthcareService, err := healthcare.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See google.golang.org/api/option.ClientOption for details on options.
Index ¶
- Constants
- type ActivateConsentRequest
- type AnalyzeEntitiesRequest
- type AnalyzeEntitiesResponse
- type ArchiveUserDataMappingRequest
- type ArchiveUserDataMappingResponse
- type Attribute
- type AttributeDefinition
- type AuditConfig
- type AuditLogConfig
- type Binding
- type BlobStorageInfo
- type BlobStorageSettings
- type CancelOperationRequest
- type CharacterMaskConfig
- type CheckDataAccessRequest
- type CheckDataAccessResponse
- type Consent
- type ConsentArtifact
- type ConsentEvaluation
- type ConsentList
- type ConsentStore
- type CreateMessageRequest
- type CryptoHashConfig
- type Dataset
- type DateShiftConfig
- type DeidentifiedStoreDestination
- type DeidentifyConfig
- type DeidentifyDatasetRequest
- type DeidentifyDicomStoreRequest
- type DeidentifyFhirStoreRequest
- type DeidentifySummary
- type DicomConfig
- type DicomFilterConfig
- type DicomStore
- type DicomStoreMetrics
- type Empty
- type EncryptionSpec
- type Entity
- type EntityMention
- type EntityMentionRelationship
- type EvaluateUserConsentsRequest
- type EvaluateUserConsentsResponse
- type ExportDicomDataRequest
- type ExportDicomDataResponse
- type ExportMessagesRequest
- type ExportMessagesResponse
- type ExportResourcesRequest
- type ExportResourcesResponse
- type Expr
- type Feature
- type FhirConfig
- type FhirFilter
- type FhirNotificationConfig
- type FhirStore
- type FhirStoreMetric
- type FhirStoreMetrics
- type Field
- type FieldMetadata
- type GcsDestination
- type GcsSource
- type GoogleCloudHealthcareV1ConsentGcsDestination
- type GoogleCloudHealthcareV1ConsentPolicy
- type GoogleCloudHealthcareV1DeidentifyDeidentifyDicomStoreSummary
- type GoogleCloudHealthcareV1DeidentifyDeidentifyFhirStoreSummary
- type GoogleCloudHealthcareV1DicomBigQueryDestination
- type GoogleCloudHealthcareV1DicomGcsDestination
- type GoogleCloudHealthcareV1DicomGcsSource
- type GoogleCloudHealthcareV1DicomStreamConfig
- type GoogleCloudHealthcareV1FhirBigQueryDestination
- type GoogleCloudHealthcareV1FhirGcsDestination
- type GoogleCloudHealthcareV1FhirGcsSource
- type GroupOrSegment
- type Hl7SchemaConfig
- type Hl7TypesConfig
- type Hl7V2NotificationConfig
- type Hl7V2Store
- type Hl7V2StoreMetric
- type Hl7V2StoreMetrics
- type HttpBody
- type Image
- type ImageConfig
- type ImportDicomDataRequest
- type ImportDicomDataResponse
- type ImportMessagesRequest
- type ImportMessagesResponse
- type ImportResourcesRequest
- type ImportResourcesResponse
- type InfoTypeTransformation
- type IngestMessageRequest
- type IngestMessageResponse
- type KmsWrappedCryptoKey
- type LinkedEntity
- type ListAttributeDefinitionsResponse
- type ListConsentArtifactsResponse
- type ListConsentRevisionsResponse
- type ListConsentStoresResponse
- type ListConsentsResponse
- type ListDatasetsResponse
- type ListDicomStoresResponse
- type ListFhirStoresResponse
- type ListHl7V2StoresResponse
- type ListLocationsResponse
- type ListMessagesResponse
- type ListOperationsResponse
- type ListUserDataMappingsResponse
- type Location
- type Message
- type NotificationConfig
- type Operation
- type OperationMetadata
- type ParsedData
- type ParserConfig
- type PatientId
- type Policy
- type ProgressCounter
- type ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall) AttributeDefinitionId(attributeDefinitionId string) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall) Do(opts ...googleapi.CallOption) (*AttributeDefinition, error)
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall) Do(opts ...googleapi.CallOption) (*AttributeDefinition, error)
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall
- type ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall) Do(opts ...googleapi.CallOption) (*ListAttributeDefinitionsResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall) Filter(filter string) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall) Pages(ctx context.Context, f func(*ListAttributeDefinitionsResponse) error) error
- type ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall) Do(opts ...googleapi.CallOption) (*AttributeDefinition, error)
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall
- type ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsService
- func (r *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsService) Create(parent string, attributedefinition *AttributeDefinition) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsCreateCall
- func (r *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsService) Delete(name string) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsDeleteCall
- func (r *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsService) Get(name string) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsGetCall
- func (r *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsService) List(parent string) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsListCall
- func (r *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsService) Patch(name string, attributedefinition *AttributeDefinition) *ProjectsLocationsDatasetsConsentStoresAttributeDefinitionsPatchCall
- type ProjectsLocationsDatasetsConsentStoresCheckDataAccessCall
- func (c *ProjectsLocationsDatasetsConsentStoresCheckDataAccessCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresCheckDataAccessCall
- func (c *ProjectsLocationsDatasetsConsentStoresCheckDataAccessCall) Do(opts ...googleapi.CallOption) (*CheckDataAccessResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresCheckDataAccessCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresCheckDataAccessCall
- func (c *ProjectsLocationsDatasetsConsentStoresCheckDataAccessCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresConsentArtifactsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsCreateCall) Do(opts ...googleapi.CallOption) (*ConsentArtifact, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresConsentArtifactsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall) Do(opts ...googleapi.CallOption) (*ConsentArtifact, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall
- type ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall) Do(opts ...googleapi.CallOption) (*ListConsentArtifactsResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall) Filter(filter string) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall) Pages(ctx context.Context, f func(*ListConsentArtifactsResponse) error) error
- type ProjectsLocationsDatasetsConsentStoresConsentArtifactsService
- func (r *ProjectsLocationsDatasetsConsentStoresConsentArtifactsService) Create(parent string, consentartifact *ConsentArtifact) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsCreateCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentArtifactsService) Delete(name string) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsDeleteCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentArtifactsService) Get(name string) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsGetCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentArtifactsService) List(parent string) *ProjectsLocationsDatasetsConsentStoresConsentArtifactsListCall
- type ProjectsLocationsDatasetsConsentStoresConsentsActivateCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsActivateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsActivateCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsActivateCall) Do(opts ...googleapi.CallOption) (*Consent, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsActivateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsActivateCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsActivateCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresConsentsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsCreateCall) Do(opts ...googleapi.CallOption) (*Consent, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresConsentsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresConsentsDeleteRevisionCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsDeleteRevisionCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsDeleteRevisionCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsDeleteRevisionCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsDeleteRevisionCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsDeleteRevisionCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsDeleteRevisionCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresConsentsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsGetCall) Do(opts ...googleapi.CallOption) (*Consent, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresConsentsGetCall
- type ProjectsLocationsDatasetsConsentStoresConsentsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListCall) Do(opts ...googleapi.CallOption) (*ListConsentsResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListCall) Filter(filter string) *ProjectsLocationsDatasetsConsentStoresConsentsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresConsentsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsConsentStoresConsentsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsConsentStoresConsentsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListCall) Pages(ctx context.Context, f func(*ListConsentsResponse) error) error
- type ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall) Do(opts ...googleapi.CallOption) (*ListConsentRevisionsResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall) Filter(filter string) *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall) PageToken(pageToken string) *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall) Pages(ctx context.Context, f func(*ListConsentRevisionsResponse) error) error
- type ProjectsLocationsDatasetsConsentStoresConsentsPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsPatchCall) Do(opts ...googleapi.CallOption) (*Consent, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsPatchCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsConsentStoresConsentsPatchCall
- type ProjectsLocationsDatasetsConsentStoresConsentsRejectCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsRejectCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsRejectCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsRejectCall) Do(opts ...googleapi.CallOption) (*Consent, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsRejectCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsRejectCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsRejectCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresConsentsRevokeCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsRevokeCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresConsentsRevokeCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsRevokeCall) Do(opts ...googleapi.CallOption) (*Consent, error)
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsRevokeCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresConsentsRevokeCall
- func (c *ProjectsLocationsDatasetsConsentStoresConsentsRevokeCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresConsentsService
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) Activate(name string, activateconsentrequest *ActivateConsentRequest) *ProjectsLocationsDatasetsConsentStoresConsentsActivateCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) Create(parent string, consent *Consent) *ProjectsLocationsDatasetsConsentStoresConsentsCreateCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) Delete(name string) *ProjectsLocationsDatasetsConsentStoresConsentsDeleteCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) DeleteRevision(name string) *ProjectsLocationsDatasetsConsentStoresConsentsDeleteRevisionCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) Get(name string) *ProjectsLocationsDatasetsConsentStoresConsentsGetCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) List(parent string) *ProjectsLocationsDatasetsConsentStoresConsentsListCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) ListRevisions(name string) *ProjectsLocationsDatasetsConsentStoresConsentsListRevisionsCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) Patch(name string, consent *Consent) *ProjectsLocationsDatasetsConsentStoresConsentsPatchCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) Reject(name string, rejectconsentrequest *RejectConsentRequest) *ProjectsLocationsDatasetsConsentStoresConsentsRejectCall
- func (r *ProjectsLocationsDatasetsConsentStoresConsentsService) Revoke(name string, revokeconsentrequest *RevokeConsentRequest) *ProjectsLocationsDatasetsConsentStoresConsentsRevokeCall
- type ProjectsLocationsDatasetsConsentStoresCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresCreateCall) ConsentStoreId(consentStoreId string) *ProjectsLocationsDatasetsConsentStoresCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresCreateCall) Do(opts ...googleapi.CallOption) (*ConsentStore, error)
- func (c *ProjectsLocationsDatasetsConsentStoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsConsentStoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresEvaluateUserConsentsCall
- func (c *ProjectsLocationsDatasetsConsentStoresEvaluateUserConsentsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresEvaluateUserConsentsCall
- func (c *ProjectsLocationsDatasetsConsentStoresEvaluateUserConsentsCall) Do(opts ...googleapi.CallOption) (*EvaluateUserConsentsResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresEvaluateUserConsentsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresEvaluateUserConsentsCall
- func (c *ProjectsLocationsDatasetsConsentStoresEvaluateUserConsentsCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresEvaluateUserConsentsCall) Pages(ctx context.Context, f func(*EvaluateUserConsentsResponse) error) error
- type ProjectsLocationsDatasetsConsentStoresGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresGetCall) Do(opts ...googleapi.CallOption) (*ConsentStore, error)
- func (c *ProjectsLocationsDatasetsConsentStoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresGetCall
- type ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall
- type ProjectsLocationsDatasetsConsentStoresListCall
- func (c *ProjectsLocationsDatasetsConsentStoresListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresListCall
- func (c *ProjectsLocationsDatasetsConsentStoresListCall) Do(opts ...googleapi.CallOption) (*ListConsentStoresResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresListCall
- func (c *ProjectsLocationsDatasetsConsentStoresListCall) Filter(filter string) *ProjectsLocationsDatasetsConsentStoresListCall
- func (c *ProjectsLocationsDatasetsConsentStoresListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresListCall
- func (c *ProjectsLocationsDatasetsConsentStoresListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsConsentStoresListCall
- func (c *ProjectsLocationsDatasetsConsentStoresListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsConsentStoresListCall
- func (c *ProjectsLocationsDatasetsConsentStoresListCall) Pages(ctx context.Context, f func(*ListConsentStoresResponse) error) error
- type ProjectsLocationsDatasetsConsentStoresPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresPatchCall) Do(opts ...googleapi.CallOption) (*ConsentStore, error)
- func (c *ProjectsLocationsDatasetsConsentStoresPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresPatchCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsConsentStoresPatchCall
- type ProjectsLocationsDatasetsConsentStoresQueryAccessibleDataCall
- func (c *ProjectsLocationsDatasetsConsentStoresQueryAccessibleDataCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresQueryAccessibleDataCall
- func (c *ProjectsLocationsDatasetsConsentStoresQueryAccessibleDataCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsConsentStoresQueryAccessibleDataCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresQueryAccessibleDataCall
- func (c *ProjectsLocationsDatasetsConsentStoresQueryAccessibleDataCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresService
- func (r *ProjectsLocationsDatasetsConsentStoresService) CheckDataAccess(consentStore string, checkdataaccessrequest *CheckDataAccessRequest) *ProjectsLocationsDatasetsConsentStoresCheckDataAccessCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) Create(parent string, consentstore *ConsentStore) *ProjectsLocationsDatasetsConsentStoresCreateCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) Delete(name string) *ProjectsLocationsDatasetsConsentStoresDeleteCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) EvaluateUserConsents(consentStore string, evaluateuserconsentsrequest *EvaluateUserConsentsRequest) *ProjectsLocationsDatasetsConsentStoresEvaluateUserConsentsCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) Get(name string) *ProjectsLocationsDatasetsConsentStoresGetCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) GetIamPolicy(resource string) *ProjectsLocationsDatasetsConsentStoresGetIamPolicyCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) List(parent string) *ProjectsLocationsDatasetsConsentStoresListCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) Patch(name string, consentstore *ConsentStore) *ProjectsLocationsDatasetsConsentStoresPatchCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) QueryAccessibleData(consentStore string, queryaccessibledatarequest *QueryAccessibleDataRequest) *ProjectsLocationsDatasetsConsentStoresQueryAccessibleDataCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsDatasetsConsentStoresSetIamPolicyCall
- func (r *ProjectsLocationsDatasetsConsentStoresService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsDatasetsConsentStoresTestIamPermissionsCall
- type ProjectsLocationsDatasetsConsentStoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsConsentStoresSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsConsentStoresSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsConsentStoresSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsConsentStoresSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsConsentStoresTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresUserDataMappingsArchiveCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsArchiveCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsArchiveCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsArchiveCall) Do(opts ...googleapi.CallOption) (*ArchiveUserDataMappingResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsArchiveCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsArchiveCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsArchiveCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresUserDataMappingsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsCreateCall) Do(opts ...googleapi.CallOption) (*UserDataMapping, error)
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsCreateCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresUserDataMappingsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsDeleteCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall) Do(opts ...googleapi.CallOption) (*UserDataMapping, error)
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall
- type ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall) Do(opts ...googleapi.CallOption) (*ListUserDataMappingsResponse, error)
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall) Filter(filter string) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall) Pages(ctx context.Context, f func(*ListUserDataMappingsResponse) error) error
- type ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall) Do(opts ...googleapi.CallOption) (*UserDataMapping, error)
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall
- type ProjectsLocationsDatasetsConsentStoresUserDataMappingsService
- func (r *ProjectsLocationsDatasetsConsentStoresUserDataMappingsService) Archive(name string, archiveuserdatamappingrequest *ArchiveUserDataMappingRequest) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsArchiveCall
- func (r *ProjectsLocationsDatasetsConsentStoresUserDataMappingsService) Create(parent string, userdatamapping *UserDataMapping) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsCreateCall
- func (r *ProjectsLocationsDatasetsConsentStoresUserDataMappingsService) Delete(name string) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsDeleteCall
- func (r *ProjectsLocationsDatasetsConsentStoresUserDataMappingsService) Get(name string) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsGetCall
- func (r *ProjectsLocationsDatasetsConsentStoresUserDataMappingsService) List(parent string) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsListCall
- func (r *ProjectsLocationsDatasetsConsentStoresUserDataMappingsService) Patch(name string, userdatamapping *UserDataMapping) *ProjectsLocationsDatasetsConsentStoresUserDataMappingsPatchCall
- type ProjectsLocationsDatasetsCreateCall
- func (c *ProjectsLocationsDatasetsCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsCreateCall
- func (c *ProjectsLocationsDatasetsCreateCall) DatasetId(datasetId string) *ProjectsLocationsDatasetsCreateCall
- func (c *ProjectsLocationsDatasetsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsCreateCall
- func (c *ProjectsLocationsDatasetsCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall
- type ProjectsLocationsDatasetsDataMapperWorkspacesService
- func (r *ProjectsLocationsDatasetsDataMapperWorkspacesService) GetIamPolicy(resource string) *ProjectsLocationsDatasetsDataMapperWorkspacesGetIamPolicyCall
- func (r *ProjectsLocationsDatasetsDataMapperWorkspacesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsDatasetsDataMapperWorkspacesSetIamPolicyCall
- func (r *ProjectsLocationsDatasetsDataMapperWorkspacesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsDatasetsDataMapperWorkspacesTestIamPermissionsCall
- type ProjectsLocationsDatasetsDataMapperWorkspacesSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataMapperWorkspacesSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataMapperWorkspacesSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsDatasetsDataMapperWorkspacesTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDataMapperWorkspacesTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDataMapperWorkspacesTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsDataMapperWorkspacesTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsDatasetsDeidentifyCall
- func (c *ProjectsLocationsDatasetsDeidentifyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDeidentifyCall
- func (c *ProjectsLocationsDatasetsDeidentifyCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsDeidentifyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDeidentifyCall
- func (c *ProjectsLocationsDatasetsDeidentifyCall) Header() http.Header
- type ProjectsLocationsDatasetsDeleteCall
- func (c *ProjectsLocationsDatasetsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDeleteCall
- func (c *ProjectsLocationsDatasetsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDeleteCall
- func (c *ProjectsLocationsDatasetsDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresCreateCall
- func (c *ProjectsLocationsDatasetsDicomStoresCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresCreateCall
- func (c *ProjectsLocationsDatasetsDicomStoresCreateCall) DicomStoreId(dicomStoreId string) *ProjectsLocationsDatasetsDicomStoresCreateCall
- func (c *ProjectsLocationsDatasetsDicomStoresCreateCall) Do(opts ...googleapi.CallOption) (*DicomStore, error)
- func (c *ProjectsLocationsDatasetsDicomStoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresCreateCall
- func (c *ProjectsLocationsDatasetsDicomStoresCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresDeidentifyCall
- func (c *ProjectsLocationsDatasetsDicomStoresDeidentifyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresDeidentifyCall
- func (c *ProjectsLocationsDatasetsDicomStoresDeidentifyCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsDicomStoresDeidentifyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresDeidentifyCall
- func (c *ProjectsLocationsDatasetsDicomStoresDeidentifyCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsDicomStoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresDicomWebService
- type ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall) Do(opts ...googleapi.CallOption) (*StudyMetrics, error)
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall
- type ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesGetSeriesMetricsCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesGetSeriesMetricsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesGetSeriesMetricsCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesGetSeriesMetricsCall) Do(opts ...googleapi.CallOption) (*SeriesMetrics, error)
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesGetSeriesMetricsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesGetSeriesMetricsCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesGetSeriesMetricsCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesGetSeriesMetricsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesGetSeriesMetricsCall
- type ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesGetStorageInfoCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesGetStorageInfoCall) Context(ctx context.Context) ...
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesGetStorageInfoCall) Do(opts ...googleapi.CallOption) (*StorageInfo, error)
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesGetStorageInfoCall) Fields(s ...googleapi.Field) ...
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesGetStorageInfoCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesGetStorageInfoCall) IfNoneMatch(entityTag string) ...
- type ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesService
- type ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesService
- type ProjectsLocationsDatasetsDicomStoresDicomWebStudiesService
- func (r *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesService) GetStudyMetrics(study string) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesGetStudyMetricsCall
- func (r *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesService) SetBlobStorageSettings(resource string, setblobstoragesettingsrequest *SetBlobStorageSettingsRequest) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSetBlobStorageSettingsCall
- type ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSetBlobStorageSettingsCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSetBlobStorageSettingsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSetBlobStorageSettingsCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSetBlobStorageSettingsCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSetBlobStorageSettingsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSetBlobStorageSettingsCall
- func (c *ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSetBlobStorageSettingsCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresExportCall
- func (c *ProjectsLocationsDatasetsDicomStoresExportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresExportCall
- func (c *ProjectsLocationsDatasetsDicomStoresExportCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsDicomStoresExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresExportCall
- func (c *ProjectsLocationsDatasetsDicomStoresExportCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresGetCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresGetCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetCall) Do(opts ...googleapi.CallOption) (*DicomStore, error)
- func (c *ProjectsLocationsDatasetsDicomStoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresGetCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresGetCall
- type ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall) Do(opts ...googleapi.CallOption) (*DicomStoreMetrics, error)
- func (c *ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall
- type ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall
- type ProjectsLocationsDatasetsDicomStoresImportCall
- func (c *ProjectsLocationsDatasetsDicomStoresImportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresImportCall
- func (c *ProjectsLocationsDatasetsDicomStoresImportCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsDicomStoresImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresImportCall
- func (c *ProjectsLocationsDatasetsDicomStoresImportCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresListCall
- func (c *ProjectsLocationsDatasetsDicomStoresListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresListCall
- func (c *ProjectsLocationsDatasetsDicomStoresListCall) Do(opts ...googleapi.CallOption) (*ListDicomStoresResponse, error)
- func (c *ProjectsLocationsDatasetsDicomStoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresListCall
- func (c *ProjectsLocationsDatasetsDicomStoresListCall) Filter(filter string) *ProjectsLocationsDatasetsDicomStoresListCall
- func (c *ProjectsLocationsDatasetsDicomStoresListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresListCall
- func (c *ProjectsLocationsDatasetsDicomStoresListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsDicomStoresListCall
- func (c *ProjectsLocationsDatasetsDicomStoresListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsDicomStoresListCall
- func (c *ProjectsLocationsDatasetsDicomStoresListCall) Pages(ctx context.Context, f func(*ListDicomStoresResponse) error) error
- type ProjectsLocationsDatasetsDicomStoresPatchCall
- func (c *ProjectsLocationsDatasetsDicomStoresPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresPatchCall
- func (c *ProjectsLocationsDatasetsDicomStoresPatchCall) Do(opts ...googleapi.CallOption) (*DicomStore, error)
- func (c *ProjectsLocationsDatasetsDicomStoresPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresPatchCall
- func (c *ProjectsLocationsDatasetsDicomStoresPatchCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsDicomStoresPatchCall
- type ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall
- type ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall
- type ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall
- type ProjectsLocationsDatasetsDicomStoresService
- func (r *ProjectsLocationsDatasetsDicomStoresService) Create(parent string, dicomstore *DicomStore) *ProjectsLocationsDatasetsDicomStoresCreateCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) Deidentify(sourceStore string, deidentifydicomstorerequest *DeidentifyDicomStoreRequest) *ProjectsLocationsDatasetsDicomStoresDeidentifyCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) Delete(name string) *ProjectsLocationsDatasetsDicomStoresDeleteCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) Export(name string, exportdicomdatarequest *ExportDicomDataRequest) *ProjectsLocationsDatasetsDicomStoresExportCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) Get(name string) *ProjectsLocationsDatasetsDicomStoresGetCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) GetDICOMStoreMetrics(name string) *ProjectsLocationsDatasetsDicomStoresGetDICOMStoreMetricsCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) GetIamPolicy(resource string) *ProjectsLocationsDatasetsDicomStoresGetIamPolicyCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) Import(name string, importdicomdatarequest *ImportDicomDataRequest) *ProjectsLocationsDatasetsDicomStoresImportCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) List(parent string) *ProjectsLocationsDatasetsDicomStoresListCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) Patch(name string, dicomstore *DicomStore) *ProjectsLocationsDatasetsDicomStoresPatchCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) SearchForInstances(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresSearchForInstancesCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) SearchForSeries(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresSearchForSeriesCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) SearchForStudies(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresSearchForStudiesCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) SetBlobStorageSettings(resource string, setblobstoragesettingsrequest *SetBlobStorageSettingsRequest) *ProjectsLocationsDatasetsDicomStoresSetBlobStorageSettingsCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsDatasetsDicomStoresSetIamPolicyCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) StoreInstances(parent string, dicomWebPath string, body_ io.Reader) *ProjectsLocationsDatasetsDicomStoresStoreInstancesCall
- func (r *ProjectsLocationsDatasetsDicomStoresService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsDatasetsDicomStoresTestIamPermissionsCall
- type ProjectsLocationsDatasetsDicomStoresSetBlobStorageSettingsCall
- func (c *ProjectsLocationsDatasetsDicomStoresSetBlobStorageSettingsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresSetBlobStorageSettingsCall
- func (c *ProjectsLocationsDatasetsDicomStoresSetBlobStorageSettingsCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsDicomStoresSetBlobStorageSettingsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresSetBlobStorageSettingsCall
- func (c *ProjectsLocationsDatasetsDicomStoresSetBlobStorageSettingsCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDicomStoresSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDicomStoresSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsDicomStoresSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsDicomStoresSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresStoreInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStoreInstancesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStoreInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStoreInstancesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStoreInstancesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStoreInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStoreInstancesCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresStudiesDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall
- type ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall
- type ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall
- type ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesDeleteCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveFramesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveFramesCall) Context(ctx context.Context) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveFramesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveFramesCall) Fields(s ...googleapi.Field) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveFramesCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveFramesCall) IfNoneMatch(entityTag string) ...
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveRenderedCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveRenderedCall) Context(ctx context.Context) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveRenderedCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveRenderedCall) Fields(s ...googleapi.Field) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveRenderedCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesRetrieveRenderedCall) IfNoneMatch(entityTag string) ...
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFramesService
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveInstanceCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveInstanceCall) Context(ctx context.Context) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveInstanceCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveInstanceCall) Fields(s ...googleapi.Field) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveInstanceCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveInstanceCall) IfNoneMatch(entityTag string) ...
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveMetadataCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveMetadataCall) Context(ctx context.Context) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveMetadataCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveMetadataCall) Fields(s ...googleapi.Field) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveMetadataCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveMetadataCall) IfNoneMatch(entityTag string) ...
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveRenderedCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveRenderedCall) Context(ctx context.Context) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveRenderedCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveRenderedCall) Fields(s ...googleapi.Field) ...
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveRenderedCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesRetrieveRenderedCall) IfNoneMatch(entityTag string) ...
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesService
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesService) Delete(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesDeleteCall
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesService) RetrieveInstance(parent string, dicomWebPath string) ...
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesService) RetrieveMetadata(parent string, dicomWebPath string) ...
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesService) RetrieveRendered(parent string, dicomWebPath string) ...
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall
- type ProjectsLocationsDatasetsDicomStoresStudiesSeriesService
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesSeriesService) Delete(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesDeleteCall
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesSeriesService) RetrieveMetadata(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveMetadataCall
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesSeriesService) RetrieveSeries(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesRetrieveSeriesCall
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesSeriesService) SearchForInstances(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesSeriesSearchForInstancesCall
- type ProjectsLocationsDatasetsDicomStoresStudiesService
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesService) Delete(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesDeleteCall
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesService) RetrieveMetadata(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveMetadataCall
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesService) RetrieveStudy(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesRetrieveStudyCall
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesService) SearchForInstances(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesSearchForInstancesCall
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesService) SearchForSeries(parent string, dicomWebPath string) *ProjectsLocationsDatasetsDicomStoresStudiesSearchForSeriesCall
- func (r *ProjectsLocationsDatasetsDicomStoresStudiesService) StoreInstances(parent string, dicomWebPath string, body_ io.Reader) *ProjectsLocationsDatasetsDicomStoresStudiesStoreInstancesCall
- type ProjectsLocationsDatasetsDicomStoresStudiesStoreInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesStoreInstancesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresStudiesStoreInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesStoreInstancesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesStoreInstancesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresStudiesStoreInstancesCall
- func (c *ProjectsLocationsDatasetsDicomStoresStudiesStoreInstancesCall) Header() http.Header
- type ProjectsLocationsDatasetsDicomStoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsDicomStoresTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsDicomStoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsDicomStoresTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsDatasetsDicomStoresTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsDicomStoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsDicomStoresTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresCreateCall) Do(opts ...googleapi.CallOption) (*FhirStore, error)
- func (c *ProjectsLocationsDatasetsFhirStoresCreateCall) FhirStoreId(fhirStoreId string) *ProjectsLocationsDatasetsFhirStoresCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresDeidentifyCall
- func (c *ProjectsLocationsDatasetsFhirStoresDeidentifyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresDeidentifyCall
- func (c *ProjectsLocationsDatasetsFhirStoresDeidentifyCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsFhirStoresDeidentifyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresDeidentifyCall
- func (c *ProjectsLocationsDatasetsFhirStoresDeidentifyCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresDeleteCall
- func (c *ProjectsLocationsDatasetsFhirStoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresDeleteCall
- func (c *ProjectsLocationsDatasetsFhirStoresDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsFhirStoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresDeleteCall
- func (c *ProjectsLocationsDatasetsFhirStoresDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresExportCall
- func (c *ProjectsLocationsDatasetsFhirStoresExportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresExportCall
- func (c *ProjectsLocationsDatasetsFhirStoresExportCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsFhirStoresExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresExportCall
- func (c *ProjectsLocationsDatasetsFhirStoresExportCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirBinaryCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirBinaryCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryCreateCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirBinaryCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall
- type ProjectsLocationsDatasetsFhirStoresFhirBinaryUpdateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryUpdateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirBinaryUpdateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryUpdateCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirBinaryUpdateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryUpdateCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall
- type ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall
- type ProjectsLocationsDatasetsFhirStoresFhirConditionalDeleteCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirConditionalDeleteCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirConditionalDeleteCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirConditionalPatchCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirConditionalPatchCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalPatchCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirConditionalPatchCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalPatchCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirConditionalUpdateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalUpdateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirConditionalUpdateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalUpdateCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirConditionalUpdateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirConditionalUpdateCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirCreateCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirCreateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirDeleteCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirDeleteCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirDeleteCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirDeleteCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirExecuteBundleCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirExecuteBundleCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirExecuteBundleCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirExecuteBundleCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirExecuteBundleCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirExecuteBundleCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirExecuteBundleCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirHistoryCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall) At(At string) *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall) Count(Count int64) *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall) PageToken(PageToken string) *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall) Since(Since string) *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall
- type ProjectsLocationsDatasetsFhirStoresFhirPatchCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirPatchCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatchCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirPatchCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatchCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) Count(Count int64) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) End(end string) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) PageToken(PageToken string) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) Since(Since string) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) Start(start string) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall) Type(Type string) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- type ProjectsLocationsDatasetsFhirStoresFhirReadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirReadCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirReadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirReadCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirReadCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirReadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirReadCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresFhirReadCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresFhirReadCall
- type ProjectsLocationsDatasetsFhirStoresFhirResourcePurgeCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirResourcePurgeCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirResourcePurgeCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirResourcePurgeCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirResourcePurgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirResourcePurgeCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirResourcePurgeCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall) Profile(profile string) *ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall
- type ProjectsLocationsDatasetsFhirStoresFhirSearchCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirSearchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirSearchCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirSearchCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirSearchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirSearchCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirSearchCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirSearchTypeCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirSearchTypeCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirSearchTypeCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirSearchTypeCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirSearchTypeCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirSearchTypeCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirSearchTypeCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirService
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) BinaryCreate(parent string, body_ io.Reader) *ProjectsLocationsDatasetsFhirStoresFhirBinaryCreateCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) BinaryRead(name string) *ProjectsLocationsDatasetsFhirStoresFhirBinaryReadCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) BinaryUpdate(name string, body_ io.Reader) *ProjectsLocationsDatasetsFhirStoresFhirBinaryUpdateCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) BinaryVread(name string) *ProjectsLocationsDatasetsFhirStoresFhirBinaryVreadCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) Capabilities(name string) *ProjectsLocationsDatasetsFhirStoresFhirCapabilitiesCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) ConditionalDelete(parent string, type_ string) *ProjectsLocationsDatasetsFhirStoresFhirConditionalDeleteCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) ConditionalPatch(parent string, type_ string, body_ io.Reader) *ProjectsLocationsDatasetsFhirStoresFhirConditionalPatchCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) ConditionalUpdate(parent string, type_ string, body_ io.Reader) *ProjectsLocationsDatasetsFhirStoresFhirConditionalUpdateCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) Create(parent string, type_ string, body_ io.Reader) *ProjectsLocationsDatasetsFhirStoresFhirCreateCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) Delete(name string) *ProjectsLocationsDatasetsFhirStoresFhirDeleteCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) ExecuteBundle(parent string, body_ io.Reader) *ProjectsLocationsDatasetsFhirStoresFhirExecuteBundleCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) History(name string) *ProjectsLocationsDatasetsFhirStoresFhirHistoryCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) Patch(name string, body_ io.Reader) *ProjectsLocationsDatasetsFhirStoresFhirPatchCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) PatientEverything(name string) *ProjectsLocationsDatasetsFhirStoresFhirPatientEverythingCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) Read(name string) *ProjectsLocationsDatasetsFhirStoresFhirReadCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) ResourcePurge(name string) *ProjectsLocationsDatasetsFhirStoresFhirResourcePurgeCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) ResourceValidate(parent string, type_ string, body_ io.Reader) *ProjectsLocationsDatasetsFhirStoresFhirResourceValidateCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) Search(parent string, searchresourcesrequest *SearchResourcesRequest) *ProjectsLocationsDatasetsFhirStoresFhirSearchCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) SearchType(parent string, resourceType string, ...) *ProjectsLocationsDatasetsFhirStoresFhirSearchTypeCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) Update(name string, body_ io.Reader) *ProjectsLocationsDatasetsFhirStoresFhirUpdateCall
- func (r *ProjectsLocationsDatasetsFhirStoresFhirService) Vread(name string) *ProjectsLocationsDatasetsFhirStoresFhirVreadCall
- type ProjectsLocationsDatasetsFhirStoresFhirUpdateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirUpdateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirUpdateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirUpdateCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirUpdateCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirUpdateCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresFhirVreadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirVreadCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresFhirVreadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirVreadCall) Do(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *ProjectsLocationsDatasetsFhirStoresFhirVreadCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresFhirVreadCall
- func (c *ProjectsLocationsDatasetsFhirStoresFhirVreadCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresFhirVreadCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresFhirVreadCall
- type ProjectsLocationsDatasetsFhirStoresGetCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresGetCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetCall) Do(opts ...googleapi.CallOption) (*FhirStore, error)
- func (c *ProjectsLocationsDatasetsFhirStoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresGetCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresGetCall
- type ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall) Do(opts ...googleapi.CallOption) (*FhirStoreMetrics, error)
- func (c *ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall
- type ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall
- type ProjectsLocationsDatasetsFhirStoresImportCall
- func (c *ProjectsLocationsDatasetsFhirStoresImportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresImportCall
- func (c *ProjectsLocationsDatasetsFhirStoresImportCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsFhirStoresImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresImportCall
- func (c *ProjectsLocationsDatasetsFhirStoresImportCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresListCall
- func (c *ProjectsLocationsDatasetsFhirStoresListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresListCall
- func (c *ProjectsLocationsDatasetsFhirStoresListCall) Do(opts ...googleapi.CallOption) (*ListFhirStoresResponse, error)
- func (c *ProjectsLocationsDatasetsFhirStoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresListCall
- func (c *ProjectsLocationsDatasetsFhirStoresListCall) Filter(filter string) *ProjectsLocationsDatasetsFhirStoresListCall
- func (c *ProjectsLocationsDatasetsFhirStoresListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsFhirStoresListCall
- func (c *ProjectsLocationsDatasetsFhirStoresListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsFhirStoresListCall
- func (c *ProjectsLocationsDatasetsFhirStoresListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsFhirStoresListCall
- func (c *ProjectsLocationsDatasetsFhirStoresListCall) Pages(ctx context.Context, f func(*ListFhirStoresResponse) error) error
- type ProjectsLocationsDatasetsFhirStoresPatchCall
- func (c *ProjectsLocationsDatasetsFhirStoresPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresPatchCall
- func (c *ProjectsLocationsDatasetsFhirStoresPatchCall) Do(opts ...googleapi.CallOption) (*FhirStore, error)
- func (c *ProjectsLocationsDatasetsFhirStoresPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresPatchCall
- func (c *ProjectsLocationsDatasetsFhirStoresPatchCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsFhirStoresPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsFhirStoresPatchCall
- type ProjectsLocationsDatasetsFhirStoresRollbackCall
- func (c *ProjectsLocationsDatasetsFhirStoresRollbackCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresRollbackCall
- func (c *ProjectsLocationsDatasetsFhirStoresRollbackCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsFhirStoresRollbackCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresRollbackCall
- func (c *ProjectsLocationsDatasetsFhirStoresRollbackCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresService
- func (r *ProjectsLocationsDatasetsFhirStoresService) Create(parent string, fhirstore *FhirStore) *ProjectsLocationsDatasetsFhirStoresCreateCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) Deidentify(sourceStore string, deidentifyfhirstorerequest *DeidentifyFhirStoreRequest) *ProjectsLocationsDatasetsFhirStoresDeidentifyCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) Delete(name string) *ProjectsLocationsDatasetsFhirStoresDeleteCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) Export(name string, exportresourcesrequest *ExportResourcesRequest) *ProjectsLocationsDatasetsFhirStoresExportCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) Get(name string) *ProjectsLocationsDatasetsFhirStoresGetCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) GetFHIRStoreMetrics(name string) *ProjectsLocationsDatasetsFhirStoresGetFHIRStoreMetricsCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) GetIamPolicy(resource string) *ProjectsLocationsDatasetsFhirStoresGetIamPolicyCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) Import(name string, importresourcesrequest *ImportResourcesRequest) *ProjectsLocationsDatasetsFhirStoresImportCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) List(parent string) *ProjectsLocationsDatasetsFhirStoresListCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) Patch(name string, fhirstore *FhirStore) *ProjectsLocationsDatasetsFhirStoresPatchCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) Rollback(name string, rollbackfhirresourcesrequest *RollbackFhirResourcesRequest) *ProjectsLocationsDatasetsFhirStoresRollbackCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsDatasetsFhirStoresSetIamPolicyCall
- func (r *ProjectsLocationsDatasetsFhirStoresService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsDatasetsFhirStoresTestIamPermissionsCall
- type ProjectsLocationsDatasetsFhirStoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsFhirStoresSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsFhirStoresSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsFhirStoresSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsFhirStoresSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsDatasetsFhirStoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsFhirStoresTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsFhirStoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsFhirStoresTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsDatasetsFhirStoresTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsFhirStoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsFhirStoresTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsDatasetsGetCall
- func (c *ProjectsLocationsDatasetsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsGetCall
- func (c *ProjectsLocationsDatasetsGetCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
- func (c *ProjectsLocationsDatasetsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsGetCall
- func (c *ProjectsLocationsDatasetsGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsGetCall
- type ProjectsLocationsDatasetsGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsGetIamPolicyCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsDatasetsGetIamPolicyCall
- type ProjectsLocationsDatasetsHl7V2StoresCreateCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresCreateCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresCreateCall) Do(opts ...googleapi.CallOption) (*Hl7V2Store, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresCreateCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresCreateCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsHl7V2StoresCreateCall) Hl7V2StoreId(hl7V2StoreId string) *ProjectsLocationsDatasetsHl7V2StoresCreateCall
- type ProjectsLocationsDatasetsHl7V2StoresDeleteCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresDeleteCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresDeleteCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsHl7V2StoresExportCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresExportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresExportCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresExportCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresExportCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresExportCall) Header() http.Header
- type ProjectsLocationsDatasetsHl7V2StoresGetCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresGetCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetCall) Do(opts ...googleapi.CallOption) (*Hl7V2Store, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresGetCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsHl7V2StoresGetCall
- type ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall) Do(opts ...googleapi.CallOption) (*Hl7V2StoreMetrics, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall
- type ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall
- type ProjectsLocationsDatasetsHl7V2StoresImportCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresImportCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresImportCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresImportCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresImportCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresImportCall) Header() http.Header
- type ProjectsLocationsDatasetsHl7V2StoresListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresListCall) Do(opts ...googleapi.CallOption) (*ListHl7V2StoresResponse, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresListCall) Filter(filter string) *ProjectsLocationsDatasetsHl7V2StoresListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsHl7V2StoresListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsHl7V2StoresListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsHl7V2StoresListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsHl7V2StoresListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresListCall) Pages(ctx context.Context, f func(*ListHl7V2StoresResponse) error) error
- type ProjectsLocationsDatasetsHl7V2StoresMessagesCreateCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesCreateCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresMessagesCreateCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesCreateCall) Do(opts ...googleapi.CallOption) (*Message, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresMessagesCreateCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesCreateCall) Header() http.Header
- type ProjectsLocationsDatasetsHl7V2StoresMessagesDeleteCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesDeleteCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresMessagesDeleteCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresMessagesDeleteCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesDeleteCall) Header() http.Header
- type ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall) Do(opts ...googleapi.CallOption) (*Message, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall) View(view string) *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall
- type ProjectsLocationsDatasetsHl7V2StoresMessagesIngestCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesIngestCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresMessagesIngestCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesIngestCall) Do(opts ...googleapi.CallOption) (*IngestMessageResponse, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesIngestCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresMessagesIngestCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesIngestCall) Header() http.Header
- type ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) Do(opts ...googleapi.CallOption) (*ListMessagesResponse, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) Filter(filter string) *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) OrderBy(orderBy string) *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) Pages(ctx context.Context, f func(*ListMessagesResponse) error) error
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall) View(view string) *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- type ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall) Do(opts ...googleapi.CallOption) (*Message, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall
- type ProjectsLocationsDatasetsHl7V2StoresMessagesService
- func (r *ProjectsLocationsDatasetsHl7V2StoresMessagesService) Create(parent string, createmessagerequest *CreateMessageRequest) *ProjectsLocationsDatasetsHl7V2StoresMessagesCreateCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresMessagesService) Delete(name string) *ProjectsLocationsDatasetsHl7V2StoresMessagesDeleteCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresMessagesService) Get(name string) *ProjectsLocationsDatasetsHl7V2StoresMessagesGetCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresMessagesService) Ingest(parent string, ingestmessagerequest *IngestMessageRequest) *ProjectsLocationsDatasetsHl7V2StoresMessagesIngestCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresMessagesService) List(parent string) *ProjectsLocationsDatasetsHl7V2StoresMessagesListCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresMessagesService) Patch(name string, message *Message) *ProjectsLocationsDatasetsHl7V2StoresMessagesPatchCall
- type ProjectsLocationsDatasetsHl7V2StoresPatchCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresPatchCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresPatchCall) Do(opts ...googleapi.CallOption) (*Hl7V2Store, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresPatchCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresPatchCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsHl7V2StoresPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsHl7V2StoresPatchCall
- type ProjectsLocationsDatasetsHl7V2StoresRollbackCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresRollbackCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresRollbackCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresRollbackCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresRollbackCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresRollbackCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresRollbackCall) Header() http.Header
- type ProjectsLocationsDatasetsHl7V2StoresService
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) Create(parent string, hl7v2store *Hl7V2Store) *ProjectsLocationsDatasetsHl7V2StoresCreateCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) Delete(name string) *ProjectsLocationsDatasetsHl7V2StoresDeleteCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) Export(name string, exportmessagesrequest *ExportMessagesRequest) *ProjectsLocationsDatasetsHl7V2StoresExportCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) Get(name string) *ProjectsLocationsDatasetsHl7V2StoresGetCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) GetHL7v2StoreMetrics(name string) *ProjectsLocationsDatasetsHl7V2StoresGetHL7v2StoreMetricsCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) GetIamPolicy(resource string) *ProjectsLocationsDatasetsHl7V2StoresGetIamPolicyCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) Import(name string, importmessagesrequest *ImportMessagesRequest) *ProjectsLocationsDatasetsHl7V2StoresImportCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) List(parent string) *ProjectsLocationsDatasetsHl7V2StoresListCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) Patch(name string, hl7v2store *Hl7V2Store) *ProjectsLocationsDatasetsHl7V2StoresPatchCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) Rollback(name string, rollbackhl7v2messagesrequest *RollbackHl7V2MessagesRequest) *ProjectsLocationsDatasetsHl7V2StoresRollbackCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsDatasetsHl7V2StoresSetIamPolicyCall
- func (r *ProjectsLocationsDatasetsHl7V2StoresService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsDatasetsHl7V2StoresTestIamPermissionsCall
- type ProjectsLocationsDatasetsHl7V2StoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsDatasetsHl7V2StoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsHl7V2StoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsDatasetsHl7V2StoresTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsHl7V2StoresTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsHl7V2StoresTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsDatasetsListCall
- func (c *ProjectsLocationsDatasetsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsListCall
- func (c *ProjectsLocationsDatasetsListCall) Do(opts ...googleapi.CallOption) (*ListDatasetsResponse, error)
- func (c *ProjectsLocationsDatasetsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsListCall
- func (c *ProjectsLocationsDatasetsListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsListCall
- func (c *ProjectsLocationsDatasetsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsListCall
- func (c *ProjectsLocationsDatasetsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsListCall
- func (c *ProjectsLocationsDatasetsListCall) Pages(ctx context.Context, f func(*ListDatasetsResponse) error) error
- type ProjectsLocationsDatasetsOperationsCancelCall
- func (c *ProjectsLocationsDatasetsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsCancelCall
- func (c *ProjectsLocationsDatasetsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsDatasetsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsCancelCall
- func (c *ProjectsLocationsDatasetsOperationsCancelCall) Header() http.Header
- type ProjectsLocationsDatasetsOperationsGetCall
- func (c *ProjectsLocationsDatasetsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsGetCall
- func (c *ProjectsLocationsDatasetsOperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsLocationsDatasetsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsGetCall
- func (c *ProjectsLocationsDatasetsOperationsGetCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsOperationsGetCall
- type ProjectsLocationsDatasetsOperationsListCall
- func (c *ProjectsLocationsDatasetsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsDatasetsOperationsListCall
- func (c *ProjectsLocationsDatasetsOperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error)
- func (c *ProjectsLocationsDatasetsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsOperationsListCall
- func (c *ProjectsLocationsDatasetsOperationsListCall) Filter(filter string) *ProjectsLocationsDatasetsOperationsListCall
- func (c *ProjectsLocationsDatasetsOperationsListCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDatasetsOperationsListCall
- func (c *ProjectsLocationsDatasetsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsDatasetsOperationsListCall
- func (c *ProjectsLocationsDatasetsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsDatasetsOperationsListCall
- func (c *ProjectsLocationsDatasetsOperationsListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error
- type ProjectsLocationsDatasetsOperationsService
- func (r *ProjectsLocationsDatasetsOperationsService) Cancel(name string, canceloperationrequest *CancelOperationRequest) *ProjectsLocationsDatasetsOperationsCancelCall
- func (r *ProjectsLocationsDatasetsOperationsService) Get(name string) *ProjectsLocationsDatasetsOperationsGetCall
- func (r *ProjectsLocationsDatasetsOperationsService) List(name string) *ProjectsLocationsDatasetsOperationsListCall
- type ProjectsLocationsDatasetsPatchCall
- func (c *ProjectsLocationsDatasetsPatchCall) Context(ctx context.Context) *ProjectsLocationsDatasetsPatchCall
- func (c *ProjectsLocationsDatasetsPatchCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
- func (c *ProjectsLocationsDatasetsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsPatchCall
- func (c *ProjectsLocationsDatasetsPatchCall) Header() http.Header
- func (c *ProjectsLocationsDatasetsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsDatasetsPatchCall
- type ProjectsLocationsDatasetsService
- func (r *ProjectsLocationsDatasetsService) Create(parent string, dataset *Dataset) *ProjectsLocationsDatasetsCreateCall
- func (r *ProjectsLocationsDatasetsService) Deidentify(sourceDataset string, deidentifydatasetrequest *DeidentifyDatasetRequest) *ProjectsLocationsDatasetsDeidentifyCall
- func (r *ProjectsLocationsDatasetsService) Delete(name string) *ProjectsLocationsDatasetsDeleteCall
- func (r *ProjectsLocationsDatasetsService) Get(name string) *ProjectsLocationsDatasetsGetCall
- func (r *ProjectsLocationsDatasetsService) GetIamPolicy(resource string) *ProjectsLocationsDatasetsGetIamPolicyCall
- func (r *ProjectsLocationsDatasetsService) List(parent string) *ProjectsLocationsDatasetsListCall
- func (r *ProjectsLocationsDatasetsService) Patch(name string, dataset *Dataset) *ProjectsLocationsDatasetsPatchCall
- func (r *ProjectsLocationsDatasetsService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsDatasetsSetIamPolicyCall
- func (r *ProjectsLocationsDatasetsService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsDatasetsTestIamPermissionsCall
- type ProjectsLocationsDatasetsSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsDatasetsSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsDatasetsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsSetIamPolicyCall
- func (c *ProjectsLocationsDatasetsSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsDatasetsTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsDatasetsTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsDatasetsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDatasetsTestIamPermissionsCall
- func (c *ProjectsLocationsDatasetsTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsGetCall
- func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall
- func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error)
- func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall
- func (c *ProjectsLocationsGetCall) Header() http.Header
- func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall
- type ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error)
- func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Header() http.Header
- func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error
- type ProjectsLocationsService
- type ProjectsLocationsServicesNlpAnalyzeEntitiesCall
- func (c *ProjectsLocationsServicesNlpAnalyzeEntitiesCall) Context(ctx context.Context) *ProjectsLocationsServicesNlpAnalyzeEntitiesCall
- func (c *ProjectsLocationsServicesNlpAnalyzeEntitiesCall) Do(opts ...googleapi.CallOption) (*AnalyzeEntitiesResponse, error)
- func (c *ProjectsLocationsServicesNlpAnalyzeEntitiesCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesNlpAnalyzeEntitiesCall
- func (c *ProjectsLocationsServicesNlpAnalyzeEntitiesCall) Header() http.Header
- type ProjectsLocationsServicesNlpService
- type ProjectsLocationsServicesService
- type ProjectsService
- type PubsubDestination
- type QueryAccessibleDataRequest
- type QueryAccessibleDataResponse
- type RedactConfig
- type RejectConsentRequest
- type ReplaceWithInfoTypeConfig
- type Resources
- type Result
- type RevokeConsentRequest
- type RollbackFhirResourceFilteringFields
- type RollbackFhirResourcesRequest
- type RollbackFhirResourcesResponse
- type RollbackHL7MessagesFilteringFields
- type RollbackHl7V2MessagesRequest
- type RollbackHl7V2MessagesResponse
- type SchemaConfig
- type SchemaGroup
- type SchemaPackage
- type SchemaSegment
- type SchematizedData
- type SearchResourcesRequest
- type Segment
- type SeriesMetrics
- type Service
- type SetBlobStorageSettingsRequest
- type SetBlobStorageSettingsResponse
- type SetIamPolicyRequest
- type Signature
- type Status
- type StorageInfo
- type StreamConfig
- type StructuredStorageInfo
- type StudyMetrics
- type TagFilterList
- type TestIamPermissionsRequest
- type TestIamPermissionsResponse
- type TextConfig
- type TextSpan
- type TimePartitioning
- type Type
- type UserDataMapping
- type ValidationConfig
- type VersionSource
Constants ¶
const ( // Read, write and manage healthcare data CloudHealthcareScope = "https://www.googleapis.com/auth/cloud-healthcare" // See, edit, configure, and delete your Google Cloud data and see the email // address for your Google Account. CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivateConsentRequest ¶ added in v0.41.0
type ActivateConsentRequest struct { // ConsentArtifact: Required. The resource name of the Consent artifact that // contains documentation of the user's consent, of the form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentS // tores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`. If the // draft Consent had a Consent artifact, this Consent artifact overwrites it. ConsentArtifact string `json:"consentArtifact,omitempty"` // ExpireTime: Timestamp in UTC of when this Consent is considered expired. ExpireTime string `json:"expireTime,omitempty"` // Ttl: The time to live for this Consent from when it is marked as active. Ttl string `json:"ttl,omitempty"` // ForceSendFields is a list of field names (e.g. "ConsentArtifact") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConsentArtifact") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
ActivateConsentRequest: Activates the latest revision of the specified Consent by committing a new revision with `state` updated to `ACTIVE`. If the latest revision of the given Consent is in the `ACTIVE` state, no new revision is committed. A FAILED_PRECONDITION error occurs if the latest revision of the given consent is in the `REJECTED` or `REVOKED` state.
func (ActivateConsentRequest) MarshalJSON ¶ added in v0.41.0
func (s ActivateConsentRequest) MarshalJSON() ([]byte, error)
type AnalyzeEntitiesRequest ¶ added in v0.57.0
type AnalyzeEntitiesRequest struct { // AlternativeOutputFormat: Optional. Alternative output format to be generated // based on the results of analysis. // // Possible values: // "ALTERNATIVE_OUTPUT_FORMAT_UNSPECIFIED" - No alternative output format is // specified. // "FHIR_BUNDLE" - FHIR bundle output. AlternativeOutputFormat string `json:"alternativeOutputFormat,omitempty"` // DocumentContent: document_content is a document to be annotated. DocumentContent string `json:"documentContent,omitempty"` // LicensedVocabularies: A list of licensed vocabularies to use in the request, // in addition to the default unlicensed vocabularies. // // Possible values: // "LICENSED_VOCABULARY_UNSPECIFIED" - No licensed vocabulary specified. // "ICD10CM" - ICD-10-CM vocabulary // "SNOMEDCT_US" - SNOMED CT (US version) vocabulary LicensedVocabularies []string `json:"licensedVocabularies,omitempty"` // ForceSendFields is a list of field names (e.g. "AlternativeOutputFormat") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AlternativeOutputFormat") to // include in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
AnalyzeEntitiesRequest: The request to analyze healthcare entities in a document.
func (AnalyzeEntitiesRequest) MarshalJSON ¶ added in v0.57.0
func (s AnalyzeEntitiesRequest) MarshalJSON() ([]byte, error)
type AnalyzeEntitiesResponse ¶ added in v0.57.0
type AnalyzeEntitiesResponse struct { // Entities: The union of all the candidate entities that the entity_mentions // in this response could link to. These are UMLS concepts or normalized // mention content. Entities []*Entity `json:"entities,omitempty"` // EntityMentions: The `entity_mentions` field contains all the annotated // medical entities that were mentioned in the provided document. EntityMentions []*EntityMention `json:"entityMentions,omitempty"` // FhirBundle: The FHIR bundle (`R4` (http://hl7.org/fhir/R4/bundle.html)) that // includes all the entities, the entity mentions, and the relationships in // JSON format. FhirBundle string `json:"fhirBundle,omitempty"` // Relationships: relationships contains all the binary relationships that were // identified between entity mentions within the provided document. Relationships []*EntityMentionRelationship `json:"relationships,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Entities") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Entities") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
AnalyzeEntitiesResponse: Includes recognized entity mentions and relationships between them.
func (AnalyzeEntitiesResponse) MarshalJSON ¶ added in v0.57.0
func (s AnalyzeEntitiesResponse) MarshalJSON() ([]byte, error)
type ArchiveUserDataMappingRequest ¶ added in v0.41.0
type ArchiveUserDataMappingRequest struct { }
ArchiveUserDataMappingRequest: Archives the specified User data mapping.
type ArchiveUserDataMappingResponse ¶ added in v0.41.0
type ArchiveUserDataMappingResponse struct { // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` }
ArchiveUserDataMappingResponse: Archives the specified User data mapping.
type Attribute ¶ added in v0.41.0
type Attribute struct { // AttributeDefinitionId: Indicates the name of an attribute defined in the // consent store. AttributeDefinitionId string `json:"attributeDefinitionId,omitempty"` // Values: Required. The value of the attribute. Must be an acceptable value as // defined in the consent store. For example, if the consent store defines // "data type" with acceptable values "questionnaire" and "step-count", when // the attribute name is data type, this field must contain one of those // values. Values []string `json:"values,omitempty"` // ForceSendFields is a list of field names (e.g. "AttributeDefinitionId") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AttributeDefinitionId") to // include in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
Attribute: An attribute value for a Consent or User data mapping. Each Attribute must have a corresponding AttributeDefinition in the consent store that defines the default and allowed values.
func (Attribute) MarshalJSON ¶ added in v0.41.0
type AttributeDefinition ¶ added in v0.41.0
type AttributeDefinition struct { // AllowedValues: Required. Possible values for the attribute. The number of // allowed values must not exceed 500. An empty list is invalid. The list can // only be expanded after creation. AllowedValues []string `json:"allowedValues,omitempty"` // Category: Required. The category of the attribute. The value of this field // cannot be changed after creation. // // Possible values: // "CATEGORY_UNSPECIFIED" - No category specified. This option is invalid. // "RESOURCE" - Specify this category when this attribute describes the // properties of resources. For example, data anonymity or data type. // "REQUEST" - Specify this category when this attribute describes the // properties of requests. For example, requester's role or requester's // organization. Category string `json:"category,omitempty"` // ConsentDefaultValues: Optional. Default values of the attribute in Consents. // If no default values are specified, it defaults to an empty value. ConsentDefaultValues []string `json:"consentDefaultValues,omitempty"` // DataMappingDefaultValue: Optional. Default value of the attribute in User // data mappings. If no default value is specified, it defaults to an empty // value. This field is only applicable to attributes of the category // `RESOURCE`. DataMappingDefaultValue string `json:"dataMappingDefaultValue,omitempty"` // Description: Optional. A description of the attribute. Description string `json:"description,omitempty"` // Name: Identifier. Resource name of the Attribute definition, of the form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentS // tores/{consent_store_id}/attributeDefinitions/{attribute_definition_id}`. // Cannot be changed after creation. Name string `json:"name,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AllowedValues") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AllowedValues") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
AttributeDefinition: A client-defined consent attribute.
func (AttributeDefinition) MarshalJSON ¶ added in v0.41.0
func (s AttributeDefinition) MarshalJSON() ([]byte, error)
type AuditConfig ¶
type AuditConfig struct { // AuditLogConfigs: The configuration for logging of each type of permission. AuditLogConfigs []*AuditLogConfig `json:"auditLogConfigs,omitempty"` // Service: Specifies a service that will be enabled for audit logging. For // example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` // is a special value that covers all services. Service string `json:"service,omitempty"` // ForceSendFields is a list of field names (e.g. "AuditLogConfigs") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AuditLogConfigs") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
AuditConfig: Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.
func (AuditConfig) MarshalJSON ¶
func (s AuditConfig) MarshalJSON() ([]byte, error)
type AuditLogConfig ¶
type AuditLogConfig struct { // ExemptedMembers: Specifies the identities that do not cause logging for this // type of permission. Follows the same format of Binding.members. ExemptedMembers []string `json:"exemptedMembers,omitempty"` // LogType: The log type that this config enables. // // Possible values: // "LOG_TYPE_UNSPECIFIED" - Default case. Should never be this. // "ADMIN_READ" - Admin reads. Example: CloudIAM getIamPolicy // "DATA_WRITE" - Data writes. Example: CloudSQL Users create // "DATA_READ" - Data reads. Example: CloudSQL Users list LogType string `json:"logType,omitempty"` // ForceSendFields is a list of field names (e.g. "ExemptedMembers") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ExemptedMembers") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
AuditLogConfig: Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.
func (AuditLogConfig) MarshalJSON ¶
func (s AuditLogConfig) MarshalJSON() ([]byte, error)
type Binding ¶
type Binding struct { // Condition: The condition that is associated with this binding. If the // condition evaluates to `true`, then this binding applies to the current // request. If the condition evaluates to `false`, then this binding does not // apply to the current request. However, a different role binding might grant // the same role to one or more of the principals in this binding. To learn // which resources support conditions in their IAM policies, see the IAM // documentation // (https://cloud.google.com/iam/help/conditions/resource-policies). Condition *Expr `json:"condition,omitempty"` // Members: Specifies the principals requesting access for a Google Cloud // resource. `members` can have the following values: * `allUsers`: A special // identifier that represents anyone who is on the internet; with or without a // Google account. * `allAuthenticatedUsers`: A special identifier that // represents anyone who is authenticated with a Google account or a service // account. Does not include identities that come from external identity // providers (IdPs) through identity federation. * `user:{emailid}`: An email // address that represents a specific Google account. For example, // `alice@example.com` . * `serviceAccount:{emailid}`: An email address that // represents a Google service account. For example, // `my-other-app@appspot.gserviceaccount.com`. * // `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An // identifier for a Kubernetes service account // (https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). // For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * // `group:{emailid}`: An email address that represents a Google group. For // example, `admins@example.com`. * `domain:{domain}`: The G Suite domain // (primary) that represents all the users of that domain. For example, // `google.com` or `example.com`. * // `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/sub // ject/{subject_attribute_value}`: A single identity in a workforce identity // pool. * // `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/ // group/{group_id}`: All workforce identities in a group. * // `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/ // attribute.{attribute_name}/{attribute_value}`: All workforce identities with // a specific attribute value. * // `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/ // *`: All identities in a workforce identity pool. * // `principal://iam.googleapis.com/projects/{project_number}/locations/global/wo // rkloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single // identity in a workload identity pool. * // `principalSet://iam.googleapis.com/projects/{project_number}/locations/global // /workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool // group. * // `principalSet://iam.googleapis.com/projects/{project_number}/locations/global // /workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value} // `: All identities in a workload identity pool with a certain attribute. * // `principalSet://iam.googleapis.com/projects/{project_number}/locations/global // /workloadIdentityPools/{pool_id}/*`: All identities in a workload identity // pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus // unique identifier) representing a user that has been recently deleted. For // example, `alice@example.com?uid=123456789012345678901`. If the user is // recovered, this value reverts to `user:{emailid}` and the recovered user // retains the role in the binding. * // `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus // unique identifier) representing a service account that has been recently // deleted. For example, // `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the // service account is undeleted, this value reverts to // `serviceAccount:{emailid}` and the undeleted service account retains the // role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email // address (plus unique identifier) representing a Google group that has been // recently deleted. For example, // `admins@example.com?uid=123456789012345678901`. If the group is recovered, // this value reverts to `group:{emailid}` and the recovered group retains the // role in the binding. * // `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool // _id}/subject/{subject_attribute_value}`: Deleted single identity in a // workforce identity pool. For example, // `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-po // ol-id/subject/my-subject-attribute-value`. Members []string `json:"members,omitempty"` // Role: Role that is assigned to the list of `members`, or principals. For // example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview // of the IAM roles and permissions, see the IAM documentation // (https://cloud.google.com/iam/docs/roles-overview). For a list of the // available pre-defined roles, see here // (https://cloud.google.com/iam/docs/understanding-roles). Role string `json:"role,omitempty"` // ForceSendFields is a list of field names (e.g. "Condition") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Condition") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
Binding: Associates `members`, or principals, with a `role`.
func (Binding) MarshalJSON ¶
type BlobStorageInfo ¶ added in v0.196.0
type BlobStorageInfo struct { // SizeBytes: Size in bytes of data stored in Blob Storage. SizeBytes int64 `json:"sizeBytes,omitempty,string"` // StorageClass: The storage class in which the Blob data is stored. // // Possible values: // "BLOB_STORAGE_CLASS_UNSPECIFIED" - If unspecified in CreateDataset, the // StorageClass defaults to STANDARD. If unspecified in UpdateDataset and the // StorageClass is set in the field mask, an InvalidRequest error is thrown. // "STANDARD" - This stores the Object in Blob Standard Storage: // https://cloud.google.com/storage/docs/storage-classes#standard // "NEARLINE" - This stores the Object in Blob Nearline Storage: // https://cloud.google.com/storage/docs/storage-classes#nearline // "COLDLINE" - This stores the Object in Blob Coldline Storage: // https://cloud.google.com/storage/docs/storage-classes#coldline // "ARCHIVE" - This stores the Object in Blob Archive Storage: // https://cloud.google.com/storage/docs/storage-classes#archive StorageClass string `json:"storageClass,omitempty"` // StorageClassUpdateTime: The time at which the storage class was updated. // This is used to compute early deletion fees of the resource. StorageClassUpdateTime string `json:"storageClassUpdateTime,omitempty"` // ForceSendFields is a list of field names (e.g. "SizeBytes") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "SizeBytes") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
BlobStorageInfo: BlobStorageInfo contains details about the data stored in Blob Storage for the referenced resource. Note: Storage class is only valid for DICOM and hence will only be populated for DICOM resources.
func (BlobStorageInfo) MarshalJSON ¶ added in v0.196.0
func (s BlobStorageInfo) MarshalJSON() ([]byte, error)
type BlobStorageSettings ¶ added in v0.196.0
type BlobStorageSettings struct { // BlobStorageClass: The Storage class in which the Blob data is stored. // // Possible values: // "BLOB_STORAGE_CLASS_UNSPECIFIED" - If unspecified in CreateDataset, the // StorageClass defaults to STANDARD. If unspecified in UpdateDataset and the // StorageClass is set in the field mask, an InvalidRequest error is thrown. // "STANDARD" - This stores the Object in Blob Standard Storage: // https://cloud.google.com/storage/docs/storage-classes#standard // "NEARLINE" - This stores the Object in Blob Nearline Storage: // https://cloud.google.com/storage/docs/storage-classes#nearline // "COLDLINE" - This stores the Object in Blob Coldline Storage: // https://cloud.google.com/storage/docs/storage-classes#coldline // "ARCHIVE" - This stores the Object in Blob Archive Storage: // https://cloud.google.com/storage/docs/storage-classes#archive BlobStorageClass string `json:"blobStorageClass,omitempty"` // ForceSendFields is a list of field names (e.g. "BlobStorageClass") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BlobStorageClass") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
BlobStorageSettings: Settings for data stored in Blob storage.
func (BlobStorageSettings) MarshalJSON ¶ added in v0.196.0
func (s BlobStorageSettings) MarshalJSON() ([]byte, error)
type CancelOperationRequest ¶
type CancelOperationRequest struct { }
CancelOperationRequest: The request message for Operations.CancelOperation.
type CharacterMaskConfig ¶
type CharacterMaskConfig struct { // MaskingCharacter: Character to mask the sensitive values. If not supplied, // defaults to "*". MaskingCharacter string `json:"maskingCharacter,omitempty"` // ForceSendFields is a list of field names (e.g. "MaskingCharacter") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "MaskingCharacter") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
CharacterMaskConfig: Mask a string by replacing its characters with a fixed character.
func (CharacterMaskConfig) MarshalJSON ¶
func (s CharacterMaskConfig) MarshalJSON() ([]byte, error)
type CheckDataAccessRequest ¶ added in v0.41.0
type CheckDataAccessRequest struct { // ConsentList: Optional. Specific Consents to evaluate the access request // against. These Consents must have the same `user_id` as the evaluated User // data mapping, must exist in the current `consent_store`, and have a `state` // of either `ACTIVE` or `DRAFT`. A maximum of 100 Consents can be provided // here. If no selection is specified, the access request is evaluated against // all `ACTIVE` unexpired Consents with the same `user_id` as the evaluated // User data mapping. ConsentList *ConsentList `json:"consentList,omitempty"` // DataId: Required. The unique identifier of the resource to check access for. // This identifier must correspond to a User data mapping in the given consent // store. DataId string `json:"dataId,omitempty"` // RequestAttributes: The values of request attributes associated with this // access request. RequestAttributes map[string]string `json:"requestAttributes,omitempty"` // ResponseView: Optional. The view for CheckDataAccessResponse. If // unspecified, defaults to `BASIC` and returns `consented` as `TRUE` or // `FALSE`. // // Possible values: // "RESPONSE_VIEW_UNSPECIFIED" - No response view specified. The API will // default to the BASIC view. // "BASIC" - Only the `consented` field is populated in // CheckDataAccessResponse. // "FULL" - All fields within CheckDataAccessResponse are populated. When set // to `FULL`, all `ACTIVE` Consents are evaluated even if a matching policy is // found during evaluation. ResponseView string `json:"responseView,omitempty"` // ForceSendFields is a list of field names (e.g. "ConsentList") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConsentList") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
CheckDataAccessRequest: Checks if a particular data_id of a User data mapping in the given consent store is consented for a given use.
func (CheckDataAccessRequest) MarshalJSON ¶ added in v0.41.0
func (s CheckDataAccessRequest) MarshalJSON() ([]byte, error)
type CheckDataAccessResponse ¶ added in v0.41.0
type CheckDataAccessResponse struct { // ConsentDetails: The resource names of all evaluated Consents mapped to their // evaluation. ConsentDetails map[string]ConsentEvaluation `json:"consentDetails,omitempty"` // Consented: Whether the requested resource is consented for the given use. Consented bool `json:"consented,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ConsentDetails") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConsentDetails") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
CheckDataAccessResponse: Checks if a particular data_id of a User data mapping in the given consent store is consented for a given use.
func (CheckDataAccessResponse) MarshalJSON ¶ added in v0.41.0
func (s CheckDataAccessResponse) MarshalJSON() ([]byte, error)
type Consent ¶ added in v0.41.0
type Consent struct { // ConsentArtifact: Required. The resource name of the Consent artifact that // contains proof of the end user's consent, of the form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentS // tores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`. ConsentArtifact string `json:"consentArtifact,omitempty"` // ExpireTime: Timestamp in UTC of when this Consent is considered expired. ExpireTime string `json:"expireTime,omitempty"` // Metadata: Optional. User-supplied key-value pairs used to organize Consent // resources. Metadata keys must: - be between 1 and 63 characters long - have // a UTF-8 encoding of maximum 128 bytes - begin with a letter - consist of up // to 63 characters including lowercase letters, numeric characters, // underscores, and dashes Metadata values must be: - be between 1 and 63 // characters long - have a UTF-8 encoding of maximum 128 bytes - consist of up // to 63 characters including lowercase letters, numeric characters, // underscores, and dashes No more than 64 metadata entries can be associated // with a given consent. Metadata map[string]string `json:"metadata,omitempty"` // Name: Identifier. Resource name of the Consent, of the form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentS // tores/{consent_store_id}/consents/{consent_id}`. Cannot be changed after // creation. Name string `json:"name,omitempty"` // Policies: Optional. Represents a user's consent in terms of the resources // that can be accessed and under what conditions. Policies []*GoogleCloudHealthcareV1ConsentPolicy `json:"policies,omitempty"` // RevisionCreateTime: Output only. The timestamp that the revision was // created. RevisionCreateTime string `json:"revisionCreateTime,omitempty"` // RevisionId: Output only. The revision ID of the Consent. The format is an // 8-character hexadecimal string. Refer to a specific revision of a Consent by // appending `@{revision_id}` to the Consent's resource name. RevisionId string `json:"revisionId,omitempty"` // State: Required. Indicates the current state of this Consent. // // Possible values: // "STATE_UNSPECIFIED" - No state specified. Treated as ACTIVE only at the // time of resource creation. // "ACTIVE" - The Consent is active and is considered when evaluating a // user's consent on resources. // "ARCHIVED" - The archived state is currently not being used. // "REVOKED" - A revoked Consent is not considered when evaluating a user's // consent on resources. // "DRAFT" - A draft Consent is not considered when evaluating a user's // consent on resources unless explicitly specified. // "REJECTED" - When a draft Consent is rejected by a user, it is set to a // rejected state. A rejected Consent is not considered when evaluating a // user's consent on resources. State string `json:"state,omitempty"` // Ttl: Input only. The time to live for this Consent from when it is created. Ttl string `json:"ttl,omitempty"` // UserId: Required. User's UUID provided by the client. UserId string `json:"userId,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ConsentArtifact") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConsentArtifact") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
Consent: Represents a user's consent.
func (Consent) MarshalJSON ¶ added in v0.41.0
type ConsentArtifact ¶ added in v0.41.0
type ConsentArtifact struct { // ConsentContentScreenshots: Optional. Screenshots, PDFs, or other binary // information documenting the user's consent. ConsentContentScreenshots []*Image `json:"consentContentScreenshots,omitempty"` // ConsentContentVersion: Optional. An string indicating the version of the // consent information shown to the user. ConsentContentVersion string `json:"consentContentVersion,omitempty"` // GuardianSignature: Optional. A signature from a guardian. GuardianSignature *Signature `json:"guardianSignature,omitempty"` // Metadata: Optional. Metadata associated with the Consent artifact. For // example, the consent locale or user agent version. Metadata map[string]string `json:"metadata,omitempty"` // Name: Identifier. Resource name of the Consent artifact, of the form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentS // tores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`. Cannot be // changed after creation. Name string `json:"name,omitempty"` // UserId: Required. User's UUID provided by the client. UserId string `json:"userId,omitempty"` // UserSignature: Optional. User's signature. UserSignature *Signature `json:"userSignature,omitempty"` // WitnessSignature: Optional. A signature from a witness. WitnessSignature *Signature `json:"witnessSignature,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ConsentContentScreenshots") // to unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConsentContentScreenshots") to // include in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
ConsentArtifact: Documentation of a user's consent.
func (ConsentArtifact) MarshalJSON ¶ added in v0.41.0
func (s ConsentArtifact) MarshalJSON() ([]byte, error)
type ConsentEvaluation ¶ added in v0.41.0
type ConsentEvaluation struct { // EvaluationResult: The evaluation result. // // Possible values: // "EVALUATION_RESULT_UNSPECIFIED" - No evaluation result specified. This // option is invalid. // "NOT_APPLICABLE" - The Consent is not applicable to the requested access // determination. For example, the Consent does not apply to the user for which // the access determination is requested, or it has a `state` of `REVOKED`, or // it has expired. // "NO_MATCHING_POLICY" - The Consent does not have a policy that matches the // `resource_attributes` of the evaluated resource. // "NO_SATISFIED_POLICY" - The Consent has at least one policy that matches // the `resource_attributes` of the evaluated resource, but no // `authorization_rule` was satisfied. // "HAS_SATISFIED_POLICY" - The Consent has at least one policy that matches // the `resource_attributes` of the evaluated resource, and at least one // `authorization_rule` was satisfied. EvaluationResult string `json:"evaluationResult,omitempty"` // ForceSendFields is a list of field names (e.g. "EvaluationResult") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EvaluationResult") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
ConsentEvaluation: The detailed evaluation of a particular Consent.
func (ConsentEvaluation) MarshalJSON ¶ added in v0.41.0
func (s ConsentEvaluation) MarshalJSON() ([]byte, error)
type ConsentList ¶ added in v0.41.0
type ConsentList struct { // Consents: The resource names of the Consents to evaluate against, of the // form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentS // tores/{consent_store_id}/consents/{consent_id}`. Consents []string `json:"consents,omitempty"` // ForceSendFields is a list of field names (e.g. "Consents") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Consents") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
ConsentList: List of resource names of Consent resources.
func (ConsentList) MarshalJSON ¶ added in v0.41.0
func (s ConsentList) MarshalJSON() ([]byte, error)
type ConsentStore ¶ added in v0.41.0
type ConsentStore struct { // DefaultConsentTtl: Optional. Default time to live for Consents created in // this store. Must be at least 24 hours. Updating this field will not affect // the expiration time of existing consents. DefaultConsentTtl string `json:"defaultConsentTtl,omitempty"` // EnableConsentCreateOnUpdate: Optional. If `true`, UpdateConsent creates the // Consent if it does not already exist. If unspecified, defaults to `false`. EnableConsentCreateOnUpdate bool `json:"enableConsentCreateOnUpdate,omitempty"` // Labels: Optional. User-supplied key-value pairs used to organize consent // stores. Label keys must be between 1 and 63 characters long, have a UTF-8 // encoding of maximum 128 bytes, and must conform to the following PCRE // regular expression: \p{Ll}\p{Lo}{0,62}. Label values must be between 1 and // 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must // conform to the following PCRE regular expression: // [\p{Ll}\p{Lo}\p{N}_-]{0,63}. No more than 64 labels can be associated with a // given store. For more information: // https://cloud.google.com/healthcare/docs/how-tos/labeling-resources Labels map[string]string `json:"labels,omitempty"` // Name: Identifier. Resource name of the consent store, of the form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentS // tores/{consent_store_id}`. Cannot be changed after creation. Name string `json:"name,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DefaultConsentTtl") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DefaultConsentTtl") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
ConsentStore: Represents a consent store.
func (ConsentStore) MarshalJSON ¶ added in v0.41.0
func (s ConsentStore) MarshalJSON() ([]byte, error)
type CreateMessageRequest ¶
type CreateMessageRequest struct { // Message: Required. HL7v2 message. Message *Message `json:"message,omitempty"` // ForceSendFields is a list of field names (e.g. "Message") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Message") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
CreateMessageRequest: Creates a new message.
func (CreateMessageRequest) MarshalJSON ¶
func (s CreateMessageRequest) MarshalJSON() ([]byte, error)
type CryptoHashConfig ¶
type CryptoHashConfig struct { // CryptoKey: An AES 128/192/256 bit key. Causes the hash to be computed based // on this key. A default key is generated for each Deidentify operation and is // used when neither `crypto_key` nor `kms_wrapped` is specified. Must not be // set if `kms_wrapped` is set. CryptoKey string `json:"cryptoKey,omitempty"` // KmsWrapped: KMS wrapped key. Must not be set if `crypto_key` is set. KmsWrapped *KmsWrappedCryptoKey `json:"kmsWrapped,omitempty"` // ForceSendFields is a list of field names (e.g. "CryptoKey") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CryptoKey") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
CryptoHashConfig: Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. Outputs a base64-encoded representation of the hashed output (for example, `L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=`).
func (CryptoHashConfig) MarshalJSON ¶
func (s CryptoHashConfig) MarshalJSON() ([]byte, error)
type Dataset ¶
type Dataset struct { // EncryptionSpec: Optional. Customer-managed encryption key spec for a // Dataset. If set, this Dataset and all of its sub-resources will be secured // by this key. If empty, the Dataset is secured by the default Google // encryption key. EncryptionSpec *EncryptionSpec `json:"encryptionSpec,omitempty"` // Name: Identifier. Resource name of the dataset, of the form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. Name string `json:"name,omitempty"` // TimeZone: Optional. The default timezone used by this dataset. Must be a // either a valid IANA time zone name such as "America/New_York" or empty, // which defaults to UTC. This is used for parsing times in resources, such as // HL7 messages, where no explicit timezone is specified. TimeZone string `json:"timeZone,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "EncryptionSpec") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EncryptionSpec") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
Dataset: A message representing a health dataset. A health dataset represents a collection of healthcare data pertaining to one or more patients. This may include multiple modalities of healthcare data, such as electronic medical records or medical imaging data.
func (Dataset) MarshalJSON ¶
type DateShiftConfig ¶
type DateShiftConfig struct { // CryptoKey: An AES 128/192/256 bit key. The date shift is computed based on // this key and the patient ID. If the patient ID is empty for a DICOM // resource, the date shift is computed based on this key and the study // instance UID. If `crypto_key` is not set, then `kms_wrapped` is used to // calculate the date shift. If neither is set, a default key is generated for // each de-identify operation. Must not be set if `kms_wrapped` is set. CryptoKey string `json:"cryptoKey,omitempty"` // KmsWrapped: KMS wrapped key. If `kms_wrapped` is not set, then `crypto_key` // is used to calculate the date shift. If neither is set, a default key is // generated for each de-identify operation. Must not be set if `crypto_key` is // set. KmsWrapped *KmsWrappedCryptoKey `json:"kmsWrapped,omitempty"` // ForceSendFields is a list of field names (e.g. "CryptoKey") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CryptoKey") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DateShiftConfig: Shift a date forward or backward in time by a random amount which is consistent for a given patient and crypto key combination.
func (DateShiftConfig) MarshalJSON ¶
func (s DateShiftConfig) MarshalJSON() ([]byte, error)
type DeidentifiedStoreDestination ¶ added in v0.98.0
type DeidentifiedStoreDestination struct { // Config: The configuration to use when de-identifying resources that are // added to this store. Config *DeidentifyConfig `json:"config,omitempty"` // Store: The full resource name of a Cloud Healthcare FHIR store, for example, // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStor // es/{fhir_store_id}`. Store string `json:"store,omitempty"` // ForceSendFields is a list of field names (e.g. "Config") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Config") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DeidentifiedStoreDestination: Contains configuration for streaming de-identified FHIR export.
func (DeidentifiedStoreDestination) MarshalJSON ¶ added in v0.98.0
func (s DeidentifiedStoreDestination) MarshalJSON() ([]byte, error)
type DeidentifyConfig ¶
type DeidentifyConfig struct { // Dicom: Configures de-id of application/DICOM content. Dicom *DicomConfig `json:"dicom,omitempty"` // Fhir: Configures de-id of application/FHIR content. Fhir *FhirConfig `json:"fhir,omitempty"` // Image: Configures de-identification of image pixels wherever they are found // in the source_dataset. Image *ImageConfig `json:"image,omitempty"` // Text: Configures de-identification of text wherever it is found in the // source_dataset. Text *TextConfig `json:"text,omitempty"` // UseRegionalDataProcessing: Ensures in-flight data remains in the region of // origin during de-identification. The default value is false. Using this // option results in a significant reduction of throughput, and is not // compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must // be excluded within TextConfig, and must also be excluded within ImageConfig // if image redaction is required. UseRegionalDataProcessing bool `json:"useRegionalDataProcessing,omitempty"` // ForceSendFields is a list of field names (e.g. "Dicom") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Dicom") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DeidentifyConfig: Configures de-id options specific to different types of content. Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.
func (DeidentifyConfig) MarshalJSON ¶
func (s DeidentifyConfig) MarshalJSON() ([]byte, error)
type DeidentifyDatasetRequest ¶
type DeidentifyDatasetRequest struct { // Config: Deidentify configuration. Only one of `config` and `gcs_config_uri` // can be specified. Config *DeidentifyConfig `json:"config,omitempty"` // DestinationDataset: Required. The name of the dataset resource to create and // write the redacted data to. * The destination dataset must not exist. * The // destination dataset must be in the same location as the source dataset. // De-identifying data across multiple locations is not supported. DestinationDataset string `json:"destinationDataset,omitempty"` // GcsConfigUri: Cloud Storage location to read the JSON // cloud.healthcare.deidentify.DeidentifyConfig from, overriding the default // config. Must be of the form `gs://{bucket_id}/path/to/object`. The Cloud // Storage location must grant the Cloud IAM role `roles/storage.objectViewer` // to the project's Cloud Healthcare Service Agent service account. Only one of // `config` and `gcs_config_uri` can be specified. GcsConfigUri string `json:"gcsConfigUri,omitempty"` // ForceSendFields is a list of field names (e.g. "Config") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Config") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DeidentifyDatasetRequest: Redacts identifying information from the specified dataset.
func (DeidentifyDatasetRequest) MarshalJSON ¶
func (s DeidentifyDatasetRequest) MarshalJSON() ([]byte, error)
type DeidentifyDicomStoreRequest ¶
type DeidentifyDicomStoreRequest struct { // Config: Deidentify configuration. Only one of `config` and `gcs_config_uri` // can be specified. Config *DeidentifyConfig `json:"config,omitempty"` // DestinationStore: Required. The name of the DICOM store to create and write // the redacted data to. For example, // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomSto // res/{dicom_store_id}`. * The destination dataset must exist. * The source // dataset and destination dataset must both reside in the same location. // De-identifying data across multiple locations is not supported. * The // destination DICOM store must not exist. * The caller must have the necessary // permissions to create the destination DICOM store. DestinationStore string `json:"destinationStore,omitempty"` // FilterConfig: Filter configuration. FilterConfig *DicomFilterConfig `json:"filterConfig,omitempty"` // GcsConfigUri: Cloud Storage location to read the JSON // cloud.healthcare.deidentify.DeidentifyConfig from, overriding the default // config. Must be of the form `gs://{bucket_id}/path/to/object`. The Cloud // Storage location must grant the Cloud IAM role `roles/storage.objectViewer` // to the project's Cloud Healthcare Service Agent service account. Only one of // `config` and `gcs_config_uri` can be specified. GcsConfigUri string `json:"gcsConfigUri,omitempty"` // ForceSendFields is a list of field names (e.g. "Config") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Config") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DeidentifyDicomStoreRequest: Creates a new DICOM store with sensitive information de-identified.
func (DeidentifyDicomStoreRequest) MarshalJSON ¶
func (s DeidentifyDicomStoreRequest) MarshalJSON() ([]byte, error)
type DeidentifyFhirStoreRequest ¶
type DeidentifyFhirStoreRequest struct { // Config: Deidentify configuration. Only one of `config` and `gcs_config_uri` // can be specified. Config *DeidentifyConfig `json:"config,omitempty"` // DestinationStore: Required. The name of the FHIR store to create and write // the redacted data to. For example, // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStor // es/{fhir_store_id}`. * The destination dataset must exist. * The source // dataset and destination dataset must both reside in the same location. // De-identifying data across multiple locations is not supported. * The // destination FHIR store must exist. * The caller must have the // healthcare.fhirResources.update permission to write to the destination FHIR // store. DestinationStore string `json:"destinationStore,omitempty"` // GcsConfigUri: Cloud Storage location to read the JSON // cloud.healthcare.deidentify.DeidentifyConfig from, overriding the default // config. Must be of the form `gs://{bucket_id}/path/to/object`. The Cloud // Storage location must grant the Cloud IAM role `roles/storage.objectViewer` // to the project's Cloud Healthcare Service Agent service account. Only one of // `config` and `gcs_config_uri` can be specified. GcsConfigUri string `json:"gcsConfigUri,omitempty"` // ResourceFilter: A filter specifying the resources to include in the output. // If not specified, all resources are included in the output. ResourceFilter *FhirFilter `json:"resourceFilter,omitempty"` // SkipModifiedResources: If true, skips resources that are created or modified // after the de-identify operation is created. SkipModifiedResources bool `json:"skipModifiedResources,omitempty"` // ForceSendFields is a list of field names (e.g. "Config") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Config") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DeidentifyFhirStoreRequest: Creates a new FHIR store with sensitive information de-identified.
func (DeidentifyFhirStoreRequest) MarshalJSON ¶
func (s DeidentifyFhirStoreRequest) MarshalJSON() ([]byte, error)
type DeidentifySummary ¶
type DeidentifySummary struct { }
DeidentifySummary: Contains a summary of the Deidentify operation.
type DicomConfig ¶
type DicomConfig struct { // FilterProfile: Tag filtering profile that determines which tags to // keep/remove. // // Possible values: // "TAG_FILTER_PROFILE_UNSPECIFIED" - No tag filtration profile provided. // Same as KEEP_ALL_PROFILE. // "MINIMAL_KEEP_LIST_PROFILE" - Keep only tags required to produce valid // DICOM. // "ATTRIBUTE_CONFIDENTIALITY_BASIC_PROFILE" - Remove tags based on DICOM // Standard's Attribute Confidentiality Basic Profile (DICOM Standard Edition // 2018e) // http://dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html. // "KEEP_ALL_PROFILE" - Keep all tags. // "DEIDENTIFY_TAG_CONTENTS" - Inspects within tag contents and replaces // sensitive text. The process can be configured using the TextConfig. Applies // to all tags with the following Value Representation names: AE, LO, LT, PN, // SH, ST, UC, UT, DA, DT, AS FilterProfile string `json:"filterProfile,omitempty"` // KeepList: List of tags to keep. Remove all other tags. KeepList *TagFilterList `json:"keepList,omitempty"` // RemoveList: List of tags to remove. Keep all other tags. RemoveList *TagFilterList `json:"removeList,omitempty"` // SkipIdRedaction: If true, skip replacing StudyInstanceUID, // SeriesInstanceUID, SOPInstanceUID, and MediaStorageSOPInstanceUID and leave // them untouched. The Cloud Healthcare API regenerates these UIDs by default // based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped // directly to an individual out of context, given access to the original // images, or to a database of the original images containing the UIDs, it // would be possible to recover the individual's identity." // http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html SkipIdRedaction bool `json:"skipIdRedaction,omitempty"` // ForceSendFields is a list of field names (e.g. "FilterProfile") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "FilterProfile") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DicomConfig: Specifies the parameters needed for de-identification of DICOM stores.
func (DicomConfig) MarshalJSON ¶
func (s DicomConfig) MarshalJSON() ([]byte, error)
type DicomFilterConfig ¶
type DicomFilterConfig struct { // ResourcePathsGcsUri: The Cloud Storage location of the filter configuration // file. The `gcs_uri` must be in the format `gs://bucket/path/to/object`. The // filter configuration file must contain a list of resource paths separated by // newline characters (\n or \r\n). Each resource path must be in the format // "/studies/{studyUID}[/series/{seriesUID}[/instances/{instanceUID}]]" The // Cloud Healthcare API service account must have the // `roles/storage.objectViewer` Cloud IAM role for this Cloud Storage location. ResourcePathsGcsUri string `json:"resourcePathsGcsUri,omitempty"` // ForceSendFields is a list of field names (e.g. "ResourcePathsGcsUri") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ResourcePathsGcsUri") to include // in API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DicomFilterConfig: Specifies the filter configuration for DICOM resources.
func (DicomFilterConfig) MarshalJSON ¶
func (s DicomFilterConfig) MarshalJSON() ([]byte, error)
type DicomStore ¶
type DicomStore struct { // Labels: User-supplied key-value pairs used to organize DICOM stores. Label // keys must be between 1 and 63 characters long, have a UTF-8 encoding of // maximum 128 bytes, and must conform to the following PCRE regular // expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 // and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must // conform to the following PCRE regular expression: // [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a // given store. Labels map[string]string `json:"labels,omitempty"` // Name: Identifier. Resource name of the DICOM store, of the form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomSto // res/{dicom_store_id}`. Name string `json:"name,omitempty"` // NotificationConfig: Optional. Notification destination for new DICOM // instances. Supplied by the client. NotificationConfig *NotificationConfig `json:"notificationConfig,omitempty"` // StreamConfigs: Optional. A list of streaming configs used to configure the // destination of streaming exports for every DICOM instance insertion in this // DICOM store. After a new config is added to `stream_configs`, DICOM instance // insertions are streamed to the new destination. When a config is removed // from `stream_configs`, the server stops streaming to that destination. Each // config must contain a unique destination. StreamConfigs []*GoogleCloudHealthcareV1DicomStreamConfig `json:"streamConfigs,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Labels") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Labels") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DicomStore: Represents a DICOM store.
func (DicomStore) MarshalJSON ¶
func (s DicomStore) MarshalJSON() ([]byte, error)
type DicomStoreMetrics ¶ added in v0.147.0
type DicomStoreMetrics struct { // BlobStorageSizeBytes: Total blob storage bytes for all instances in the // store. BlobStorageSizeBytes int64 `json:"blobStorageSizeBytes,omitempty,string"` // InstanceCount: Number of instances in the store. InstanceCount int64 `json:"instanceCount,omitempty,string"` // Name: Resource name of the DICOM store, of the form // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomSto // res/{dicom_store_id}`. Name string `json:"name,omitempty"` // SeriesCount: Number of series in the store. SeriesCount int64 `json:"seriesCount,omitempty,string"` // StructuredStorageSizeBytes: Total structured storage bytes for all instances // in the store. StructuredStorageSizeBytes int64 `json:"structuredStorageSizeBytes,omitempty,string"` // StudyCount: Number of studies in the store. StudyCount int64 `json:"studyCount,omitempty,string"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "BlobStorageSizeBytes") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BlobStorageSizeBytes") to include // in API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
DicomStoreMetrics: DicomStoreMetrics contains metrics describing a DICOM store.
func (DicomStoreMetrics) MarshalJSON ¶ added in v0.147.0
func (s DicomStoreMetrics) MarshalJSON() ([]byte, error)
type Empty ¶
type Empty struct { // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` }
Empty: A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
type EncryptionSpec ¶ added in v0.186.0
type EncryptionSpec struct { // KmsKeyName: Required. The resource name of customer-managed encryption key // that is used to secure a resource and its sub-resources. Only the key in the // same location as this Dataset is allowed to be used for encryption. Format // is: // `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}` KmsKeyName string `json:"kmsKeyName,omitempty"` // ForceSendFields is a list of field names (e.g. "KmsKeyName") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "KmsKeyName") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
EncryptionSpec: Represents a customer-managed encryption key spec that can be applied to a resource.
func (EncryptionSpec) MarshalJSON ¶ added in v0.186.0
func (s EncryptionSpec) MarshalJSON() ([]byte, error)
type Entity ¶ added in v0.57.0
type Entity struct { // EntityId: entity_id is a first class field entity_id uniquely identifies // this concept and its meta-vocabulary. For example, "UMLS/C0000970". EntityId string `json:"entityId,omitempty"` // PreferredTerm: preferred_term is the preferred term for this concept. For // example, "Acetaminophen". For ad hoc entities formed by normalization, this // is the most popular unnormalized string. PreferredTerm string `json:"preferredTerm,omitempty"` // VocabularyCodes: Vocabulary codes are first-class fields and differentiated // from the concept unique identifier (entity_id). vocabulary_codes contains // the representation of this concept in particular vocabularies, such as // ICD-10, SNOMED-CT and RxNORM. These are prefixed by the name of the // vocabulary, followed by the unique code within that vocabulary. For example, // "RXNORM/A10334543". VocabularyCodes []string `json:"vocabularyCodes,omitempty"` // ForceSendFields is a list of field names (e.g. "EntityId") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EntityId") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
Entity: The candidate entities that an entity mention could link to.
func (Entity) MarshalJSON ¶ added in v0.57.0
type EntityMention ¶ added in v0.57.0
type EntityMention struct { // CertaintyAssessment: The certainty assessment of the entity mention. Its // value is one of: LIKELY, SOMEWHAT_LIKELY, UNCERTAIN, SOMEWHAT_UNLIKELY, // UNLIKELY, CONDITIONAL CertaintyAssessment *Feature `json:"certaintyAssessment,omitempty"` // Confidence: The model's confidence in this entity mention annotation. A // number between 0 and 1. Confidence float64 `json:"confidence,omitempty"` // LinkedEntities: linked_entities are candidate ontological concepts that this // entity mention may refer to. They are sorted by decreasing confidence. LinkedEntities []*LinkedEntity `json:"linkedEntities,omitempty"` // MentionId: mention_id uniquely identifies each entity mention in a single // response. MentionId string `json:"mentionId,omitempty"` // Subject: The subject this entity mention relates to. Its value is one of: // PATIENT, FAMILY_MEMBER, OTHER Subject *Feature `json:"subject,omitempty"` // TemporalAssessment: How this entity mention relates to the subject // temporally. Its value is one of: CURRENT, CLINICAL_HISTORY, FAMILY_HISTORY, // UPCOMING, ALLERGY TemporalAssessment *Feature `json:"temporalAssessment,omitempty"` // Text: text is the location of the entity mention in the document. Text *TextSpan `json:"text,omitempty"` // Type: The semantic type of the entity: UNKNOWN_ENTITY_TYPE, ALONE, // ANATOMICAL_STRUCTURE, ASSISTED_LIVING, BF_RESULT, BM_RESULT, BM_UNIT, // BM_VALUE, BODY_FUNCTION, BODY_MEASUREMENT, COMPLIANT, DOESNOT_FOLLOWUP, // FAMILY, FOLLOWSUP, LABORATORY_DATA, LAB_RESULT, LAB_UNIT, LAB_VALUE, // MEDICAL_DEVICE, MEDICINE, MED_DOSE, MED_DURATION, MED_FORM, MED_FREQUENCY, // MED_ROUTE, MED_STATUS, MED_STRENGTH, MED_TOTALDOSE, MED_UNIT, NON_COMPLIANT, // OTHER_LIVINGSTATUS, PROBLEM, PROCEDURE, PROCEDURE_RESULT, PROC_METHOD, // REASON_FOR_NONCOMPLIANCE, SEVERITY, SUBSTANCE_ABUSE, UNCLEAR_FOLLOWUP. Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "CertaintyAssessment") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CertaintyAssessment") to include // in API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
EntityMention: An entity mention in the document.
func (EntityMention) MarshalJSON ¶ added in v0.57.0
func (s EntityMention) MarshalJSON() ([]byte, error)
func (*EntityMention) UnmarshalJSON ¶ added in v0.57.0
func (s *EntityMention) UnmarshalJSON(data []byte) error
type EntityMentionRelationship ¶ added in v0.57.0
type EntityMentionRelationship struct { // Confidence: The model's confidence in this annotation. A number between 0 // and 1. Confidence float64 `json:"confidence,omitempty"` // ObjectId: object_id is the id of the object entity mention. ObjectId string `json:"objectId,omitempty"` // SubjectId: subject_id is the id of the subject entity mention. SubjectId string `json:"subjectId,omitempty"` // ForceSendFields is a list of field names (e.g. "Confidence") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Confidence") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
EntityMentionRelationship: Defines directed relationship from one entity mention to another.
func (EntityMentionRelationship) MarshalJSON ¶ added in v0.57.0
func (s EntityMentionRelationship) MarshalJSON() ([]byte, error)
func (*EntityMentionRelationship) UnmarshalJSON ¶ added in v0.57.0
func (s *EntityMentionRelationship) UnmarshalJSON(data []byte) error
type EvaluateUserConsentsRequest ¶ added in v0.41.0
type EvaluateUserConsentsRequest struct { // ConsentList: Optional. Specific Consents to evaluate the access request // against. These Consents must have the same `user_id` as the User data // mappings being evalauted, must exist in the current `consent_store`, and // must have a `state` of either `ACTIVE` or `DRAFT`. A maximum of 100 Consents // can be provided here. If unspecified, all `ACTIVE` unexpired Consents in the // current `consent_store` will be evaluated. ConsentList *ConsentList `json:"consentList,omitempty"` // PageSize: Optional. Limit on the number of User data mappings to return in a // single response. If not specified, 100 is used. May not be larger than 1000. PageSize int64 `json:"pageSize,omitempty"` // PageToken: Optional. Token to retrieve the next page of results, or empty to // get the first page. PageToken string `json:"pageToken,omitempty"` // RequestAttributes: Required. The values of request attributes associated // with this access request. RequestAttributes map[string]string `json:"requestAttributes,omitempty"` // ResourceAttributes: Optional. The values of resource attributes associated // with the resources being requested. If no values are specified, then all // resources are queried. ResourceAttributes map[string]string `json:"resourceAttributes,omitempty"` // ResponseView: Optional. The view for EvaluateUserConsentsResponse. If // unspecified, defaults to `BASIC` and returns `consented` as `TRUE` or // `FALSE`. // // Possible values: // "RESPONSE_VIEW_UNSPECIFIED" - No response view specified. The API will // default to the BASIC view. // "BASIC" - Only the `data_id` and `consented` fields are populated in the // response. // "FULL" - All fields within the response are populated. When set to `FULL`, // all `ACTIVE` Consents are evaluated even if a matching policy is found // during evaluation. ResponseView string `json:"responseView,omitempty"` // UserId: Required. User ID to evaluate consents for. UserId string `json:"userId,omitempty"` // ForceSendFields is a list of field names (e.g. "ConsentList") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConsentList") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
EvaluateUserConsentsRequest: Evaluate a user's Consents for all matching User data mappings. Note: User data mappings are indexed asynchronously, causing slight delays between the time mappings are created or updated and when they are included in EvaluateUserConsents results.
func (EvaluateUserConsentsRequest) MarshalJSON ¶ added in v0.41.0
func (s EvaluateUserConsentsRequest) MarshalJSON() ([]byte, error)
type EvaluateUserConsentsResponse ¶ added in v0.41.0
type EvaluateUserConsentsResponse struct { // NextPageToken: Token to retrieve the next page of results, or empty if there // are no more results in the list. This token is valid for 72 hours after it // is created. NextPageToken string `json:"nextPageToken,omitempty"` // Results: The consent evaluation result for each `data_id`. Results []*Result `json:"results,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
func (EvaluateUserConsentsResponse) MarshalJSON ¶ added in v0.41.0
func (s EvaluateUserConsentsResponse) MarshalJSON() ([]byte, error)
type ExportDicomDataRequest ¶
type ExportDicomDataRequest struct { // BigqueryDestination: The BigQuery output destination. You can only export to // a BigQuery dataset that's in the same project as the DICOM store you're // exporting from. The Cloud Healthcare Service Agent requires two IAM roles on // the BigQuery location: `roles/bigquery.dataEditor` and // `roles/bigquery.jobUser`. BigqueryDestination *GoogleCloudHealthcareV1DicomBigQueryDestination `json:"bigqueryDestination,omitempty"` // GcsDestination: The Cloud Storage output destination. The Cloud Healthcare // Service Agent requires the `roles/storage.objectAdmin` Cloud IAM roles on // the Cloud Storage location. GcsDestination *GoogleCloudHealthcareV1DicomGcsDestination `json:"gcsDestination,omitempty"` // ForceSendFields is a list of field names (e.g. "BigqueryDestination") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BigqueryDestination") to include // in API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
ExportDicomDataRequest: Exports data from the specified DICOM store. If a given resource, such as a DICOM object with the same SOPInstance UID, already exists in the output, it is overwritten with the version in the source dataset. Exported DICOM data persists when the DICOM store from which it was exported is deleted.
func (ExportDicomDataRequest) MarshalJSON ¶
func (s ExportDicomDataRequest) MarshalJSON() ([]byte, error)
type ExportDicomDataResponse ¶
type ExportDicomDataResponse struct { }
ExportDicomDataResponse: Returns additional information in regards to a completed DICOM store export.
type ExportMessagesRequest ¶ added in v0.59.0
type ExportMessagesRequest struct { // EndTime: The end of the range in `send_time` (MSH.7, // https://www.hl7.org/documentcenter/public_temp_2E58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) // to process. If not specified, the time when the export is scheduled is used. // This value has to come after the `start_time` defined below. Only messages // whose `send_time` lies in the range `start_time` (inclusive) to `end_time` // (exclusive) are exported. EndTime string `json:"endTime,omitempty"` // Filter: Restricts messages exported to those matching a filter, only // applicable to PubsubDestination and GcsDestination. The following syntax is // available: * A string field value can be written as text inside quotation // marks, for example "query text". The only valid relational operation for // text fields is equality (`=`), where text is searched within the field, // rather than having the field be equal to the text. For example, "Comment = // great" returns messages with `great` in the comment field. * A number field // value can be written as an integer, a decimal, or an exponential. The valid // relational operators for number fields are the equality operator (`=`), // along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note // that there is no inequality (`!=`) operator. You can prepend the `NOT` // operator to an expression to negate it. * A date field value must be written // in the `yyyy-mm-dd` format. Fields with date and time use the RFC3339 time // format. Leading zeros are required for one-digit months and days. The valid // relational operators for date fields are the equality operator (`=`) , along // with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that // there is no inequality (`!=`) operator. You can prepend the `NOT` operator // to an expression to negate it. * Multiple field query expressions can be // combined in one query by adding `AND` or `OR` operators between the // expressions. If a boolean operator appears within a quoted string, it is not // treated as special, and is just another part of the character string to be // matched. You can prepend the `NOT` operator to an expression to negate it. // The following fields and functions are available for filtering: * // `message_type`, from the MSH-9.1 field. For example, `NOT message_type = // "ADT". * `send_date` or `sendDate`, the `yyyy-mm-dd` date the message was // sent in the dataset's time_zone, from the MSH-7 segment. For example, // `send_date < "2017-01-02". * `send_time`, the timestamp when the message // was sent, using the RFC3339 time format for comparisons, from the MSH-7 // segment. For example, `send_time < "2017-01-02T00:00:00-05:00". * // `create_time`, the timestamp when the message was created in the HL7v2 // store. Use the RFC3339 time format for comparisons. For example, // `create_time < "2017-01-02T00:00:00-05:00". * `send_facility`, the care // center that the message came from, from the MSH-4 segment. For example, // `send_facility = "ABC". Note: The filter will be applied to every message // in the HL7v2 store whose `send_time` lies in the range defined by the // `start_time` and the `end_time`. Even if the filter only matches a small set // of messages, the export operation can still take a long time to finish when // a lot of messages are between the specified `start_time` and `end_time` // range. Filter string `json:"filter,omitempty"` // GcsDestination: Export to a Cloud Storage destination. GcsDestination *GcsDestination `json:"gcsDestination,omitempty"` // PubsubDestination: Export messages to a Pub/Sub topic. PubsubDestination *PubsubDestination `json:"pubsubDestination,omitempty"` // StartTime: The start of the range in `send_time` (MSH.7, // https://www.hl7.org/documentcenter/public_temp_2E58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) // to process. If not specified, the UNIX epoch (1970-01-01T00:00:00Z) is used. // This value has to come before the `end_time` defined below. Only messages // whose `send_time` lies in the range `start_time` (inclusive) to `end_time` // (exclusive) are exported. StartTime string `json:"startTime,omitempty"` // ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EndTime") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
ExportMessagesRequest: Request to schedule an export.
func (ExportMessagesRequest) MarshalJSON ¶ added in v0.59.0
func (s ExportMessagesRequest) MarshalJSON() ([]byte, error)
type ExportMessagesResponse ¶ added in v0.59.0
type ExportMessagesResponse struct { }
ExportMessagesResponse: Final response for the export operation. This structure is included in the response to describe the detailed outcome.
type ExportResourcesRequest ¶
type ExportResourcesRequest struct { // Since: If provided, only resources updated after this time are exported. The // time uses the format YYYY-MM-DDThh:mm:ss.sss+zz:zz. For example, // `2015-02-07T13:28:17.239+02:00` or `2017-01-01T00:00:00Z`. The time must be // specified to the second and include a time zone. Since string `json:"_since,omitempty"` // Type: String of comma-delimited FHIR resource types. If provided, only // resources of the specified resource type(s) are exported. Type string `json:"_type,omitempty"` // BigqueryDestination: The BigQuery output destination. The Cloud Healthcare // Service Agent requires two IAM roles on the BigQuery location: // `roles/bigquery.dataEditor` and `roles/bigquery.jobUser`. The output is one // BigQuery table per resource type. Unlike when setting `BigQueryDestination` // for `StreamConfig`, `ExportResources` does not create BigQuery views. BigqueryDestination *GoogleCloudHealthcareV1FhirBigQueryDestination `json:"bigqueryDestination,omitempty"` // GcsDestination: The Cloud Storage output destination. The Healthcare Service // Agent account requires the `roles/storage.objectAdmin` role on the Cloud // Storage location. The exported outputs are organized by FHIR resource types. // The server creates one object per resource type. Each object contains // newline delimited JSON, and each line is a FHIR resource. GcsDestination *GoogleCloudHealthcareV1FhirGcsDestination `json:"gcsDestination,omitempty"` // ForceSendFields is a list of field names (e.g. "Since") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Since") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
ExportResourcesRequest: Request to export resources.
func (ExportResourcesRequest) MarshalJSON ¶
func (s ExportResourcesRequest) MarshalJSON() ([]byte, error)
type ExportResourcesResponse ¶
type ExportResourcesResponse struct { }
ExportResourcesResponse: Response when all resources export successfully. This structure is included in the response to describe the detailed outcome after the operation finishes successfully.
type Expr ¶
type Expr struct { // Description: Optional. Description of the expression. This is a longer text // which describes the expression, e.g. when hovered over it in a UI. Description string `json:"description,omitempty"` // Expression: Textual representation of an expression in Common Expression // Language syntax. Expression string `json:"expression,omitempty"` // Location: Optional. String indicating the location of the expression for // error reporting, e.g. a file name and a position in the file. Location string `json:"location,omitempty"` // Title: Optional. Title for the expression, i.e. a short string describing // its purpose. This can be used e.g. in UIs which allow to enter the // expression. Title string `json:"title,omitempty"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
Expr: Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.
func (Expr) MarshalJSON ¶
type Feature ¶ added in v0.57.0
type Feature struct { // Confidence: The model's confidence in this feature annotation. A number // between 0 and 1. Confidence float64 `json:"confidence,omitempty"` // Value: The value of this feature annotation. Its range depends on the type // of the feature. Value string `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Confidence") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Confidence") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
Feature: A feature of an entity mention.
func (Feature) MarshalJSON ¶ added in v0.57.0
func (*Feature) UnmarshalJSON ¶ added in v0.57.0
type FhirConfig ¶
type FhirConfig struct { // DefaultKeepExtensions: The behaviour for handling FHIR extensions that // aren't otherwise specified for de-identification. If true, all extensions // are preserved during de-identification by default. If false or unspecified, // all extensions are removed during de-identification by default. DefaultKeepExtensions bool `json:"defaultKeepExtensions,omitempty"` // FieldMetadataList: Specifies FHIR paths to match and how to transform them. // Any field that is not matched by a FieldMetadata is passed through to the // output dataset unmodified. All extensions will be processed according to // `default_keep_extensions`. FieldMetadataList []*FieldMetadata `json:"fieldMetadataList,omitempty"` // ForceSendFields is a list of field names (e.g. "DefaultKeepExtensions") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DefaultKeepExtensions") to // include in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
FhirConfig: Specifies how to handle de-identification of a FHIR store.
func (FhirConfig) MarshalJSON ¶
func (s FhirConfig) MarshalJSON() ([]byte, error)
type FhirFilter ¶
type FhirFilter struct { // Resources: List of resources to include in the output. If this list is empty // or not specified, all resources are included in the output. Resources *Resources `json:"resources,omitempty"` // ForceSendFields is a list of field names (e.g. "Resources") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Resources") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
FhirFilter: Filter configuration.
func (FhirFilter) MarshalJSON ¶
func (s FhirFilter) MarshalJSON() ([]byte, error)
type FhirNotificationConfig ¶ added in v0.121.0
type FhirNotificationConfig struct { // PubsubTopic: Optional. The Pub/Sub (https://cloud.google.com/pubsub/docs/) // topic that notifications of changes are published on. Supplied by the // client. The notification is a `PubsubMessage` with the following fields: * // `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` // is the ID of this notification. It is guaranteed to be unique within the // topic. * `PubsubMessage.PublishTime` is the time when the message was // published. Note that notifications are only sent if the topic is non-empty. // Topic names (https://cloud.google.com/pubsub/docs/overview#names) must be // scoped to a project. The Cloud Healthcare API service account, // service-@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher // permissions on the given Pub/Sub topic. Not having adequate permissions // causes the calls that send notifications to fail // (https://cloud.google.com/healthcare-api/docs/permissions-healthcare-api-gcp-products#dicom_fhir_and_hl7v2_store_cloud_pubsub_permissions). // If a notification can't be published to Pub/Sub, errors are logged to Cloud // Logging. For more information, see Viewing error logs in Cloud Logging // (https://cloud.google.com/healthcare-api/docs/how-tos/logging). PubsubTopic string `json:"pubsubTopic,omitempty"` // SendFullResource: Optional. Whether to send full FHIR resource to this // Pub/Sub topic. The default value is false. SendFullResource bool `json:"sendFullResource,omitempty"` // SendPreviousResourceOnDelete: Optional. Whether to send full FHIR resource // to this Pub/Sub topic for deleting FHIR resource. The default value is // false. Note that setting this to true does not guarantee that all previous // resources will be sent in the format of full FHIR resource. When a resource // change is too large or during heavy traffic, only the resource name will be // sent. Clients should always check the "payloadType" label from a Pub/Sub // message to determine whether it needs to fetch the full previous resource as // a separate operation. SendPreviousResourceOnDelete bool `json:"sendPreviousResourceOnDelete,omitempty"` // ForceSendFields is a list of field names (e.g. "PubsubTopic") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "PubsubTopic") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
FhirNotificationConfig: Contains the configuration for FHIR notifications.
func (FhirNotificationConfig) MarshalJSON ¶ added in v0.121.0
func (s FhirNotificationConfig) MarshalJSON() ([]byte, error)
type FhirStore ¶
type FhirStore struct { // ComplexDataTypeReferenceParsing: Enable parsing of references within complex // FHIR data types such as Extensions. If this value is set to ENABLED, then // features like referential integrity and Bundle reference rewriting apply to // all references. If this flag has not been specified the behavior of the FHIR // store will not change, references in complex data types will not be parsed. // New stores will have this value set to ENABLED after a notification period. // Warning: turning on this flag causes processing existing resources to fail // if they contain references to non-existent resources. // // Possible values: // "COMPLEX_DATA_TYPE_REFERENCE_PARSING_UNSPECIFIED" - No parsing behavior // specified. This is the same as DISABLED for backwards compatibility. // "DISABLED" - References in complex data types are ignored. // "ENABLED" - References in complex data types are parsed. ComplexDataTypeReferenceParsing string `json:"complexDataTypeReferenceParsing,omitempty"` // DefaultSearchHandlingStrict: Optional. If true, overrides the default search // behavior for this FHIR store to `handling=strict` which returns an error for // unrecognized search parameters. If false, uses the FHIR specification // default `handling=lenient` which ignores unrecognized search parameters. The // handling can always be changed from the default on an individual API call by // setting the HTTP header `Prefer: handling=strict` or `Prefer: // handling=lenient`. Defaults to false. DefaultSearchHandlingStrict bool `json:"defaultSearchHandlingStrict,omitempty"` // DisableReferentialIntegrity: Immutable. Whether to disable referential // integrity in this FHIR store. This field is immutable after FHIR store // creation. The default value is false, meaning that the API enforces // referential integrity and fails the requests that result in inconsistent // state in the FHIR store. When this field is set to true, the API skips // referential integrity checks. Consequently, operations that rely on // references, such as GetPatientEverything, do not return all the results if // broken references exist. DisableReferentialIntegrity bool `json:"disableReferentialIntegrity,omitempty"` // DisableResourceVersioning: Immutable. Whether to disable resource versioning // for this FHIR store. This field can not be changed after the creation of // FHIR store. If set to false, all write operations cause historical versions // to be recorded automatically. The historical versions can be fetched through // the history APIs, but cannot be updated. If set to true, no historical // versions are kept. The server sends errors for attempts to read the // historical versions. Defaults to false. DisableResourceVersioning bool `json:"disableResourceVersioning,omitempty"` // EnableUpdateCreate: Optional. Whether this FHIR store has the updateCreate // capability // (https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). // This determines if the client can use an Update operation to create a new // resource with a client-specified ID. If false, all IDs are server-assigned // through the Create operation and attempts to update a non-existent resource // return errors. It is strongly advised not to include or encode any sensitive // data such as patient identifiers in client-specified resource IDs. Those IDs // are part of the FHIR resource path recorded in Cloud audit logs and Pub/Sub // notifications. Those IDs can also be contained in reference fields within // other resources. Defaults to false. EnableUpdateCreate bool `json:"enableUpdateCreate,omitempty"` // Labels: User-supplied key-value pairs used to organize FHIR stores. Label // keys must be between 1 and 63 characters long, have a UTF-8 encoding of // maximum 128 bytes, and must conform to the following PCRE regular // expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 // and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must // conform to the following PCRE regular expression: // [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a // given store. Labels map[string]string `json:"labels,omitempty"` // Name: Output only. Identifier. Resource name of the FHIR store, of the form // `projects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/ // {fhir_store_id}`. Name string `json:"name,omitempty"` // NotificationConfig: Deprecated. Use `notification_configs` instead. If // non-empty, publish all resource modifications of this FHIR store to this // destination. The Pub/Sub message attributes contain a map with a string // describing the action that has triggered the notification. For example, // "action":"CreateResource". NotificationConfig *NotificationConfig `json:"notificationConfig,omitempty"` // NotificationConfigs: Optional. Specifies where and whether to send // notifications upon changes to a FHIR store. NotificationConfigs []*FhirNotificationConfig `json:"notificationConfigs,omitempty"` // StreamConfigs: Optional. A list of streaming configs that configure the // destinations of streaming export for every resource mutation in this FHIR // store. Each store is allowed to have up to 10 streaming configs. After a new // config is added, the next resource mutation is streamed to the new location // in addition to the existing ones. When a location is removed from the list, // the server stops streaming to that location. Before adding a new config, you // must add the required `bigquery.dataEditor` // (https://cloud.google.com/bigquery/docs/access-control#bigquery.dataEditor) // role to your project's **Cloud Healthcare Service Agent** service account // (https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on // the order of dozens of seconds) is expected before the results show up in // the streaming destination. StreamConfigs []*StreamConfig `json:"streamConfigs,omitempty"` // ValidationConfig: Configuration for how to validate incoming FHIR resources // against configured profiles. ValidationConfig *ValidationConfig `json:"validationConfig,omitempty"` // Version: Required. Immutable. The FHIR specification version that this FHIR // store supports natively. This field is immutable after store creation. // Requests are rejected if they contain FHIR resources of a different version. // Version is required for every FHIR store. // // Possible values: // "VERSION_UNSPECIFIED" - Users must specify a version on store creation or // an error is returned. // "DSTU2" - Draft Standard for Trial Use, [Release // 2](https://www.hl7.org/fhir/DSTU2) // "STU3" - Standard for Trial Use, [Release // 3](https://www.hl7.org/fhir/STU3) // "R4" - [Release 4](https://www.hl7.org/fhir/R4) Version string `json:"version,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. // "ComplexDataTypeReferenceParsing") to unconditionally include in API // requests. By default, fields with empty or default values are omitted from // API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ComplexDataTypeReferenceParsing") // to include in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
FhirStore: Represents a FHIR store.
func (FhirStore) MarshalJSON ¶
type FhirStoreMetric ¶ added in v0.111.0
type FhirStoreMetric struct { // Count: The total count of FHIR resources in the store of this resource type. Count int64 `json:"count,omitempty,string"` // ResourceType: The FHIR resource type this metric applies to. ResourceType string `json:"resourceType,omitempty"` // StructuredStorageSizeBytes: The total amount of structured storage used by // FHIR resources of this resource type in the store. StructuredStorageSizeBytes int64 `json:"structuredStorageSizeBytes,omitempty,string"` // ForceSendFields is a list of field names (e.g. "Count") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Count") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
FhirStoreMetric: Count of resources and total storage size by type for a given FHIR store.
func (FhirStoreMetric) MarshalJSON ¶ added in v0.111.0
func (s FhirStoreMetric) MarshalJSON() ([]byte, error)
type FhirStoreMetrics ¶ added in v0.111.0
type FhirStoreMetrics struct { // Metrics: List of FhirStoreMetric by resource type. Metrics []*FhirStoreMetric `json:"metrics,omitempty"` // Name: The resource name of the FHIR store to get metrics for, in the format // `projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. Name string `json:"name,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Metrics") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Metrics") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
FhirStoreMetrics: List of metrics for a given FHIR store.
func (FhirStoreMetrics) MarshalJSON ¶ added in v0.111.0
func (s FhirStoreMetrics) MarshalJSON() ([]byte, error)
type Field ¶ added in v0.41.0
type Field struct { // MaxOccurs: The maximum number of times this field can be repeated. 0 or -1 // means unbounded. MaxOccurs int64 `json:"maxOccurs,omitempty"` // MinOccurs: The minimum number of times this field must be present/repeated. MinOccurs int64 `json:"minOccurs,omitempty"` // Name: The name of the field. For example, "PID-1" or just "1". Name string `json:"name,omitempty"` // Table: The HL7v2 table this field refers to. For example, PID-15 (Patient's // Primary Language) usually refers to table "0296". Table string `json:"table,omitempty"` // Type: The type of this field. A Type with this name must be defined in an // Hl7TypesConfig. Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "MaxOccurs") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "MaxOccurs") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
Field: A (sub) field of a type.
func (Field) MarshalJSON ¶ added in v0.41.0
type FieldMetadata ¶
type FieldMetadata struct { // Action: Deidentify action for one field. // // Possible values: // "ACTION_UNSPECIFIED" - No action specified. // "TRANSFORM" - Transform the entire field. // "INSPECT_AND_TRANSFORM" - Inspect and transform any found PHI. // "DO_NOT_TRANSFORM" - Do not transform. Action string `json:"action,omitempty"` // Paths: List of paths to FHIR fields to be redacted. Each path is a // period-separated list where each component is either a field name or FHIR // type name, for example: Patient, HumanName. For "choice" types (those // defined in the FHIR spec with the form: field[x]) we use two separate // components. For example, "deceasedAge.unit" is matched by // "Deceased.Age.unit". Supported types are: AdministrativeGenderCode, // Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, // Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt, String, // UnsignedInt, Uri, Uuid, Xhtml. Paths []string `json:"paths,omitempty"` // ForceSendFields is a list of field names (e.g. "Action") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Action") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
FieldMetadata: Specifies FHIR paths to match, and how to handle de-identification of matching fields.
func (FieldMetadata) MarshalJSON ¶
func (s FieldMetadata) MarshalJSON() ([]byte, error)
type GcsDestination ¶ added in v0.59.0
type GcsDestination struct { // ContentStructure: The format of the exported HL7v2 message files. // // Possible values: // "CONTENT_STRUCTURE_UNSPECIFIED" - If the content structure is not // specified, the default value `MESSAGE_JSON` will be used. // "MESSAGE_JSON" - Messages are printed using the JSON format returned from // the `GetMessage` API. Messages are delimited with newlines. ContentStructure string `json:"contentStructure,omitempty"` // MessageView: Specifies the parts of the Message resource to include in the // export. If not specified, FULL is used. // // Possible values: // "MESSAGE_VIEW_UNSPECIFIED" - Not specified, equivalent to FULL. // "RAW_ONLY" - Server responses include all the message fields except // parsed_data field, and schematized_data fields. // "PARSED_ONLY" - Server responses include all the message fields except // data field, and schematized_data fields. // "FULL" - Server responses include all the message fields. // "SCHEMATIZED_ONLY" - Server responses include all the message fields // except data and parsed_data fields. // "BASIC" - Server responses include only the name field. MessageView string `json:"messageView,omitempty"` // UriPrefix: URI of an existing Cloud Storage directory where the server // writes result files, in the format // `gs://{bucket-id}/{path/to/destination/dir}`. If there is no trailing slash, // the service appends one when composing the object path. UriPrefix string `json:"uriPrefix,omitempty"` // ForceSendFields is a list of field names (e.g. "ContentStructure") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ContentStructure") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
GcsDestination: The Cloud Storage output destination. The Cloud Healthcare Service Agent requires the `roles/storage.objectAdmin` Cloud IAM roles on the Cloud Storage location.
func (GcsDestination) MarshalJSON ¶ added in v0.59.0
func (s GcsDestination) MarshalJSON() ([]byte, error)
type GcsSource ¶ added in v0.59.0
type GcsSource struct { // Uri: Points to a Cloud Storage URI containing file(s) to import. The URI // must be in the following format: `gs://{bucket_id}/{object_id}`. The URI can // include wildcards in `object_id` and thus identify multiple files. Supported // wildcards: * `*` to match 0 or more non-separator characters * `**` to match // 0 or more characters (including separators). Must be used at the end of a // path and with no other wildcards in the path. Can also be used with a file // extension (such as .ndjson), which imports all files with the extension in // the specified directory and its sub-directories. For example, // `gs://my-bucket/my-directory/**.ndjson` imports all files with `.ndjson` // extensions in `my-directory/` and its sub-directories. * `?` to match 1 // character Files matching the wildcard are expected to contain content only, // no metadata. Uri string `json:"uri,omitempty"` // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally // include in API requests. By default, fields with empty or default values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Uri") to include in API requests // with the JSON null value. By default, fields with empty values are omitted // from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
GcsSource: Specifies the configuration for importing data from Cloud Storage.
func (GcsSource) MarshalJSON ¶ added in v0.59.0
type GoogleCloudHealthcareV1ConsentGcsDestination ¶ added in v0.41.0
type GoogleCloudHealthcareV1ConsentGcsDestination struct { // UriPrefix: URI for a Cloud Storage directory where the server writes result // files, in the format `gs://{bucket-id}/{path/to/destination/dir}`. If there // is no trailing slash, the service appends one when composing the object // path. The user is responsible for creating the Cloud Storage bucket and // directory referenced in `uri_prefix`. UriPrefix string `json:"uriPrefix,omitempty"` // ForceSendFields is a list of field names (e.g. "UriPrefix") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "UriPrefix") to include in API // requests with the JSON null value. By default, fields with empty values are // omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
GoogleCloudHealthcareV1ConsentGcsDestination: The Cloud Storage location for export.
func (GoogleCloudHealthcareV1ConsentGcsDestination) MarshalJSON ¶ added in v0.41.0
func (s GoogleCloudHealthcareV1ConsentGcsDestination) MarshalJSON() ([]byte, error)
type GoogleCloudHealthcareV1ConsentPolicy ¶ added in v0.41.0
type GoogleCloudHealthcareV1ConsentPolicy struct { // AuthorizationRule: Required. The request conditions to meet to grant access. // In addition to any supported comparison operators, authorization rules may // have `IN` operator as well as at most 10 logical operators that are limited // to `AND` (`&&`), `OR` (`||`). AuthorizationRule *Expr `json:"authorizationRule,omitempty"` // ResourceAttributes: The resources that this policy applies to. A resource is // a match if it matches all the attributes listed here. If empty, this policy // applies to all User data mappings for the given user. ResourceAttributes []*Attribute `json:"resourceAttributes,omitempty"` // ForceSendFields is a list of field names (e.g. "AuthorizationRule") to // unconditionally include in API requests. By default, fields with empty or // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AuthorizationRule") to include in // API requests with the JSON null value. By default, fields with empty values // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }
GoogleCloudHealthcareV1ConsentPolicy: Represents a user's consent in terms of the resources that can be accessed and under what conditions.
func (GoogleCloudHealthcareV1ConsentPolicy) MarshalJSON ¶ added in v0.41.0
func (s GoogleCloudHealthcareV1ConsentPolicy) MarshalJSON() ([]byte, error)
type GoogleCloudHealthcareV1DeidentifyDeidentifyDicomStoreSummary ¶
type GoogleCloudHe