dlp

package
v0.39.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2021 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Overview

Package dlp provides access to the Cloud Data Loss Prevention (DLP) API.

This package is DEPRECATED. Use package cloud.google.com/go/dlp/apiv2 instead.

For product documentation, see: https://cloud.google.com/dlp/docs/

Creating a client

Usage example:

import "google.golang.org/api/dlp/v2"
...
ctx := context.Background()
dlpService, err := dlp.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

To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:

dlpService, err := dlp.NewService(ctx, option.WithAPIKey("AIza..."))

To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:

config := &oauth2.Config{...}
// ...
token, err := config.Exchange(ctx, ...)
dlpService, err := dlp.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))

See https://godoc.org/google.golang.org/api/option/ for details on options.

Index

Constants

View Source
const (
	// View and manage your data across Google Cloud Platform services
	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 GooglePrivacyDlpV2Action

type GooglePrivacyDlpV2Action struct {
	// JobNotificationEmails: Enable email notification for project owners
	// and editors on job's completion/failure.
	JobNotificationEmails *GooglePrivacyDlpV2JobNotificationEmails `json:"jobNotificationEmails,omitempty"`

	// PubSub: Publish a notification to a pubsub topic.
	PubSub *GooglePrivacyDlpV2PublishToPubSub `json:"pubSub,omitempty"`

	// PublishFindingsToCloudDataCatalog: Publish findings to Cloud Datahub.
	PublishFindingsToCloudDataCatalog *GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog `json:"publishFindingsToCloudDataCatalog,omitempty"`

	// PublishSummaryToCscc: Publish summary to Cloud Security Command
	// Center (Alpha).
	PublishSummaryToCscc *GooglePrivacyDlpV2PublishSummaryToCscc `json:"publishSummaryToCscc,omitempty"`

	// PublishToStackdriver: Enable Stackdriver metric
	// dlp.googleapis.com/finding_count.
	PublishToStackdriver *GooglePrivacyDlpV2PublishToStackdriver `json:"publishToStackdriver,omitempty"`

	// SaveFindings: Save resulting findings in a provided location.
	SaveFindings *GooglePrivacyDlpV2SaveFindings `json:"saveFindings,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "JobNotificationEmails") to unconditionally include in API requests.
	// By default, fields with empty values are omitted from API requests.
	// However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "JobNotificationEmails") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Action: A task to execute on the completion of a job. See https://cloud.google.com/dlp/docs/concepts-actions to learn more.

func (*GooglePrivacyDlpV2Action) MarshalJSON

func (s *GooglePrivacyDlpV2Action) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ActivateJobTriggerRequest added in v0.2.0

type GooglePrivacyDlpV2ActivateJobTriggerRequest struct {
}

GooglePrivacyDlpV2ActivateJobTriggerRequest: Request message for ActivateJobTrigger.

type GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails

type GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails struct {
	// CategoricalStatsResult: Categorical stats result
	CategoricalStatsResult *GooglePrivacyDlpV2CategoricalStatsResult `json:"categoricalStatsResult,omitempty"`

	// DeltaPresenceEstimationResult: Delta-presence result
	DeltaPresenceEstimationResult *GooglePrivacyDlpV2DeltaPresenceEstimationResult `json:"deltaPresenceEstimationResult,omitempty"`

	// KAnonymityResult: K-anonymity result
	KAnonymityResult *GooglePrivacyDlpV2KAnonymityResult `json:"kAnonymityResult,omitempty"`

	// KMapEstimationResult: K-map result
	KMapEstimationResult *GooglePrivacyDlpV2KMapEstimationResult `json:"kMapEstimationResult,omitempty"`

	// LDiversityResult: L-divesity result
	LDiversityResult *GooglePrivacyDlpV2LDiversityResult `json:"lDiversityResult,omitempty"`

	// NumericalStatsResult: Numerical stats result
	NumericalStatsResult *GooglePrivacyDlpV2NumericalStatsResult `json:"numericalStatsResult,omitempty"`

	// RequestedOptions: The configuration used for this job.
	RequestedOptions *GooglePrivacyDlpV2RequestedRiskAnalysisOptions `json:"requestedOptions,omitempty"`

	// RequestedPrivacyMetric: Privacy metric to compute.
	RequestedPrivacyMetric *GooglePrivacyDlpV2PrivacyMetric `json:"requestedPrivacyMetric,omitempty"`

	// RequestedSourceTable: Input dataset to compute metrics over.
	RequestedSourceTable *GooglePrivacyDlpV2BigQueryTable `json:"requestedSourceTable,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "CategoricalStatsResult") to unconditionally include in API requests.
	// By default, fields with empty values are omitted from API requests.
	// However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CategoricalStatsResult")
	// to include in API requests with the JSON null value. By default,
	// fields with empty values are omitted from API requests. However, any
	// field with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails: Result of a risk analysis operation request.

func (*GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails) MarshalJSON

type GooglePrivacyDlpV2AuxiliaryTable

type GooglePrivacyDlpV2AuxiliaryTable struct {
	// QuasiIds: Required. Quasi-identifier columns.
	QuasiIds []*GooglePrivacyDlpV2QuasiIdField `json:"quasiIds,omitempty"`

	// RelativeFrequency: Required. The relative frequency column must
	// contain a floating-point number between 0 and 1 (inclusive). Null
	// values are assumed to be zero.
	RelativeFrequency *GooglePrivacyDlpV2FieldId `json:"relativeFrequency,omitempty"`

	// Table: Required. Auxiliary table location.
	Table *GooglePrivacyDlpV2BigQueryTable `json:"table,omitempty"`

	// ForceSendFields is a list of field names (e.g. "QuasiIds") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "QuasiIds") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2AuxiliaryTable: An auxiliary table contains statistical information on the relative frequency of different quasi-identifiers values. It has one or several quasi-identifiers columns, and one column that indicates the relative frequency of each quasi-identifier tuple. If a tuple is present in the data but not in the auxiliary table, the corresponding relative frequency is assumed to be zero (and thus, the tuple is highly reidentifiable).

func (*GooglePrivacyDlpV2AuxiliaryTable) MarshalJSON

func (s *GooglePrivacyDlpV2AuxiliaryTable) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2BigQueryField

type GooglePrivacyDlpV2BigQueryField struct {
	// Field: Designated field in the BigQuery table.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// Table: Source table of the field.
	Table *GooglePrivacyDlpV2BigQueryTable `json:"table,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Field") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Field") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2BigQueryField: Message defining a field of a BigQuery table.

func (*GooglePrivacyDlpV2BigQueryField) MarshalJSON

func (s *GooglePrivacyDlpV2BigQueryField) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2BigQueryKey

type GooglePrivacyDlpV2BigQueryKey struct {
	// RowNumber: Row number inferred at the time the table was scanned.
	// This value is nondeterministic, cannot be queried, and may be null
	// for inspection jobs. To locate findings within a table, specify
	// `inspect_job.storage_config.big_query_options.identifying_fields` in
	// `CreateDlpJobRequest`.
	RowNumber int64 `json:"rowNumber,omitempty,string"`

	// TableReference: Complete BigQuery table reference.
	TableReference *GooglePrivacyDlpV2BigQueryTable `json:"tableReference,omitempty"`

	// ForceSendFields is a list of field names (e.g. "RowNumber") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "RowNumber") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2BigQueryKey: Row key for identifying a record in BigQuery table.

func (*GooglePrivacyDlpV2BigQueryKey) MarshalJSON

func (s *GooglePrivacyDlpV2BigQueryKey) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2BigQueryOptions

type GooglePrivacyDlpV2BigQueryOptions struct {
	// ExcludedFields: References to fields excluded from scanning. This
	// allows you to skip inspection of entire columns which you know have
	// no findings.
	ExcludedFields []*GooglePrivacyDlpV2FieldId `json:"excludedFields,omitempty"`

	// IdentifyingFields: Table fields that may uniquely identify a row
	// within the table. When `actions.saveFindings.outputConfig.table` is
	// specified, the values of columns specified here are available in the
	// output table under
	// `location.content_locations.record_location.record_key.id_values`.
	// Nested fields such as `person.birthdate.year` are allowed.
	IdentifyingFields []*GooglePrivacyDlpV2FieldId `json:"identifyingFields,omitempty"`

	// RowsLimit: Max number of rows to scan. If the table has more rows
	// than this value, the rest of the rows are omitted. If not set, or if
	// set to 0, all rows will be scanned. Only one of rows_limit and
	// rows_limit_percent can be specified. Cannot be used in conjunction
	// with TimespanConfig.
	RowsLimit int64 `json:"rowsLimit,omitempty,string"`

	// RowsLimitPercent: Max percentage of rows to scan. The rest are
	// omitted. The number of rows scanned is rounded down. Must be between
	// 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
	// Only one of rows_limit and rows_limit_percent can be specified.
	// Cannot be used in conjunction with TimespanConfig.
	RowsLimitPercent int64 `json:"rowsLimitPercent,omitempty"`

	// Possible values:
	//   "SAMPLE_METHOD_UNSPECIFIED"
	//   "TOP" - Scan groups of rows in the order BigQuery provides
	// (default). Multiple groups of rows may be scanned in parallel, so
	// results may not appear in the same order the rows are read.
	//   "RANDOM_START" - Randomly pick groups of rows to scan.
	SampleMethod string `json:"sampleMethod,omitempty"`

	// TableReference: Complete BigQuery table reference.
	TableReference *GooglePrivacyDlpV2BigQueryTable `json:"tableReference,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ExcludedFields") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ExcludedFields") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2BigQueryOptions: Options defining BigQuery table and row identifiers.

func (*GooglePrivacyDlpV2BigQueryOptions) MarshalJSON

func (s *GooglePrivacyDlpV2BigQueryOptions) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2BigQueryTable

type GooglePrivacyDlpV2BigQueryTable struct {
	// DatasetId: Dataset ID of the table.
	DatasetId string `json:"datasetId,omitempty"`

	// ProjectId: The Google Cloud Platform project ID of the project
	// containing the table. If omitted, project ID is inferred from the API
	// call.
	ProjectId string `json:"projectId,omitempty"`

	// TableId: Name of the table.
	TableId string `json:"tableId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "DatasetId") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "DatasetId") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2BigQueryTable: Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: `:.` or `..`.

func (*GooglePrivacyDlpV2BigQueryTable) MarshalJSON

func (s *GooglePrivacyDlpV2BigQueryTable) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2BoundingBox

type GooglePrivacyDlpV2BoundingBox struct {
	// Height: Height of the bounding box in pixels.
	Height int64 `json:"height,omitempty"`

	// Left: Left coordinate of the bounding box. (0,0) is upper left.
	Left int64 `json:"left,omitempty"`

	// Top: Top coordinate of the bounding box. (0,0) is upper left.
	Top int64 `json:"top,omitempty"`

	// Width: Width of the bounding box in pixels.
	Width int64 `json:"width,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Height") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Height") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2BoundingBox: Bounding box encompassing detected text within an image.

func (*GooglePrivacyDlpV2BoundingBox) MarshalJSON

func (s *GooglePrivacyDlpV2BoundingBox) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Bucket

type GooglePrivacyDlpV2Bucket struct {
	// Max: Upper bound of the range, exclusive; type must match min.
	Max *GooglePrivacyDlpV2Value `json:"max,omitempty"`

	// Min: Lower bound of the range, inclusive. Type should be the same as
	// max if used.
	Min *GooglePrivacyDlpV2Value `json:"min,omitempty"`

	// ReplacementValue: Required. Replacement value for this bucket.
	ReplacementValue *GooglePrivacyDlpV2Value `json:"replacementValue,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Max") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Max") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Bucket: Bucket is represented as a range, along with replacement values.

func (*GooglePrivacyDlpV2Bucket) MarshalJSON

func (s *GooglePrivacyDlpV2Bucket) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2BucketingConfig

type GooglePrivacyDlpV2BucketingConfig struct {
	// Buckets: Set of buckets. Ranges must be non-overlapping.
	Buckets []*GooglePrivacyDlpV2Bucket `json:"buckets,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Buckets") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Buckets") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2BucketingConfig: Generalization function that buckets values based on ranges. The ranges and replacement values are dynamically provided by the user for custom behavior, such as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH This can be used on data of type: number, long, string, timestamp. If the bound `Value` type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more.

func (*GooglePrivacyDlpV2BucketingConfig) MarshalJSON

func (s *GooglePrivacyDlpV2BucketingConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ByteContentItem

type GooglePrivacyDlpV2ByteContentItem struct {
	// Data: Content data to inspect or redact.
	Data string `json:"data,omitempty"`

	// Type: The type of data stored in the bytes string. Default will be
	// TEXT_UTF8.
	//
	// Possible values:
	//   "BYTES_TYPE_UNSPECIFIED" - Unused
	//   "IMAGE" - Any image type.
	//   "IMAGE_JPEG" - jpeg
	//   "IMAGE_BMP" - bmp
	//   "IMAGE_PNG" - png
	//   "IMAGE_SVG" - svg
	//   "TEXT_UTF8" - plain text
	//   "WORD_DOCUMENT" - docx, docm, dotx, dotm
	//   "PDF" - pdf
	//   "AVRO" - avro
	//   "CSV" - csv
	//   "TSV" - tsv
	Type string `json:"type,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Data") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Data") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ByteContentItem: Container for bytes to inspect or redact.

func (*GooglePrivacyDlpV2ByteContentItem) MarshalJSON

func (s *GooglePrivacyDlpV2ByteContentItem) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CancelDlpJobRequest

type GooglePrivacyDlpV2CancelDlpJobRequest struct {
}

GooglePrivacyDlpV2CancelDlpJobRequest: The request message for canceling a DLP job.

type GooglePrivacyDlpV2CategoricalStatsConfig

type GooglePrivacyDlpV2CategoricalStatsConfig struct {
	// Field: Field to compute categorical stats on. All column types are
	// supported except for arrays and structs. However, it may be more
	// informative to use NumericalStats when the field type is supported,
	// depending on the data.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Field") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Field") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CategoricalStatsConfig: Compute numerical stats over an individual column, including number of distinct values and value count distribution.

func (*GooglePrivacyDlpV2CategoricalStatsConfig) MarshalJSON

func (s *GooglePrivacyDlpV2CategoricalStatsConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CategoricalStatsHistogramBucket

type GooglePrivacyDlpV2CategoricalStatsHistogramBucket struct {
	// BucketSize: Total number of values in this bucket.
	BucketSize int64 `json:"bucketSize,omitempty,string"`

	// BucketValueCount: Total number of distinct values in this bucket.
	BucketValueCount int64 `json:"bucketValueCount,omitempty,string"`

	// BucketValues: Sample of value frequencies in this bucket. The total
	// number of values returned per bucket is capped at 20.
	BucketValues []*GooglePrivacyDlpV2ValueFrequency `json:"bucketValues,omitempty"`

	// ValueFrequencyLowerBound: Lower bound on the value frequency of the
	// values in this bucket.
	ValueFrequencyLowerBound int64 `json:"valueFrequencyLowerBound,omitempty,string"`

	// ValueFrequencyUpperBound: Upper bound on the value frequency of the
	// values in this bucket.
	ValueFrequencyUpperBound int64 `json:"valueFrequencyUpperBound,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "BucketSize") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BucketSize") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CategoricalStatsHistogramBucket: Histogram of value frequencies in the column.

func (*GooglePrivacyDlpV2CategoricalStatsHistogramBucket) MarshalJSON

type GooglePrivacyDlpV2CategoricalStatsResult

type GooglePrivacyDlpV2CategoricalStatsResult struct {
	// ValueFrequencyHistogramBuckets: Histogram of value frequencies in the
	// column.
	ValueFrequencyHistogramBuckets []*GooglePrivacyDlpV2CategoricalStatsHistogramBucket `json:"valueFrequencyHistogramBuckets,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "ValueFrequencyHistogramBuckets") to unconditionally include in API
	// requests. By default, fields with empty values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g.
	// "ValueFrequencyHistogramBuckets") to include in API requests with the
	// JSON null value. By default, fields with empty values are omitted
	// from API requests. However, any field with an empty value appearing
	// in NullFields will be sent to the server as null. It is an error if a
	// field in this list has a non-empty value. This may be used to include
	// null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CategoricalStatsResult: Result of the categorical stats computation.

func (*GooglePrivacyDlpV2CategoricalStatsResult) MarshalJSON

func (s *GooglePrivacyDlpV2CategoricalStatsResult) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CharacterMaskConfig

type GooglePrivacyDlpV2CharacterMaskConfig struct {
	// CharactersToIgnore: When masking a string, items in this list will be
	// skipped when replacing characters. For example, if the input string
	// is `555-555-5555` and you instruct Cloud DLP to skip `-` and mask 5
	// characters with `*`, Cloud DLP returns `***-**5-5555`.
	CharactersToIgnore []*GooglePrivacyDlpV2CharsToIgnore `json:"charactersToIgnore,omitempty"`

	// MaskingCharacter: Character to use to mask the sensitive values—for
	// example, `*` for an alphabetic string such as a name, or `0` for a
	// numeric string such as ZIP code or credit card number. This string
	// must have a length of 1. If not supplied, this value defaults to `*`
	// for strings, and `0` for digits.
	MaskingCharacter string `json:"maskingCharacter,omitempty"`

	// NumberToMask: Number of characters to mask. If not set, all matching
	// chars will be masked. Skipped characters do not count towards this
	// tally.
	NumberToMask int64 `json:"numberToMask,omitempty"`

	// ReverseOrder: Mask characters in reverse order. For example, if
	// `masking_character` is `0`, `number_to_mask` is `14`, and
	// `reverse_order` is `false`, then the input string
	// `1234-5678-9012-3456` is masked as `00000000000000-3456`. If
	// `masking_character` is `*`, `number_to_mask` is `3`, and
	// `reverse_order` is `true`, then the string `12345` is masked as
	// `12***`.
	ReverseOrder bool `json:"reverseOrder,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CharactersToIgnore")
	// to unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CharactersToIgnore") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CharacterMaskConfig: Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. This can be used on data of any type (numbers, longs, and so on) and when de-identifying structured data we'll attempt to preserve the original data's type. (This allows you to take a long like 123 and modify it to a string like **3.

func (*GooglePrivacyDlpV2CharacterMaskConfig) MarshalJSON

func (s *GooglePrivacyDlpV2CharacterMaskConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CharsToIgnore

type GooglePrivacyDlpV2CharsToIgnore struct {
	// CharactersToSkip: Characters to not transform when masking.
	CharactersToSkip string `json:"charactersToSkip,omitempty"`

	// CommonCharactersToIgnore: Common characters to not transform when
	// masking. Useful to avoid removing punctuation.
	//
	// Possible values:
	//   "COMMON_CHARS_TO_IGNORE_UNSPECIFIED" - Unused.
	//   "NUMERIC" - 0-9
	//   "ALPHA_UPPER_CASE" - A-Z
	//   "ALPHA_LOWER_CASE" - a-z
	//   "PUNCTUATION" - US Punctuation, one of
	// !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
	//   "WHITESPACE" - Whitespace character, one of [ \t\n\x0B\f\r]
	CommonCharactersToIgnore string `json:"commonCharactersToIgnore,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CharactersToSkip") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CharactersToSkip") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CharsToIgnore: Characters to skip when doing deidentification of a value. These will be left alone and skipped.

func (*GooglePrivacyDlpV2CharsToIgnore) MarshalJSON

func (s *GooglePrivacyDlpV2CharsToIgnore) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CloudStorageFileSet

type GooglePrivacyDlpV2CloudStorageFileSet struct {
	// Url: The url, in the format `gs:///`. Trailing wildcard in the path
	// is allowed.
	Url string `json:"url,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Url") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Url") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CloudStorageFileSet: Message representing a set of files in Cloud Storage.

func (*GooglePrivacyDlpV2CloudStorageFileSet) MarshalJSON

func (s *GooglePrivacyDlpV2CloudStorageFileSet) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CloudStorageOptions

type GooglePrivacyDlpV2CloudStorageOptions struct {
	// BytesLimitPerFile: Max number of bytes to scan from a file. If a
	// scanned file's size is bigger than this value then the rest of the
	// bytes are omitted. Only one of bytes_limit_per_file and
	// bytes_limit_per_file_percent can be specified. Cannot be set if
	// de-identification is requested.
	BytesLimitPerFile int64 `json:"bytesLimitPerFile,omitempty,string"`

	// BytesLimitPerFilePercent: Max percentage of bytes to scan from a
	// file. The rest are omitted. The number of bytes scanned is rounded
	// down. Must be between 0 and 100, inclusively. Both 0 and 100 means no
	// limit. Defaults to 0. Only one of bytes_limit_per_file and
	// bytes_limit_per_file_percent can be specified. Cannot be set if
	// de-identification is requested.
	BytesLimitPerFilePercent int64 `json:"bytesLimitPerFilePercent,omitempty"`

	// FileSet: The set of one or more files to scan.
	FileSet *GooglePrivacyDlpV2FileSet `json:"fileSet,omitempty"`

	// FileTypes: List of file type groups to include in the scan. If empty,
	// all files are scanned and available data format processors are
	// applied. In addition, the binary content of the selected files is
	// always scanned as well. Images are scanned only as binary if the
	// specified region does not support image inspection and no file_types
	// were specified. Image inspection is restricted to 'global', 'us',
	// 'asia', and 'europe'.
	//
	// Possible values:
	//   "FILE_TYPE_UNSPECIFIED" - Includes all files.
	//   "BINARY_FILE" - Includes all file extensions not covered by another
	// entry. Binary scanning attempts to convert the content of the file to
	// utf_8 to scan the file. If you wish to avoid this fall back, specify
	// one or more of the other FileType's in your storage scan.
	//   "TEXT_FILE" - Included file extensions: asc,asp, aspx, brf, c,
	// cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,,
	// epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown,
	// m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py,
	// pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm,
	// xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text,
	// tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
	//   "IMAGE" - Included file extensions: bmp, gif, jpg, jpeg, jpe, png.
	// bytes_limit_per_file has no effect on image files. Image inspection
	// is restricted to 'global', 'us', 'asia', and 'europe'.
	//   "WORD" - Word files >30 MB will be scanned as binary files.
	// Included file extensions: docx, dotx, docm, dotm
	//   "PDF" - PDF files >30 MB will be scanned as binary files. Included
	// file extensions: pdf
	//   "AVRO" - Included file extensions: avro
	//   "CSV" - Included file extensions: csv
	//   "TSV" - Included file extensions: tsv
	FileTypes []string `json:"fileTypes,omitempty"`

	// FilesLimitPercent: Limits the number of files to scan to this
	// percentage of the input FileSet. Number of files scanned is rounded
	// down. Must be between 0 and 100, inclusively. Both 0 and 100 means no
	// limit. Defaults to 0.
	FilesLimitPercent int64 `json:"filesLimitPercent,omitempty"`

	// Possible values:
	//   "SAMPLE_METHOD_UNSPECIFIED"
	//   "TOP" - Scan from the top (default).
	//   "RANDOM_START" - For each file larger than bytes_limit_per_file,
	// randomly pick the offset to start scanning. The scanned bytes are
	// contiguous.
	SampleMethod string `json:"sampleMethod,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BytesLimitPerFile")
	// to unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BytesLimitPerFile") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CloudStorageOptions: Options defining a file or a set of files within a Google Cloud Storage bucket.

func (*GooglePrivacyDlpV2CloudStorageOptions) MarshalJSON

func (s *GooglePrivacyDlpV2CloudStorageOptions) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CloudStoragePath

type GooglePrivacyDlpV2CloudStoragePath struct {
	// Path: A url representing a file or path (no wildcards) in Cloud
	// Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
	Path string `json:"path,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Path") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Path") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CloudStoragePath: Message representing a single file or path in Cloud Storage.

func (*GooglePrivacyDlpV2CloudStoragePath) MarshalJSON

func (s *GooglePrivacyDlpV2CloudStoragePath) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CloudStorageRegexFileSet

type GooglePrivacyDlpV2CloudStorageRegexFileSet struct {
	// BucketName: The name of a Cloud Storage bucket. Required.
	BucketName string `json:"bucketName,omitempty"`

	// ExcludeRegex: A list of regular expressions matching file paths to
	// exclude. All files in the bucket that match at least one of these
	// regular expressions will be excluded from the scan. Regular
	// expressions use RE2 syntax
	// (https://github.com/google/re2/wiki/Syntax); a guide can be found
	// under the google/re2 repository on GitHub.
	ExcludeRegex []string `json:"excludeRegex,omitempty"`

	// IncludeRegex: A list of regular expressions matching file paths to
	// include. All files in the bucket that match at least one of these
	// regular expressions will be included in the set of files, except for
	// those that also match an item in `exclude_regex`. Leaving this field
	// empty will match all files by default (this is equivalent to
	// including `.*` in the list). Regular expressions use RE2 syntax
	// (https://github.com/google/re2/wiki/Syntax); a guide can be found
	// under the google/re2 repository on GitHub.
	IncludeRegex []string `json:"includeRegex,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BucketName") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BucketName") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CloudStorageRegexFileSet: Message representing a set of files in a Cloud Storage bucket. Regular expressions are used to allow fine-grained control over which files in the bucket to include. Included files are those that match at least one item in `include_regex` and do not match any items in `exclude_regex`. Note that a file that matches items from both lists will _not_ be included. For a match to occur, the entire file path (i.e., everything in the url after the bucket name) must match the regular expression. For example, given the input `{bucket_name: "mybucket", include_regex: ["directory1/.*"], exclude_regex: ["directory1/excluded.*"]}`: * `gs://mybucket/directory1/myfile` will be included * `gs://mybucket/directory1/directory2/myfile` will be included (`.*` matches across `/`) * `gs://mybucket/directory0/directory1/myfile` will _not_ be included (the full path doesn't match any items in `include_regex`) * `gs://mybucket/directory1/excludedfile` will _not_ be included (the path matches an item in `exclude_regex`) If `include_regex` is left empty, it will match all files by default (this is equivalent to setting `include_regex: [".*"]`). Some other common use cases: * `{bucket_name: "mybucket", exclude_regex: [".*\.pdf"]}` will include all files in `mybucket` except for .pdf files * `{bucket_name: "mybucket", include_regex: ["directory/[^/]+"]}` will include all files directly under `gs://mybucket/directory/`, without matching across `/`

func (*GooglePrivacyDlpV2CloudStorageRegexFileSet) MarshalJSON

type GooglePrivacyDlpV2Color

type GooglePrivacyDlpV2Color struct {
	// Blue: The amount of blue in the color as a value in the interval [0,
	// 1].
	Blue float64 `json:"blue,omitempty"`

	// Green: The amount of green in the color as a value in the interval
	// [0, 1].
	Green float64 `json:"green,omitempty"`

	// Red: The amount of red in the color as a value in the interval [0,
	// 1].
	Red float64 `json:"red,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Blue") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Blue") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Color: Represents a color in the RGB color space.

func (*GooglePrivacyDlpV2Color) MarshalJSON

func (s *GooglePrivacyDlpV2Color) MarshalJSON() ([]byte, error)

func (*GooglePrivacyDlpV2Color) UnmarshalJSON

func (s *GooglePrivacyDlpV2Color) UnmarshalJSON(data []byte) error

type GooglePrivacyDlpV2Condition

type GooglePrivacyDlpV2Condition struct {
	// Field: Required. Field within the record this condition is evaluated
	// against.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// Operator: Required. Operator used to compare the field or infoType to
	// the value.
	//
	// Possible values:
	//   "RELATIONAL_OPERATOR_UNSPECIFIED" - Unused
	//   "EQUAL_TO" - Equal. Attempts to match even with incompatible types.
	//   "NOT_EQUAL_TO" - Not equal to. Attempts to match even with
	// incompatible types.
	//   "GREATER_THAN" - Greater than.
	//   "LESS_THAN" - Less than.
	//   "GREATER_THAN_OR_EQUALS" - Greater than or equals.
	//   "LESS_THAN_OR_EQUALS" - Less than or equals.
	//   "EXISTS" - Exists
	Operator string `json:"operator,omitempty"`

	// Value: Value to compare against. [Mandatory, except for `EXISTS`
	// tests.]
	Value *GooglePrivacyDlpV2Value `json:"value,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Field") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Field") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Condition: The field type of `value` and `field` do not need to match to be considered equal, but not all comparisons are possible. EQUAL_TO and NOT_EQUAL_TO attempt to compare even with incompatible types, but all other comparisons are invalid with incompatible types. A `value` of type: - `string` can be compared against all other types - `boolean` can only be compared against other booleans - `integer` can be compared against doubles or a string if the string value can be parsed as an integer. - `double` can be compared against integers or a string if the string can be parsed as a double. - `Timestamp` can be compared against strings in RFC 3339 date string format. - `TimeOfDay` can be compared against timestamps and strings in the format of 'HH:mm:ss'. If we fail to compare do to type mismatch, a warning will be given and the condition will evaluate to false.

func (*GooglePrivacyDlpV2Condition) MarshalJSON

func (s *GooglePrivacyDlpV2Condition) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Conditions

type GooglePrivacyDlpV2Conditions struct {
	// Conditions: A collection of conditions.
	Conditions []*GooglePrivacyDlpV2Condition `json:"conditions,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Conditions") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Conditions") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Conditions: A collection of conditions.

func (*GooglePrivacyDlpV2Conditions) MarshalJSON

func (s *GooglePrivacyDlpV2Conditions) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Container added in v0.21.0

type GooglePrivacyDlpV2Container struct {
	// FullPath: A string representation of the full container name.
	// Examples: - BigQuery: 'Project:DataSetId.TableId' - Google Cloud
	// Storage: 'gs://Bucket/folders/filename.txt'
	FullPath string `json:"fullPath,omitempty"`

	// ProjectId: Project where the finding was found. Can be different from
	// the project that owns the finding.
	ProjectId string `json:"projectId,omitempty"`

	// RelativePath: The rest of the path after the root. Examples: - For
	// BigQuery table `project_id:dataset_id.table_id`, the relative path is
	// `table_id` - Google Cloud Storage file
	// `gs://bucket/folder/filename.txt`, the relative path is
	// `folder/filename.txt`
	RelativePath string `json:"relativePath,omitempty"`

	// RootPath: The root of the container. Examples: - For BigQuery table
	// `project_id:dataset_id.table_id`, the root is `dataset_id` - For
	// Google Cloud Storage file `gs://bucket/folder/filename.txt`, the root
	// is `gs://bucket`
	RootPath string `json:"rootPath,omitempty"`

	// Type: Container type, for example BigQuery or Google Cloud Storage.
	Type string `json:"type,omitempty"`

	// UpdateTime: Findings container modification timestamp, if applicable.
	// For Google Cloud Storage contains last file modification timestamp.
	// For BigQuery table contains last_modified_time property. For
	// Datastore - not populated.
	UpdateTime string `json:"updateTime,omitempty"`

	// Version: Findings container version, if available ("generation" for
	// Google Cloud Storage).
	Version string `json:"version,omitempty"`

	// ForceSendFields is a list of field names (e.g. "FullPath") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "FullPath") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Container: Represents a container that may contain DLP findings. Examples of a container include a file, table, or database record.

func (*GooglePrivacyDlpV2Container) MarshalJSON added in v0.21.0

func (s *GooglePrivacyDlpV2Container) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ContentItem

type GooglePrivacyDlpV2ContentItem struct {
	// ByteItem: Content data to inspect or redact. Replaces `type` and
	// `data`.
	ByteItem *GooglePrivacyDlpV2ByteContentItem `json:"byteItem,omitempty"`

	// Table: Structured content for inspection. See
	// https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table
	// to learn more.
	Table *GooglePrivacyDlpV2Table `json:"table,omitempty"`

	// Value: String data to inspect or redact.
	Value string `json:"value,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ByteItem") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ByteItem") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ContentItem: Container structure for the content to inspect.

func (*GooglePrivacyDlpV2ContentItem) MarshalJSON

func (s *GooglePrivacyDlpV2ContentItem) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ContentLocation

type GooglePrivacyDlpV2ContentLocation struct {
	// ContainerName: Name of the container where the finding is located.
	// The top level name is the source file name or table name. Names of
	// some common storage containers are formatted as follows: * BigQuery
	// tables: `{project_id}:{dataset_id}.{table_id}` * Cloud Storage files:
	// `gs://{bucket}/{path}` * Datastore namespace: {namespace} Nested
	// names could be absent if the embedded object has no string identifier
	// (for an example an image contained within a document).
	ContainerName string `json:"containerName,omitempty"`

	// ContainerTimestamp: Findings container modification timestamp, if
	// applicable. For Google Cloud Storage contains last file modification
	// timestamp. For BigQuery table contains last_modified_time property.
	// For Datastore - not populated.
	ContainerTimestamp string `json:"containerTimestamp,omitempty"`

	// ContainerVersion: Findings container version, if available
	// ("generation" for Google Cloud Storage).
	ContainerVersion string `json:"containerVersion,omitempty"`

	// DocumentLocation: Location data for document files.
	DocumentLocation *GooglePrivacyDlpV2DocumentLocation `json:"documentLocation,omitempty"`

	// ImageLocation: Location within an image's pixels.
	ImageLocation *GooglePrivacyDlpV2ImageLocation `json:"imageLocation,omitempty"`

	// MetadataLocation: Location within the metadata for inspected content.
	MetadataLocation *GooglePrivacyDlpV2MetadataLocation `json:"metadataLocation,omitempty"`

	// RecordLocation: Location within a row or record of a database table.
	RecordLocation *GooglePrivacyDlpV2RecordLocation `json:"recordLocation,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ContainerName") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ContainerName") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ContentLocation: Precise location of the finding within a document, record, image, or metadata container.

func (*GooglePrivacyDlpV2ContentLocation) MarshalJSON

func (s *GooglePrivacyDlpV2ContentLocation) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CreateDeidentifyTemplateRequest

type GooglePrivacyDlpV2CreateDeidentifyTemplateRequest struct {
	// DeidentifyTemplate: Required. The DeidentifyTemplate to create.
	DeidentifyTemplate *GooglePrivacyDlpV2DeidentifyTemplate `json:"deidentifyTemplate,omitempty"`

	// LocationId: Deprecated. This field has no effect.
	LocationId string `json:"locationId,omitempty"`

	// TemplateId: The template id can contain uppercase and lowercase
	// letters, numbers, and hyphens; that is, it must match the regular
	// expression: `[a-zA-Z\d-_]+`. The maximum length is 100 characters.
	// Can be empty to allow the system to generate one.
	TemplateId string `json:"templateId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "DeidentifyTemplate")
	// to unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "DeidentifyTemplate") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CreateDeidentifyTemplateRequest: Request message for CreateDeidentifyTemplate.

func (*GooglePrivacyDlpV2CreateDeidentifyTemplateRequest) MarshalJSON

type GooglePrivacyDlpV2CreateDlpJobRequest

type GooglePrivacyDlpV2CreateDlpJobRequest struct {
	// InspectJob: An inspection job scans a storage repository for
	// InfoTypes.
	InspectJob *GooglePrivacyDlpV2InspectJobConfig `json:"inspectJob,omitempty"`

	// JobId: The job id can contain uppercase and lowercase letters,
	// numbers, and hyphens; that is, it must match the regular expression:
	// `[a-zA-Z\d-_]+`. The maximum length is 100 characters. Can be empty
	// to allow the system to generate one.
	JobId string `json:"jobId,omitempty"`

	// LocationId: Deprecated. This field has no effect.
	LocationId string `json:"locationId,omitempty"`

	// RiskJob: A risk analysis job calculates re-identification risk
	// metrics for a BigQuery table.
	RiskJob *GooglePrivacyDlpV2RiskAnalysisJobConfig `json:"riskJob,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InspectJob") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InspectJob") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CreateDlpJobRequest: Request message for CreateDlpJobRequest. Used to initiate long running jobs such as calculating risk metrics or inspecting Google Cloud Storage.

func (*GooglePrivacyDlpV2CreateDlpJobRequest) MarshalJSON

func (s *GooglePrivacyDlpV2CreateDlpJobRequest) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CreateInspectTemplateRequest

type GooglePrivacyDlpV2CreateInspectTemplateRequest struct {
	// InspectTemplate: Required. The InspectTemplate to create.
	InspectTemplate *GooglePrivacyDlpV2InspectTemplate `json:"inspectTemplate,omitempty"`

	// LocationId: Deprecated. This field has no effect.
	LocationId string `json:"locationId,omitempty"`

	// TemplateId: The template id can contain uppercase and lowercase
	// letters, numbers, and hyphens; that is, it must match the regular
	// expression: `[a-zA-Z\d-_]+`. The maximum length is 100 characters.
	// Can be empty to allow the system to generate one.
	TemplateId string `json:"templateId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InspectTemplate") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InspectTemplate") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CreateInspectTemplateRequest: Request message for CreateInspectTemplate.

func (*GooglePrivacyDlpV2CreateInspectTemplateRequest) MarshalJSON

type GooglePrivacyDlpV2CreateJobTriggerRequest

type GooglePrivacyDlpV2CreateJobTriggerRequest struct {
	// JobTrigger: Required. The JobTrigger to create.
	JobTrigger *GooglePrivacyDlpV2JobTrigger `json:"jobTrigger,omitempty"`

	// LocationId: Deprecated. This field has no effect.
	LocationId string `json:"locationId,omitempty"`

	// TriggerId: The trigger id can contain uppercase and lowercase
	// letters, numbers, and hyphens; that is, it must match the regular
	// expression: `[a-zA-Z\d-_]+`. The maximum length is 100 characters.
	// Can be empty to allow the system to generate one.
	TriggerId string `json:"triggerId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "JobTrigger") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "JobTrigger") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CreateJobTriggerRequest: Request message for CreateJobTrigger.

func (*GooglePrivacyDlpV2CreateJobTriggerRequest) MarshalJSON

type GooglePrivacyDlpV2CreateStoredInfoTypeRequest

type GooglePrivacyDlpV2CreateStoredInfoTypeRequest struct {
	// Config: Required. Configuration of the storedInfoType to create.
	Config *GooglePrivacyDlpV2StoredInfoTypeConfig `json:"config,omitempty"`

	// LocationId: Deprecated. This field has no effect.
	LocationId string `json:"locationId,omitempty"`

	// StoredInfoTypeId: The storedInfoType ID can contain uppercase and
	// lowercase letters, numbers, and hyphens; that is, it must match the
	// regular expression: `[a-zA-Z\d-_]+`. The maximum length is 100
	// characters. Can be empty to allow the system to generate one.
	StoredInfoTypeId string `json:"storedInfoTypeId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Config") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CreateStoredInfoTypeRequest: Request message for CreateStoredInfoType.

func (*GooglePrivacyDlpV2CreateStoredInfoTypeRequest) MarshalJSON

type GooglePrivacyDlpV2CryptoDeterministicConfig added in v0.3.1

type GooglePrivacyDlpV2CryptoDeterministicConfig struct {
	// Context: A context may be used for higher security and maintaining
	// referential integrity such that the same identifier in two different
	// contexts will be given a distinct surrogate. The context is appended
	// to plaintext value being encrypted. On decryption the provided
	// context is validated against the value used during encryption. If a
	// context was provided during encryption, same context must be provided
	// during decryption as well. If the context is not set, plaintext would
	// be used as is for encryption. If the context is set but: 1. there is
	// no record present when transforming a given value or 2. the field is
	// not present when transforming a given value, plaintext would be used
	// as is for encryption. Note that case (1) is expected when an
	// `InfoTypeTransformation` is applied to both structured and
	// non-structured `ContentItem`s.
	Context *GooglePrivacyDlpV2FieldId `json:"context,omitempty"`

	// CryptoKey: The key used by the encryption function.
	CryptoKey *GooglePrivacyDlpV2CryptoKey `json:"cryptoKey,omitempty"`

	// SurrogateInfoType: The custom info type to annotate the surrogate
	// with. This annotation will be applied to the surrogate by prefixing
	// it with the name of the custom info type followed by the number of
	// characters comprising the surrogate. The following scheme defines the
	// format: {info type name}({surrogate character count}):{surrogate} For
	// example, if the name of custom info type is 'MY_TOKEN_INFO_TYPE' and
	// the surrogate is 'abc', the full replacement value will be:
	// 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate
	// when inspecting content using the custom info type 'Surrogate'. This
	// facilitates reversal of the surrogate when it occurs in free text.
	// Note: For record transformations where the entire cell in a table is
	// being transformed, surrogates are not mandatory. Surrogates are used
	// to denote the location of the token and are necessary for
	// re-identification in free form text. In order for inspection to work
	// properly, the name of this info type must not occur naturally
	// anywhere in your data; otherwise, inspection may either - reverse a
	// surrogate that does not correspond to an actual identifier - be
	// unable to parse the surrogate and result in an error Therefore,
	// choose your custom info type name carefully after considering what
	// your data looks like. One way to select a name that has a high chance
	// of yielding reliable detection is to include one or more unicode
	// characters that are highly improbable to exist in your data. For
	// example, assuming your data is entered from a regular ASCII keyboard,
	// the symbol with the hex code point 29DD might be used like so:
	// ⧝MY_TOKEN_TYPE.
	SurrogateInfoType *GooglePrivacyDlpV2InfoType `json:"surrogateInfoType,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Context") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Context") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CryptoDeterministicConfig: Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297.

func (*GooglePrivacyDlpV2CryptoDeterministicConfig) MarshalJSON added in v0.3.1

type GooglePrivacyDlpV2CryptoHashConfig

type GooglePrivacyDlpV2CryptoHashConfig struct {
	// CryptoKey: The key used by the hash function.
	CryptoKey *GooglePrivacyDlpV2CryptoKey `json:"cryptoKey,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CryptoKey") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CryptoHashConfig: Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. The key size must be either 32 or 64 bytes. Outputs a base64 encoded representation of the hashed output (for example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=). Currently, only string and integer values can be hashed. See https://cloud.google.com/dlp/docs/pseudonymization to learn more.

func (*GooglePrivacyDlpV2CryptoHashConfig) MarshalJSON

func (s *GooglePrivacyDlpV2CryptoHashConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CryptoKey

type GooglePrivacyDlpV2CryptoKey struct {
	// KmsWrapped: Kms wrapped key
	KmsWrapped *GooglePrivacyDlpV2KmsWrappedCryptoKey `json:"kmsWrapped,omitempty"`

	// Transient: Transient crypto key
	Transient *GooglePrivacyDlpV2TransientCryptoKey `json:"transient,omitempty"`

	// Unwrapped: Unwrapped crypto key
	Unwrapped *GooglePrivacyDlpV2UnwrappedCryptoKey `json:"unwrapped,omitempty"`

	// ForceSendFields is a list of field names (e.g. "KmsWrapped") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "KmsWrapped") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CryptoKey: This is a data encryption key (DEK) (as opposed to a key encryption key (KEK) stored by KMS). When using KMS to wrap/unwrap DEKs, be sure to set an appropriate IAM policy on the KMS CryptoKey (KEK) to ensure an attacker cannot unwrap the data crypto key.

func (*GooglePrivacyDlpV2CryptoKey) MarshalJSON

func (s *GooglePrivacyDlpV2CryptoKey) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig

type GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig struct {
	// CommonAlphabet: Common alphabets.
	//
	// Possible values:
	//   "FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED" - Unused.
	//   "NUMERIC" - `[0-9]` (radix of 10)
	//   "HEXADECIMAL" - `[0-9A-F]` (radix of 16)
	//   "UPPER_CASE_ALPHA_NUMERIC" - `[0-9A-Z]` (radix of 36)
	//   "ALPHA_NUMERIC" - `[0-9A-Za-z]` (radix of 62)
	CommonAlphabet string `json:"commonAlphabet,omitempty"`

	// Context: The 'tweak', a context may be used for higher security since
	// the same identifier in two different contexts won't be given the same
	// surrogate. If the context is not set, a default tweak will be used.
	// If the context is set but: 1. there is no record present when
	// transforming a given value or 1. the field is not present when
	// transforming a given value, a default tweak will be used. Note that
	// case (1) is expected when an `InfoTypeTransformation` is applied to
	// both structured and non-structured `ContentItem`s. Currently, the
	// referenced field may be of value type integer or string. The tweak is
	// constructed as a sequence of bytes in big endian byte order such
	// that: - a 64 bit integer is encoded followed by a single byte of
	// value 1 - a string is encoded in UTF-8 format followed by a single
	// byte of value 2
	Context *GooglePrivacyDlpV2FieldId `json:"context,omitempty"`

	// CryptoKey: Required. The key used by the encryption algorithm.
	CryptoKey *GooglePrivacyDlpV2CryptoKey `json:"cryptoKey,omitempty"`

	// CustomAlphabet: This is supported by mapping these to the
	// alphanumeric characters that the FFX mode natively supports. This
	// happens before/after encryption/decryption. Each character listed
	// must appear only once. Number of characters must be in the range [2,
	// 95]. This must be encoded as ASCII. The order of characters does not
	// matter. The full list of allowed characters is:
	// 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
	// ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/
	CustomAlphabet string `json:"customAlphabet,omitempty"`

	// Radix: The native way to select the alphabet. Must be in the range
	// [2, 95].
	Radix int64 `json:"radix,omitempty"`

	// SurrogateInfoType: The custom infoType to annotate the surrogate
	// with. This annotation will be applied to the surrogate by prefixing
	// it with the name of the custom infoType followed by the number of
	// characters comprising the surrogate. The following scheme defines the
	// format: info_type_name(surrogate_character_count):surrogate For
	// example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and
	// the surrogate is 'abc', the full replacement value will be:
	// 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate
	// when inspecting content using the custom infoType `SurrogateType`
	// (https://cloud.google.com/dlp/docs/reference/rest/v2/InspectConfig#surrogatetype).
	// This facilitates reversal of the surrogate when it occurs in free
	// text. In order for inspection to work properly, the name of this
	// infoType must not occur naturally anywhere in your data; otherwise,
	// inspection may find a surrogate that does not correspond to an actual
	// identifier. Therefore, choose your custom infoType name carefully
	// after considering what your data looks like. One way to select a name
	// that has a high chance of yielding reliable detection is to include
	// one or more unicode characters that are highly improbable to exist in
	// your data. For example, assuming your data is entered from a regular
	// ASCII keyboard, the symbol with the hex code point 29DD might be used
	// like so: ⧝MY_TOKEN_TYPE
	SurrogateInfoType *GooglePrivacyDlpV2InfoType `json:"surrogateInfoType,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CommonAlphabet") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CommonAlphabet") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig: Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the `ReidentifyContent` API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity.

func (*GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig) MarshalJSON

type GooglePrivacyDlpV2CustomInfoType

type GooglePrivacyDlpV2CustomInfoType struct {
	// DetectionRules: Set of detection rules to apply to all findings of
	// this CustomInfoType. Rules are applied in order that they are
	// specified. Not supported for the `surrogate_type` CustomInfoType.
	DetectionRules []*GooglePrivacyDlpV2DetectionRule `json:"detectionRules,omitempty"`

	// Dictionary: A list of phrases to detect as a CustomInfoType.
	Dictionary *GooglePrivacyDlpV2Dictionary `json:"dictionary,omitempty"`

	// ExclusionType: If set to EXCLUSION_TYPE_EXCLUDE this infoType will
	// not cause a finding to be returned. It still can be used for rules
	// matching.
	//
	// Possible values:
	//   "EXCLUSION_TYPE_UNSPECIFIED" - A finding of this custom info type
	// will not be excluded from results.
	//   "EXCLUSION_TYPE_EXCLUDE" - A finding of this custom info type will
	// be excluded from final results, but can still affect rule execution.
	ExclusionType string `json:"exclusionType,omitempty"`

	// InfoType: CustomInfoType can either be a new infoType, or an
	// extension of built-in infoType, when the name matches one of existing
	// infoTypes and that infoType is specified in
	// `InspectContent.info_types` field. Specifying the latter adds
	// findings to the one detected by the system. If built-in info type is
	// not specified in `InspectContent.info_types` list then the name is
	// treated as a custom info type.
	InfoType *GooglePrivacyDlpV2InfoType `json:"infoType,omitempty"`

	// Likelihood: Likelihood to return for this CustomInfoType. This base
	// value can be altered by a detection rule if the finding meets the
	// criteria specified by the rule. Defaults to `VERY_LIKELY` if not
	// specified.
	//
	// Possible values:
	//   "LIKELIHOOD_UNSPECIFIED" - Default value; same as POSSIBLE.
	//   "VERY_UNLIKELY" - Few matching elements.
	//   "UNLIKELY"
	//   "POSSIBLE" - Some matching elements.
	//   "LIKELY"
	//   "VERY_LIKELY" - Many matching elements.
	Likelihood string `json:"likelihood,omitempty"`

	// Regex: Regular expression based CustomInfoType.
	Regex *GooglePrivacyDlpV2Regex `json:"regex,omitempty"`

	// StoredType: Load an existing `StoredInfoType` resource for use in
	// `InspectDataSource`. Not currently supported in `InspectContent`.
	StoredType *GooglePrivacyDlpV2StoredType `json:"storedType,omitempty"`

	// SurrogateType: Message for detecting output from deidentification
	// transformations that support reversing.
	SurrogateType *GooglePrivacyDlpV2SurrogateType `json:"surrogateType,omitempty"`

	// ForceSendFields is a list of field names (e.g. "DetectionRules") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "DetectionRules") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2CustomInfoType: Custom information type provided by the user. Used to find domain-specific sensitive information configurable to the data in question.

func (*GooglePrivacyDlpV2CustomInfoType) MarshalJSON

func (s *GooglePrivacyDlpV2CustomInfoType) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2DatastoreKey

type GooglePrivacyDlpV2DatastoreKey struct {
	// EntityKey: Datastore entity key.
	EntityKey *GooglePrivacyDlpV2Key `json:"entityKey,omitempty"`

	// ForceSendFields is a list of field names (e.g. "EntityKey") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "EntityKey") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DatastoreKey: Record key for a finding in Cloud Datastore.

func (*GooglePrivacyDlpV2DatastoreKey) MarshalJSON

func (s *GooglePrivacyDlpV2DatastoreKey) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2DatastoreOptions

type GooglePrivacyDlpV2DatastoreOptions struct {
	// Kind: The kind to process.
	Kind *GooglePrivacyDlpV2KindExpression `json:"kind,omitempty"`

	// PartitionId: A partition ID identifies a grouping of entities. The
	// grouping is always by project and namespace, however the namespace ID
	// may be empty.
	PartitionId *GooglePrivacyDlpV2PartitionId `json:"partitionId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Kind") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Kind") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DatastoreOptions: Options defining a data set within Google Cloud Datastore.

func (*GooglePrivacyDlpV2DatastoreOptions) MarshalJSON

func (s *GooglePrivacyDlpV2DatastoreOptions) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2DateShiftConfig

type GooglePrivacyDlpV2DateShiftConfig struct {
	// Context: Points to the field that contains the context, for example,
	// an entity id. If set, must also set cryptoKey. If set, shift will be
	// consistent for the given context.
	Context *GooglePrivacyDlpV2FieldId `json:"context,omitempty"`

	// CryptoKey: Causes the shift to be computed based on this key and the
	// context. This results in the same shift for the same context and
	// crypto_key. If set, must also set context. Can only be applied to
	// table items.
	CryptoKey *GooglePrivacyDlpV2CryptoKey `json:"cryptoKey,omitempty"`

	// LowerBoundDays: Required. For example, -5 means shift date to at most
	// 5 days back in the past.
	LowerBoundDays int64 `json:"lowerBoundDays,omitempty"`

	// UpperBoundDays: Required. Range of shift in days. Actual shift will
	// be selected at random within this range (inclusive ends). Negative
	// means shift to earlier in time. Must not be more than 365250 days
	// (1000 years) each direction. For example, 3 means shift date to at
	// most 3 days into the future.
	UpperBoundDays int64 `json:"upperBoundDays,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Context") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Context") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DateShiftConfig: Shifts dates by random number of days, with option to be consistent for the same context. See https://cloud.google.com/dlp/docs/concepts-date-shifting to learn more.

func (*GooglePrivacyDlpV2DateShiftConfig) MarshalJSON

func (s *GooglePrivacyDlpV2DateShiftConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2DateTime

type GooglePrivacyDlpV2DateTime struct {
	// Date: One or more of the following must be set. Must be a valid date
	// or time value.
	Date *GoogleTypeDate `json:"date,omitempty"`

	// DayOfWeek: Day of week
	//
	// Possible values:
	//   "DAY_OF_WEEK_UNSPECIFIED" - The day of the week is unspecified.
	//   "MONDAY" - Monday
	//   "TUESDAY" - Tuesday
	//   "WEDNESDAY" - Wednesday
	//   "THURSDAY" - Thursday
	//   "FRIDAY" - Friday
	//   "SATURDAY" - Saturday
	//   "SUNDAY" - Sunday
	DayOfWeek string `json:"dayOfWeek,omitempty"`

	// Time: Time of day
	Time *GoogleTypeTimeOfDay `json:"time,omitempty"`

	// TimeZone: Time zone
	TimeZone *GooglePrivacyDlpV2TimeZone `json:"timeZone,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Date") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Date") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DateTime: Message for a date time object. e.g. 2018-01-01, 5th August.

func (*GooglePrivacyDlpV2DateTime) MarshalJSON

func (s *GooglePrivacyDlpV2DateTime) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2DeidentifyConfig

type GooglePrivacyDlpV2DeidentifyConfig struct {
	// InfoTypeTransformations: Treat the dataset as free-form text and
	// apply the same free text transformation everywhere.
	InfoTypeTransformations *GooglePrivacyDlpV2InfoTypeTransformations `json:"infoTypeTransformations,omitempty"`

	// RecordTransformations: Treat the dataset as structured.
	// Transformations can be applied to specific locations within
	// structured datasets, such as transforming a column within a table.
	RecordTransformations *GooglePrivacyDlpV2RecordTransformations `json:"recordTransformations,omitempty"`

	// TransformationErrorHandling: Mode for handling transformation errors.
	// If left unspecified, the default mode is
	// `TransformationErrorHandling.ThrowError`.
	TransformationErrorHandling *GooglePrivacyDlpV2TransformationErrorHandling `json:"transformationErrorHandling,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "InfoTypeTransformations") to unconditionally include in API
	// requests. By default, fields with empty values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InfoTypeTransformations")
	// to include in API requests with the JSON null value. By default,
	// fields with empty values are omitted from API requests. However, any
	// field with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DeidentifyConfig: The configuration that controls how the data will change.

func (*GooglePrivacyDlpV2DeidentifyConfig) MarshalJSON

func (s *GooglePrivacyDlpV2DeidentifyConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2DeidentifyContentRequest

type GooglePrivacyDlpV2DeidentifyContentRequest struct {
	// DeidentifyConfig: Configuration for the de-identification of the
	// content item. Items specified here will override the template
	// referenced by the deidentify_template_name argument.
	DeidentifyConfig *GooglePrivacyDlpV2DeidentifyConfig `json:"deidentifyConfig,omitempty"`

	// DeidentifyTemplateName: Template to use. Any configuration directly
	// specified in deidentify_config will override those set in the
	// template. Singular fields that are set in this request will replace
	// their corresponding fields in the template. Repeated fields are
	// appended. Singular sub-messages and groups are recursively merged.
	DeidentifyTemplateName string `json:"deidentifyTemplateName,omitempty"`

	// InspectConfig: Configuration for the inspector. Items specified here
	// will override the template referenced by the inspect_template_name
	// argument.
	InspectConfig *GooglePrivacyDlpV2InspectConfig `json:"inspectConfig,omitempty"`

	// InspectTemplateName: Template to use. Any configuration directly
	// specified in inspect_config will override those set in the template.
	// Singular fields that are set in this request will replace their
	// corresponding fields in the template. Repeated fields are appended.
	// Singular sub-messages and groups are recursively merged.
	InspectTemplateName string `json:"inspectTemplateName,omitempty"`

	// Item: The item to de-identify. Will be treated as text.
	Item *GooglePrivacyDlpV2ContentItem `json:"item,omitempty"`

	// LocationId: Deprecated. This field has no effect.
	LocationId string `json:"locationId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "DeidentifyConfig") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "DeidentifyConfig") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DeidentifyContentRequest: Request to de-identify a list of items.

func (*GooglePrivacyDlpV2DeidentifyContentRequest) MarshalJSON

type GooglePrivacyDlpV2DeidentifyContentResponse

type GooglePrivacyDlpV2DeidentifyContentResponse struct {
	// Item: The de-identified item.
	Item *GooglePrivacyDlpV2ContentItem `json:"item,omitempty"`

	// Overview: An overview of the changes that were made on the `item`.
	Overview *GooglePrivacyDlpV2TransformationOverview `json:"overview,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "Item") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Item") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DeidentifyContentResponse: Results of de-identifying a ContentItem.

func (*GooglePrivacyDlpV2DeidentifyContentResponse) MarshalJSON

type GooglePrivacyDlpV2DeidentifyTemplate

type GooglePrivacyDlpV2DeidentifyTemplate struct {
	// CreateTime: Output only. The creation timestamp of an
	// inspectTemplate.
	CreateTime string `json:"createTime,omitempty"`

	// DeidentifyConfig: ///////////// // The core content of the template
	// // ///////////////
	DeidentifyConfig *GooglePrivacyDlpV2DeidentifyConfig `json:"deidentifyConfig,omitempty"`

	// Description: Short description (max 256 chars).
	Description string `json:"description,omitempty"`

	// DisplayName: Display name (max 256 chars).
	DisplayName string `json:"displayName,omitempty"`

	// Name: Output only. The template name. The template will have one of
	// the following formats:
	// `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID`.
	Name string `json:"name,omitempty"`

	// UpdateTime: Output only. The last update timestamp of an
	// inspectTemplate.
	UpdateTime string `json:"updateTime,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "CreateTime") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CreateTime") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DeidentifyTemplate: DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.

func (*GooglePrivacyDlpV2DeidentifyTemplate) MarshalJSON

func (s *GooglePrivacyDlpV2DeidentifyTemplate) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2DeltaPresenceEstimationConfig

type GooglePrivacyDlpV2DeltaPresenceEstimationConfig struct {
	// AuxiliaryTables: Several auxiliary tables can be used in the
	// analysis. Each custom_tag used to tag a quasi-identifiers field must
	// appear in exactly one field of one auxiliary table.
	AuxiliaryTables []*GooglePrivacyDlpV2StatisticalTable `json:"auxiliaryTables,omitempty"`

	// QuasiIds: Required. Fields considered to be quasi-identifiers. No two
	// fields can have the same tag.
	QuasiIds []*GooglePrivacyDlpV2QuasiId `json:"quasiIds,omitempty"`

	// RegionCode: ISO 3166-1 alpha-2 region code to use in the statistical
	// modeling. Set if no column is tagged with a region-specific InfoType
	// (like US_ZIP_5) or a region code.
	RegionCode string `json:"regionCode,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AuxiliaryTables") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AuxiliaryTables") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DeltaPresenceEstimationConfig: δ-presence metric, used to estimate how likely it is for an attacker to figure out that one given individual appears in a de-identified dataset. Similarly to the k-map metric, we cannot compute δ-presence exactly without knowing the attack dataset, so we use a statistical model instead.

func (*GooglePrivacyDlpV2DeltaPresenceEstimationConfig) MarshalJSON

type GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket

type GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket struct {
	// BucketSize: Number of records within these probability bounds.
	BucketSize int64 `json:"bucketSize,omitempty,string"`

	// BucketValueCount: Total number of distinct quasi-identifier tuple
	// values in this bucket.
	BucketValueCount int64 `json:"bucketValueCount,omitempty,string"`

	// BucketValues: Sample of quasi-identifier tuple values in this bucket.
	// The total number of classes returned per bucket is capped at 20.
	BucketValues []*GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues `json:"bucketValues,omitempty"`

	// MaxProbability: Always greater than or equal to min_probability.
	MaxProbability float64 `json:"maxProbability,omitempty"`

	// MinProbability: Between 0 and 1.
	MinProbability float64 `json:"minProbability,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BucketSize") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BucketSize") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket: A DeltaPresenceEstimationHistogramBucket message with the following values: min_probability: 0.1 max_probability: 0.2 frequency: 42 means that there are 42 records for which δ is in [0.1, 0.2). An important particular case is when min_probability = max_probability = 1: then, every individual who shares this quasi-identifier combination is in the dataset.

func (*GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket) MarshalJSON

func (*GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket) UnmarshalJSON

type GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues

type GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues struct {
	// EstimatedProbability: The estimated probability that a given
	// individual sharing these quasi-identifier values is in the dataset.
	// This value, typically called δ, is the ratio between the number of
	// records in the dataset with these quasi-identifier values, and the
	// total number of individuals (inside *and* outside the dataset) with
	// these quasi-identifier values. For example, if there are 15
	// individuals in the dataset who share the same quasi-identifier
	// values, and an estimated 100 people in the entire population with
	// these values, then δ is 0.15.
	EstimatedProbability float64 `json:"estimatedProbability,omitempty"`

	// QuasiIdsValues: The quasi-identifier values.
	QuasiIdsValues []*GooglePrivacyDlpV2Value `json:"quasiIdsValues,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "EstimatedProbability") to unconditionally include in API requests.
	// By default, fields with empty values are omitted from API requests.
	// However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "EstimatedProbability") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues: A tuple of values for the quasi-identifier columns.

func (*GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues) MarshalJSON

func (*GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues) UnmarshalJSON

type GooglePrivacyDlpV2DeltaPresenceEstimationResult

type GooglePrivacyDlpV2DeltaPresenceEstimationResult struct {
	// DeltaPresenceEstimationHistogram: The intervals [min_probability,
	// max_probability) do not overlap. If a value doesn't correspond to any
	// such interval, the associated frequency is zero. For example, the
	// following records: {min_probability: 0, max_probability: 0.1,
	// frequency: 17} {min_probability: 0.2, max_probability: 0.3,
	// frequency: 42} {min_probability: 0.3, max_probability: 0.4,
	// frequency: 99} mean that there are no record with an estimated
	// probability in [0.1, 0.2) nor larger or equal to 0.4.
	DeltaPresenceEstimationHistogram []*GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket `json:"deltaPresenceEstimationHistogram,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "DeltaPresenceEstimationHistogram") to unconditionally include in API
	// requests. By default, fields with empty values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g.
	// "DeltaPresenceEstimationHistogram") to include in API requests with
	// the JSON null value. By default, fields with empty values are omitted
	// from API requests. However, any field with an empty value appearing
	// in NullFields will be sent to the server as null. It is an error if a
	// field in this list has a non-empty value. This may be used to include
	// null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DeltaPresenceEstimationResult: Result of the δ-presence computation. Note that these results are an estimation, not exact values.

func (*GooglePrivacyDlpV2DeltaPresenceEstimationResult) MarshalJSON

type GooglePrivacyDlpV2DetectionRule

type GooglePrivacyDlpV2DetectionRule struct {
	// HotwordRule: Hotword-based detection rule.
	HotwordRule *GooglePrivacyDlpV2HotwordRule `json:"hotwordRule,omitempty"`

	// ForceSendFields is a list of field names (e.g. "HotwordRule") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "HotwordRule") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DetectionRule: Deprecated; use `InspectionRuleSet` instead. Rule for modifying a `CustomInfoType` to alter behavior under certain circumstances, depending on the specific details of the rule. Not supported for the `surrogate_type` custom infoType.

func (*GooglePrivacyDlpV2DetectionRule) MarshalJSON

func (s *GooglePrivacyDlpV2DetectionRule) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Dictionary

type GooglePrivacyDlpV2Dictionary struct {
	// CloudStoragePath: Newline-delimited file of words in Cloud Storage.
	// Only a single file is accepted.
	CloudStoragePath *GooglePrivacyDlpV2CloudStoragePath `json:"cloudStoragePath,omitempty"`

	// WordList: List of words or phrases to search for.
	WordList *GooglePrivacyDlpV2WordList `json:"wordList,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CloudStoragePath") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CloudStoragePath") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Dictionary: Custom information type based on a dictionary of words or phrases. This can be used to match sensitive information specific to the data, such as a list of employee IDs or job titles. Dictionary words are case-insensitive and all characters other than letters and digits in the unicode Basic Multilingual Plane (https://en.wikipedia.org/wiki/Plane_%28Unicode%29#Basic_Multilingual_Plane) will be replaced with whitespace when scanning for matches, so the dictionary phrase "Sam Johnson" will match all three phrases "sam johnson", "Sam, Johnson", and "Sam (Johnson)". Additionally, the characters surrounding any match must be of a different type than the adjacent characters within the word, so letters must be next to non-letters and digits next to non-digits. For example, the dictionary word "jen" will match the first three letters of the text "jen123" but will return no matches for "jennifer". Dictionary words containing a large number of characters that are not letters or digits may result in unexpected findings because such characters are treated as whitespace. The limits (https://cloud.google.com/dlp/limits) page contains details about the size limits of dictionaries. For dictionaries that do not fit within these constraints, consider using `LargeCustomDictionaryConfig` in the `StoredInfoType` API.

func (*GooglePrivacyDlpV2Dictionary) MarshalJSON

func (s *GooglePrivacyDlpV2Dictionary) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2DlpJob

type GooglePrivacyDlpV2DlpJob struct {
	// CreateTime: Time when the job was created.
	CreateTime string `json:"createTime,omitempty"`

	// EndTime: Time when the job finished.
	EndTime string `json:"endTime,omitempty"`

	// Errors: A stream of errors encountered running the job.
	Errors []*GooglePrivacyDlpV2Error `json:"errors,omitempty"`

	// InspectDetails: Results from inspecting a data source.
	InspectDetails *GooglePrivacyDlpV2InspectDataSourceDetails `json:"inspectDetails,omitempty"`

	// JobTriggerName: If created by a job trigger, the resource name of the
	// trigger that instantiated the job.
	JobTriggerName string `json:"jobTriggerName,omitempty"`

	// Name: The server-assigned name.
	Name string `json:"name,omitempty"`

	// RiskDetails: Results from analyzing risk of a data source.
	RiskDetails *GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails `json:"riskDetails,omitempty"`

	// StartTime: Time when the job started.
	StartTime string `json:"startTime,omitempty"`

	// State: State of a job.
	//
	// Possible values:
	//   "JOB_STATE_UNSPECIFIED" - Unused.
	//   "PENDING" - The job has not yet started.
	//   "RUNNING" - The job is currently running. Once a job has finished
	// it will transition to FAILED or DONE.
	//   "DONE" - The job is no longer running.
	//   "CANCELED" - The job was canceled before it could complete.
	//   "FAILED" - The job had an error and did not complete.
	//   "ACTIVE" - The job is currently accepting findings via
	// hybridInspect. A hybrid job in ACTIVE state may continue to have
	// findings added to it through calling of hybridInspect. After the job
	// has finished no more calls to hybridInspect may be made. ACTIVE jobs
	// can transition to DONE.
	State string `json:"state,omitempty"`

	// Type: The type of job.
	//
	// Possible values:
	//   "DLP_JOB_TYPE_UNSPECIFIED" - Unused
	//   "INSPECT_JOB" - The job inspected Google Cloud for sensitive data.
	//   "RISK_ANALYSIS_JOB" - The job executed a Risk Analysis computation.
	Type string `json:"type,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "CreateTime") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CreateTime") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DlpJob: Combines all of the information about a DLP job.

func (*GooglePrivacyDlpV2DlpJob) MarshalJSON

func (s *GooglePrivacyDlpV2DlpJob) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2DocumentLocation

type GooglePrivacyDlpV2DocumentLocation struct {
	// FileOffset: Offset of the line, from the beginning of the file, where
	// the finding is located.
	FileOffset int64 `json:"fileOffset,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "FileOffset") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "FileOffset") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2DocumentLocation: Location of a finding within a document.

func (*GooglePrivacyDlpV2DocumentLocation) MarshalJSON

func (s *GooglePrivacyDlpV2DocumentLocation) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2EntityId

type GooglePrivacyDlpV2EntityId struct {
	// Field: Composite key indicating which field contains the entity
	// identifier.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Field") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Field") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2EntityId: An entity in a dataset is a field or set of fields that correspond to a single person. For example, in medical records the `EntityId` might be a patient identifier, or for financial records it might be an account identifier. This message is used when generalizations or analysis must take into account that multiple rows correspond to the same entity.

func (*GooglePrivacyDlpV2EntityId) MarshalJSON

func (s *GooglePrivacyDlpV2EntityId) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Error

type GooglePrivacyDlpV2Error struct {
	// Details: Detailed error codes and messages.
	Details *GoogleRpcStatus `json:"details,omitempty"`

	// Timestamps: The times the error occurred.
	Timestamps []string `json:"timestamps,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Details") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Details") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Error: Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger.

func (*GooglePrivacyDlpV2Error) MarshalJSON

func (s *GooglePrivacyDlpV2Error) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ExcludeInfoTypes

type GooglePrivacyDlpV2ExcludeInfoTypes struct {
	// InfoTypes: InfoType list in ExclusionRule rule drops a finding when
	// it overlaps or contained within with a finding of an infoType from
	// this list. For example, for `InspectionRuleSet.info_types` containing
	// "PHONE_NUMBER" and `exclusion_rule` containing
	// `exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number
	// findings are dropped if they overlap with EMAIL_ADDRESS finding. That
	// leads to "555-222-2222@example.org" to generate only a single
	// finding, namely email address.
	InfoTypes []*GooglePrivacyDlpV2InfoType `json:"infoTypes,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InfoTypes") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InfoTypes") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ExcludeInfoTypes: List of exclude infoTypes.

func (*GooglePrivacyDlpV2ExcludeInfoTypes) MarshalJSON

func (s *GooglePrivacyDlpV2ExcludeInfoTypes) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ExclusionRule

type GooglePrivacyDlpV2ExclusionRule struct {
	// Dictionary: Dictionary which defines the rule.
	Dictionary *GooglePrivacyDlpV2Dictionary `json:"dictionary,omitempty"`

	// ExcludeInfoTypes: Set of infoTypes for which findings would affect
	// this rule.
	ExcludeInfoTypes *GooglePrivacyDlpV2ExcludeInfoTypes `json:"excludeInfoTypes,omitempty"`

	// MatchingType: How the rule is applied, see MatchingType documentation
	// for details.
	//
	// Possible values:
	//   "MATCHING_TYPE_UNSPECIFIED" - Invalid.
	//   "MATCHING_TYPE_FULL_MATCH" - Full match. - Dictionary: join of
	// Dictionary results matched complete finding quote - Regex: all regex
	// matches fill a finding quote start to end - Exclude info type:
	// completely inside affecting info types findings
	//   "MATCHING_TYPE_PARTIAL_MATCH" - Partial match. - Dictionary: at
	// least one of the tokens in the finding matches - Regex: substring of
	// the finding matches - Exclude info type: intersects with affecting
	// info types findings
	//   "MATCHING_TYPE_INVERSE_MATCH" - Inverse match. - Dictionary: no
	// tokens in the finding match the dictionary - Regex: finding doesn't
	// match the regex - Exclude info type: no intersection with affecting
	// info types findings
	MatchingType string `json:"matchingType,omitempty"`

	// Regex: Regular expression which defines the rule.
	Regex *GooglePrivacyDlpV2Regex `json:"regex,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Dictionary") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Dictionary") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ExclusionRule: The rule that specifies conditions when findings of infoTypes specified in `InspectionRuleSet` are removed from results.

func (*GooglePrivacyDlpV2ExclusionRule) MarshalJSON

func (s *GooglePrivacyDlpV2ExclusionRule) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Expressions

type GooglePrivacyDlpV2Expressions struct {
	// Conditions: Conditions to apply to the expression.
	Conditions *GooglePrivacyDlpV2Conditions `json:"conditions,omitempty"`

	// LogicalOperator: The operator to apply to the result of conditions.
	// Default and currently only supported value is `AND`.
	//
	// Possible values:
	//   "LOGICAL_OPERATOR_UNSPECIFIED" - Unused
	//   "AND" - Conditional AND
	LogicalOperator string `json:"logicalOperator,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Conditions") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Conditions") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Expressions: An expression, consisting or an operator and conditions.

func (*GooglePrivacyDlpV2Expressions) MarshalJSON

func (s *GooglePrivacyDlpV2Expressions) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2FieldId

type GooglePrivacyDlpV2FieldId struct {
	// Name: Name describing the field.
	Name string `json:"name,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Name") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Name") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2FieldId: General identifier of a data field in a storage service.

func (*GooglePrivacyDlpV2FieldId) MarshalJSON

func (s *GooglePrivacyDlpV2FieldId) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2FieldTransformation

type GooglePrivacyDlpV2FieldTransformation struct {
	// Condition: Only apply the transformation if the condition evaluates
	// to true for the given `RecordCondition`. The conditions are allowed
	// to reference fields that are not used in the actual transformation.
	// Example Use Cases: - Apply a different bucket transformation to an
	// age column if the zip code column for the same record is within a
	// specific range. - Redact a field if the date of birth field is
	// greater than 85.
	Condition *GooglePrivacyDlpV2RecordCondition `json:"condition,omitempty"`

	// Fields: Required. Input field(s) to apply the transformation to.
	Fields []*GooglePrivacyDlpV2FieldId `json:"fields,omitempty"`

	// InfoTypeTransformations: Treat the contents of the field as free
	// text, and selectively transform content that matches an `InfoType`.
	InfoTypeTransformations *GooglePrivacyDlpV2InfoTypeTransformations `json:"infoTypeTransformations,omitempty"`

	// PrimitiveTransformation: Apply the transformation to the entire
	// field.
	PrimitiveTransformation *GooglePrivacyDlpV2PrimitiveTransformation `json:"primitiveTransformation,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Condition") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2FieldTransformation: The transformation to apply to the field.

func (*GooglePrivacyDlpV2FieldTransformation) MarshalJSON

func (s *GooglePrivacyDlpV2FieldTransformation) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2FileSet

type GooglePrivacyDlpV2FileSet struct {
	// RegexFileSet: The regex-filtered set of files to scan. Exactly one of
	// `url` or `regex_file_set` must be set.
	RegexFileSet *GooglePrivacyDlpV2CloudStorageRegexFileSet `json:"regexFileSet,omitempty"`

	// Url: The Cloud Storage url of the file(s) to scan, in the format
	// `gs:///`. Trailing wildcard in the path is allowed. If the url ends
	// in a trailing slash, the bucket or directory represented by the url
	// will be scanned non-recursively (content in sub-directories will not
	// be scanned). This means that `gs://mybucket/` is equivalent to
	// `gs://mybucket/*`, and `gs://mybucket/directory/` is equivalent to
	// `gs://mybucket/directory/*`. Exactly one of `url` or `regex_file_set`
	// must be set.
	Url string `json:"url,omitempty"`

	// ForceSendFields is a list of field names (e.g. "RegexFileSet") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "RegexFileSet") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2FileSet: Set of files to scan.

func (*GooglePrivacyDlpV2FileSet) MarshalJSON

func (s *GooglePrivacyDlpV2FileSet) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Finding

type GooglePrivacyDlpV2Finding struct {
	// CreateTime: Timestamp when finding was detected.
	CreateTime string `json:"createTime,omitempty"`

	// FindingId: The unique finding id.
	FindingId string `json:"findingId,omitempty"`

	// InfoType: The type of content that might have been found. Provided if
	// `excluded_types` is false.
	InfoType *GooglePrivacyDlpV2InfoType `json:"infoType,omitempty"`

	// JobCreateTime: Time the job started that produced this finding.
	JobCreateTime string `json:"jobCreateTime,omitempty"`

	// JobName: The job that stored the finding.
	JobName string `json:"jobName,omitempty"`

	// Labels: The labels associated with this `Finding`. Label keys must be
	// between 1 and 63 characters long and must conform to the following
	// regular expression: `a-z ([-a-z0-9]*[a-z0-9])?`. Label values must be
	// between 0 and 63 characters long and must conform to the regular
	// expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels
	// can be associated with a given finding. Examples: * "environment" :
	// "production" * "pipeline" : "etl"
	Labels map[string]string `json:"labels,omitempty"`

	// Likelihood: Confidence of how likely it is that the `info_type` is
	// correct.
	//
	// Possible values:
	//   "LIKELIHOOD_UNSPECIFIED" - Default value; same as POSSIBLE.
	//   "VERY_UNLIKELY" - Few matching elements.
	//   "UNLIKELY"
	//   "POSSIBLE" - Some matching elements.
	//   "LIKELY"
	//   "VERY_LIKELY" - Many matching elements.
	Likelihood string `json:"likelihood,omitempty"`

	// Location: Where the content was found.
	Location *GooglePrivacyDlpV2Location `json:"location,omitempty"`

	// Name: Resource name in format
	// projects/{project}/locations/{location}/findings/{finding} Populated
	// only when viewing persisted findings.
	Name string `json:"name,omitempty"`

	// Quote: The content that was found. Even if the content is not
	// textual, it may be converted to a textual representation here.
	// Provided if `include_quote` is true and the finding is less than or
	// equal to 4096 bytes long. If the finding exceeds 4096 bytes in
	// length, the quote may be omitted.
	Quote string `json:"quote,omitempty"`

	// QuoteInfo: Contains data parsed from quotes. Only populated if
	// include_quote was set to true and a supported infoType was requested.
	// Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
	QuoteInfo *GooglePrivacyDlpV2QuoteInfo `json:"quoteInfo,omitempty"`

	// ResourceName: The job that stored the finding.
	ResourceName string `json:"resourceName,omitempty"`

	// TriggerName: Job trigger name, if applicable, for this finding.
	TriggerName string `json:"triggerName,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CreateTime") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CreateTime") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Finding: Represents a piece of potentially sensitive content.

func (*GooglePrivacyDlpV2Finding) MarshalJSON

func (s *GooglePrivacyDlpV2Finding) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2FindingLimits

type GooglePrivacyDlpV2FindingLimits struct {
	// MaxFindingsPerInfoType: Configuration of findings limit given for
	// specified infoTypes.
	MaxFindingsPerInfoType []*GooglePrivacyDlpV2InfoTypeLimit `json:"maxFindingsPerInfoType,omitempty"`

	// MaxFindingsPerItem: Max number of findings that will be returned for
	// each item scanned. When set within `InspectJobConfig`, the maximum
	// returned is 2000 regardless if this is set higher. When set within
	// `InspectContentRequest`, this field is ignored.
	MaxFindingsPerItem int64 `json:"maxFindingsPerItem,omitempty"`

	// MaxFindingsPerRequest: Max number of findings that will be returned
	// per request/job. When set within `InspectContentRequest`, the maximum
	// returned is 2000 regardless if this is set higher.
	MaxFindingsPerRequest int64 `json:"maxFindingsPerRequest,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "MaxFindingsPerInfoType") to unconditionally include in API requests.
	// By default, fields with empty values are omitted from API requests.
	// However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "MaxFindingsPerInfoType")
	// to include in API requests with the JSON null value. By default,
	// fields with empty values are omitted from API requests. However, any
	// field with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2FindingLimits: Configuration to control the number of findings returned. Cannot be set if de-identification is requested.

func (*GooglePrivacyDlpV2FindingLimits) MarshalJSON

func (s *GooglePrivacyDlpV2FindingLimits) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2FinishDlpJobRequest added in v0.21.0

type GooglePrivacyDlpV2FinishDlpJobRequest struct {
}

GooglePrivacyDlpV2FinishDlpJobRequest: The request message for finishing a DLP hybrid job.

type GooglePrivacyDlpV2FixedSizeBucketingConfig

type GooglePrivacyDlpV2FixedSizeBucketingConfig struct {
	// BucketSize: Required. Size of each bucket (except for minimum and
	// maximum buckets). So if `lower_bound` = 10, `upper_bound` = 89, and
	// `bucket_size` = 10, then the following buckets would be used: -10,
	// 10-20, 20-30, 30-40, 40-50, 50-60, 60-70, 70-80, 80-89, 89+.
	// Precision up to 2 decimals works.
	BucketSize float64 `json:"bucketSize,omitempty"`

	// LowerBound: Required. Lower bound value of buckets. All values less
	// than `lower_bound` are grouped together into a single bucket; for
	// example if `lower_bound` = 10, then all values less than 10 are
	// replaced with the value "-10".
	LowerBound *GooglePrivacyDlpV2Value `json:"lowerBound,omitempty"`

	// UpperBound: Required. Upper bound value of buckets. All values
	// greater than upper_bound are grouped together into a single bucket;
	// for example if `upper_bound` = 89, then all values greater than 89
	// are replaced with the value "89+".
	UpperBound *GooglePrivacyDlpV2Value `json:"upperBound,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BucketSize") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BucketSize") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2FixedSizeBucketingConfig: Buckets values based on fixed size ranges. The Bucketing transformation can provide all of this functionality, but requires more configuration. This message is provided as a convenience to the user for simple bucketing strategies. The transformed value will be a hyphenated string of {lower_bound}-{upper_bound}, i.e if lower_bound = 10 and upper_bound = 20 all values that are within this bucket will be replaced with "10-20". This can be used on data of type: double, long. If the bound Value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more.

func (*GooglePrivacyDlpV2FixedSizeBucketingConfig) MarshalJSON

func (*GooglePrivacyDlpV2FixedSizeBucketingConfig) UnmarshalJSON

func (s *GooglePrivacyDlpV2FixedSizeBucketingConfig) UnmarshalJSON(data []byte) error

type GooglePrivacyDlpV2HotwordRule

type GooglePrivacyDlpV2HotwordRule struct {
	// HotwordRegex: Regular expression pattern defining what qualifies as a
	// hotword.
	HotwordRegex *GooglePrivacyDlpV2Regex `json:"hotwordRegex,omitempty"`

	// LikelihoodAdjustment: Likelihood adjustment to apply to all matching
	// findings.
	LikelihoodAdjustment *GooglePrivacyDlpV2LikelihoodAdjustment `json:"likelihoodAdjustment,omitempty"`

	// Proximity: Proximity of the finding within which the entire hotword
	// must reside. The total length of the window cannot exceed 1000
	// characters. Note that the finding itself will be included in the
	// window, so that hotwords may be used to match substrings of the
	// finding itself. For example, the certainty of a phone number regex
	// "\(\d{3}\) \d{3}-\d{4}" could be adjusted upwards if the area code is
	// known to be the local area code of a company office using the hotword
	// regex "\(xxx\)", where "xxx" is the area code in question.
	Proximity *GooglePrivacyDlpV2Proximity `json:"proximity,omitempty"`

	// ForceSendFields is a list of field names (e.g. "HotwordRegex") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "HotwordRegex") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2HotwordRule: The rule that adjusts the likelihood of findings within a certain proximity of hotwords.

func (*GooglePrivacyDlpV2HotwordRule) MarshalJSON

func (s *GooglePrivacyDlpV2HotwordRule) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2HybridContentItem added in v0.21.0

type GooglePrivacyDlpV2HybridContentItem struct {
	// FindingDetails: Supplementary information that will be added to each
	// finding.
	FindingDetails *GooglePrivacyDlpV2HybridFindingDetails `json:"findingDetails,omitempty"`

	// Item: The item to inspect.
	Item *GooglePrivacyDlpV2ContentItem `json:"item,omitempty"`

	// ForceSendFields is a list of field names (e.g. "FindingDetails") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "FindingDetails") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2HybridContentItem: An individual hybrid item to inspect. Will be stored temporarily during processing.

func (*GooglePrivacyDlpV2HybridContentItem) MarshalJSON added in v0.21.0

func (s *GooglePrivacyDlpV2HybridContentItem) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2HybridFindingDetails added in v0.21.0

type GooglePrivacyDlpV2HybridFindingDetails struct {
	// ContainerDetails: Details about the container where the content being
	// inspected is from.
	ContainerDetails *GooglePrivacyDlpV2Container `json:"containerDetails,omitempty"`

	// FileOffset: Offset in bytes of the line, from the beginning of the
	// file, where the finding is located. Populate if the item being
	// scanned is only part of a bigger item, such as a shard of a file and
	// you want to track the absolute position of the finding.
	FileOffset int64 `json:"fileOffset,omitempty,string"`

	// Labels: Labels to represent user provided metadata about the data
	// being inspected. If configured by the job, some key values may be
	// required. The labels associated with `Finding`'s produced by hybrid
	// inspection. Label keys must be between 1 and 63 characters long and
	// must conform to the following regular expression: `a-z
	// ([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63
	// characters long and must conform to the regular expression
	// `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be
	// associated with a given finding. Examples: * "environment" :
	// "production" * "pipeline" : "etl"
	Labels map[string]string `json:"labels,omitempty"`

	// RowOffset: Offset of the row for tables. Populate if the row(s) being
	// scanned are part of a bigger dataset and you want to keep track of
	// their absolute position.
	RowOffset int64 `json:"rowOffset,omitempty,string"`

	// TableOptions: If the container is a table, additional information to
	// make findings meaningful such as the columns that are primary keys.
	// If not known ahead of time, can also be set within each inspect
	// hybrid call and the two will be merged. Note that identifying_fields
	// will only be stored to BigQuery, and only if the BigQuery action has
	// been included.
	TableOptions *GooglePrivacyDlpV2TableOptions `json:"tableOptions,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ContainerDetails") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ContainerDetails") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2HybridFindingDetails: Populate to associate additional data with each finding.

func (*GooglePrivacyDlpV2HybridFindingDetails) MarshalJSON added in v0.21.0

func (s *GooglePrivacyDlpV2HybridFindingDetails) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2HybridInspectDlpJobRequest added in v0.21.0

type GooglePrivacyDlpV2HybridInspectDlpJobRequest struct {
	// HybridItem: The item to inspect.
	HybridItem *GooglePrivacyDlpV2HybridContentItem `json:"hybridItem,omitempty"`

	// ForceSendFields is a list of field names (e.g. "HybridItem") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "HybridItem") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2HybridInspectDlpJobRequest: Request to search for potentially sensitive info in a custom location.

func (*GooglePrivacyDlpV2HybridInspectDlpJobRequest) MarshalJSON added in v0.21.0

type GooglePrivacyDlpV2HybridInspectJobTriggerRequest added in v0.21.0

type GooglePrivacyDlpV2HybridInspectJobTriggerRequest struct {
	// HybridItem: The item to inspect.
	HybridItem *GooglePrivacyDlpV2HybridContentItem `json:"hybridItem,omitempty"`

	// ForceSendFields is a list of field names (e.g. "HybridItem") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "HybridItem") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2HybridInspectJobTriggerRequest: Request to search for potentially sensitive info in a custom location.

func (*GooglePrivacyDlpV2HybridInspectJobTriggerRequest) MarshalJSON added in v0.21.0

type GooglePrivacyDlpV2HybridInspectResponse added in v0.21.0

type GooglePrivacyDlpV2HybridInspectResponse struct {
	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`
}

GooglePrivacyDlpV2HybridInspectResponse: Quota exceeded errors will be thrown once quota has been met.

type GooglePrivacyDlpV2HybridInspectStatistics added in v0.21.0

type GooglePrivacyDlpV2HybridInspectStatistics struct {
	// AbortedCount: The number of hybrid inspection requests aborted
	// because the job ran out of quota or was ended before they could be
	// processed.
	AbortedCount int64 `json:"abortedCount,omitempty,string"`

	// PendingCount: The number of hybrid requests currently being
	// processed. Only populated when called via method `getDlpJob`. A burst
	// of traffic may cause hybrid inspect requests to be enqueued.
	// Processing will take place as quickly as possible, but resource
	// limitations may impact how long a request is enqueued for.
	PendingCount int64 `json:"pendingCount,omitempty,string"`

	// ProcessedCount: The number of hybrid inspection requests processed
	// within this job.
	ProcessedCount int64 `json:"processedCount,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "AbortedCount") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AbortedCount") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2HybridInspectStatistics: Statistics related to processing hybrid inspect requests.

func (*GooglePrivacyDlpV2HybridInspectStatistics) MarshalJSON added in v0.21.0

type GooglePrivacyDlpV2HybridOptions added in v0.21.0

type GooglePrivacyDlpV2HybridOptions struct {
	// Description: A short description of where the data is coming from.
	// Will be stored once in the job. 256 max length.
	Description string `json:"description,omitempty"`

	// Labels: To organize findings, these labels will be added to each
	// finding. Label keys must be between 1 and 63 characters long and must
	// conform to the following regular expression: `a-z
	// ([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63
	// characters long and must conform to the regular expression
	// `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be
	// associated with a given finding. Examples: * "environment" :
	// "production" * "pipeline" : "etl"
	Labels map[string]string `json:"labels,omitempty"`

	// RequiredFindingLabelKeys: These are labels that each inspection
	// request must include within their 'finding_labels' map. Request may
	// contain others, but any missing one of these will be rejected. Label
	// keys must be between 1 and 63 characters long and must conform to the
	// following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more
	// than 10 keys can be required.
	RequiredFindingLabelKeys []string `json:"requiredFindingLabelKeys,omitempty"`

	// TableOptions: If the container is a table, additional information to
	// make findings meaningful such as the columns that are primary keys.
	TableOptions *GooglePrivacyDlpV2TableOptions `json:"tableOptions,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Description") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2HybridOptions: Configuration to control jobs where the content being inspected is outside of Google Cloud Platform.

func (*GooglePrivacyDlpV2HybridOptions) MarshalJSON added in v0.21.0

func (s *GooglePrivacyDlpV2HybridOptions) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ImageLocation

type GooglePrivacyDlpV2ImageLocation struct {
	// BoundingBoxes: Bounding boxes locating the pixels within the image
	// containing the finding.
	BoundingBoxes []*GooglePrivacyDlpV2BoundingBox `json:"boundingBoxes,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BoundingBoxes") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BoundingBoxes") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ImageLocation: Location of the finding within an image.

func (*GooglePrivacyDlpV2ImageLocation) MarshalJSON

func (s *GooglePrivacyDlpV2ImageLocation) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ImageRedactionConfig

type GooglePrivacyDlpV2ImageRedactionConfig struct {
	// InfoType: Only one per info_type should be provided per request. If
	// not specified, and redact_all_text is false, the DLP API will redact
	// all text that it matches against all info_types that are found, but
	// not specified in another ImageRedactionConfig.
	InfoType *GooglePrivacyDlpV2InfoType `json:"infoType,omitempty"`

	// RedactAllText: If true, all text found in the image, regardless
	// whether it matches an info_type, is redacted. Only one should be
	// provided.
	RedactAllText bool `json:"redactAllText,omitempty"`

	// RedactionColor: The color to use when redacting content from an
	// image. If not specified, the default is black.
	RedactionColor *GooglePrivacyDlpV2Color `json:"redactionColor,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InfoType") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InfoType") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ImageRedactionConfig: Configuration for determining how redaction of images should occur.

func (*GooglePrivacyDlpV2ImageRedactionConfig) MarshalJSON

func (s *GooglePrivacyDlpV2ImageRedactionConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InfoType

type GooglePrivacyDlpV2InfoType struct {
	// Name: Name of the information type. Either a name of your choosing
	// when creating a CustomInfoType, or one of the names listed at
	// https://cloud.google.com/dlp/docs/infotypes-reference when specifying
	// a built-in type. When sending Cloud DLP results to Data Catalog,
	// infoType names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`.
	Name string `json:"name,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Name") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Name") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InfoType: Type of information detected by the API.

func (*GooglePrivacyDlpV2InfoType) MarshalJSON

func (s *GooglePrivacyDlpV2InfoType) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InfoTypeDescription

type GooglePrivacyDlpV2InfoTypeDescription struct {
	// Description: Description of the infotype. Translated when language is
	// provided in the request.
	Description string `json:"description,omitempty"`

	// DisplayName: Human readable form of the infoType name.
	DisplayName string `json:"displayName,omitempty"`

	// Name: Internal name of the infoType.
	Name string `json:"name,omitempty"`

	// SupportedBy: Which parts of the API supports this InfoType.
	//
	// Possible values:
	//   "ENUM_TYPE_UNSPECIFIED" - Unused.
	//   "INSPECT" - Supported by the inspect operations.
	//   "RISK_ANALYSIS" - Supported by the risk analysis operations.
	SupportedBy []string `json:"supportedBy,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Description") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InfoTypeDescription: InfoType description.

func (*GooglePrivacyDlpV2InfoTypeDescription) MarshalJSON

func (s *GooglePrivacyDlpV2InfoTypeDescription) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InfoTypeLimit

type GooglePrivacyDlpV2InfoTypeLimit struct {
	// InfoType: Type of information the findings limit applies to. Only one
	// limit per info_type should be provided. If InfoTypeLimit does not
	// have an info_type, the DLP API applies the limit against all
	// info_types that are found but not specified in another InfoTypeLimit.
	InfoType *GooglePrivacyDlpV2InfoType `json:"infoType,omitempty"`

	// MaxFindings: Max findings limit for the given infoType.
	MaxFindings int64 `json:"maxFindings,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InfoType") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InfoType") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InfoTypeLimit: Max findings configuration per infoType, per content item or long running DlpJob.

func (*GooglePrivacyDlpV2InfoTypeLimit) MarshalJSON

func (s *GooglePrivacyDlpV2InfoTypeLimit) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InfoTypeStats

type GooglePrivacyDlpV2InfoTypeStats struct {
	// Count: Number of findings for this infoType.
	Count int64 `json:"count,omitempty,string"`

	// InfoType: The type of finding this stat is for.
	InfoType *GooglePrivacyDlpV2InfoType `json:"infoType,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Count") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InfoTypeStats: Statistics regarding a specific InfoType.

func (*GooglePrivacyDlpV2InfoTypeStats) MarshalJSON

func (s *GooglePrivacyDlpV2InfoTypeStats) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InfoTypeTransformation

type GooglePrivacyDlpV2InfoTypeTransformation struct {
	// InfoTypes: InfoTypes to apply the transformation to. An empty list
	// will cause this transformation to apply to all findings that
	// correspond to infoTypes that were requested in `InspectConfig`.
	InfoTypes []*GooglePrivacyDlpV2InfoType `json:"infoTypes,omitempty"`

	// PrimitiveTransformation: Required. Primitive transformation to apply
	// to the infoType.
	PrimitiveTransformation *GooglePrivacyDlpV2PrimitiveTransformation `json:"primitiveTransformation,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InfoTypes") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InfoTypes") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InfoTypeTransformation: A transformation to apply to text that is identified as a specific info_type.

func (*GooglePrivacyDlpV2InfoTypeTransformation) MarshalJSON

func (s *GooglePrivacyDlpV2InfoTypeTransformation) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InfoTypeTransformations

type GooglePrivacyDlpV2InfoTypeTransformations struct {
	// Transformations: Required. Transformation for each infoType. Cannot
	// specify more than one for a given infoType.
	Transformations []*GooglePrivacyDlpV2InfoTypeTransformation `json:"transformations,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Transformations") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Transformations") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InfoTypeTransformations: A type of transformation that will scan unstructured text and apply various `PrimitiveTransformation`s to each finding, where the transformation is applied to only values that were identified as a specific info_type.

func (*GooglePrivacyDlpV2InfoTypeTransformations) MarshalJSON

type GooglePrivacyDlpV2InspectConfig

type GooglePrivacyDlpV2InspectConfig struct {
	// ContentOptions: List of options defining data content to scan. If
	// empty, text, images, and other content will be included.
	//
	// Possible values:
	//   "CONTENT_UNSPECIFIED" - Includes entire content of a file or a data
	// stream.
	//   "CONTENT_TEXT" - Text content within the data, excluding any
	// metadata.
	//   "CONTENT_IMAGE" - Images found in the data.
	ContentOptions []string `json:"contentOptions,omitempty"`

	// CustomInfoTypes: CustomInfoTypes provided by the user. See
	// https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn
	// more.
	CustomInfoTypes []*GooglePrivacyDlpV2CustomInfoType `json:"customInfoTypes,omitempty"`

	// ExcludeInfoTypes: When true, excludes type information of the
	// findings.
	ExcludeInfoTypes bool `json:"excludeInfoTypes,omitempty"`

	// IncludeQuote: When true, a contextual quote from the data that
	// triggered a finding is included in the response; see Finding.quote.
	IncludeQuote bool `json:"includeQuote,omitempty"`

	// InfoTypes: Restricts what info_types to look for. The values must
	// correspond to InfoType values returned by ListInfoTypes or listed at
	// https://cloud.google.com/dlp/docs/infotypes-reference. When no
	// InfoTypes or CustomInfoTypes are specified in a request, the system
	// may automatically choose what detectors to run. By default this may
	// be all types, but may change over time as detectors are updated. If
	// you need precise control and predictability as to what detectors are
	// run you should specify specific InfoTypes listed in the reference,
	// otherwise a default list will be used, which may change over time.
	InfoTypes []*GooglePrivacyDlpV2InfoType `json:"infoTypes,omitempty"`

	// Limits: Configuration to control the number of findings returned.
	Limits *GooglePrivacyDlpV2FindingLimits `json:"limits,omitempty"`

	// MinLikelihood: Only returns findings equal or above this threshold.
	// The default is POSSIBLE. See
	// https://cloud.google.com/dlp/docs/likelihood to learn more.
	//
	// Possible values:
	//   "LIKELIHOOD_UNSPECIFIED" - Default value; same as POSSIBLE.
	//   "VERY_UNLIKELY" - Few matching elements.
	//   "UNLIKELY"
	//   "POSSIBLE" - Some matching elements.
	//   "LIKELY"
	//   "VERY_LIKELY" - Many matching elements.
	MinLikelihood string `json:"minLikelihood,omitempty"`

	// RuleSet: Set of rules to apply to the findings for this
	// InspectConfig. Exclusion rules, contained in the set are executed in
	// the end, other rules are executed in the order they are specified for
	// each info type.
	RuleSet []*GooglePrivacyDlpV2InspectionRuleSet `json:"ruleSet,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ContentOptions") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ContentOptions") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InspectConfig: Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used.

func (*GooglePrivacyDlpV2InspectConfig) MarshalJSON

func (s *GooglePrivacyDlpV2InspectConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InspectContentRequest

type GooglePrivacyDlpV2InspectContentRequest struct {
	// InspectConfig: Configuration for the inspector. What specified here
	// will override the template referenced by the inspect_template_name
	// argument.
	InspectConfig *GooglePrivacyDlpV2InspectConfig `json:"inspectConfig,omitempty"`

	// InspectTemplateName: Template to use. Any configuration directly
	// specified in inspect_config will override those set in the template.
	// Singular fields that are set in this request will replace their
	// corresponding fields in the template. Repeated fields are appended.
	// Singular sub-messages and groups are recursively merged.
	InspectTemplateName string `json:"inspectTemplateName,omitempty"`

	// Item: The item to inspect.
	Item *GooglePrivacyDlpV2ContentItem `json:"item,omitempty"`

	// LocationId: Deprecated. This field has no effect.
	LocationId string `json:"locationId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InspectConfig") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InspectConfig") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InspectContentRequest: Request to search for potentially sensitive info in a ContentItem.

func (*GooglePrivacyDlpV2InspectContentRequest) MarshalJSON

func (s *GooglePrivacyDlpV2InspectContentRequest) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InspectContentResponse

type GooglePrivacyDlpV2InspectContentResponse struct {
	// Result: The findings.
	Result *GooglePrivacyDlpV2InspectResult `json:"result,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "Result") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Result") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InspectContentResponse: Results of inspecting an item.

func (*GooglePrivacyDlpV2InspectContentResponse) MarshalJSON

func (s *GooglePrivacyDlpV2InspectContentResponse) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InspectDataSourceDetails

type GooglePrivacyDlpV2InspectDataSourceDetails struct {
	// RequestedOptions: The configuration used for this job.
	RequestedOptions *GooglePrivacyDlpV2RequestedOptions `json:"requestedOptions,omitempty"`

	// Result: A summary of the outcome of this inspection job.
	Result *GooglePrivacyDlpV2Result `json:"result,omitempty"`

	// ForceSendFields is a list of field names (e.g. "RequestedOptions") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "RequestedOptions") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InspectDataSourceDetails: The results of an inspect DataSource job.

func (*GooglePrivacyDlpV2InspectDataSourceDetails) MarshalJSON

type GooglePrivacyDlpV2InspectJobConfig

type GooglePrivacyDlpV2InspectJobConfig struct {
	// Actions: Actions to execute at the completion of the job.
	Actions []*GooglePrivacyDlpV2Action `json:"actions,omitempty"`

	// InspectConfig: How and what to scan for.
	InspectConfig *GooglePrivacyDlpV2InspectConfig `json:"inspectConfig,omitempty"`

	// InspectTemplateName: If provided, will be used as the default for all
	// values in InspectConfig. `inspect_config` will be merged into the
	// values persisted as part of the template.
	InspectTemplateName string `json:"inspectTemplateName,omitempty"`

	// StorageConfig: The data to scan.
	StorageConfig *GooglePrivacyDlpV2StorageConfig `json:"storageConfig,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Actions") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Actions") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InspectJobConfig: Controls what and how to inspect for findings.

func (*GooglePrivacyDlpV2InspectJobConfig) MarshalJSON

func (s *GooglePrivacyDlpV2InspectJobConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InspectResult

type GooglePrivacyDlpV2InspectResult struct {
	// Findings: List of findings for an item.
	Findings []*GooglePrivacyDlpV2Finding `json:"findings,omitempty"`

	// FindingsTruncated: If true, then this item might have more findings
	// than were returned, and the findings returned are an arbitrary subset
	// of all findings. The findings list might be truncated because the
	// input items were too large, or because the server reached the maximum
	// amount of resources allowed for a single API call. For best results,
	// divide the input into smaller batches.
	FindingsTruncated bool `json:"findingsTruncated,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Findings") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Findings") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InspectResult: All the findings for a single scanned item.

func (*GooglePrivacyDlpV2InspectResult) MarshalJSON

func (s *GooglePrivacyDlpV2InspectResult) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InspectTemplate

type GooglePrivacyDlpV2InspectTemplate struct {
	// CreateTime: Output only. The creation timestamp of an
	// inspectTemplate.
	CreateTime string `json:"createTime,omitempty"`

	// Description: Short description (max 256 chars).
	Description string `json:"description,omitempty"`

	// DisplayName: Display name (max 256 chars).
	DisplayName string `json:"displayName,omitempty"`

	// InspectConfig: The core content of the template. Configuration of the
	// scanning process.
	InspectConfig *GooglePrivacyDlpV2InspectConfig `json:"inspectConfig,omitempty"`

	// Name: Output only. The template name. The template will have one of
	// the following formats:
	// `projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID`
	Name string `json:"name,omitempty"`

	// UpdateTime: Output only. The last update timestamp of an
	// inspectTemplate.
	UpdateTime string `json:"updateTime,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "CreateTime") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CreateTime") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InspectTemplate: The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.

func (*GooglePrivacyDlpV2InspectTemplate) MarshalJSON

func (s *GooglePrivacyDlpV2InspectTemplate) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InspectionRule

type GooglePrivacyDlpV2InspectionRule struct {
	// ExclusionRule: Exclusion rule.
	ExclusionRule *GooglePrivacyDlpV2ExclusionRule `json:"exclusionRule,omitempty"`

	// HotwordRule: Hotword-based detection rule.
	HotwordRule *GooglePrivacyDlpV2HotwordRule `json:"hotwordRule,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ExclusionRule") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ExclusionRule") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InspectionRule: A single inspection rule to be applied to infoTypes, specified in `InspectionRuleSet`.

func (*GooglePrivacyDlpV2InspectionRule) MarshalJSON

func (s *GooglePrivacyDlpV2InspectionRule) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2InspectionRuleSet

type GooglePrivacyDlpV2InspectionRuleSet struct {
	// InfoTypes: List of infoTypes this rule set is applied to.
	InfoTypes []*GooglePrivacyDlpV2InfoType `json:"infoTypes,omitempty"`

	// Rules: Set of rules to be applied to infoTypes. The rules are applied
	// in order.
	Rules []*GooglePrivacyDlpV2InspectionRule `json:"rules,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InfoTypes") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InfoTypes") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2InspectionRuleSet: Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.

func (*GooglePrivacyDlpV2InspectionRuleSet) MarshalJSON

func (s *GooglePrivacyDlpV2InspectionRuleSet) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2JobNotificationEmails added in v0.2.0

type GooglePrivacyDlpV2JobNotificationEmails struct {
}

GooglePrivacyDlpV2JobNotificationEmails: Enable email notification to project owners and editors on jobs's completion/failure.

type GooglePrivacyDlpV2JobTrigger

type GooglePrivacyDlpV2JobTrigger struct {
	// CreateTime: Output only. The creation timestamp of a triggeredJob.
	CreateTime string `json:"createTime,omitempty"`

	// Description: User provided description (max 256 chars)
	Description string `json:"description,omitempty"`

	// DisplayName: Display name (max 100 chars)
	DisplayName string `json:"displayName,omitempty"`

	// Errors: Output only. A stream of errors encountered when the trigger
	// was activated. Repeated errors may result in the JobTrigger
	// automatically being paused. Will return the last 100 errors. Whenever
	// the JobTrigger is modified this list will be cleared.
	Errors []*GooglePrivacyDlpV2Error `json:"errors,omitempty"`

	// InspectJob: For inspect jobs, a snapshot of the configuration.
	InspectJob *GooglePrivacyDlpV2InspectJobConfig `json:"inspectJob,omitempty"`

	// LastRunTime: Output only. The timestamp of the last time this trigger
	// executed.
	LastRunTime string `json:"lastRunTime,omitempty"`

	// Name: Unique resource name for the triggeredJob, assigned by the
	// service when the triggeredJob is created, for example
	// `projects/dlp-test-project/jobTriggers/53234423`.
	Name string `json:"name,omitempty"`

	// Status: Required. A status for this trigger.
	//
	// Possible values:
	//   "STATUS_UNSPECIFIED" - Unused.
	//   "HEALTHY" - Trigger is healthy.
	//   "PAUSED" - Trigger is temporarily paused.
	//   "CANCELLED" - Trigger is cancelled and can not be resumed.
	Status string `json:"status,omitempty"`

	// Triggers: A list of triggers which will be OR'ed together. Only one
	// in the list needs to trigger for a job to be started. The list may
	// contain only a single Schedule trigger and must have at least one
	// object.
	Triggers []*GooglePrivacyDlpV2Trigger `json:"triggers,omitempty"`

	// UpdateTime: Output only. The last update timestamp of a triggeredJob.
	UpdateTime string `json:"updateTime,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "CreateTime") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CreateTime") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2JobTrigger: Contains a configuration to make dlp api calls on a repeating basis. See https://cloud.google.com/dlp/docs/concepts-job-triggers to learn more.

func (*GooglePrivacyDlpV2JobTrigger) MarshalJSON

func (s *GooglePrivacyDlpV2JobTrigger) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2KAnonymityConfig

type GooglePrivacyDlpV2KAnonymityConfig struct {
	// EntityId: Message indicating that multiple rows might be associated
	// to a single individual. If the same entity_id is associated to
	// multiple quasi-identifier tuples over distinct rows, we consider the
	// entire collection of tuples as the composite quasi-identifier. This
	// collection is a multiset: the order in which the different tuples
	// appear in the dataset is ignored, but their frequency is taken into
	// account. Important note: a maximum of 1000 rows can be associated to
	// a single entity ID. If more rows are associated with the same entity
	// ID, some might be ignored.
	EntityId *GooglePrivacyDlpV2EntityId `json:"entityId,omitempty"`

	// QuasiIds: Set of fields to compute k-anonymity over. When multiple
	// fields are specified, they are considered a single composite key.
	// Structs and repeated data types are not supported; however, nested
	// fields are supported so long as they are not structs themselves or
	// nested within a repeated field.
	QuasiIds []*GooglePrivacyDlpV2FieldId `json:"quasiIds,omitempty"`

	// ForceSendFields is a list of field names (e.g. "EntityId") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KAnonymityConfig: k-anonymity metric, used for analysis of reidentification risk.

func (*GooglePrivacyDlpV2KAnonymityConfig) MarshalJSON

func (s *GooglePrivacyDlpV2KAnonymityConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2KAnonymityEquivalenceClass

type GooglePrivacyDlpV2KAnonymityEquivalenceClass struct {
	// EquivalenceClassSize: Size of the equivalence class, for example
	// number of rows with the above set of values.
	EquivalenceClassSize int64 `json:"equivalenceClassSize,omitempty,string"`

	// QuasiIdsValues: Set of values defining the equivalence class. One
	// value per quasi-identifier column in the original KAnonymity metric
	// message. The order is always the same as the original request.
	QuasiIdsValues []*GooglePrivacyDlpV2Value `json:"quasiIdsValues,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "EquivalenceClassSize") to unconditionally include in API requests.
	// By default, fields with empty values are omitted from API requests.
	// However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "EquivalenceClassSize") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KAnonymityEquivalenceClass: The set of columns' values that share the same ldiversity value

func (*GooglePrivacyDlpV2KAnonymityEquivalenceClass) MarshalJSON

type GooglePrivacyDlpV2KAnonymityHistogramBucket

type GooglePrivacyDlpV2KAnonymityHistogramBucket struct {
	// BucketSize: Total number of equivalence classes in this bucket.
	BucketSize int64 `json:"bucketSize,omitempty,string"`

	// BucketValueCount: Total number of distinct equivalence classes in
	// this bucket.
	BucketValueCount int64 `json:"bucketValueCount,omitempty,string"`

	// BucketValues: Sample of equivalence classes in this bucket. The total
	// number of classes returned per bucket is capped at 20.
	BucketValues []*GooglePrivacyDlpV2KAnonymityEquivalenceClass `json:"bucketValues,omitempty"`

	// EquivalenceClassSizeLowerBound: Lower bound on the size of the
	// equivalence classes in this bucket.
	EquivalenceClassSizeLowerBound int64 `json:"equivalenceClassSizeLowerBound,omitempty,string"`

	// EquivalenceClassSizeUpperBound: Upper bound on the size of the
	// equivalence classes in this bucket.
	EquivalenceClassSizeUpperBound int64 `json:"equivalenceClassSizeUpperBound,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "BucketSize") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BucketSize") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KAnonymityHistogramBucket: Histogram of k-anonymity equivalence classes.

func (*GooglePrivacyDlpV2KAnonymityHistogramBucket) MarshalJSON

type GooglePrivacyDlpV2KAnonymityResult

type GooglePrivacyDlpV2KAnonymityResult struct {
	// EquivalenceClassHistogramBuckets: Histogram of k-anonymity
	// equivalence classes.
	EquivalenceClassHistogramBuckets []*GooglePrivacyDlpV2KAnonymityHistogramBucket `json:"equivalenceClassHistogramBuckets,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "EquivalenceClassHistogramBuckets") to unconditionally include in API
	// requests. By default, fields with empty values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g.
	// "EquivalenceClassHistogramBuckets") to include in API requests with
	// the JSON null value. By default, fields with empty values are omitted
	// from API requests. However, any field with an empty value appearing
	// in NullFields will be sent to the server as null. It is an error if a
	// field in this list has a non-empty value. This may be used to include
	// null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KAnonymityResult: Result of the k-anonymity computation.

func (*GooglePrivacyDlpV2KAnonymityResult) MarshalJSON

func (s *GooglePrivacyDlpV2KAnonymityResult) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2KMapEstimationConfig

type GooglePrivacyDlpV2KMapEstimationConfig struct {
	// AuxiliaryTables: Several auxiliary tables can be used in the
	// analysis. Each custom_tag used to tag a quasi-identifiers column must
	// appear in exactly one column of one auxiliary table.
	AuxiliaryTables []*GooglePrivacyDlpV2AuxiliaryTable `json:"auxiliaryTables,omitempty"`

	// QuasiIds: Required. Fields considered to be quasi-identifiers. No two
	// columns can have the same tag.
	QuasiIds []*GooglePrivacyDlpV2TaggedField `json:"quasiIds,omitempty"`

	// RegionCode: ISO 3166-1 alpha-2 region code to use in the statistical
	// modeling. Set if no column is tagged with a region-specific InfoType
	// (like US_ZIP_5) or a region code.
	RegionCode string `json:"regionCode,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AuxiliaryTables") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AuxiliaryTables") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KMapEstimationConfig: Reidentifiability metric. This corresponds to a risk model similar to what is called "journalist risk" in the literature, except the attack dataset is statistically modeled instead of being perfectly known. This can be done using publicly available data (like the US Census), or using a custom statistical model (indicated as one or several BigQuery tables), or by extrapolating from the distribution of values in the input dataset.

func (*GooglePrivacyDlpV2KMapEstimationConfig) MarshalJSON

func (s *GooglePrivacyDlpV2KMapEstimationConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2KMapEstimationHistogramBucket

type GooglePrivacyDlpV2KMapEstimationHistogramBucket struct {
	// BucketSize: Number of records within these anonymity bounds.
	BucketSize int64 `json:"bucketSize,omitempty,string"`

	// BucketValueCount: Total number of distinct quasi-identifier tuple
	// values in this bucket.
	BucketValueCount int64 `json:"bucketValueCount,omitempty,string"`

	// BucketValues: Sample of quasi-identifier tuple values in this bucket.
	// The total number of classes returned per bucket is capped at 20.
	BucketValues []*GooglePrivacyDlpV2KMapEstimationQuasiIdValues `json:"bucketValues,omitempty"`

	// MaxAnonymity: Always greater than or equal to min_anonymity.
	MaxAnonymity int64 `json:"maxAnonymity,omitempty,string"`

	// MinAnonymity: Always positive.
	MinAnonymity int64 `json:"minAnonymity,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "BucketSize") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BucketSize") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KMapEstimationHistogramBucket: A KMapEstimationHistogramBucket message with the following values: min_anonymity: 3 max_anonymity: 5 frequency: 42 means that there are 42 records whose quasi-identifier values correspond to 3, 4 or 5 people in the overlying population. An important particular case is when min_anonymity = max_anonymity = 1: the frequency field then corresponds to the number of uniquely identifiable records.

func (*GooglePrivacyDlpV2KMapEstimationHistogramBucket) MarshalJSON

type GooglePrivacyDlpV2KMapEstimationQuasiIdValues

type GooglePrivacyDlpV2KMapEstimationQuasiIdValues struct {
	// EstimatedAnonymity: The estimated anonymity for these
	// quasi-identifier values.
	EstimatedAnonymity int64 `json:"estimatedAnonymity,omitempty,string"`

	// QuasiIdsValues: The quasi-identifier values.
	QuasiIdsValues []*GooglePrivacyDlpV2Value `json:"quasiIdsValues,omitempty"`

	// ForceSendFields is a list of field names (e.g. "EstimatedAnonymity")
	// to unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "EstimatedAnonymity") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KMapEstimationQuasiIdValues: A tuple of values for the quasi-identifier columns.

func (*GooglePrivacyDlpV2KMapEstimationQuasiIdValues) MarshalJSON

type GooglePrivacyDlpV2KMapEstimationResult

type GooglePrivacyDlpV2KMapEstimationResult struct {
	// KMapEstimationHistogram: The intervals [min_anonymity, max_anonymity]
	// do not overlap. If a value doesn't correspond to any such interval,
	// the associated frequency is zero. For example, the following records:
	// {min_anonymity: 1, max_anonymity: 1, frequency: 17} {min_anonymity:
	// 2, max_anonymity: 3, frequency: 42} {min_anonymity: 5, max_anonymity:
	// 10, frequency: 99} mean that there are no record with an estimated
	// anonymity of 4, 5, or larger than 10.
	KMapEstimationHistogram []*GooglePrivacyDlpV2KMapEstimationHistogramBucket `json:"kMapEstimationHistogram,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "KMapEstimationHistogram") to unconditionally include in API
	// requests. By default, fields with empty values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "KMapEstimationHistogram")
	// to include in API requests with the JSON null value. By default,
	// fields with empty values are omitted from API requests. However, any
	// field with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KMapEstimationResult: Result of the reidentifiability analysis. Note that these results are an estimation, not exact values.

func (*GooglePrivacyDlpV2KMapEstimationResult) MarshalJSON

func (s *GooglePrivacyDlpV2KMapEstimationResult) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Key

type GooglePrivacyDlpV2Key struct {
	// PartitionId: Entities are partitioned into subsets, currently
	// identified by a project ID and namespace ID. Queries are scoped to a
	// single partition.
	PartitionId *GooglePrivacyDlpV2PartitionId `json:"partitionId,omitempty"`

	// Path: The entity path. An entity path consists of one or more
	// elements composed of a kind and a string or numerical identifier,
	// which identify entities. The first element identifies a _root
	// entity_, the second element identifies a _child_ of the root entity,
	// the third element identifies a child of the second entity, and so
	// forth. The entities identified by all prefixes of the path are called
	// the element's _ancestors_. A path can never be empty, and a path can
	// have at most 100 elements.
	Path []*GooglePrivacyDlpV2PathElement `json:"path,omitempty"`

	// ForceSendFields is a list of field names (e.g. "PartitionId") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "PartitionId") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Key: A unique identifier for a Datastore entity. If a key's partition ID or any of its path kinds or names are reserved/read-only, the key is reserved/read-only. A reserved/read-only key is forbidden in certain documented contexts.

func (*GooglePrivacyDlpV2Key) MarshalJSON

func (s *GooglePrivacyDlpV2Key) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2KindExpression

type GooglePrivacyDlpV2KindExpression struct {
	// Name: The name of the kind.
	Name string `json:"name,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Name") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Name") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KindExpression: A representation of a Datastore kind.

func (*GooglePrivacyDlpV2KindExpression) MarshalJSON

func (s *GooglePrivacyDlpV2KindExpression) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2KmsWrappedCryptoKey

type GooglePrivacyDlpV2KmsWrappedCryptoKey struct {
	// CryptoKeyName: Required. The resource name of the KMS CryptoKey to
	// use for unwrapping.
	CryptoKeyName string `json:"cryptoKeyName,omitempty"`

	// WrappedKey: Required. The wrapped data crypto key.
	WrappedKey string `json:"wrappedKey,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CryptoKeyName") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CryptoKeyName") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2KmsWrappedCryptoKey: Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128/192/256 bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a kms-wrapped crypto key: dlp.kms.encrypt

func (*GooglePrivacyDlpV2KmsWrappedCryptoKey) MarshalJSON

func (s *GooglePrivacyDlpV2KmsWrappedCryptoKey) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2LDiversityConfig

type GooglePrivacyDlpV2LDiversityConfig struct {
	// QuasiIds: Set of quasi-identifiers indicating how equivalence classes
	// are defined for the l-diversity computation. When multiple fields are
	// specified, they are considered a single composite key.
	QuasiIds []*GooglePrivacyDlpV2FieldId `json:"quasiIds,omitempty"`

	// SensitiveAttribute: Sensitive field for computing the l-value.
	SensitiveAttribute *GooglePrivacyDlpV2FieldId `json:"sensitiveAttribute,omitempty"`

	// ForceSendFields is a list of field names (e.g. "QuasiIds") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "QuasiIds") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2LDiversityConfig: l-diversity metric, used for analysis of reidentification risk.

func (*GooglePrivacyDlpV2LDiversityConfig) MarshalJSON

func (s *GooglePrivacyDlpV2LDiversityConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2LDiversityEquivalenceClass

type GooglePrivacyDlpV2LDiversityEquivalenceClass struct {
	// EquivalenceClassSize: Size of the k-anonymity equivalence class.
	EquivalenceClassSize int64 `json:"equivalenceClassSize,omitempty,string"`

	// NumDistinctSensitiveValues: Number of distinct sensitive values in
	// this equivalence class.
	NumDistinctSensitiveValues int64 `json:"numDistinctSensitiveValues,omitempty,string"`

	// QuasiIdsValues: Quasi-identifier values defining the k-anonymity
	// equivalence class. The order is always the same as the original
	// request.
	QuasiIdsValues []*GooglePrivacyDlpV2Value `json:"quasiIdsValues,omitempty"`

	// TopSensitiveValues: Estimated frequencies of top sensitive values.
	TopSensitiveValues []*GooglePrivacyDlpV2ValueFrequency `json:"topSensitiveValues,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "EquivalenceClassSize") to unconditionally include in API requests.
	// By default, fields with empty values are omitted from API requests.
	// However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "EquivalenceClassSize") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2LDiversityEquivalenceClass: The set of columns' values that share the same ldiversity value.

func (*GooglePrivacyDlpV2LDiversityEquivalenceClass) MarshalJSON

type GooglePrivacyDlpV2LDiversityHistogramBucket

type GooglePrivacyDlpV2LDiversityHistogramBucket struct {
	// BucketSize: Total number of equivalence classes in this bucket.
	BucketSize int64 `json:"bucketSize,omitempty,string"`

	// BucketValueCount: Total number of distinct equivalence classes in
	// this bucket.
	BucketValueCount int64 `json:"bucketValueCount,omitempty,string"`

	// BucketValues: Sample of equivalence classes in this bucket. The total
	// number of classes returned per bucket is capped at 20.
	BucketValues []*GooglePrivacyDlpV2LDiversityEquivalenceClass `json:"bucketValues,omitempty"`

	// SensitiveValueFrequencyLowerBound: Lower bound on the sensitive value
	// frequencies of the equivalence classes in this bucket.
	SensitiveValueFrequencyLowerBound int64 `json:"sensitiveValueFrequencyLowerBound,omitempty,string"`

	// SensitiveValueFrequencyUpperBound: Upper bound on the sensitive value
	// frequencies of the equivalence classes in this bucket.
	SensitiveValueFrequencyUpperBound int64 `json:"sensitiveValueFrequencyUpperBound,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "BucketSize") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BucketSize") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2LDiversityHistogramBucket: Histogram of l-diversity equivalence class sensitive value frequencies.

func (*GooglePrivacyDlpV2LDiversityHistogramBucket) MarshalJSON

type GooglePrivacyDlpV2LDiversityResult

type GooglePrivacyDlpV2LDiversityResult struct {
	// SensitiveValueFrequencyHistogramBuckets: Histogram of l-diversity
	// equivalence class sensitive value frequencies.
	SensitiveValueFrequencyHistogramBuckets []*GooglePrivacyDlpV2LDiversityHistogramBucket `json:"sensitiveValueFrequencyHistogramBuckets,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "SensitiveValueFrequencyHistogramBuckets") to unconditionally include
	// in API requests. By default, fields with empty values are omitted
	// from API requests. However, any non-pointer, non-interface field
	// appearing in ForceSendFields will be sent to the server regardless of
	// whether the field is empty or not. This may be used to include empty
	// fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g.
	// "SensitiveValueFrequencyHistogramBuckets") to include in API requests
	// with the JSON null value. By default, fields with empty values are
	// omitted from API requests. However, any field with an empty value
	// appearing in NullFields will be sent to the server as null. It is an
	// error if a field in this list has a non-empty value. This may be used
	// to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2LDiversityResult: Result of the l-diversity computation.

func (*GooglePrivacyDlpV2LDiversityResult) MarshalJSON

func (s *GooglePrivacyDlpV2LDiversityResult) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2LargeCustomDictionaryConfig

type GooglePrivacyDlpV2LargeCustomDictionaryConfig struct {
	// BigQueryField: Field in a BigQuery table where each cell represents a
	// dictionary phrase.
	BigQueryField *GooglePrivacyDlpV2BigQueryField `json:"bigQueryField,omitempty"`

	// CloudStorageFileSet: Set of files containing newline-delimited lists
	// of dictionary phrases.
	CloudStorageFileSet *GooglePrivacyDlpV2CloudStorageFileSet `json:"cloudStorageFileSet,omitempty"`

	// OutputPath: Location to store dictionary artifacts in Google Cloud
	// Storage. These files will only be accessible by project owners and
	// the DLP API. If any of these artifacts are modified, the dictionary
	// is considered invalid and can no longer be used.
	OutputPath *GooglePrivacyDlpV2CloudStoragePath `json:"outputPath,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BigQueryField") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BigQueryField") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2LargeCustomDictionaryConfig: Configuration for a custom dictionary created from a data source of any size up to the maximum size defined in the limits (https://cloud.google.com/dlp/limits) page. The artifacts of dictionary creation are stored in the specified Google Cloud Storage location. Consider using `CustomInfoType.Dictionary` for smaller dictionaries that satisfy the size requirements.

func (*GooglePrivacyDlpV2LargeCustomDictionaryConfig) MarshalJSON

type GooglePrivacyDlpV2LargeCustomDictionaryStats added in v0.6.0

type GooglePrivacyDlpV2LargeCustomDictionaryStats struct {
	// ApproxNumPhrases: Approximate number of distinct phrases in the
	// dictionary.
	ApproxNumPhrases int64 `json:"approxNumPhrases,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "ApproxNumPhrases") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ApproxNumPhrases") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2LargeCustomDictionaryStats: Summary statistics of a custom dictionary.

func (*GooglePrivacyDlpV2LargeCustomDictionaryStats) MarshalJSON added in v0.6.0

type GooglePrivacyDlpV2LeaveUntransformed added in v0.15.0

type GooglePrivacyDlpV2LeaveUntransformed struct {
}

GooglePrivacyDlpV2LeaveUntransformed: Skips the data without modifying it if the requested transformation would cause an error. For example, if a `DateShift` transformation were applied an an IP address, this mode would leave the IP address unchanged in the response.

type GooglePrivacyDlpV2LikelihoodAdjustment

type GooglePrivacyDlpV2LikelihoodAdjustment struct {
	// FixedLikelihood: Set the likelihood of a finding to a fixed value.
	//
	// Possible values:
	//   "LIKELIHOOD_UNSPECIFIED" - Default value; same as POSSIBLE.
	//   "VERY_UNLIKELY" - Few matching elements.
	//   "UNLIKELY"
	//   "POSSIBLE" - Some matching elements.
	//   "LIKELY"
	//   "VERY_LIKELY" - Many matching elements.
	FixedLikelihood string `json:"fixedLikelihood,omitempty"`

	// RelativeLikelihood: Increase or decrease the likelihood by the
	// specified number of levels. For example, if a finding would be
	// `POSSIBLE` without the detection rule and `relative_likelihood` is 1,
	// then it is upgraded to `LIKELY`, while a value of -1 would downgrade
	// it to `UNLIKELY`. Likelihood may never drop below `VERY_UNLIKELY` or
	// exceed `VERY_LIKELY`, so applying an adjustment of 1 followed by an
	// adjustment of -1 when base likelihood is `VERY_LIKELY` will result in
	// a final likelihood of `LIKELY`.
	RelativeLikelihood int64 `json:"relativeLikelihood,omitempty"`

	// ForceSendFields is a list of field names (e.g. "FixedLikelihood") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "FixedLikelihood") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2LikelihoodAdjustment: Message for specifying an adjustment to the likelihood of a finding as part of a detection rule.

func (*GooglePrivacyDlpV2LikelihoodAdjustment) MarshalJSON

func (s *GooglePrivacyDlpV2LikelihoodAdjustment) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ListDeidentifyTemplatesResponse

type GooglePrivacyDlpV2ListDeidentifyTemplatesResponse struct {
	// DeidentifyTemplates: List of deidentify templates, up to page_size in
	// ListDeidentifyTemplatesRequest.
	DeidentifyTemplates []*GooglePrivacyDlpV2DeidentifyTemplate `json:"deidentifyTemplates,omitempty"`

	// NextPageToken: If the next page is available then the next page token
	// to be used in following ListDeidentifyTemplates request.
	NextPageToken string `json:"nextPageToken,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "DeidentifyTemplates")
	// to unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "DeidentifyTemplates") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ListDeidentifyTemplatesResponse: Response message for ListDeidentifyTemplates.

func (*GooglePrivacyDlpV2ListDeidentifyTemplatesResponse) MarshalJSON

type GooglePrivacyDlpV2ListDlpJobsResponse

type GooglePrivacyDlpV2ListDlpJobsResponse struct {
	// Jobs: A list of DlpJobs that matches the specified filter in the
	// request.
	Jobs []*GooglePrivacyDlpV2DlpJob `json:"jobs,omitempty"`

	// NextPageToken: The standard List next-page token.
	NextPageToken string `json:"nextPageToken,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "Jobs") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Jobs") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ListDlpJobsResponse: The response message for listing DLP jobs.

func (*GooglePrivacyDlpV2ListDlpJobsResponse) MarshalJSON

func (s *GooglePrivacyDlpV2ListDlpJobsResponse) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ListInfoTypesResponse

type GooglePrivacyDlpV2ListInfoTypesResponse struct {
	// InfoTypes: Set of sensitive infoTypes.
	InfoTypes []*GooglePrivacyDlpV2InfoTypeDescription `json:"infoTypes,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "InfoTypes") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InfoTypes") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ListInfoTypesResponse: Response to the ListInfoTypes request.

func (*GooglePrivacyDlpV2ListInfoTypesResponse) MarshalJSON

func (s *GooglePrivacyDlpV2ListInfoTypesResponse) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ListInspectTemplatesResponse

type GooglePrivacyDlpV2ListInspectTemplatesResponse struct {
	// InspectTemplates: List of inspectTemplates, up to page_size in
	// ListInspectTemplatesRequest.
	InspectTemplates []*GooglePrivacyDlpV2InspectTemplate `json:"inspectTemplates,omitempty"`

	// NextPageToken: If the next page is available then the next page token
	// to be used in following ListInspectTemplates request.
	NextPageToken string `json:"nextPageToken,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "InspectTemplates") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InspectTemplates") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ListInspectTemplatesResponse: Response message for ListInspectTemplates.

func (*GooglePrivacyDlpV2ListInspectTemplatesResponse) MarshalJSON

type GooglePrivacyDlpV2ListJobTriggersResponse

type GooglePrivacyDlpV2ListJobTriggersResponse struct {
	// JobTriggers: List of triggeredJobs, up to page_size in
	// ListJobTriggersRequest.
	JobTriggers []*GooglePrivacyDlpV2JobTrigger `json:"jobTriggers,omitempty"`

	// NextPageToken: If the next page is available then the next page token
	// to be used in following ListJobTriggers request.
	NextPageToken string `json:"nextPageToken,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "JobTriggers") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "JobTriggers") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ListJobTriggersResponse: Response message for ListJobTriggers.

func (*GooglePrivacyDlpV2ListJobTriggersResponse) MarshalJSON

type GooglePrivacyDlpV2ListStoredInfoTypesResponse

type GooglePrivacyDlpV2ListStoredInfoTypesResponse struct {
	// NextPageToken: If the next page is available then the next page token
	// to be used in following ListStoredInfoTypes request.
	NextPageToken string `json:"nextPageToken,omitempty"`

	// StoredInfoTypes: List of storedInfoTypes, up to page_size in
	// ListStoredInfoTypesRequest.
	StoredInfoTypes []*GooglePrivacyDlpV2StoredInfoType `json:"storedInfoTypes,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 values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ListStoredInfoTypesResponse: Response message for ListStoredInfoTypes.

func (*GooglePrivacyDlpV2ListStoredInfoTypesResponse) MarshalJSON

type GooglePrivacyDlpV2Location

type GooglePrivacyDlpV2Location struct {
	// ByteRange: Zero-based byte offsets delimiting the finding. These are
	// relative to the finding's containing element. Note that when the
	// content is not textual, this references the UTF-8 encoded textual
	// representation of the content. Omitted if content is an image.
	ByteRange *GooglePrivacyDlpV2Range `json:"byteRange,omitempty"`

	// CodepointRange: Unicode character offsets delimiting the finding.
	// These are relative to the finding's containing element. Provided when
	// the content is text.
	CodepointRange *GooglePrivacyDlpV2Range `json:"codepointRange,omitempty"`

	// Container: Information about the container where this finding
	// occurred, if available.
	Container *GooglePrivacyDlpV2Container `json:"container,omitempty"`

	// ContentLocations: List of nested objects pointing to the precise
	// location of the finding within the file or record.
	ContentLocations []*GooglePrivacyDlpV2ContentLocation `json:"contentLocations,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ByteRange") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ByteRange") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Location: Specifies the location of the finding.

func (*GooglePrivacyDlpV2Location) MarshalJSON

func (s *GooglePrivacyDlpV2Location) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Manual added in v0.21.0

type GooglePrivacyDlpV2Manual struct {
}

GooglePrivacyDlpV2Manual: Job trigger option for hybrid jobs. Jobs must be manually created and finished.

type GooglePrivacyDlpV2MetadataLocation added in v0.21.0

type GooglePrivacyDlpV2MetadataLocation struct {
	// StorageLabel: Storage metadata.
	StorageLabel *GooglePrivacyDlpV2StorageMetadataLabel `json:"storageLabel,omitempty"`

	// Type: Type of metadata containing the finding.
	//
	// Possible values:
	//   "METADATATYPE_UNSPECIFIED" - Unused
	//   "STORAGE_METADATA" - General file metadata provided by Cloud
	// Storage.
	Type string `json:"type,omitempty"`

	// ForceSendFields is a list of field names (e.g. "StorageLabel") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "StorageLabel") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2MetadataLocation: Metadata Location

func (*GooglePrivacyDlpV2MetadataLocation) MarshalJSON added in v0.21.0

func (s *GooglePrivacyDlpV2MetadataLocation) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2NumericalStatsConfig

type GooglePrivacyDlpV2NumericalStatsConfig struct {
	// Field: Field to compute numerical stats on. Supported types are
	// integer, float, date, datetime, timestamp, time.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Field") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Field") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2NumericalStatsConfig: Compute numerical stats over an individual column, including min, max, and quantiles.

func (*GooglePrivacyDlpV2NumericalStatsConfig) MarshalJSON

func (s *GooglePrivacyDlpV2NumericalStatsConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2NumericalStatsResult

type GooglePrivacyDlpV2NumericalStatsResult struct {
	// MaxValue: Maximum value appearing in the column.
	MaxValue *GooglePrivacyDlpV2Value `json:"maxValue,omitempty"`

	// MinValue: Minimum value appearing in the column.
	MinValue *GooglePrivacyDlpV2Value `json:"minValue,omitempty"`

	// QuantileValues: List of 99 values that partition the set of field
	// values into 100 equal sized buckets.
	QuantileValues []*GooglePrivacyDlpV2Value `json:"quantileValues,omitempty"`

	// ForceSendFields is a list of field names (e.g. "MaxValue") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "MaxValue") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2NumericalStatsResult: Result of the numerical stats computation.

func (*GooglePrivacyDlpV2NumericalStatsResult) MarshalJSON

func (s *GooglePrivacyDlpV2NumericalStatsResult) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2OutputStorageConfig

type GooglePrivacyDlpV2OutputStorageConfig struct {
	// OutputSchema: Schema used for writing the findings for Inspect jobs.
	// This field is only used for Inspect and must be unspecified for Risk
	// jobs. Columns are derived from the `Finding` object. If appending to
	// an existing table, any columns from the predefined schema that are
	// missing will be added. No columns in the existing table will be
	// deleted. If unspecified, then all available columns will be used for
	// a new table or an (existing) table with no schema, and no changes
	// will be made to an existing table that has a schema. Only for use
	// with external storage.
	//
	// Possible values:
	//   "OUTPUT_SCHEMA_UNSPECIFIED" - Unused.
	//   "BASIC_COLUMNS" - Basic schema including only `info_type`, `quote`,
	// `certainty`, and `timestamp`.
	//   "GCS_COLUMNS" - Schema tailored to findings from scanning Google
	// Cloud Storage.
	//   "DATASTORE_COLUMNS" - Schema tailored to findings from scanning
	// Google Datastore.
	//   "BIG_QUERY_COLUMNS" - Schema tailored to findings from scanning
	// Google BigQuery.
	//   "ALL_COLUMNS" - Schema containing all columns.
	OutputSchema string `json:"outputSchema,omitempty"`

	// Table: Store findings in an existing table or a new table in an
	// existing dataset. If table_id is not set a new one will be generated
	// for you with the following format:
	// dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific timezone will be used
	// for generating the date details. For Inspect, each column in an
	// existing output table must have the same name, type, and mode of a
	// field in the `Finding` object. For Risk, an existing output table
	// should be the output of a previous Risk analysis job run on the same
	// source table, with the same privacy metric and quasi-identifiers.
	// Risk jobs that analyze the same table but compute a different privacy
	// metric, or use different sets of quasi-identifiers, cannot store
	// their results in the same table.
	Table *GooglePrivacyDlpV2BigQueryTable `json:"table,omitempty"`

	// ForceSendFields is a list of field names (e.g. "OutputSchema") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "OutputSchema") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2OutputStorageConfig: Cloud repository for storing output.

func (*GooglePrivacyDlpV2OutputStorageConfig) MarshalJSON

func (s *GooglePrivacyDlpV2OutputStorageConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2PartitionId

type GooglePrivacyDlpV2PartitionId struct {
	// NamespaceId: If not empty, the ID of the namespace to which the
	// entities belong.
	NamespaceId string `json:"namespaceId,omitempty"`

	// ProjectId: The ID of the project to which the entities belong.
	ProjectId string `json:"projectId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "NamespaceId") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "NamespaceId") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2PartitionId: Datastore partition ID. A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID.

func (*GooglePrivacyDlpV2PartitionId) MarshalJSON

func (s *GooglePrivacyDlpV2PartitionId) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2PathElement

type GooglePrivacyDlpV2PathElement struct {
	// Id: The auto-allocated ID of the entity. Never equal to zero. Values
	// less than zero are discouraged and may not be supported in the
	// future.
	Id int64 `json:"id,omitempty,string"`

	// Kind: The kind of the entity. A kind matching regex `__.*__` is
	// reserved/read-only. A kind must not contain more than 1500 bytes when
	// UTF-8 encoded. Cannot be "".
	Kind string `json:"kind,omitempty"`

	// Name: The name of the entity. A name matching regex `__.*__` is
	// reserved/read-only. A name must not be more than 1500 bytes when
	// UTF-8 encoded. Cannot be "".
	Name string `json:"name,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Id") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Id") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2PathElement: A (kind, ID/name) pair used to construct a key path. If either name or ID is set, the element is complete. If neither is set, the element is incomplete.

func (*GooglePrivacyDlpV2PathElement) MarshalJSON

func (s *GooglePrivacyDlpV2PathElement) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2PrimitiveTransformation

type GooglePrivacyDlpV2PrimitiveTransformation struct {
	// BucketingConfig: Bucketing
	BucketingConfig *GooglePrivacyDlpV2BucketingConfig `json:"bucketingConfig,omitempty"`

	// CharacterMaskConfig: Mask
	CharacterMaskConfig *GooglePrivacyDlpV2CharacterMaskConfig `json:"characterMaskConfig,omitempty"`

	// CryptoDeterministicConfig: Deterministic Crypto
	CryptoDeterministicConfig *GooglePrivacyDlpV2CryptoDeterministicConfig `json:"cryptoDeterministicConfig,omitempty"`

	// CryptoHashConfig: Crypto
	CryptoHashConfig *GooglePrivacyDlpV2CryptoHashConfig `json:"cryptoHashConfig,omitempty"`

	// CryptoReplaceFfxFpeConfig: Ffx-Fpe
	CryptoReplaceFfxFpeConfig *GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig `json:"cryptoReplaceFfxFpeConfig,omitempty"`

	// DateShiftConfig: Date Shift
	DateShiftConfig *GooglePrivacyDlpV2DateShiftConfig `json:"dateShiftConfig,omitempty"`

	// FixedSizeBucketingConfig: Fixed size bucketing
	FixedSizeBucketingConfig *GooglePrivacyDlpV2FixedSizeBucketingConfig `json:"fixedSizeBucketingConfig,omitempty"`

	// RedactConfig: Redact
	RedactConfig *GooglePrivacyDlpV2RedactConfig `json:"redactConfig,omitempty"`

	// ReplaceConfig: Replace
	ReplaceConfig *GooglePrivacyDlpV2ReplaceValueConfig `json:"replaceConfig,omitempty"`

	// ReplaceWithInfoTypeConfig: Replace with infotype
	ReplaceWithInfoTypeConfig *GooglePrivacyDlpV2ReplaceWithInfoTypeConfig `json:"replaceWithInfoTypeConfig,omitempty"`

	// TimePartConfig: Time extraction
	TimePartConfig *GooglePrivacyDlpV2TimePartConfig `json:"timePartConfig,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BucketingConfig") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BucketingConfig") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2PrimitiveTransformation: A rule for transforming a value.

func (*GooglePrivacyDlpV2PrimitiveTransformation) MarshalJSON

type GooglePrivacyDlpV2PrivacyMetric

type GooglePrivacyDlpV2PrivacyMetric struct {
	// CategoricalStatsConfig: Categorical stats
	CategoricalStatsConfig *GooglePrivacyDlpV2CategoricalStatsConfig `json:"categoricalStatsConfig,omitempty"`

	// DeltaPresenceEstimationConfig: delta-presence
	DeltaPresenceEstimationConfig *GooglePrivacyDlpV2DeltaPresenceEstimationConfig `json:"deltaPresenceEstimationConfig,omitempty"`

	// KAnonymityConfig: K-anonymity
	KAnonymityConfig *GooglePrivacyDlpV2KAnonymityConfig `json:"kAnonymityConfig,omitempty"`

	// KMapEstimationConfig: k-map
	KMapEstimationConfig *GooglePrivacyDlpV2KMapEstimationConfig `json:"kMapEstimationConfig,omitempty"`

	// LDiversityConfig: l-diversity
	LDiversityConfig *GooglePrivacyDlpV2LDiversityConfig `json:"lDiversityConfig,omitempty"`

	// NumericalStatsConfig: Numerical stats
	NumericalStatsConfig *GooglePrivacyDlpV2NumericalStatsConfig `json:"numericalStatsConfig,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "CategoricalStatsConfig") to unconditionally include in API requests.
	// By default, fields with empty values are omitted from API requests.
	// However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CategoricalStatsConfig")
	// to include in API requests with the JSON null value. By default,
	// fields with empty values are omitted from API requests. However, any
	// field with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2PrivacyMetric: Privacy metric to compute for reidentification risk analysis.

func (*GooglePrivacyDlpV2PrivacyMetric) MarshalJSON

func (s *GooglePrivacyDlpV2PrivacyMetric) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Proximity

type GooglePrivacyDlpV2Proximity struct {
	// WindowAfter: Number of characters after the finding to consider.
	WindowAfter int64 `json:"windowAfter,omitempty"`

	// WindowBefore: Number of characters before the finding to consider.
	WindowBefore int64 `json:"windowBefore,omitempty"`

	// ForceSendFields is a list of field names (e.g. "WindowAfter") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "WindowAfter") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Proximity: Message for specifying a window around a finding to apply a detection rule.

func (*GooglePrivacyDlpV2Proximity) MarshalJSON

func (s *GooglePrivacyDlpV2Proximity) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog added in v0.8.0

type GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog struct {
}

GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog: Publish findings of a DlpJob to Cloud Data Catalog. Labels summarizing the results of the DlpJob will be applied to the entry for the resource scanned in Cloud Data Catalog. Any labels previously written by another DlpJob will be deleted. InfoType naming patterns are strictly enforced when using this feature. Note that the findings will be persisted in Cloud Data Catalog storage and are governed by Data Catalog service-specific policy, see https://cloud.google.com/terms/service-terms Only a single instance of this action can be specified and only allowed if all resources being scanned are BigQuery tables. Compatible with: Inspect

type GooglePrivacyDlpV2PublishSummaryToCscc

type GooglePrivacyDlpV2PublishSummaryToCscc struct {
}

GooglePrivacyDlpV2PublishSummaryToCscc: Publish the result summary of a DlpJob to the Cloud Security Command Center (CSCC Alpha). This action is only available for projects which are parts of an organization and whitelisted for the alpha Cloud Security Command Center. The action will publish count of finding instances and their info types. The summary of findings will be persisted in CSCC and are governed by CSCC service-specific policy, see https://cloud.google.com/terms/service-terms Only a single instance of this action can be specified. Compatible with: Inspect

type GooglePrivacyDlpV2PublishToPubSub

type GooglePrivacyDlpV2PublishToPubSub struct {
	// Topic: Cloud Pub/Sub topic to send notifications to. The topic must
	// have given publishing access rights to the DLP API service account
	// executing the long running DlpJob sending the notifications. Format
	// is projects/{project}/topics/{topic}.
	Topic string `json:"topic,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Topic") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Topic") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2PublishToPubSub: Publish a message into given Pub/Sub topic when DlpJob has completed. The message contains a single field, `DlpJobName`, which is equal to the finished job's `DlpJob.name` (https://cloud.google.com/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob). Compatible with: Inspect, Risk

func (*GooglePrivacyDlpV2PublishToPubSub) MarshalJSON

func (s *GooglePrivacyDlpV2PublishToPubSub) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2PublishToStackdriver added in v0.14.0

type GooglePrivacyDlpV2PublishToStackdriver struct {
}

GooglePrivacyDlpV2PublishToStackdriver: Enable Stackdriver metric dlp.googleapis.com/finding_count. This will publish a metric to stack driver on each infotype requested and how many findings were found for it. CustomDetectors will be bucketed as 'Custom' under the Stackdriver label 'info_type'.

type GooglePrivacyDlpV2QuasiId

type GooglePrivacyDlpV2QuasiId struct {
	// CustomTag: A column can be tagged with a custom tag. In this case,
	// the user must indicate an auxiliary table that contains statistical
	// information on the possible values of this column (below).
	CustomTag string `json:"customTag,omitempty"`

	// Field: Required. Identifies the column.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// Inferred: If no semantic tag is indicated, we infer the statistical
	// model from the distribution of values in the input data
	Inferred *GoogleProtobufEmpty `json:"inferred,omitempty"`

	// InfoType: A column can be tagged with a InfoType to use the relevant
	// public dataset as a statistical model of population, if available. We
	// currently support US ZIP codes, region codes, ages and genders. To
	// programmatically obtain the list of supported InfoTypes, use
	// ListInfoTypes with the supported_by=RISK_ANALYSIS filter.
	InfoType *GooglePrivacyDlpV2InfoType `json:"infoType,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CustomTag") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CustomTag") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2QuasiId: A column with a semantic tag attached.

func (*GooglePrivacyDlpV2QuasiId) MarshalJSON

func (s *GooglePrivacyDlpV2QuasiId) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2QuasiIdField

type GooglePrivacyDlpV2QuasiIdField struct {
	// CustomTag: A auxiliary field.
	CustomTag string `json:"customTag,omitempty"`

	// Field: Identifies the column.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CustomTag") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CustomTag") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2QuasiIdField: A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

func (*GooglePrivacyDlpV2QuasiIdField) MarshalJSON

func (s *GooglePrivacyDlpV2QuasiIdField) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2QuasiIdentifierField

type GooglePrivacyDlpV2QuasiIdentifierField struct {
	// CustomTag: A column can be tagged with a custom tag. In this case,
	// the user must indicate an auxiliary table that contains statistical
	// information on the possible values of this column (below).
	CustomTag string `json:"customTag,omitempty"`

	// Field: Identifies the column.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CustomTag") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CustomTag") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2QuasiIdentifierField: A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

func (*GooglePrivacyDlpV2QuasiIdentifierField) MarshalJSON

func (s *GooglePrivacyDlpV2QuasiIdentifierField) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2QuoteInfo

type GooglePrivacyDlpV2QuoteInfo struct {
	// DateTime: The date time indicated by the quote.
	DateTime *GooglePrivacyDlpV2DateTime `json:"dateTime,omitempty"`

	// ForceSendFields is a list of field names (e.g. "DateTime") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "DateTime") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2QuoteInfo: Message for infoType-dependent details parsed from quote.

func (*GooglePrivacyDlpV2QuoteInfo) MarshalJSON

func (s *GooglePrivacyDlpV2QuoteInfo) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Range

type GooglePrivacyDlpV2Range struct {
	// End: Index of the last character of the range (exclusive).
	End int64 `json:"end,omitempty,string"`

	// Start: Index of the first character of the range (inclusive).
	Start int64 `json:"start,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "End") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "End") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Range: Generic half-open interval [start, end)

func (*GooglePrivacyDlpV2Range) MarshalJSON

func (s *GooglePrivacyDlpV2Range) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2RecordCondition

type GooglePrivacyDlpV2RecordCondition struct {
	// Expressions: An expression.
	Expressions *GooglePrivacyDlpV2Expressions `json:"expressions,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Expressions") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Expressions") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RecordCondition: A condition for determining whether a transformation should be applied to a field.

func (*GooglePrivacyDlpV2RecordCondition) MarshalJSON

func (s *GooglePrivacyDlpV2RecordCondition) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2RecordKey

type GooglePrivacyDlpV2RecordKey struct {
	BigQueryKey *GooglePrivacyDlpV2BigQueryKey `json:"bigQueryKey,omitempty"`

	DatastoreKey *GooglePrivacyDlpV2DatastoreKey `json:"datastoreKey,omitempty"`

	// IdValues: Values of identifying columns in the given row. Order of
	// values matches the order of `identifying_fields` specified in the
	// scanning request.
	IdValues []string `json:"idValues,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BigQueryKey") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BigQueryKey") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RecordKey: Message for a unique key indicating a record that contains a finding.

func (*GooglePrivacyDlpV2RecordKey) MarshalJSON

func (s *GooglePrivacyDlpV2RecordKey) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2RecordLocation

type GooglePrivacyDlpV2RecordLocation struct {
	// FieldId: Field id of the field containing the finding.
	FieldId *GooglePrivacyDlpV2FieldId `json:"fieldId,omitempty"`

	// RecordKey: Key of the finding.
	RecordKey *GooglePrivacyDlpV2RecordKey `json:"recordKey,omitempty"`

	// TableLocation: Location within a `ContentItem.Table`.
	TableLocation *GooglePrivacyDlpV2TableLocation `json:"tableLocation,omitempty"`

	// ForceSendFields is a list of field names (e.g. "FieldId") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "FieldId") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RecordLocation: Location of a finding within a row or record.

func (*GooglePrivacyDlpV2RecordLocation) MarshalJSON

func (s *GooglePrivacyDlpV2RecordLocation) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2RecordSuppression

type GooglePrivacyDlpV2RecordSuppression struct {
	// Condition: A condition that when it evaluates to true will result in
	// the record being evaluated to be suppressed from the transformed
	// content.
	Condition *GooglePrivacyDlpV2RecordCondition `json:"condition,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Condition") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RecordSuppression: Configuration to suppress records whose suppression conditions evaluate to true.

func (*GooglePrivacyDlpV2RecordSuppression) MarshalJSON

func (s *GooglePrivacyDlpV2RecordSuppression) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2RecordTransformations

type GooglePrivacyDlpV2RecordTransformations struct {
	// FieldTransformations: Transform the record by applying various field
	// transformations.
	FieldTransformations []*GooglePrivacyDlpV2FieldTransformation `json:"fieldTransformations,omitempty"`

	// RecordSuppressions: Configuration defining which records get
	// suppressed entirely. Records that match any suppression rule are
	// omitted from the output.
	RecordSuppressions []*GooglePrivacyDlpV2RecordSuppression `json:"recordSuppressions,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "FieldTransformations") to unconditionally include in API requests.
	// By default, fields with empty values are omitted from API requests.
	// However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "FieldTransformations") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RecordTransformations: A type of transformation that is applied over structured data such as a table.

func (*GooglePrivacyDlpV2RecordTransformations) MarshalJSON

func (s *GooglePrivacyDlpV2RecordTransformations) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2RedactConfig

type GooglePrivacyDlpV2RedactConfig struct {
}

GooglePrivacyDlpV2RedactConfig: Redact a given value. For example, if used with an `InfoTypeTransformation` transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the output would be 'My phone number is '.

type GooglePrivacyDlpV2RedactImageRequest

type GooglePrivacyDlpV2RedactImageRequest struct {
	// ByteItem: The content must be PNG, JPEG, SVG or BMP.
	ByteItem *GooglePrivacyDlpV2ByteContentItem `json:"byteItem,omitempty"`

	// ImageRedactionConfigs: The configuration for specifying what content
	// to redact from images.
	ImageRedactionConfigs []*GooglePrivacyDlpV2ImageRedactionConfig `json:"imageRedactionConfigs,omitempty"`

	// IncludeFindings: Whether the response should include findings along
	// with the redacted image.
	IncludeFindings bool `json:"includeFindings,omitempty"`

	// InspectConfig: Configuration for the inspector.
	InspectConfig *GooglePrivacyDlpV2InspectConfig `json:"inspectConfig,omitempty"`

	// LocationId: Deprecated. This field has no effect.
	LocationId string `json:"locationId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ByteItem") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ByteItem") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RedactImageRequest: Request to search for potentially sensitive info in an image and redact it by covering it with a colored rectangle.

func (*GooglePrivacyDlpV2RedactImageRequest) MarshalJSON

func (s *GooglePrivacyDlpV2RedactImageRequest) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2RedactImageResponse

type GooglePrivacyDlpV2RedactImageResponse struct {
	// ExtractedText: If an image was being inspected and the
	// InspectConfig's include_quote was set to true, then this field will
	// include all text, if any, that was found in the image.
	ExtractedText string `json:"extractedText,omitempty"`

	// InspectResult: The findings. Populated when include_findings in the
	// request is true.
	InspectResult *GooglePrivacyDlpV2InspectResult `json:"inspectResult,omitempty"`

	// RedactedImage: The redacted image. The type will be the same as the
	// original image.
	RedactedImage string `json:"redactedImage,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "ExtractedText") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ExtractedText") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RedactImageResponse: Results of redacting an image.

func (*GooglePrivacyDlpV2RedactImageResponse) MarshalJSON

func (s *GooglePrivacyDlpV2RedactImageResponse) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Regex

type GooglePrivacyDlpV2Regex struct {
	// GroupIndexes: The index of the submatch to extract as findings. When
	// not specified, the entire match is returned. No more than 3 may be
	// included.
	GroupIndexes []int64 `json:"groupIndexes,omitempty"`

	// Pattern: Pattern defining the regular expression. Its syntax
	// (https://github.com/google/re2/wiki/Syntax) can be found under the
	// google/re2 repository on GitHub.
	Pattern string `json:"pattern,omitempty"`

	// ForceSendFields is a list of field names (e.g. "GroupIndexes") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "GroupIndexes") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Regex: Message defining a custom regular expression.

func (*GooglePrivacyDlpV2Regex) MarshalJSON

func (s *GooglePrivacyDlpV2Regex) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ReidentifyContentRequest

type GooglePrivacyDlpV2ReidentifyContentRequest struct {
	// InspectConfig: Configuration for the inspector.
	InspectConfig *GooglePrivacyDlpV2InspectConfig `json:"inspectConfig,omitempty"`

	// InspectTemplateName: Template to use. Any configuration directly
	// specified in `inspect_config` will override those set in the
	// template. Singular fields that are set in this request will replace
	// their corresponding fields in the template. Repeated fields are
	// appended. Singular sub-messages and groups are recursively merged.
	InspectTemplateName string `json:"inspectTemplateName,omitempty"`

	// Item: The item to re-identify. Will be treated as text.
	Item *GooglePrivacyDlpV2ContentItem `json:"item,omitempty"`

	// LocationId: Deprecated. This field has no effect.
	LocationId string `json:"locationId,omitempty"`

	// ReidentifyConfig: Configuration for the re-identification of the
	// content item. This field shares the same proto message type that is
	// used for de-identification, however its usage here is for the
	// reversal of the previous de-identification. Re-identification is
	// performed by examining the transformations used to de-identify the
	// items and executing the reverse. This requires that only reversible
	// transformations be provided here. The reversible transformations are:
	// - `CryptoDeterministicConfig` - `CryptoReplaceFfxFpeConfig`
	ReidentifyConfig *GooglePrivacyDlpV2DeidentifyConfig `json:"reidentifyConfig,omitempty"`

	// ReidentifyTemplateName: Template to use. References an instance of
	// `DeidentifyTemplate`. Any configuration directly specified in
	// `reidentify_config` or `inspect_config` will override those set in
	// the template. The `DeidentifyTemplate` used must include only
	// reversible transformations. Singular fields that are set in this
	// request will replace their corresponding fields in the template.
	// Repeated fields are appended. Singular sub-messages and groups are
	// recursively merged.
	ReidentifyTemplateName string `json:"reidentifyTemplateName,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InspectConfig") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InspectConfig") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ReidentifyContentRequest: Request to re-identify an item.

func (*GooglePrivacyDlpV2ReidentifyContentRequest) MarshalJSON

type GooglePrivacyDlpV2ReidentifyContentResponse

type GooglePrivacyDlpV2ReidentifyContentResponse struct {
	// Item: The re-identified item.
	Item *GooglePrivacyDlpV2ContentItem `json:"item,omitempty"`

	// Overview: An overview of the changes that were made to the `item`.
	Overview *GooglePrivacyDlpV2TransformationOverview `json:"overview,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "Item") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Item") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ReidentifyContentResponse: Results of re-identifying a item.

func (*GooglePrivacyDlpV2ReidentifyContentResponse) MarshalJSON

type GooglePrivacyDlpV2ReplaceValueConfig

type GooglePrivacyDlpV2ReplaceValueConfig struct {
	// NewValue: Value to replace it with.
	NewValue *GooglePrivacyDlpV2Value `json:"newValue,omitempty"`

	// ForceSendFields is a list of field names (e.g. "NewValue") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "NewValue") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ReplaceValueConfig: Replace each input value with a given `Value`.

func (*GooglePrivacyDlpV2ReplaceValueConfig) MarshalJSON

func (s *GooglePrivacyDlpV2ReplaceValueConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ReplaceWithInfoTypeConfig

type GooglePrivacyDlpV2ReplaceWithInfoTypeConfig struct {
}

GooglePrivacyDlpV2ReplaceWithInfoTypeConfig: Replace each matching finding with the name of the info_type.

type GooglePrivacyDlpV2RequestedOptions

type GooglePrivacyDlpV2RequestedOptions struct {
	// JobConfig: Inspect config.
	JobConfig *GooglePrivacyDlpV2InspectJobConfig `json:"jobConfig,omitempty"`

	// SnapshotInspectTemplate: If run with an InspectTemplate, a snapshot
	// of its state at the time of this run.
	SnapshotInspectTemplate *GooglePrivacyDlpV2InspectTemplate `json:"snapshotInspectTemplate,omitempty"`

	// ForceSendFields is a list of field names (e.g. "JobConfig") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "JobConfig") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RequestedOptions: Snapshot of the inspection configuration.

func (*GooglePrivacyDlpV2RequestedOptions) MarshalJSON

func (s *GooglePrivacyDlpV2RequestedOptions) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2RequestedRiskAnalysisOptions added in v0.33.0

type GooglePrivacyDlpV2RequestedRiskAnalysisOptions struct {
	// JobConfig: The job config for the risk job.
	JobConfig *GooglePrivacyDlpV2RiskAnalysisJobConfig `json:"jobConfig,omitempty"`

	// ForceSendFields is a list of field names (e.g. "JobConfig") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "JobConfig") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RequestedRiskAnalysisOptions: Risk analysis options.

func (*GooglePrivacyDlpV2RequestedRiskAnalysisOptions) MarshalJSON added in v0.33.0

type GooglePrivacyDlpV2Result

type GooglePrivacyDlpV2Result struct {
	// HybridStats: Statistics related to the processing of hybrid inspect.
	HybridStats *GooglePrivacyDlpV2HybridInspectStatistics `json:"hybridStats,omitempty"`

	// InfoTypeStats: Statistics of how many instances of each info type
	// were found during inspect job.
	InfoTypeStats []*GooglePrivacyDlpV2InfoTypeStats `json:"infoTypeStats,omitempty"`

	// ProcessedBytes: Total size in bytes that were processed.
	ProcessedBytes int64 `json:"processedBytes,omitempty,string"`

	// TotalEstimatedBytes: Estimate of the number of bytes to process.
	TotalEstimatedBytes int64 `json:"totalEstimatedBytes,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "HybridStats") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "HybridStats") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Result: All result fields mentioned below are updated while the job is processing.

func (*GooglePrivacyDlpV2Result) MarshalJSON

func (s *GooglePrivacyDlpV2Result) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2RiskAnalysisJobConfig

type GooglePrivacyDlpV2RiskAnalysisJobConfig struct {
	// Actions: Actions to execute at the completion of the job. Are
	// executed in the order provided.
	Actions []*GooglePrivacyDlpV2Action `json:"actions,omitempty"`

	// PrivacyMetric: Privacy metric to compute.
	PrivacyMetric *GooglePrivacyDlpV2PrivacyMetric `json:"privacyMetric,omitempty"`

	// SourceTable: Input dataset to compute metrics over.
	SourceTable *GooglePrivacyDlpV2BigQueryTable `json:"sourceTable,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Actions") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Actions") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2RiskAnalysisJobConfig: Configuration for a risk analysis job. See https://cloud.google.com/dlp/docs/concepts-risk-analysis to learn more.

func (*GooglePrivacyDlpV2RiskAnalysisJobConfig) MarshalJSON

func (s *GooglePrivacyDlpV2RiskAnalysisJobConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Row

type GooglePrivacyDlpV2Row struct {
	// Values: Individual cells.
	Values []*GooglePrivacyDlpV2Value `json:"values,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Values") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Values") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Row: Values of the row.

func (*GooglePrivacyDlpV2Row) MarshalJSON

func (s *GooglePrivacyDlpV2Row) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2SaveFindings

type GooglePrivacyDlpV2SaveFindings struct {
	// OutputConfig: Location to store findings outside of DLP.
	OutputConfig *GooglePrivacyDlpV2OutputStorageConfig `json:"outputConfig,omitempty"`

	// ForceSendFields is a list of field names (e.g. "OutputConfig") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "OutputConfig") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2SaveFindings: If set, the detailed findings will be persisted to the specified OutputStorageConfig. Only a single instance of this action can be specified. Compatible with: Inspect, Risk

func (*GooglePrivacyDlpV2SaveFindings) MarshalJSON

func (s *GooglePrivacyDlpV2SaveFindings) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Schedule

type GooglePrivacyDlpV2Schedule struct {
	// RecurrencePeriodDuration: With this option a job is started a regular
	// periodic basis. For example: every day (86400 seconds). A scheduled
	// start time will be skipped if the previous execution has not ended
	// when its scheduled time occurs. This value must be set to a time
	// duration greater than or equal to 1 day and can be no longer than 60
	// days.
	RecurrencePeriodDuration string `json:"recurrencePeriodDuration,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "RecurrencePeriodDuration") to unconditionally include in API
	// requests. By default, fields with empty values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "RecurrencePeriodDuration")
	// to include in API requests with the JSON null value. By default,
	// fields with empty values are omitted from API requests. However, any
	// field with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Schedule: Schedule for inspect job triggers.

func (*GooglePrivacyDlpV2Schedule) MarshalJSON

func (s *GooglePrivacyDlpV2Schedule) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2StatisticalTable

type GooglePrivacyDlpV2StatisticalTable struct {
	// QuasiIds: Required. Quasi-identifier columns.
	QuasiIds []*GooglePrivacyDlpV2QuasiIdentifierField `json:"quasiIds,omitempty"`

	// RelativeFrequency: Required. The relative frequency column must
	// contain a floating-point number between 0 and 1 (inclusive). Null
	// values are assumed to be zero.
	RelativeFrequency *GooglePrivacyDlpV2FieldId `json:"relativeFrequency,omitempty"`

	// Table: Required. Auxiliary table location.
	Table *GooglePrivacyDlpV2BigQueryTable `json:"table,omitempty"`

	// ForceSendFields is a list of field names (e.g. "QuasiIds") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "QuasiIds") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2StatisticalTable: An auxiliary table containing statistical information on the relative frequency of different quasi-identifiers values. It has one or several quasi-identifiers columns, and one column that indicates the relative frequency of each quasi-identifier tuple. If a tuple is present in the data but not in the auxiliary table, the corresponding relative frequency is assumed to be zero (and thus, the tuple is highly reidentifiable).

func (*GooglePrivacyDlpV2StatisticalTable) MarshalJSON

func (s *GooglePrivacyDlpV2StatisticalTable) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2StorageConfig

type GooglePrivacyDlpV2StorageConfig struct {
	// BigQueryOptions: BigQuery options.
	BigQueryOptions *GooglePrivacyDlpV2BigQueryOptions `json:"bigQueryOptions,omitempty"`

	// CloudStorageOptions: Google Cloud Storage options.
	CloudStorageOptions *GooglePrivacyDlpV2CloudStorageOptions `json:"cloudStorageOptions,omitempty"`

	// DatastoreOptions: Google Cloud Datastore options.
	DatastoreOptions *GooglePrivacyDlpV2DatastoreOptions `json:"datastoreOptions,omitempty"`

	// HybridOptions: Hybrid inspection options.
	HybridOptions *GooglePrivacyDlpV2HybridOptions `json:"hybridOptions,omitempty"`

	TimespanConfig *GooglePrivacyDlpV2TimespanConfig `json:"timespanConfig,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BigQueryOptions") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BigQueryOptions") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2StorageConfig: Shared message indicating Cloud storage type.

func (*GooglePrivacyDlpV2StorageConfig) MarshalJSON

func (s *GooglePrivacyDlpV2StorageConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2StorageMetadataLabel added in v0.21.0

type GooglePrivacyDlpV2StorageMetadataLabel struct {
	Key string `json:"key,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Key") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Key") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2StorageMetadataLabel: Storage metadata label to indicate which metadata entry contains findings.

func (*GooglePrivacyDlpV2StorageMetadataLabel) MarshalJSON added in v0.21.0

func (s *GooglePrivacyDlpV2StorageMetadataLabel) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2StoredInfoType

type GooglePrivacyDlpV2StoredInfoType struct {
	// CurrentVersion: Current version of the stored info type.
	CurrentVersion *GooglePrivacyDlpV2StoredInfoTypeVersion `json:"currentVersion,omitempty"`

	// Name: Resource name.
	Name string `json:"name,omitempty"`

	// PendingVersions: Pending versions of the stored info type. Empty if
	// no versions are pending.
	PendingVersions []*GooglePrivacyDlpV2StoredInfoTypeVersion `json:"pendingVersions,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "CurrentVersion") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CurrentVersion") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2StoredInfoType: StoredInfoType resource message that contains information about the current version and any pending updates.

func (*GooglePrivacyDlpV2StoredInfoType) MarshalJSON

func (s *GooglePrivacyDlpV2StoredInfoType) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2StoredInfoTypeConfig

type GooglePrivacyDlpV2StoredInfoTypeConfig struct {
	// Description: Description of the StoredInfoType (max 256 characters).
	Description string `json:"description,omitempty"`

	// Dictionary: Store dictionary-based CustomInfoType.
	Dictionary *GooglePrivacyDlpV2Dictionary `json:"dictionary,omitempty"`

	// DisplayName: Display name of the StoredInfoType (max 256 characters).
	DisplayName string `json:"displayName,omitempty"`

	// LargeCustomDictionary: StoredInfoType where findings are defined by a
	// dictionary of phrases.
	LargeCustomDictionary *GooglePrivacyDlpV2LargeCustomDictionaryConfig `json:"largeCustomDictionary,omitempty"`

	// Regex: Store regular expression-based StoredInfoType.
	Regex *GooglePrivacyDlpV2Regex `json:"regex,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Description") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2StoredInfoTypeConfig: Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/dlp/docs/creating-custom-infotypes.

func (*GooglePrivacyDlpV2StoredInfoTypeConfig) MarshalJSON

func (s *GooglePrivacyDlpV2StoredInfoTypeConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2StoredInfoTypeStats added in v0.6.0

type GooglePrivacyDlpV2StoredInfoTypeStats struct {
	// LargeCustomDictionary: StoredInfoType where findings are defined by a
	// dictionary of phrases.
	LargeCustomDictionary *GooglePrivacyDlpV2LargeCustomDictionaryStats `json:"largeCustomDictionary,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "LargeCustomDictionary") to unconditionally include in API requests.
	// By default, fields with empty values are omitted from API requests.
	// However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "LargeCustomDictionary") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2StoredInfoTypeStats: Statistics for a StoredInfoType.

func (*GooglePrivacyDlpV2StoredInfoTypeStats) MarshalJSON added in v0.6.0

func (s *GooglePrivacyDlpV2StoredInfoTypeStats) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2StoredInfoTypeVersion

type GooglePrivacyDlpV2StoredInfoTypeVersion struct {
	// Config: StoredInfoType configuration.
	Config *GooglePrivacyDlpV2StoredInfoTypeConfig `json:"config,omitempty"`

	// CreateTime: Create timestamp of the version. Read-only, determined by
	// the system when the version is created.
	CreateTime string `json:"createTime,omitempty"`

	// Errors: Errors that occurred when creating this storedInfoType
	// version, or anomalies detected in the storedInfoType data that render
	// it unusable. Only the five most recent errors will be displayed, with
	// the most recent error appearing first. For example, some of the data
	// for stored custom dictionaries is put in the user's Google Cloud
	// Storage bucket, and if this data is modified or deleted by the user
	// or another system, the dictionary becomes invalid. If any errors
	// occur, fix the problem indicated by the error message and use the
	// UpdateStoredInfoType API method to create another version of the
	// storedInfoType to continue using it, reusing the same `config` if it
	// was not the source of the error.
	Errors []*GooglePrivacyDlpV2Error `json:"errors,omitempty"`

	// State: Stored info type version state. Read-only, updated by the
	// system during dictionary creation.
	//
	// Possible values:
	//   "STORED_INFO_TYPE_STATE_UNSPECIFIED" - Unused
	//   "PENDING" - StoredInfoType version is being created.
	//   "READY" - StoredInfoType version is ready for use.
	//   "FAILED" - StoredInfoType creation failed. All relevant error
	// messages are returned in the `StoredInfoTypeVersion` message.
	//   "INVALID" - StoredInfoType is no longer valid because artifacts
	// stored in user-controlled storage were modified. To fix an invalid
	// StoredInfoType, use the `UpdateStoredInfoType` method to create a new
	// version.
	State string `json:"state,omitempty"`

	// Stats: Statistics about this storedInfoType version.
	Stats *GooglePrivacyDlpV2StoredInfoTypeStats `json:"stats,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Config") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2StoredInfoTypeVersion: Version of a StoredInfoType, including the configuration used to build it, create timestamp, and current state.

func (*GooglePrivacyDlpV2StoredInfoTypeVersion) MarshalJSON

func (s *GooglePrivacyDlpV2StoredInfoTypeVersion) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2StoredType

type GooglePrivacyDlpV2StoredType struct {
	// CreateTime: Timestamp indicating when the version of the
	// `StoredInfoType` used for inspection was created. Output-only field,
	// populated by the system.
	CreateTime string `json:"createTime,omitempty"`

	// Name: Resource name of the requested `StoredInfoType`, for example
	// `organizations/433245324/storedInfoTypes/432452342` or
	// `projects/project-id/storedInfoTypes/432452342`.
	Name string `json:"name,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CreateTime") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CreateTime") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2StoredType: A reference to a StoredInfoType to use with scanning.

func (*GooglePrivacyDlpV2StoredType) MarshalJSON

func (s *GooglePrivacyDlpV2StoredType) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2SummaryResult

type GooglePrivacyDlpV2SummaryResult struct {
	// Code: Outcome of the transformation.
	//
	// Possible values:
	//   "TRANSFORMATION_RESULT_CODE_UNSPECIFIED" - Unused
	//   "SUCCESS" - Transformation completed without an error.
	//   "ERROR" - Transformation had an error.
	Code string `json:"code,omitempty"`

	// Count: Number of transformations counted by this result.
	Count int64 `json:"count,omitempty,string"`

	// Details: A place for warnings or errors to show up if a
	// transformation didn't work as expected.
	Details string `json:"details,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Code") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Code") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2SummaryResult: A collection that informs the user the number of times a particular `TransformationResultCode` and error details occurred.

func (*GooglePrivacyDlpV2SummaryResult) MarshalJSON

func (s *GooglePrivacyDlpV2SummaryResult) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2SurrogateType

type GooglePrivacyDlpV2SurrogateType struct {
}

GooglePrivacyDlpV2SurrogateType: Message for detecting output from deidentification transformations such as `CryptoReplaceFfxFpeConfig` (https://cloud.google.com/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig). These types of transformations are those that perform pseudonymization, thereby producing a "surrogate" as output. This should be used in conjunction with a field on the transformation such as `surrogate_info_type`. This CustomInfoType does not support the use of `detection_rules`.

type GooglePrivacyDlpV2Table

type GooglePrivacyDlpV2Table struct {
	// Headers: Headers of the table.
	Headers []*GooglePrivacyDlpV2FieldId `json:"headers,omitempty"`

	// Rows: Rows of the table.
	Rows []*GooglePrivacyDlpV2Row `json:"rows,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Headers") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Headers") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Table: Structured content to inspect. Up to 50,000 `Value`s per request allowed. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.

func (*GooglePrivacyDlpV2Table) MarshalJSON

func (s *GooglePrivacyDlpV2Table) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2TableLocation

type GooglePrivacyDlpV2TableLocation struct {
	// RowIndex: The zero-based index of the row where the finding is
	// located. Only populated for resources that have a natural ordering,
	// not BigQuery. In BigQuery, to identify the row a finding came from,
	// populate BigQueryOptions.identifying_fields with your primary key
	// column names and when you store the findings the value of those
	// columns will be stored inside of Finding.
	RowIndex int64 `json:"rowIndex,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "RowIndex") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "RowIndex") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TableLocation: Location of a finding within a table.

func (*GooglePrivacyDlpV2TableLocation) MarshalJSON

func (s *GooglePrivacyDlpV2TableLocation) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2TableOptions added in v0.21.0

type GooglePrivacyDlpV2TableOptions struct {
	// IdentifyingFields: The columns that are the primary keys for table
	// objects included in ContentItem. A copy of this cell's value will
	// stored alongside alongside each finding so that the finding can be
	// traced to the specific row it came from. No more than 3 may be
	// provided.
	IdentifyingFields []*GooglePrivacyDlpV2FieldId `json:"identifyingFields,omitempty"`

	// ForceSendFields is a list of field names (e.g. "IdentifyingFields")
	// to unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "IdentifyingFields") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TableOptions: Instructions regarding the table content being inspected.

func (*GooglePrivacyDlpV2TableOptions) MarshalJSON added in v0.21.0

func (s *GooglePrivacyDlpV2TableOptions) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2TaggedField

type GooglePrivacyDlpV2TaggedField struct {
	// CustomTag: A column can be tagged with a custom tag. In this case,
	// the user must indicate an auxiliary table that contains statistical
	// information on the possible values of this column (below).
	CustomTag string `json:"customTag,omitempty"`

	// Field: Required. Identifies the column.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// Inferred: If no semantic tag is indicated, we infer the statistical
	// model from the distribution of values in the input data
	Inferred *GoogleProtobufEmpty `json:"inferred,omitempty"`

	// InfoType: A column can be tagged with a InfoType to use the relevant
	// public dataset as a statistical model of population, if available. We
	// currently support US ZIP codes, region codes, ages and genders. To
	// programmatically obtain the list of supported InfoTypes, use
	// ListInfoTypes with the supported_by=RISK_ANALYSIS filter.
	InfoType *GooglePrivacyDlpV2InfoType `json:"infoType,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CustomTag") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CustomTag") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TaggedField: A column with a semantic tag attached.

func (*GooglePrivacyDlpV2TaggedField) MarshalJSON

func (s *GooglePrivacyDlpV2TaggedField) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2ThrowError added in v0.15.0

type GooglePrivacyDlpV2ThrowError struct {
}

GooglePrivacyDlpV2ThrowError: Throw an error and fail the request when a transformation error occurs.

type GooglePrivacyDlpV2TimePartConfig

type GooglePrivacyDlpV2TimePartConfig struct {
	// PartToExtract: The part of the time to keep.
	//
	// Possible values:
	//   "TIME_PART_UNSPECIFIED" - Unused
	//   "YEAR" - [0-9999]
	//   "MONTH" - [1-12]
	//   "DAY_OF_MONTH" - [1-31]
	//   "DAY_OF_WEEK" - [1-7]
	//   "WEEK_OF_YEAR" - [1-53]
	//   "HOUR_OF_DAY" - [0-23]
	PartToExtract string `json:"partToExtract,omitempty"`

	// ForceSendFields is a list of field names (e.g. "PartToExtract") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "PartToExtract") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TimePartConfig: For use with `Date`, `Timestamp`, and `TimeOfDay`, extract or preserve a portion of the value.

func (*GooglePrivacyDlpV2TimePartConfig) MarshalJSON

func (s *GooglePrivacyDlpV2TimePartConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2TimeZone

type GooglePrivacyDlpV2TimeZone struct {
	// OffsetMinutes: Set only if the offset can be determined. Positive for
	// time ahead of UTC. E.g. For "UTC-9", this value is -540.
	OffsetMinutes int64 `json:"offsetMinutes,omitempty"`

	// ForceSendFields is a list of field names (e.g. "OffsetMinutes") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "OffsetMinutes") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TimeZone: Time zone of the date time object.

func (*GooglePrivacyDlpV2TimeZone) MarshalJSON

func (s *GooglePrivacyDlpV2TimeZone) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2TimespanConfig

type GooglePrivacyDlpV2TimespanConfig struct {
	// EnableAutoPopulationOfTimespanConfig: When the job is started by a
	// JobTrigger we will automatically figure out a valid start_time to
	// avoid scanning files that have not been modified since the last time
	// the JobTrigger executed. This will be based on the time of the
	// execution of the last run of the JobTrigger.
	EnableAutoPopulationOfTimespanConfig bool `json:"enableAutoPopulationOfTimespanConfig,omitempty"`

	// EndTime: Exclude files, tables, or rows newer than this value. If not
	// set, no upper time limit is applied.
	EndTime string `json:"endTime,omitempty"`

	// StartTime: Exclude files, tables, or rows older than this value. If
	// not set, no lower time limit is applied.
	StartTime string `json:"startTime,omitempty"`

	// TimestampField: Specification of the field containing the timestamp
	// of scanned items. Used for data sources like Datastore and BigQuery.
	// For BigQuery: If this value is not specified and the table was
	// modified between the given start and end times, the entire table will
	// be scanned. If this value is specified, then rows are filtered based
	// on the given start and end times. Rows with a `NULL` value in the
	// provided BigQuery column are skipped. Valid data types of the
	// provided BigQuery column are: `INTEGER`, `DATE`, `TIMESTAMP`, and
	// `DATETIME`. For Datastore: If this value is specified, then entities
	// are filtered based on the given start and end times. If an entity
	// does not contain the provided timestamp property or contains empty or
	// invalid values, then it is included. Valid data types of the provided
	// timestamp property are: `TIMESTAMP`.
	TimestampField *GooglePrivacyDlpV2FieldId `json:"timestampField,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "EnableAutoPopulationOfTimespanConfig") to unconditionally include in
	// API requests. By default, fields with empty values are omitted from
	// API requests. However, any non-pointer, non-interface field appearing
	// in ForceSendFields will be sent to the server regardless of whether
	// the field is empty or not. This may be used to include empty fields
	// in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g.
	// "EnableAutoPopulationOfTimespanConfig") to include in API requests
	// with the JSON null value. By default, fields with empty values are
	// omitted from API requests. However, any field with an empty value
	// appearing in NullFields will be sent to the server as null. It is an
	// error if a field in this list has a non-empty value. This may be used
	// to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TimespanConfig: Configuration of the timespan of the items to include in scanning. Currently only supported when inspecting Google Cloud Storage and BigQuery.

func (*GooglePrivacyDlpV2TimespanConfig) MarshalJSON

func (s *GooglePrivacyDlpV2TimespanConfig) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2TransformationErrorHandling added in v0.15.0

type GooglePrivacyDlpV2TransformationErrorHandling struct {
	// LeaveUntransformed: Ignore errors
	LeaveUntransformed *GooglePrivacyDlpV2LeaveUntransformed `json:"leaveUntransformed,omitempty"`

	// ThrowError: Throw an error
	ThrowError *GooglePrivacyDlpV2ThrowError `json:"throwError,omitempty"`

	// ForceSendFields is a list of field names (e.g. "LeaveUntransformed")
	// to unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "LeaveUntransformed") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TransformationErrorHandling: How to handle transformation errors during de-identification. A transformation error occurs when the requested transformation is incompatible with the data. For example, trying to de-identify an IP address using a `DateShift` transformation would result in a transformation error, since date info cannot be extracted from an IP address. Information about any incompatible transformations, and how they were handled, is returned in the response as part of the `TransformationOverviews`.

func (*GooglePrivacyDlpV2TransformationErrorHandling) MarshalJSON added in v0.15.0

type GooglePrivacyDlpV2TransformationOverview

type GooglePrivacyDlpV2TransformationOverview struct {
	// TransformationSummaries: Transformations applied to the dataset.
	TransformationSummaries []*GooglePrivacyDlpV2TransformationSummary `json:"transformationSummaries,omitempty"`

	// TransformedBytes: Total size in bytes that were transformed in some
	// way.
	TransformedBytes int64 `json:"transformedBytes,omitempty,string"`

	// ForceSendFields is a list of field names (e.g.
	// "TransformationSummaries") to unconditionally include in API
	// requests. By default, fields with empty values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "TransformationSummaries")
	// to include in API requests with the JSON null value. By default,
	// fields with empty values are omitted from API requests. However, any
	// field with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TransformationOverview: Overview of the modifications that occurred.

func (*GooglePrivacyDlpV2TransformationOverview) MarshalJSON

func (s *GooglePrivacyDlpV2TransformationOverview) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2TransformationSummary

type GooglePrivacyDlpV2TransformationSummary struct {
	// Field: Set if the transformation was limited to a specific FieldId.
	Field *GooglePrivacyDlpV2FieldId `json:"field,omitempty"`

	// FieldTransformations: The field transformation that was applied. If
	// multiple field transformations are requested for a single field, this
	// list will contain all of them; otherwise, only one is supplied.
	FieldTransformations []*GooglePrivacyDlpV2FieldTransformation `json:"fieldTransformations,omitempty"`

	// InfoType: Set if the transformation was limited to a specific
	// InfoType.
	InfoType *GooglePrivacyDlpV2InfoType `json:"infoType,omitempty"`

	// RecordSuppress: The specific suppression option these stats apply to.
	RecordSuppress *GooglePrivacyDlpV2RecordSuppression `json:"recordSuppress,omitempty"`

	// Results: Collection of all transformations that took place or had an
	// error.
	Results []*GooglePrivacyDlpV2SummaryResult `json:"results,omitempty"`

	// Transformation: The specific transformation these stats apply to.
	Transformation *GooglePrivacyDlpV2PrimitiveTransformation `json:"transformation,omitempty"`

	// TransformedBytes: Total size in bytes that were transformed in some
	// way.
	TransformedBytes int64 `json:"transformedBytes,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "Field") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Field") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TransformationSummary: Summary of a single transformation. Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.

func (*GooglePrivacyDlpV2TransformationSummary) MarshalJSON

func (s *GooglePrivacyDlpV2TransformationSummary) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2TransientCryptoKey

type GooglePrivacyDlpV2TransientCryptoKey struct {
	// Name: Required. Name of the key. This is an arbitrary string used to
	// differentiate different keys. A unique key is generated per name: two
	// separate `TransientCryptoKey` protos share the same generated key if
	// their names are the same. When the data crypto key is generated, this
	// name is not used in any way (repeating the api call will result in a
	// different key being generated).
	Name string `json:"name,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Name") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Name") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2TransientCryptoKey: Use this to have a random data crypto key generated. It will be discarded after the request finishes.

func (*GooglePrivacyDlpV2TransientCryptoKey) MarshalJSON

func (s *GooglePrivacyDlpV2TransientCryptoKey) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2Trigger

type GooglePrivacyDlpV2Trigger struct {
	// Manual: For use with hybrid jobs. Jobs must be manually created and
	// finished.
	Manual *GooglePrivacyDlpV2Manual `json:"manual,omitempty"`

	// Schedule: Create a job on a repeating basis based on the elapse of
	// time.
	Schedule *GooglePrivacyDlpV2Schedule `json:"schedule,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Manual") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Manual") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Trigger: What event needs to occur for a new job to be started.

func (*GooglePrivacyDlpV2Trigger) MarshalJSON

func (s *GooglePrivacyDlpV2Trigger) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2UnwrappedCryptoKey

type GooglePrivacyDlpV2UnwrappedCryptoKey struct {
	// Key: Required. A 128/192/256 bit key.
	Key string `json:"key,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Key") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Key") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2UnwrappedCryptoKey: Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible.

func (*GooglePrivacyDlpV2UnwrappedCryptoKey) MarshalJSON

func (s *GooglePrivacyDlpV2UnwrappedCryptoKey) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest

type GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest struct {
	// DeidentifyTemplate: New DeidentifyTemplate value.
	DeidentifyTemplate *GooglePrivacyDlpV2DeidentifyTemplate `json:"deidentifyTemplate,omitempty"`

	// UpdateMask: Mask to control which fields get updated.
	UpdateMask string `json:"updateMask,omitempty"`

	// ForceSendFields is a list of field names (e.g. "DeidentifyTemplate")
	// to unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "DeidentifyTemplate") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest: Request message for UpdateDeidentifyTemplate.

func (*GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest) MarshalJSON

type GooglePrivacyDlpV2UpdateInspectTemplateRequest

type GooglePrivacyDlpV2UpdateInspectTemplateRequest struct {
	// InspectTemplate: New InspectTemplate value.
	InspectTemplate *GooglePrivacyDlpV2InspectTemplate `json:"inspectTemplate,omitempty"`

	// UpdateMask: Mask to control which fields get updated.
	UpdateMask string `json:"updateMask,omitempty"`

	// ForceSendFields is a list of field names (e.g. "InspectTemplate") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "InspectTemplate") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2UpdateInspectTemplateRequest: Request message for UpdateInspectTemplate.

func (*GooglePrivacyDlpV2UpdateInspectTemplateRequest) MarshalJSON

type GooglePrivacyDlpV2UpdateJobTriggerRequest

type GooglePrivacyDlpV2UpdateJobTriggerRequest struct {
	// JobTrigger: New JobTrigger value.
	JobTrigger *GooglePrivacyDlpV2JobTrigger `json:"jobTrigger,omitempty"`

	// UpdateMask: Mask to control which fields get updated.
	UpdateMask string `json:"updateMask,omitempty"`

	// ForceSendFields is a list of field names (e.g. "JobTrigger") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "JobTrigger") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2UpdateJobTriggerRequest: Request message for UpdateJobTrigger.

func (*GooglePrivacyDlpV2UpdateJobTriggerRequest) MarshalJSON

type GooglePrivacyDlpV2UpdateStoredInfoTypeRequest

type GooglePrivacyDlpV2UpdateStoredInfoTypeRequest struct {
	// Config: Updated configuration for the storedInfoType. If not
	// provided, a new version of the storedInfoType will be created with
	// the existing configuration.
	Config *GooglePrivacyDlpV2StoredInfoTypeConfig `json:"config,omitempty"`

	// UpdateMask: Mask to control which fields get updated.
	UpdateMask string `json:"updateMask,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Config") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2UpdateStoredInfoTypeRequest: Request message for UpdateStoredInfoType.

func (*GooglePrivacyDlpV2UpdateStoredInfoTypeRequest) MarshalJSON

type GooglePrivacyDlpV2Value

type GooglePrivacyDlpV2Value struct {
	// BooleanValue: boolean
	BooleanValue bool `json:"booleanValue,omitempty"`

	// DateValue: date
	DateValue *GoogleTypeDate `json:"dateValue,omitempty"`

	// DayOfWeekValue: day of week
	//
	// Possible values:
	//   "DAY_OF_WEEK_UNSPECIFIED" - The day of the week is unspecified.
	//   "MONDAY" - Monday
	//   "TUESDAY" - Tuesday
	//   "WEDNESDAY" - Wednesday
	//   "THURSDAY" - Thursday
	//   "FRIDAY" - Friday
	//   "SATURDAY" - Saturday
	//   "SUNDAY" - Sunday
	DayOfWeekValue string `json:"dayOfWeekValue,omitempty"`

	// FloatValue: float
	FloatValue float64 `json:"floatValue,omitempty"`

	// IntegerValue: integer
	IntegerValue int64 `json:"integerValue,omitempty,string"`

	// StringValue: string
	StringValue string `json:"stringValue,omitempty"`

	// TimeValue: time of day
	TimeValue *GoogleTypeTimeOfDay `json:"timeValue,omitempty"`

	// TimestampValue: timestamp
	TimestampValue string `json:"timestampValue,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BooleanValue") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BooleanValue") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2Value: Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data.

func (*GooglePrivacyDlpV2Value) MarshalJSON

func (s *GooglePrivacyDlpV2Value) MarshalJSON() ([]byte, error)

func (*GooglePrivacyDlpV2Value) UnmarshalJSON

func (s *GooglePrivacyDlpV2Value) UnmarshalJSON(data []byte) error

type GooglePrivacyDlpV2ValueFrequency

type GooglePrivacyDlpV2ValueFrequency struct {
	// Count: How many times the value is contained in the field.
	Count int64 `json:"count,omitempty,string"`

	// Value: A value contained in the field in question.
	Value *GooglePrivacyDlpV2Value `json:"value,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Count") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	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. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2ValueFrequency: A value of a field, including its frequency.

func (*GooglePrivacyDlpV2ValueFrequency) MarshalJSON

func (s *GooglePrivacyDlpV2ValueFrequency) MarshalJSON() ([]byte, error)

type GooglePrivacyDlpV2WordList

type GooglePrivacyDlpV2WordList struct {
	// Words: Words or phrases defining the dictionary. The dictionary must
	// contain at least one phrase and every phrase must contain at least 2
	// characters that are letters or digits. [required]
	Words []string `json:"words,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Words") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Words") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GooglePrivacyDlpV2WordList: Message defining a list of words or phrases to search for in the data.

func (*GooglePrivacyDlpV2WordList) MarshalJSON

func (s *GooglePrivacyDlpV2WordList) MarshalJSON() ([]byte, error)

type GoogleProtobufEmpty

type GoogleProtobufEmpty struct {
	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`
}

GoogleProtobufEmpty: 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); } The JSON representation for `Empty` is empty JSON object `{}`.

type GoogleRpcStatus

type GoogleRpcStatus struct {
	// Code: The status code, which should be an enum value of
	// google.rpc.Code.
	Code int64 `json:"code,omitempty"`

	// Details: A list of messages that carry the error details. There is a
	// common set of message types for APIs to use.
	Details []googleapi.RawMessage `json:"details,omitempty"`

	// Message: A developer-facing error message, which should be in
	// English. Any user-facing error message should be localized and sent
	// in the google.rpc.Status.details field, or localized by the client.
	Message string `json:"message,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Code") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Code") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleRpcStatus: The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).

func (*GoogleRpcStatus) MarshalJSON

func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error)

type GoogleTypeDate

type GoogleTypeDate struct {
	// Day: Day of a month. Must be from 1 to 31 and valid for the year and
	// month, or 0 to specify a year by itself or a year and month where the
	// day isn't significant.
	Day int64 `json:"day,omitempty"`

	// Month: Month of a year. Must be from 1 to 12, or 0 to specify a year
	// without a month and day.
	Month int64 `json:"month,omitempty"`

	// Year: Year of the date. Must be from 1 to 9999, or 0 to specify a
	// date without a year.
	Year int64 `json:"year,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Day") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Day") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleTypeDate: Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.

func (*GoogleTypeDate) MarshalJSON

func (s *GoogleTypeDate) MarshalJSON() ([]byte, error)

type GoogleTypeTimeOfDay

type GoogleTypeTimeOfDay struct {
	// Hours: Hours of day in 24 hour format. Should be from 0 to 23. An API
	// may choose to allow the value "24:00:00" for scenarios like business
	// closing time.
	Hours int64 `json:"hours,omitempty"`

	// Minutes: Minutes of hour of day. Must be from 0 to 59.
	Minutes int64 `json:"minutes,omitempty"`

	// Nanos: Fractions of seconds in nanoseconds. Must be from 0 to
	// 999,999,999.
	Nanos int64 `json:"nanos,omitempty"`

	// Seconds: Seconds of minutes of the time. Must normally be from 0 to
	// 59. An API may allow the value 60 if it allows leap-seconds.
	Seconds int64 `json:"seconds,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Hours") to
	// unconditionally include in API requests. By default, fields with
	// empty values are omitted from API requests. However, any non-pointer,
	// non-interface field appearing in ForceSendFields will be sent to the
	// server regardless of whether the field is empty or not. This may be
	// used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Hours") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleTypeTimeOfDay: Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

func (*GoogleTypeTimeOfDay) MarshalJSON

func (s *GoogleTypeTimeOfDay) MarshalJSON() ([]byte, error)

type InfoTypesListCall

type InfoTypesListCall struct {
	// contains filtered or unexported fields
}

func (*InfoTypesListCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*InfoTypesListCall) Do

Do executes the "dlp.infoTypes.list" call. Exactly one of *GooglePrivacyDlpV2ListInfoTypesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListInfoTypesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*InfoTypesListCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*InfoTypesListCall) Filter

func (c *InfoTypesListCall) Filter(filter string) *InfoTypesListCall

Filter sets the optional parameter "filter": filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.

func (*InfoTypesListCall) Header

func (c *InfoTypesListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*InfoTypesListCall) IfNoneMatch

func (c *InfoTypesListCall) IfNoneMatch(entityTag string) *InfoTypesListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*InfoTypesListCall) LanguageCode

func (c *InfoTypesListCall) LanguageCode(languageCode string) *InfoTypesListCall

LanguageCode sets the optional parameter "languageCode": BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

func (*InfoTypesListCall) LocationId added in v0.15.0

func (c *InfoTypesListCall) LocationId(locationId string) *InfoTypesListCall

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*InfoTypesListCall) Parent added in v0.26.0

func (c *InfoTypesListCall) Parent(parent string) *InfoTypesListCall

Parent sets the optional parameter "parent": The parent resource name. The format of this value is as follows: locations/ LOCATION_ID

type InfoTypesService

type InfoTypesService struct {
	// contains filtered or unexported fields
}

func NewInfoTypesService

func NewInfoTypesService(s *Service) *InfoTypesService

func (*InfoTypesService) List

List: Returns a list of the sensitive information types that the DLP API supports. See https://cloud.google.com/dlp/docs/infotypes-reference to learn more.

type LocationsInfoTypesListCall added in v0.11.0

type LocationsInfoTypesListCall struct {
	// contains filtered or unexported fields
}

func (*LocationsInfoTypesListCall) Context added in v0.11.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*LocationsInfoTypesListCall) Do added in v0.11.0

Do executes the "dlp.locations.infoTypes.list" call. Exactly one of *GooglePrivacyDlpV2ListInfoTypesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListInfoTypesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*LocationsInfoTypesListCall) Fields added in v0.11.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*LocationsInfoTypesListCall) Filter added in v0.11.0

Filter sets the optional parameter "filter": filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.

func (*LocationsInfoTypesListCall) Header added in v0.11.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*LocationsInfoTypesListCall) IfNoneMatch added in v0.11.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*LocationsInfoTypesListCall) LanguageCode added in v0.11.0

func (c *LocationsInfoTypesListCall) LanguageCode(languageCode string) *LocationsInfoTypesListCall

LanguageCode sets the optional parameter "languageCode": BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

func (*LocationsInfoTypesListCall) LocationId added in v0.26.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

type LocationsInfoTypesService added in v0.11.0

type LocationsInfoTypesService struct {
	// contains filtered or unexported fields
}

func NewLocationsInfoTypesService added in v0.11.0

func NewLocationsInfoTypesService(s *Service) *LocationsInfoTypesService

func (*LocationsInfoTypesService) List added in v0.11.0

List: Returns a list of the sensitive information types that the DLP API supports. See https://cloud.google.com/dlp/docs/infotypes-reference to learn more.

type LocationsService added in v0.10.0

type LocationsService struct {
	InfoTypes *LocationsInfoTypesService
	// contains filtered or unexported fields
}

func NewLocationsService added in v0.10.0

func NewLocationsService(s *Service) *LocationsService

type OrganizationsLocationsDlpJobsListCall added in v0.37.0

type OrganizationsLocationsDlpJobsListCall struct {
	// contains filtered or unexported fields
}

func (*OrganizationsLocationsDlpJobsListCall) Context added in v0.37.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*OrganizationsLocationsDlpJobsListCall) Do added in v0.37.0

Do executes the "dlp.organizations.locations.dlpJobs.list" call. Exactly one of *GooglePrivacyDlpV2ListDlpJobsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListDlpJobsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*OrganizationsLocationsDlpJobsListCall) Fields added in v0.37.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*OrganizationsLocationsDlpJobsListCall) Filter added in v0.37.0

Filter sets the optional parameter "filter": Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The resource name of the trigger that created job. - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * The operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.

func (*OrganizationsLocationsDlpJobsListCall) Header added in v0.37.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*OrganizationsLocationsDlpJobsListCall) IfNoneMatch added in v0.37.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*OrganizationsLocationsDlpJobsListCall) LocationId added in v0.37.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*OrganizationsLocationsDlpJobsListCall) OrderBy added in v0.37.0

OrderBy sets the optional parameter "orderBy": Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc, end_time asc, create_time desc` Supported fields are: - `create_time`: corresponds to time the job was created. - `end_time`: corresponds to time the job ended. - `name`: corresponds to job's name. - `state`: corresponds to `state`

func (*OrganizationsLocationsDlpJobsListCall) PageSize added in v0.37.0

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*OrganizationsLocationsDlpJobsListCall) PageToken added in v0.37.0

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*OrganizationsLocationsDlpJobsListCall) Pages added in v0.37.0

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*OrganizationsLocationsDlpJobsListCall) Type added in v0.37.0

Type sets the optional parameter "type": The type of job. Defaults to `DlpJobType.INSPECT`

Possible values:

"DLP_JOB_TYPE_UNSPECIFIED" - Unused
"INSPECT_JOB" - The job inspected Google Cloud for sensitive data.
"RISK_ANALYSIS_JOB" - The job executed a Risk Analysis computation.

type OrganizationsLocationsDlpJobsService added in v0.37.0

type OrganizationsLocationsDlpJobsService struct {
	// contains filtered or unexported fields
}

func NewOrganizationsLocationsDlpJobsService added in v0.37.0

func NewOrganizationsLocationsDlpJobsService(s *Service) *OrganizationsLocationsDlpJobsService

func (*OrganizationsLocationsDlpJobsService) List added in v0.37.0

List: Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

type OrganizationsLocationsJobTriggersCreateCall added in v0.37.0

type OrganizationsLocationsJobTriggersCreateCall struct {
	// contains filtered or unexported fields
}

func (*OrganizationsLocationsJobTriggersCreateCall) Context added in v0.37.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*OrganizationsLocationsJobTriggersCreateCall) Do added in v0.37.0

Do executes the "dlp.organizations.locations.jobTriggers.create" call. Exactly one of *GooglePrivacyDlpV2JobTrigger or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2JobTrigger.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*OrganizationsLocationsJobTriggersCreateCall) Fields added in v0.37.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*OrganizationsLocationsJobTriggersCreateCall) Header added in v0.37.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type OrganizationsLocationsJobTriggersDeleteCall added in v0.37.0

type OrganizationsLocationsJobTriggersDeleteCall struct {
	// contains filtered or unexported fields
}

func (*OrganizationsLocationsJobTriggersDeleteCall) Context added in v0.37.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*OrganizationsLocationsJobTriggersDeleteCall) Do added in v0.37.0

Do executes the "dlp.organizations.locations.jobTriggers.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*OrganizationsLocationsJobTriggersDeleteCall) Fields added in v0.37.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*OrganizationsLocationsJobTriggersDeleteCall) Header added in v0.37.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type OrganizationsLocationsJobTriggersGetCall added in v0.37.0

type OrganizationsLocationsJobTriggersGetCall struct {
	// contains filtered or unexported fields
}

func (*OrganizationsLocationsJobTriggersGetCall) Context added in v0.37.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*OrganizationsLocationsJobTriggersGetCall) Do added in v0.37.0

Do executes the "dlp.organizations.locations.jobTriggers.get" call. Exactly one of *GooglePrivacyDlpV2JobTrigger or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2JobTrigger.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*OrganizationsLocationsJobTriggersGetCall) Fields added in v0.37.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*OrganizationsLocationsJobTriggersGetCall) Header added in v0.37.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*OrganizationsLocationsJobTriggersGetCall) IfNoneMatch added in v0.37.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type OrganizationsLocationsJobTriggersListCall added in v0.37.0

type OrganizationsLocationsJobTriggersListCall struct {
	// contains filtered or unexported fields
}

func (*OrganizationsLocationsJobTriggersListCall) Context added in v0.37.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*OrganizationsLocationsJobTriggersListCall) Do added in v0.37.0

Do executes the "dlp.organizations.locations.jobTriggers.list" call. Exactly one of *GooglePrivacyDlpV2ListJobTriggersResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListJobTriggersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*OrganizationsLocationsJobTriggersListCall) Fields added in v0.37.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*OrganizationsLocationsJobTriggersListCall) Filter added in v0.37.0

Filter sets the optional parameter "filter": Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.

func (*OrganizationsLocationsJobTriggersListCall) Header added in v0.37.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*OrganizationsLocationsJobTriggersListCall) IfNoneMatch added in v0.37.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*OrganizationsLocationsJobTriggersListCall) LocationId added in v0.37.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*OrganizationsLocationsJobTriggersListCall) OrderBy added in v0.37.0

OrderBy sets the optional parameter "orderBy": Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the JobTrigger was created. - `update_time`: corresponds to time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to JobTrigger's name. - `display_name`: corresponds to JobTrigger's display name. - `status`: corresponds to JobTrigger's status.

func (*OrganizationsLocationsJobTriggersListCall) PageSize added in v0.37.0

PageSize sets the optional parameter "pageSize": Size of the page, can be limited by a server.

func (*OrganizationsLocationsJobTriggersListCall) PageToken added in v0.37.0

PageToken sets the optional parameter "pageToken": Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls.

func (*OrganizationsLocationsJobTriggersListCall) Pages added in v0.37.0

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type OrganizationsLocationsJobTriggersPatchCall added in v0.37.0

type OrganizationsLocationsJobTriggersPatchCall struct {
	// contains filtered or unexported fields
}

func (*OrganizationsLocationsJobTriggersPatchCall) Context added in v0.37.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*OrganizationsLocationsJobTriggersPatchCall) Do added in v0.37.0

Do executes the "dlp.organizations.locations.jobTriggers.patch" call. Exactly one of *GooglePrivacyDlpV2JobTrigger or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2JobTrigger.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*OrganizationsLocationsJobTriggersPatchCall) Fields added in v0.37.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*OrganizationsLocationsJobTriggersPatchCall) Header added in v0.37.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type OrganizationsLocationsJobTriggersService added in v0.37.0

type OrganizationsLocationsJobTriggersService struct {
	// contains filtered or unexported fields
}

func NewOrganizationsLocationsJobTriggersService added in v0.37.0

func NewOrganizationsLocationsJobTriggersService(s *Service) *OrganizationsLocationsJobTriggersService

func (*OrganizationsLocationsJobTriggersService) Create added in v0.37.0

Create: Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*OrganizationsLocationsJobTriggersService) Delete added in v0.37.0

Delete: Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*OrganizationsLocationsJobTriggersService) Get added in v0.37.0

Get: Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*OrganizationsLocationsJobTriggersService) List added in v0.37.0

List: Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*OrganizationsLocationsJobTriggersService) Patch added in v0.37.0

Patch: Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

type OrganizationsLocationsService added in v0.15.0

type OrganizationsLocationsService struct {
	DlpJobs *OrganizationsLocationsDlpJobsService

	JobTriggers *OrganizationsLocationsJobTriggersService
	// contains filtered or unexported fields
}

func NewOrganizationsLocationsService added in v0.15.0

func NewOrganizationsLocationsService(s *Service) *OrganizationsLocationsService

type OrganizationsService

type OrganizationsService struct {
	Locations *OrganizationsLocationsService
	// contains filtered or unexported fields
}

func NewOrganizationsService

func NewOrganizationsService(s *Service) *OrganizationsService

type ProjectsContentDeidentifyCall

type ProjectsContentDeidentifyCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsContentDeidentifyCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsContentDeidentifyCall) Do

Do executes the "dlp.projects.content.deidentify" call. Exactly one of *GooglePrivacyDlpV2DeidentifyContentResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DeidentifyContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsContentDeidentifyCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsContentDeidentifyCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsContentInspectCall

type ProjectsContentInspectCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsContentInspectCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsContentInspectCall) Do

Do executes the "dlp.projects.content.inspect" call. Exactly one of *GooglePrivacyDlpV2InspectContentResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2InspectContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsContentInspectCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsContentInspectCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsContentReidentifyCall

type ProjectsContentReidentifyCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsContentReidentifyCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsContentReidentifyCall) Do

Do executes the "dlp.projects.content.reidentify" call. Exactly one of *GooglePrivacyDlpV2ReidentifyContentResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ReidentifyContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsContentReidentifyCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsContentReidentifyCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsContentService

type ProjectsContentService struct {
	// contains filtered or unexported fields
}

func NewProjectsContentService

func NewProjectsContentService(s *Service) *ProjectsContentService

func (*ProjectsContentService) Deidentify

func (r *ProjectsContentService) Deidentify(parentid string, googleprivacydlpv2deidentifycontentrequest *GooglePrivacyDlpV2DeidentifyContentRequest) *ProjectsContentDeidentifyCall

Deidentify: De-identifies potentially sensitive info from a ContentItem. This method has limits on input size and output size. See https://cloud.google.com/dlp/docs/deidentify-sensitive-data to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

func (*ProjectsContentService) Inspect

func (r *ProjectsContentService) Inspect(parentid string, googleprivacydlpv2inspectcontentrequest *GooglePrivacyDlpV2InspectContentRequest) *ProjectsContentInspectCall

Inspect: Finds potentially sensitive info in content. This method has limits on input size, processing time, and output size. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images and https://cloud.google.com/dlp/docs/inspecting-text,

func (*ProjectsContentService) Reidentify

func (r *ProjectsContentService) Reidentify(parentid string, googleprivacydlpv2reidentifycontentrequest *GooglePrivacyDlpV2ReidentifyContentRequest) *ProjectsContentReidentifyCall

Reidentify: Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.

type ProjectsDeidentifyTemplatesCreateCall

type ProjectsDeidentifyTemplatesCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDeidentifyTemplatesCreateCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDeidentifyTemplatesCreateCall) Do

Do executes the "dlp.projects.deidentifyTemplates.create" call. Exactly one of *GooglePrivacyDlpV2DeidentifyTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DeidentifyTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDeidentifyTemplatesCreateCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDeidentifyTemplatesCreateCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsDeidentifyTemplatesDeleteCall

type ProjectsDeidentifyTemplatesDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDeidentifyTemplatesDeleteCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDeidentifyTemplatesDeleteCall) Do

Do executes the "dlp.projects.deidentifyTemplates.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDeidentifyTemplatesDeleteCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDeidentifyTemplatesDeleteCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsDeidentifyTemplatesGetCall

type ProjectsDeidentifyTemplatesGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDeidentifyTemplatesGetCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDeidentifyTemplatesGetCall) Do

Do executes the "dlp.projects.deidentifyTemplates.get" call. Exactly one of *GooglePrivacyDlpV2DeidentifyTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DeidentifyTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDeidentifyTemplatesGetCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDeidentifyTemplatesGetCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsDeidentifyTemplatesGetCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsDeidentifyTemplatesListCall

type ProjectsDeidentifyTemplatesListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDeidentifyTemplatesListCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDeidentifyTemplatesListCall) Do

Do executes the "dlp.projects.deidentifyTemplates.list" call. Exactly one of *GooglePrivacyDlpV2ListDeidentifyTemplatesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListDeidentifyTemplatesResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDeidentifyTemplatesListCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDeidentifyTemplatesListCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsDeidentifyTemplatesListCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsDeidentifyTemplatesListCall) LocationId added in v0.15.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsDeidentifyTemplatesListCall) OrderBy

OrderBy sets the optional parameter "orderBy": Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the template was created. - `update_time`: corresponds to time the template was last updated. - `name`: corresponds to template's name. - `display_name`: corresponds to template's display name.

func (*ProjectsDeidentifyTemplatesListCall) PageSize

PageSize sets the optional parameter "pageSize": Size of the page, can be limited by server. If zero server returns a page of max size 100.

func (*ProjectsDeidentifyTemplatesListCall) PageToken

PageToken sets the optional parameter "pageToken": Page token to continue retrieval. Comes from previous call to `ListDeidentifyTemplates`.

func (*ProjectsDeidentifyTemplatesListCall) Pages

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsDeidentifyTemplatesPatchCall

type ProjectsDeidentifyTemplatesPatchCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDeidentifyTemplatesPatchCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDeidentifyTemplatesPatchCall) Do

Do executes the "dlp.projects.deidentifyTemplates.patch" call. Exactly one of *GooglePrivacyDlpV2DeidentifyTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DeidentifyTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDeidentifyTemplatesPatchCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDeidentifyTemplatesPatchCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsDeidentifyTemplatesService

type ProjectsDeidentifyTemplatesService struct {
	// contains filtered or unexported fields
}

func NewProjectsDeidentifyTemplatesService

func NewProjectsDeidentifyTemplatesService(s *Service) *ProjectsDeidentifyTemplatesService

func (*ProjectsDeidentifyTemplatesService) Create

func (r *ProjectsDeidentifyTemplatesService) Create(parentid string, googleprivacydlpv2createdeidentifytemplaterequest *GooglePrivacyDlpV2CreateDeidentifyTemplateRequest) *ProjectsDeidentifyTemplatesCreateCall

Create: Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

func (*ProjectsDeidentifyTemplatesService) Delete

Delete: Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

func (*ProjectsDeidentifyTemplatesService) Get

Get: Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

func (*ProjectsDeidentifyTemplatesService) List

List: Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

func (*ProjectsDeidentifyTemplatesService) Patch

Patch: Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

type ProjectsDlpJobsCancelCall

type ProjectsDlpJobsCancelCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDlpJobsCancelCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDlpJobsCancelCall) Do

Do executes the "dlp.projects.dlpJobs.cancel" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDlpJobsCancelCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDlpJobsCancelCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsDlpJobsCreateCall

type ProjectsDlpJobsCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDlpJobsCreateCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDlpJobsCreateCall) Do

Do executes the "dlp.projects.dlpJobs.create" call. Exactly one of *GooglePrivacyDlpV2DlpJob or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DlpJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDlpJobsCreateCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDlpJobsCreateCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsDlpJobsDeleteCall

type ProjectsDlpJobsDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDlpJobsDeleteCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDlpJobsDeleteCall) Do

Do executes the "dlp.projects.dlpJobs.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDlpJobsDeleteCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDlpJobsDeleteCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsDlpJobsGetCall

type ProjectsDlpJobsGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDlpJobsGetCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDlpJobsGetCall) Do

Do executes the "dlp.projects.dlpJobs.get" call. Exactly one of *GooglePrivacyDlpV2DlpJob or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DlpJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDlpJobsGetCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDlpJobsGetCall) Header

func (c *ProjectsDlpJobsGetCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsDlpJobsGetCall) IfNoneMatch

func (c *ProjectsDlpJobsGetCall) IfNoneMatch(entityTag string) *ProjectsDlpJobsGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsDlpJobsListCall

type ProjectsDlpJobsListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsDlpJobsListCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsDlpJobsListCall) Do

Do executes the "dlp.projects.dlpJobs.list" call. Exactly one of *GooglePrivacyDlpV2ListDlpJobsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListDlpJobsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsDlpJobsListCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsDlpJobsListCall) Filter

Filter sets the optional parameter "filter": Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The resource name of the trigger that created job. - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * The operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.

func (*ProjectsDlpJobsListCall) Header

func (c *ProjectsDlpJobsListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsDlpJobsListCall) IfNoneMatch

func (c *ProjectsDlpJobsListCall) IfNoneMatch(entityTag string) *ProjectsDlpJobsListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsDlpJobsListCall) LocationId added in v0.15.0

func (c *ProjectsDlpJobsListCall) LocationId(locationId string) *ProjectsDlpJobsListCall

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsDlpJobsListCall) OrderBy

OrderBy sets the optional parameter "orderBy": Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc, end_time asc, create_time desc` Supported fields are: - `create_time`: corresponds to time the job was created. - `end_time`: corresponds to time the job ended. - `name`: corresponds to job's name. - `state`: corresponds to `state`

func (*ProjectsDlpJobsListCall) PageSize

func (c *ProjectsDlpJobsListCall) PageSize(pageSize int64) *ProjectsDlpJobsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsDlpJobsListCall) PageToken

func (c *ProjectsDlpJobsListCall) PageToken(pageToken string) *ProjectsDlpJobsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsDlpJobsListCall) Pages

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsDlpJobsListCall) Type

Type sets the optional parameter "type": The type of job. Defaults to `DlpJobType.INSPECT`

Possible values:

"DLP_JOB_TYPE_UNSPECIFIED" - Unused
"INSPECT_JOB" - The job inspected Google Cloud for sensitive data.
"RISK_ANALYSIS_JOB" - The job executed a Risk Analysis computation.

type ProjectsDlpJobsService

type ProjectsDlpJobsService struct {
	// contains filtered or unexported fields
}

func NewProjectsDlpJobsService

func NewProjectsDlpJobsService(s *Service) *ProjectsDlpJobsService

func (*ProjectsDlpJobsService) Cancel

func (r *ProjectsDlpJobsService) Cancel(name string, googleprivacydlpv2canceldlpjobrequest *GooglePrivacyDlpV2CancelDlpJobRequest) *ProjectsDlpJobsCancelCall

Cancel: Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

func (*ProjectsDlpJobsService) Create

func (r *ProjectsDlpJobsService) Create(parentid string, googleprivacydlpv2createdlpjobrequest *GooglePrivacyDlpV2CreateDlpJobRequest) *ProjectsDlpJobsCreateCall

Create: Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

func (*ProjectsDlpJobsService) Delete

Delete: Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be cancelled if possible. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

func (*ProjectsDlpJobsService) Get

Get: Gets the latest state of a long-running DlpJob. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

func (*ProjectsDlpJobsService) List

List: Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

type ProjectsImageRedactCall

type ProjectsImageRedactCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsImageRedactCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsImageRedactCall) Do

Do executes the "dlp.projects.image.redact" call. Exactly one of *GooglePrivacyDlpV2RedactImageResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2RedactImageResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsImageRedactCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsImageRedactCall) Header

func (c *ProjectsImageRedactCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsImageService

type ProjectsImageService struct {
	// contains filtered or unexported fields
}

func NewProjectsImageService

func NewProjectsImageService(s *Service) *ProjectsImageService

func (*ProjectsImageService) Redact

func (r *ProjectsImageService) Redact(parentid string, googleprivacydlpv2redactimagerequest *GooglePrivacyDlpV2RedactImageRequest) *ProjectsImageRedactCall

Redact: Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

type ProjectsInspectTemplatesCreateCall

type ProjectsInspectTemplatesCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsInspectTemplatesCreateCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsInspectTemplatesCreateCall) Do

Do executes the "dlp.projects.inspectTemplates.create" call. Exactly one of *GooglePrivacyDlpV2InspectTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2InspectTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsInspectTemplatesCreateCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsInspectTemplatesCreateCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsInspectTemplatesDeleteCall

type ProjectsInspectTemplatesDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsInspectTemplatesDeleteCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsInspectTemplatesDeleteCall) Do

Do executes the "dlp.projects.inspectTemplates.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsInspectTemplatesDeleteCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsInspectTemplatesDeleteCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsInspectTemplatesGetCall

type ProjectsInspectTemplatesGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsInspectTemplatesGetCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsInspectTemplatesGetCall) Do

Do executes the "dlp.projects.inspectTemplates.get" call. Exactly one of *GooglePrivacyDlpV2InspectTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2InspectTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsInspectTemplatesGetCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsInspectTemplatesGetCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsInspectTemplatesGetCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsInspectTemplatesListCall

type ProjectsInspectTemplatesListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsInspectTemplatesListCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsInspectTemplatesListCall) Do

Do executes the "dlp.projects.inspectTemplates.list" call. Exactly one of *GooglePrivacyDlpV2ListInspectTemplatesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListInspectTemplatesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsInspectTemplatesListCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsInspectTemplatesListCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsInspectTemplatesListCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsInspectTemplatesListCall) LocationId added in v0.15.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsInspectTemplatesListCall) OrderBy

OrderBy sets the optional parameter "orderBy": Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the template was created. - `update_time`: corresponds to time the template was last updated. - `name`: corresponds to template's name. - `display_name`: corresponds to template's display name.

func (*ProjectsInspectTemplatesListCall) PageSize

PageSize sets the optional parameter "pageSize": Size of the page, can be limited by server. If zero server returns a page of max size 100.

func (*ProjectsInspectTemplatesListCall) PageToken

PageToken sets the optional parameter "pageToken": Page token to continue retrieval. Comes from previous call to `ListInspectTemplates`.

func (*ProjectsInspectTemplatesListCall) Pages

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsInspectTemplatesPatchCall

type ProjectsInspectTemplatesPatchCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsInspectTemplatesPatchCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsInspectTemplatesPatchCall) Do

Do executes the "dlp.projects.inspectTemplates.patch" call. Exactly one of *GooglePrivacyDlpV2InspectTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2InspectTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsInspectTemplatesPatchCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsInspectTemplatesPatchCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsInspectTemplatesService

type ProjectsInspectTemplatesService struct {
	// contains filtered or unexported fields
}

func NewProjectsInspectTemplatesService

func NewProjectsInspectTemplatesService(s *Service) *ProjectsInspectTemplatesService

func (*ProjectsInspectTemplatesService) Create

func (r *ProjectsInspectTemplatesService) Create(parentid string, googleprivacydlpv2createinspecttemplaterequest *GooglePrivacyDlpV2CreateInspectTemplateRequest) *ProjectsInspectTemplatesCreateCall

Create: Creates an InspectTemplate for re-using frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

func (*ProjectsInspectTemplatesService) Delete

Delete: Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

func (*ProjectsInspectTemplatesService) Get

Get: Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

func (*ProjectsInspectTemplatesService) List

List: Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

func (*ProjectsInspectTemplatesService) Patch

Patch: Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

type ProjectsJobTriggersActivateCall added in v0.2.0

type ProjectsJobTriggersActivateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsJobTriggersActivateCall) Context added in v0.2.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsJobTriggersActivateCall) Do added in v0.2.0

Do executes the "dlp.projects.jobTriggers.activate" call. Exactly one of *GooglePrivacyDlpV2DlpJob or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DlpJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsJobTriggersActivateCall) Fields added in v0.2.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsJobTriggersActivateCall) Header added in v0.2.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsJobTriggersCreateCall

type ProjectsJobTriggersCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsJobTriggersCreateCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsJobTriggersCreateCall) Do

Do executes the "dlp.projects.jobTriggers.create" call. Exactly one of *GooglePrivacyDlpV2JobTrigger or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2JobTrigger.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsJobTriggersCreateCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsJobTriggersCreateCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsJobTriggersDeleteCall

type ProjectsJobTriggersDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsJobTriggersDeleteCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsJobTriggersDeleteCall) Do

Do executes the "dlp.projects.jobTriggers.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsJobTriggersDeleteCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsJobTriggersDeleteCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsJobTriggersGetCall

type ProjectsJobTriggersGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsJobTriggersGetCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsJobTriggersGetCall) Do

Do executes the "dlp.projects.jobTriggers.get" call. Exactly one of *GooglePrivacyDlpV2JobTrigger or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2JobTrigger.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsJobTriggersGetCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsJobTriggersGetCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsJobTriggersGetCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsJobTriggersListCall

type ProjectsJobTriggersListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsJobTriggersListCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsJobTriggersListCall) Do

Do executes the "dlp.projects.jobTriggers.list" call. Exactly one of *GooglePrivacyDlpV2ListJobTriggersResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListJobTriggersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsJobTriggersListCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsJobTriggersListCall) Filter added in v0.2.0

Filter sets the optional parameter "filter": Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.

func (*ProjectsJobTriggersListCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsJobTriggersListCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsJobTriggersListCall) LocationId added in v0.15.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsJobTriggersListCall) OrderBy

OrderBy sets the optional parameter "orderBy": Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the JobTrigger was created. - `update_time`: corresponds to time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to JobTrigger's name. - `display_name`: corresponds to JobTrigger's display name. - `status`: corresponds to JobTrigger's status.

func (*ProjectsJobTriggersListCall) PageSize

PageSize sets the optional parameter "pageSize": Size of the page, can be limited by a server.

func (*ProjectsJobTriggersListCall) PageToken

PageToken sets the optional parameter "pageToken": Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls.

func (*ProjectsJobTriggersListCall) Pages

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsJobTriggersPatchCall

type ProjectsJobTriggersPatchCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsJobTriggersPatchCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsJobTriggersPatchCall) Do

Do executes the "dlp.projects.jobTriggers.patch" call. Exactly one of *GooglePrivacyDlpV2JobTrigger or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2JobTrigger.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsJobTriggersPatchCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsJobTriggersPatchCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsJobTriggersService

type ProjectsJobTriggersService struct {
	// contains filtered or unexported fields
}

func NewProjectsJobTriggersService

func NewProjectsJobTriggersService(s *Service) *ProjectsJobTriggersService

func (*ProjectsJobTriggersService) Activate added in v0.2.0

func (r *ProjectsJobTriggersService) Activate(name string, googleprivacydlpv2activatejobtriggerrequest *GooglePrivacyDlpV2ActivateJobTriggerRequest) *ProjectsJobTriggersActivateCall

Activate: Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.

func (*ProjectsJobTriggersService) Create

func (r *ProjectsJobTriggersService) Create(parentid string, googleprivacydlpv2createjobtriggerrequest *GooglePrivacyDlpV2CreateJobTriggerRequest) *ProjectsJobTriggersCreateCall

Create: Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*ProjectsJobTriggersService) Delete

Delete: Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*ProjectsJobTriggersService) Get

Get: Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*ProjectsJobTriggersService) List

List: Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*ProjectsJobTriggersService) Patch

func (r *ProjectsJobTriggersService) Patch(name string, googleprivacydlpv2updatejobtriggerrequest *GooglePrivacyDlpV2UpdateJobTriggerRequest) *ProjectsJobTriggersPatchCall

Patch: Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

type ProjectsLocationsContentDeidentifyCall added in v0.8.0

type ProjectsLocationsContentDeidentifyCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsContentDeidentifyCall) Context added in v0.8.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsContentDeidentifyCall) Do added in v0.8.0

Do executes the "dlp.projects.locations.content.deidentify" call. Exactly one of *GooglePrivacyDlpV2DeidentifyContentResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DeidentifyContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsContentDeidentifyCall) Fields added in v0.8.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsContentDeidentifyCall) Header added in v0.8.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsContentInspectCall added in v0.10.0

type ProjectsLocationsContentInspectCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsContentInspectCall) Context added in v0.10.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsContentInspectCall) Do added in v0.10.0

Do executes the "dlp.projects.locations.content.inspect" call. Exactly one of *GooglePrivacyDlpV2InspectContentResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2InspectContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsContentInspectCall) Fields added in v0.10.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsContentInspectCall) Header added in v0.10.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsContentReidentifyCall added in v0.11.0

type ProjectsLocationsContentReidentifyCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsContentReidentifyCall) Context added in v0.11.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsContentReidentifyCall) Do added in v0.11.0

Do executes the "dlp.projects.locations.content.reidentify" call. Exactly one of *GooglePrivacyDlpV2ReidentifyContentResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ReidentifyContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsContentReidentifyCall) Fields added in v0.11.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsContentReidentifyCall) Header added in v0.11.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsContentService added in v0.8.0

type ProjectsLocationsContentService struct {
	// contains filtered or unexported fields
}

func NewProjectsLocationsContentService added in v0.8.0

func NewProjectsLocationsContentService(s *Service) *ProjectsLocationsContentService

func (*ProjectsLocationsContentService) Deidentify added in v0.8.0

func (r *ProjectsLocationsContentService) Deidentify(parentid string, googleprivacydlpv2deidentifycontentrequest *GooglePrivacyDlpV2DeidentifyContentRequest) *ProjectsLocationsContentDeidentifyCall

Deidentify: De-identifies potentially sensitive info from a ContentItem. This method has limits on input size and output size. See https://cloud.google.com/dlp/docs/deidentify-sensitive-data to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

func (*ProjectsLocationsContentService) Inspect added in v0.10.0

func (r *ProjectsLocationsContentService) Inspect(parentid string, googleprivacydlpv2inspectcontentrequest *GooglePrivacyDlpV2InspectContentRequest) *ProjectsLocationsContentInspectCall

Inspect: Finds potentially sensitive info in content. This method has limits on input size, processing time, and output size. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images and https://cloud.google.com/dlp/docs/inspecting-text,

func (*ProjectsLocationsContentService) Reidentify added in v0.11.0

func (r *ProjectsLocationsContentService) Reidentify(parentid string, googleprivacydlpv2reidentifycontentrequest *GooglePrivacyDlpV2ReidentifyContentRequest) *ProjectsLocationsContentReidentifyCall

Reidentify: Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.

type ProjectsLocationsDeidentifyTemplatesCreateCall added in v0.15.0

type ProjectsLocationsDeidentifyTemplatesCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDeidentifyTemplatesCreateCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDeidentifyTemplatesCreateCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.deidentifyTemplates.create" call. Exactly one of *GooglePrivacyDlpV2DeidentifyTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DeidentifyTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeidentifyTemplatesCreateCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDeidentifyTemplatesCreateCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsDeidentifyTemplatesDeleteCall added in v0.15.0

type ProjectsLocationsDeidentifyTemplatesDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDeidentifyTemplatesDeleteCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDeidentifyTemplatesDeleteCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.deidentifyTemplates.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeidentifyTemplatesDeleteCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDeidentifyTemplatesDeleteCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsDeidentifyTemplatesGetCall added in v0.15.0

type ProjectsLocationsDeidentifyTemplatesGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDeidentifyTemplatesGetCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDeidentifyTemplatesGetCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.deidentifyTemplates.get" call. Exactly one of *GooglePrivacyDlpV2DeidentifyTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DeidentifyTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeidentifyTemplatesGetCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDeidentifyTemplatesGetCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsDeidentifyTemplatesGetCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsLocationsDeidentifyTemplatesListCall added in v0.15.0

type ProjectsLocationsDeidentifyTemplatesListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDeidentifyTemplatesListCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDeidentifyTemplatesListCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.deidentifyTemplates.list" call. Exactly one of *GooglePrivacyDlpV2ListDeidentifyTemplatesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListDeidentifyTemplatesResponse.ServerResponse.Head er or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeidentifyTemplatesListCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDeidentifyTemplatesListCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsDeidentifyTemplatesListCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsLocationsDeidentifyTemplatesListCall) LocationId added in v0.26.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsLocationsDeidentifyTemplatesListCall) OrderBy added in v0.15.0

OrderBy sets the optional parameter "orderBy": Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the template was created. - `update_time`: corresponds to time the template was last updated. - `name`: corresponds to template's name. - `display_name`: corresponds to template's display name.

func (*ProjectsLocationsDeidentifyTemplatesListCall) PageSize added in v0.15.0

PageSize sets the optional parameter "pageSize": Size of the page, can be limited by server. If zero server returns a page of max size 100.

func (*ProjectsLocationsDeidentifyTemplatesListCall) PageToken added in v0.15.0

PageToken sets the optional parameter "pageToken": Page token to continue retrieval. Comes from previous call to `ListDeidentifyTemplates`.

func (*ProjectsLocationsDeidentifyTemplatesListCall) Pages added in v0.15.0

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsDeidentifyTemplatesPatchCall added in v0.15.0

type ProjectsLocationsDeidentifyTemplatesPatchCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDeidentifyTemplatesPatchCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDeidentifyTemplatesPatchCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.deidentifyTemplates.patch" call. Exactly one of *GooglePrivacyDlpV2DeidentifyTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DeidentifyTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDeidentifyTemplatesPatchCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDeidentifyTemplatesPatchCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsDeidentifyTemplatesService added in v0.15.0

type ProjectsLocationsDeidentifyTemplatesService struct {
	// contains filtered or unexported fields
}

func NewProjectsLocationsDeidentifyTemplatesService added in v0.15.0

func NewProjectsLocationsDeidentifyTemplatesService(s *Service) *ProjectsLocationsDeidentifyTemplatesService

func (*ProjectsLocationsDeidentifyTemplatesService) Create added in v0.15.0

Create: Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

func (*ProjectsLocationsDeidentifyTemplatesService) Delete added in v0.15.0

Delete: Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

func (*ProjectsLocationsDeidentifyTemplatesService) Get added in v0.15.0

Get: Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

func (*ProjectsLocationsDeidentifyTemplatesService) List added in v0.15.0

List: Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

func (*ProjectsLocationsDeidentifyTemplatesService) Patch added in v0.15.0

Patch: Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

type ProjectsLocationsDlpJobsCancelCall added in v0.15.0

type ProjectsLocationsDlpJobsCancelCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDlpJobsCancelCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDlpJobsCancelCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.dlpJobs.cancel" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDlpJobsCancelCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDlpJobsCancelCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsDlpJobsCreateCall added in v0.15.0

type ProjectsLocationsDlpJobsCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDlpJobsCreateCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDlpJobsCreateCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.dlpJobs.create" call. Exactly one of *GooglePrivacyDlpV2DlpJob or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DlpJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDlpJobsCreateCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDlpJobsCreateCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsDlpJobsDeleteCall added in v0.15.0

type ProjectsLocationsDlpJobsDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDlpJobsDeleteCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDlpJobsDeleteCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.dlpJobs.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDlpJobsDeleteCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDlpJobsDeleteCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsDlpJobsFinishCall added in v0.21.0

type ProjectsLocationsDlpJobsFinishCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDlpJobsFinishCall) Context added in v0.21.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDlpJobsFinishCall) Do added in v0.21.0

Do executes the "dlp.projects.locations.dlpJobs.finish" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDlpJobsFinishCall) Fields added in v0.21.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDlpJobsFinishCall) Header added in v0.21.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsDlpJobsGetCall added in v0.15.0

type ProjectsLocationsDlpJobsGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDlpJobsGetCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDlpJobsGetCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.dlpJobs.get" call. Exactly one of *GooglePrivacyDlpV2DlpJob or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DlpJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDlpJobsGetCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDlpJobsGetCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsDlpJobsGetCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsLocationsDlpJobsHybridInspectCall added in v0.21.0

type ProjectsLocationsDlpJobsHybridInspectCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDlpJobsHybridInspectCall) Context added in v0.21.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDlpJobsHybridInspectCall) Do added in v0.21.0

Do executes the "dlp.projects.locations.dlpJobs.hybridInspect" call. Exactly one of *GooglePrivacyDlpV2HybridInspectResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2HybridInspectResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDlpJobsHybridInspectCall) Fields added in v0.21.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDlpJobsHybridInspectCall) Header added in v0.21.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsDlpJobsListCall added in v0.15.0

type ProjectsLocationsDlpJobsListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsDlpJobsListCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsDlpJobsListCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.dlpJobs.list" call. Exactly one of *GooglePrivacyDlpV2ListDlpJobsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListDlpJobsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDlpJobsListCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsDlpJobsListCall) Filter added in v0.15.0

Filter sets the optional parameter "filter": Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The resource name of the trigger that created job. - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * The operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.

func (*ProjectsLocationsDlpJobsListCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsDlpJobsListCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsLocationsDlpJobsListCall) LocationId added in v0.26.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsLocationsDlpJobsListCall) OrderBy added in v0.15.0

OrderBy sets the optional parameter "orderBy": Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc, end_time asc, create_time desc` Supported fields are: - `create_time`: corresponds to time the job was created. - `end_time`: corresponds to time the job ended. - `name`: corresponds to job's name. - `state`: corresponds to `state`

func (*ProjectsLocationsDlpJobsListCall) PageSize added in v0.15.0

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsDlpJobsListCall) PageToken added in v0.15.0

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsDlpJobsListCall) Pages added in v0.15.0

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsDlpJobsListCall) Type added in v0.15.0

Type sets the optional parameter "type": The type of job. Defaults to `DlpJobType.INSPECT`

Possible values:

"DLP_JOB_TYPE_UNSPECIFIED" - Unused
"INSPECT_JOB" - The job inspected Google Cloud for sensitive data.
"RISK_ANALYSIS_JOB" - The job executed a Risk Analysis computation.

type ProjectsLocationsDlpJobsService added in v0.15.0

type ProjectsLocationsDlpJobsService struct {
	// contains filtered or unexported fields
}

func NewProjectsLocationsDlpJobsService added in v0.15.0

func NewProjectsLocationsDlpJobsService(s *Service) *ProjectsLocationsDlpJobsService

func (*ProjectsLocationsDlpJobsService) Cancel added in v0.15.0

Cancel: Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

func (*ProjectsLocationsDlpJobsService) Create added in v0.15.0

func (r *ProjectsLocationsDlpJobsService) Create(parentid string, googleprivacydlpv2createdlpjobrequest *GooglePrivacyDlpV2CreateDlpJobRequest) *ProjectsLocationsDlpJobsCreateCall

Create: Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

func (*ProjectsLocationsDlpJobsService) Delete added in v0.15.0

Delete: Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be cancelled if possible. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

func (*ProjectsLocationsDlpJobsService) Finish added in v0.21.0

Finish: Finish a running hybrid DlpJob. Triggers the finalization steps and running of any enabled actions that have not yet run.

func (*ProjectsLocationsDlpJobsService) Get added in v0.15.0

Get: Gets the latest state of a long-running DlpJob. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

func (*ProjectsLocationsDlpJobsService) HybridInspect added in v0.21.0

func (r *ProjectsLocationsDlpJobsService) HybridInspect(name string, googleprivacydlpv2hybridinspectdlpjobrequest *GooglePrivacyDlpV2HybridInspectDlpJobRequest) *ProjectsLocationsDlpJobsHybridInspectCall

HybridInspect: Inspect hybrid content and store findings to a job. To review the findings, inspect the job. Inspection will occur asynchronously.

func (*ProjectsLocationsDlpJobsService) List added in v0.15.0

List: Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

type ProjectsLocationsImageRedactCall added in v0.14.0

type ProjectsLocationsImageRedactCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsImageRedactCall) Context added in v0.14.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsImageRedactCall) Do added in v0.14.0

Do executes the "dlp.projects.locations.image.redact" call. Exactly one of *GooglePrivacyDlpV2RedactImageResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2RedactImageResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsImageRedactCall) Fields added in v0.14.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsImageRedactCall) Header added in v0.14.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsImageService added in v0.14.0

type ProjectsLocationsImageService struct {
	// contains filtered or unexported fields
}

func NewProjectsLocationsImageService added in v0.14.0

func NewProjectsLocationsImageService(s *Service) *ProjectsLocationsImageService

func (*ProjectsLocationsImageService) Redact added in v0.14.0

func (r *ProjectsLocationsImageService) Redact(parentid string, googleprivacydlpv2redactimagerequest *GooglePrivacyDlpV2RedactImageRequest) *ProjectsLocationsImageRedactCall

Redact: Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

type ProjectsLocationsInspectTemplatesCreateCall added in v0.15.0

type ProjectsLocationsInspectTemplatesCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsInspectTemplatesCreateCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsInspectTemplatesCreateCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.inspectTemplates.create" call. Exactly one of *GooglePrivacyDlpV2InspectTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2InspectTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsInspectTemplatesCreateCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsInspectTemplatesCreateCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsInspectTemplatesDeleteCall added in v0.15.0

type ProjectsLocationsInspectTemplatesDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsInspectTemplatesDeleteCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsInspectTemplatesDeleteCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.inspectTemplates.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsInspectTemplatesDeleteCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsInspectTemplatesDeleteCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsInspectTemplatesGetCall added in v0.15.0

type ProjectsLocationsInspectTemplatesGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsInspectTemplatesGetCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsInspectTemplatesGetCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.inspectTemplates.get" call. Exactly one of *GooglePrivacyDlpV2InspectTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2InspectTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsInspectTemplatesGetCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsInspectTemplatesGetCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsInspectTemplatesGetCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsLocationsInspectTemplatesListCall added in v0.15.0

type ProjectsLocationsInspectTemplatesListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsInspectTemplatesListCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsInspectTemplatesListCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.inspectTemplates.list" call. Exactly one of *GooglePrivacyDlpV2ListInspectTemplatesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListInspectTemplatesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsInspectTemplatesListCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsInspectTemplatesListCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsInspectTemplatesListCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsLocationsInspectTemplatesListCall) LocationId added in v0.26.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsLocationsInspectTemplatesListCall) OrderBy added in v0.15.0

OrderBy sets the optional parameter "orderBy": Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the template was created. - `update_time`: corresponds to time the template was last updated. - `name`: corresponds to template's name. - `display_name`: corresponds to template's display name.

func (*ProjectsLocationsInspectTemplatesListCall) PageSize added in v0.15.0

PageSize sets the optional parameter "pageSize": Size of the page, can be limited by server. If zero server returns a page of max size 100.

func (*ProjectsLocationsInspectTemplatesListCall) PageToken added in v0.15.0

PageToken sets the optional parameter "pageToken": Page token to continue retrieval. Comes from previous call to `ListInspectTemplates`.

func (*ProjectsLocationsInspectTemplatesListCall) Pages added in v0.15.0

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsInspectTemplatesPatchCall added in v0.15.0

type ProjectsLocationsInspectTemplatesPatchCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsInspectTemplatesPatchCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsInspectTemplatesPatchCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.inspectTemplates.patch" call. Exactly one of *GooglePrivacyDlpV2InspectTemplate or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2InspectTemplate.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsInspectTemplatesPatchCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsInspectTemplatesPatchCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsInspectTemplatesService added in v0.15.0

type ProjectsLocationsInspectTemplatesService struct {
	// contains filtered or unexported fields
}

func NewProjectsLocationsInspectTemplatesService added in v0.15.0

func NewProjectsLocationsInspectTemplatesService(s *Service) *ProjectsLocationsInspectTemplatesService

func (*ProjectsLocationsInspectTemplatesService) Create added in v0.15.0

Create: Creates an InspectTemplate for re-using frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

func (*ProjectsLocationsInspectTemplatesService) Delete added in v0.15.0

Delete: Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

func (*ProjectsLocationsInspectTemplatesService) Get added in v0.15.0

Get: Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

func (*ProjectsLocationsInspectTemplatesService) List added in v0.15.0

List: Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

func (*ProjectsLocationsInspectTemplatesService) Patch added in v0.15.0

Patch: Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

type ProjectsLocationsJobTriggersActivateCall added in v0.15.0

type ProjectsLocationsJobTriggersActivateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsJobTriggersActivateCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsJobTriggersActivateCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.jobTriggers.activate" call. Exactly one of *GooglePrivacyDlpV2DlpJob or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2DlpJob.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsJobTriggersActivateCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsJobTriggersActivateCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsJobTriggersCreateCall added in v0.15.0

type ProjectsLocationsJobTriggersCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsJobTriggersCreateCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsJobTriggersCreateCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.jobTriggers.create" call. Exactly one of *GooglePrivacyDlpV2JobTrigger or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2JobTrigger.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsJobTriggersCreateCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsJobTriggersCreateCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsJobTriggersDeleteCall added in v0.15.0

type ProjectsLocationsJobTriggersDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsJobTriggersDeleteCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsJobTriggersDeleteCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.jobTriggers.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsJobTriggersDeleteCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsJobTriggersDeleteCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsJobTriggersGetCall added in v0.15.0

type ProjectsLocationsJobTriggersGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsJobTriggersGetCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsJobTriggersGetCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.jobTriggers.get" call. Exactly one of *GooglePrivacyDlpV2JobTrigger or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2JobTrigger.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsJobTriggersGetCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsJobTriggersGetCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsJobTriggersGetCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsLocationsJobTriggersHybridInspectCall added in v0.21.0

type ProjectsLocationsJobTriggersHybridInspectCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsJobTriggersHybridInspectCall) Context added in v0.21.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsJobTriggersHybridInspectCall) Do added in v0.21.0

Do executes the "dlp.projects.locations.jobTriggers.hybridInspect" call. Exactly one of *GooglePrivacyDlpV2HybridInspectResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2HybridInspectResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsJobTriggersHybridInspectCall) Fields added in v0.21.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsJobTriggersHybridInspectCall) Header added in v0.21.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsJobTriggersListCall added in v0.15.0

type ProjectsLocationsJobTriggersListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsJobTriggersListCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsJobTriggersListCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.jobTriggers.list" call. Exactly one of *GooglePrivacyDlpV2ListJobTriggersResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListJobTriggersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsJobTriggersListCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsJobTriggersListCall) Filter added in v0.15.0

Filter sets the optional parameter "filter": Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.

func (*ProjectsLocationsJobTriggersListCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsJobTriggersListCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsLocationsJobTriggersListCall) LocationId added in v0.26.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsLocationsJobTriggersListCall) OrderBy added in v0.15.0

OrderBy sets the optional parameter "orderBy": Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the JobTrigger was created. - `update_time`: corresponds to time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to JobTrigger's name. - `display_name`: corresponds to JobTrigger's display name. - `status`: corresponds to JobTrigger's status.

func (*ProjectsLocationsJobTriggersListCall) PageSize added in v0.15.0

PageSize sets the optional parameter "pageSize": Size of the page, can be limited by a server.

func (*ProjectsLocationsJobTriggersListCall) PageToken added in v0.15.0

PageToken sets the optional parameter "pageToken": Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls.

func (*ProjectsLocationsJobTriggersListCall) Pages added in v0.15.0

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsJobTriggersPatchCall added in v0.15.0

type ProjectsLocationsJobTriggersPatchCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsJobTriggersPatchCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsJobTriggersPatchCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.jobTriggers.patch" call. Exactly one of *GooglePrivacyDlpV2JobTrigger or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2JobTrigger.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsJobTriggersPatchCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsJobTriggersPatchCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsJobTriggersService added in v0.15.0

type ProjectsLocationsJobTriggersService struct {
	// contains filtered or unexported fields
}

func NewProjectsLocationsJobTriggersService added in v0.15.0

func NewProjectsLocationsJobTriggersService(s *Service) *ProjectsLocationsJobTriggersService

func (*ProjectsLocationsJobTriggersService) Activate added in v0.15.0

Activate: Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.

func (*ProjectsLocationsJobTriggersService) Create added in v0.15.0

Create: Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*ProjectsLocationsJobTriggersService) Delete added in v0.15.0

Delete: Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*ProjectsLocationsJobTriggersService) Get added in v0.15.0

Get: Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*ProjectsLocationsJobTriggersService) HybridInspect added in v0.21.0

HybridInspect: Inspect hybrid content and store findings to a trigger. The inspection will be processed asynchronously. To review the findings monitor the jobs within the trigger.

func (*ProjectsLocationsJobTriggersService) List added in v0.15.0

List: Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

func (*ProjectsLocationsJobTriggersService) Patch added in v0.15.0

Patch: Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

type ProjectsLocationsService added in v0.8.0

type ProjectsLocationsService struct {
	Content *ProjectsLocationsContentService

	DeidentifyTemplates *ProjectsLocationsDeidentifyTemplatesService

	DlpJobs *ProjectsLocationsDlpJobsService

	Image *ProjectsLocationsImageService

	InspectTemplates *ProjectsLocationsInspectTemplatesService

	JobTriggers *ProjectsLocationsJobTriggersService

	StoredInfoTypes *ProjectsLocationsStoredInfoTypesService
	// contains filtered or unexported fields
}

func NewProjectsLocationsService added in v0.8.0

func NewProjectsLocationsService(s *Service) *ProjectsLocationsService

type ProjectsLocationsStoredInfoTypesCreateCall added in v0.15.0

type ProjectsLocationsStoredInfoTypesCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsStoredInfoTypesCreateCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsStoredInfoTypesCreateCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.storedInfoTypes.create" call. Exactly one of *GooglePrivacyDlpV2StoredInfoType or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2StoredInfoType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStoredInfoTypesCreateCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsStoredInfoTypesCreateCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsStoredInfoTypesDeleteCall added in v0.15.0

type ProjectsLocationsStoredInfoTypesDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsStoredInfoTypesDeleteCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsStoredInfoTypesDeleteCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.storedInfoTypes.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStoredInfoTypesDeleteCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsStoredInfoTypesDeleteCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsStoredInfoTypesGetCall added in v0.15.0

type ProjectsLocationsStoredInfoTypesGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsStoredInfoTypesGetCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsStoredInfoTypesGetCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.storedInfoTypes.get" call. Exactly one of *GooglePrivacyDlpV2StoredInfoType or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2StoredInfoType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStoredInfoTypesGetCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsStoredInfoTypesGetCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsStoredInfoTypesGetCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsLocationsStoredInfoTypesListCall added in v0.15.0

type ProjectsLocationsStoredInfoTypesListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsStoredInfoTypesListCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsStoredInfoTypesListCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.storedInfoTypes.list" call. Exactly one of *GooglePrivacyDlpV2ListStoredInfoTypesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListStoredInfoTypesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStoredInfoTypesListCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsStoredInfoTypesListCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsLocationsStoredInfoTypesListCall) IfNoneMatch added in v0.15.0

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsLocationsStoredInfoTypesListCall) LocationId added in v0.26.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsLocationsStoredInfoTypesListCall) OrderBy added in v0.15.0

OrderBy sets the optional parameter "orderBy": Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to time the most recent version of the resource was created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.

func (*ProjectsLocationsStoredInfoTypesListCall) PageSize added in v0.15.0

PageSize sets the optional parameter "pageSize": Size of the page, can be limited by server. If zero server returns a page of max size 100.

func (*ProjectsLocationsStoredInfoTypesListCall) PageToken added in v0.15.0

PageToken sets the optional parameter "pageToken": Page token to continue retrieval. Comes from previous call to `ListStoredInfoTypes`.

func (*ProjectsLocationsStoredInfoTypesListCall) Pages added in v0.15.0

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsStoredInfoTypesPatchCall added in v0.15.0

type ProjectsLocationsStoredInfoTypesPatchCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsLocationsStoredInfoTypesPatchCall) Context added in v0.15.0

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsLocationsStoredInfoTypesPatchCall) Do added in v0.15.0

Do executes the "dlp.projects.locations.storedInfoTypes.patch" call. Exactly one of *GooglePrivacyDlpV2StoredInfoType or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2StoredInfoType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsStoredInfoTypesPatchCall) Fields added in v0.15.0

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsLocationsStoredInfoTypesPatchCall) Header added in v0.15.0

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsLocationsStoredInfoTypesService added in v0.15.0

type ProjectsLocationsStoredInfoTypesService struct {
	// contains filtered or unexported fields
}

func NewProjectsLocationsStoredInfoTypesService added in v0.15.0

func NewProjectsLocationsStoredInfoTypesService(s *Service) *ProjectsLocationsStoredInfoTypesService

func (*ProjectsLocationsStoredInfoTypesService) Create added in v0.15.0

Create: Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

func (*ProjectsLocationsStoredInfoTypesService) Delete added in v0.15.0

Delete: Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

func (*ProjectsLocationsStoredInfoTypesService) Get added in v0.15.0

Get: Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

func (*ProjectsLocationsStoredInfoTypesService) List added in v0.15.0

List: Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

func (*ProjectsLocationsStoredInfoTypesService) Patch added in v0.15.0

Patch: Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

type ProjectsService

type ProjectsService struct {
	Content *ProjectsContentService

	DeidentifyTemplates *ProjectsDeidentifyTemplatesService

	DlpJobs *ProjectsDlpJobsService

	Image *ProjectsImageService

	InspectTemplates *ProjectsInspectTemplatesService

	JobTriggers *ProjectsJobTriggersService

	Locations *ProjectsLocationsService

	StoredInfoTypes *ProjectsStoredInfoTypesService
	// contains filtered or unexported fields
}

func NewProjectsService

func NewProjectsService(s *Service) *ProjectsService

type ProjectsStoredInfoTypesCreateCall

type ProjectsStoredInfoTypesCreateCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsStoredInfoTypesCreateCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsStoredInfoTypesCreateCall) Do

Do executes the "dlp.projects.storedInfoTypes.create" call. Exactly one of *GooglePrivacyDlpV2StoredInfoType or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2StoredInfoType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsStoredInfoTypesCreateCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsStoredInfoTypesCreateCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsStoredInfoTypesDeleteCall

type ProjectsStoredInfoTypesDeleteCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsStoredInfoTypesDeleteCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsStoredInfoTypesDeleteCall) Do

Do executes the "dlp.projects.storedInfoTypes.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsStoredInfoTypesDeleteCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsStoredInfoTypesDeleteCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsStoredInfoTypesGetCall

type ProjectsStoredInfoTypesGetCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsStoredInfoTypesGetCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsStoredInfoTypesGetCall) Do

Do executes the "dlp.projects.storedInfoTypes.get" call. Exactly one of *GooglePrivacyDlpV2StoredInfoType or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2StoredInfoType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsStoredInfoTypesGetCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsStoredInfoTypesGetCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsStoredInfoTypesGetCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsStoredInfoTypesListCall

type ProjectsStoredInfoTypesListCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsStoredInfoTypesListCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsStoredInfoTypesListCall) Do

Do executes the "dlp.projects.storedInfoTypes.list" call. Exactly one of *GooglePrivacyDlpV2ListStoredInfoTypesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2ListStoredInfoTypesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsStoredInfoTypesListCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsStoredInfoTypesListCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsStoredInfoTypesListCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsStoredInfoTypesListCall) LocationId added in v0.15.0

LocationId sets the optional parameter "locationId": Deprecated. This field has no effect.

func (*ProjectsStoredInfoTypesListCall) OrderBy

OrderBy sets the optional parameter "orderBy": Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc, display_name, create_time desc` Supported fields are: - `create_time`: corresponds to time the most recent version of the resource was created. - `state`: corresponds to the state of the resource. - `name`: corresponds to resource name. - `display_name`: corresponds to info type's display name.

func (*ProjectsStoredInfoTypesListCall) PageSize

PageSize sets the optional parameter "pageSize": Size of the page, can be limited by server. If zero server returns a page of max size 100.

func (*ProjectsStoredInfoTypesListCall) PageToken

PageToken sets the optional parameter "pageToken": Page token to continue retrieval. Comes from previous call to `ListStoredInfoTypes`.

func (*ProjectsStoredInfoTypesListCall) Pages

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsStoredInfoTypesPatchCall

type ProjectsStoredInfoTypesPatchCall struct {
	// contains filtered or unexported fields
}

func (*ProjectsStoredInfoTypesPatchCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsStoredInfoTypesPatchCall) Do

Do executes the "dlp.projects.storedInfoTypes.patch" call. Exactly one of *GooglePrivacyDlpV2StoredInfoType or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GooglePrivacyDlpV2StoredInfoType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsStoredInfoTypesPatchCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsStoredInfoTypesPatchCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsStoredInfoTypesService

type ProjectsStoredInfoTypesService struct {
	// contains filtered or unexported fields
}

func NewProjectsStoredInfoTypesService

func NewProjectsStoredInfoTypesService(s *Service) *ProjectsStoredInfoTypesService

func (*ProjectsStoredInfoTypesService) Create

func (r *ProjectsStoredInfoTypesService) Create(parentid string, googleprivacydlpv2createstoredinfotyperequest *GooglePrivacyDlpV2CreateStoredInfoTypeRequest) *ProjectsStoredInfoTypesCreateCall

Create: Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

func (*ProjectsStoredInfoTypesService) Delete

Delete: Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

func (*ProjectsStoredInfoTypesService) Get

Get: Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

func (*ProjectsStoredInfoTypesService) List

List: Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

func (*ProjectsStoredInfoTypesService) Patch

func (r *ProjectsStoredInfoTypesService) Patch(name string, googleprivacydlpv2updatestoredinfotyperequest *GooglePrivacyDlpV2UpdateStoredInfoTypeRequest) *ProjectsStoredInfoTypesPatchCall

Patch: Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

type Service

type Service struct {
	BasePath  string // API endpoint base URL
	UserAgent string // optional additional User-Agent fragment

	InfoTypes *InfoTypesService

	Locations *LocationsService

	Organizations *OrganizationsService

	Projects *ProjectsService
	// contains filtered or unexported fields
}

func New deprecated

func New(client *http.Client) (*Service, error)

New creates a new Service. It uses the provided http.Client for requests.

Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.

func NewService added in v0.3.0

func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)

NewService creates a new Service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL