dataplexdata

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package dataplexdata provides Cloud Dataplex type definitions for CloudEvent data payloads.

Supported CloudEvent Types

  • google.cloud.dataplex.dataTaxonomy.v1.created
  • google.cloud.dataplex.dataTaxonomy.v1.updated
  • google.cloud.dataplex.dataTaxonomy.v1.deleted
  • google.cloud.dataplex.dataAttributeBinding.v1.created
  • google.cloud.dataplex.dataAttributeBinding.v1.updated
  • google.cloud.dataplex.dataAttributeBinding.v1.deleted
  • google.cloud.dataplex.dataAttribute.v1.created
  • google.cloud.dataplex.dataAttribute.v1.updated
  • google.cloud.dataplex.dataAttribute.v1.deleted
  • google.cloud.dataplex.dataScan.v1.created
  • google.cloud.dataplex.dataScan.v1.updated
  • google.cloud.dataplex.dataScan.v1.deleted
  • google.cloud.dataplex.lake.v1.created
  • google.cloud.dataplex.lake.v1.updated
  • google.cloud.dataplex.lake.v1.deleted
  • google.cloud.dataplex.zone.v1.created
  • google.cloud.dataplex.zone.v1.updated
  • google.cloud.dataplex.zone.v1.deleted
  • google.cloud.dataplex.asset.v1.created
  • google.cloud.dataplex.asset.v1.updated
  • google.cloud.dataplex.asset.v1.deleted
  • google.cloud.dataplex.task.v1.created
  • google.cloud.dataplex.task.v1.updated
  • google.cloud.dataplex.task.v1.deleted
  • google.cloud.dataplex.environment.v1.created
  • google.cloud.dataplex.environment.v1.updated
  • google.cloud.dataplex.environment.v1.deleted

Index

Constants

This section is empty.

Variables

View Source
var (
	State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "ACTIVE",
		2: "CREATING",
		3: "DELETING",
		4: "ACTION_REQUIRED",
	}
	State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"ACTIVE":            1,
		"CREATING":          2,
		"DELETING":          3,
		"ACTION_REQUIRED":   4,
	}
)

Enum value maps for State.

View Source
var (
	DataScanType_name = map[int32]string{
		0: "DATA_SCAN_TYPE_UNSPECIFIED",
		1: "DATA_QUALITY",
		2: "DATA_PROFILE",
	}
	DataScanType_value = map[string]int32{
		"DATA_SCAN_TYPE_UNSPECIFIED": 0,
		"DATA_QUALITY":               1,
		"DATA_PROFILE":               2,
	}
)

Enum value maps for DataScanType.

View Source
var (
	Lake_MetastoreStatus_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "NONE",
		2: "READY",
		3: "UPDATING",
		4: "ERROR",
	}
	Lake_MetastoreStatus_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"NONE":              1,
		"READY":             2,
		"UPDATING":          3,
		"ERROR":             4,
	}
)

Enum value maps for Lake_MetastoreStatus_State.

View Source
var (
	Zone_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "RAW",
		2: "CURATED",
	}
	Zone_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED": 0,
		"RAW":              1,
		"CURATED":          2,
	}
)

Enum value maps for Zone_Type.

View Source
var (
	Zone_ResourceSpec_LocationType_name = map[int32]string{
		0: "LOCATION_TYPE_UNSPECIFIED",
		1: "SINGLE_REGION",
		2: "MULTI_REGION",
	}
	Zone_ResourceSpec_LocationType_value = map[string]int32{
		"LOCATION_TYPE_UNSPECIFIED": 0,
		"SINGLE_REGION":             1,
		"MULTI_REGION":              2,
	}
)

Enum value maps for Zone_ResourceSpec_LocationType.

View Source
var (
	Asset_SecurityStatus_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "READY",
		2: "APPLYING",
		3: "ERROR",
	}
	Asset_SecurityStatus_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"READY":             1,
		"APPLYING":          2,
		"ERROR":             3,
	}
)

Enum value maps for Asset_SecurityStatus_State.

View Source
var (
	Asset_ResourceSpec_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "STORAGE_BUCKET",
		2: "BIGQUERY_DATASET",
	}
	Asset_ResourceSpec_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED": 0,
		"STORAGE_BUCKET":   1,
		"BIGQUERY_DATASET": 2,
	}
)

Enum value maps for Asset_ResourceSpec_Type.

View Source
var (
	Asset_ResourceSpec_AccessMode_name = map[int32]string{
		0: "ACCESS_MODE_UNSPECIFIED",
		1: "DIRECT",
		2: "MANAGED",
	}
	Asset_ResourceSpec_AccessMode_value = map[string]int32{
		"ACCESS_MODE_UNSPECIFIED": 0,
		"DIRECT":                  1,
		"MANAGED":                 2,
	}
)

Enum value maps for Asset_ResourceSpec_AccessMode.

View Source
var (
	Asset_ResourceStatus_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "READY",
		2: "ERROR",
	}
	Asset_ResourceStatus_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"READY":             1,
		"ERROR":             2,
	}
)

Enum value maps for Asset_ResourceStatus_State.

View Source
var (
	Asset_DiscoveryStatus_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "SCHEDULED",
		2: "IN_PROGRESS",
		3: "PAUSED",
		5: "DISABLED",
	}
	Asset_DiscoveryStatus_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"SCHEDULED":         1,
		"IN_PROGRESS":       2,
		"PAUSED":            3,
		"DISABLED":          5,
	}
)

Enum value maps for Asset_DiscoveryStatus_State.

View Source
var (
	DataQualityRule_StatisticRangeExpectation_ColumnStatistic_name = map[int32]string{
		0: "STATISTIC_UNDEFINED",
		1: "MEAN",
		2: "MIN",
		3: "MAX",
	}
	DataQualityRule_StatisticRangeExpectation_ColumnStatistic_value = map[string]int32{
		"STATISTIC_UNDEFINED": 0,
		"MEAN":                1,
		"MIN":                 2,
		"MAX":                 3,
	}
)

Enum value maps for DataQualityRule_StatisticRangeExpectation_ColumnStatistic.

View Source
var (
	Task_TriggerSpec_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "ON_DEMAND",
		2: "RECURRING",
	}
	Task_TriggerSpec_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED": 0,
		"ON_DEMAND":        1,
		"RECURRING":        2,
	}
)

Enum value maps for Task_TriggerSpec_Type.

View Source
var (
	Job_Service_name = map[int32]string{
		0: "SERVICE_UNSPECIFIED",
		1: "DATAPROC",
	}
	Job_Service_value = map[string]int32{
		"SERVICE_UNSPECIFIED": 0,
		"DATAPROC":            1,
	}
)

Enum value maps for Job_Service.

View Source
var (
	Job_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "RUNNING",
		2: "CANCELLING",
		3: "CANCELLED",
		4: "SUCCEEDED",
		5: "FAILED",
		6: "ABORTED",
	}
	Job_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"RUNNING":           1,
		"CANCELLING":        2,
		"CANCELLED":         3,
		"SUCCEEDED":         4,
		"FAILED":            5,
		"ABORTED":           6,
	}
)

Enum value maps for Job_State.

View Source
var File_cloud_dataplex_v1_data_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Asset

type Asset struct {

	// Output only. The relative resource name of the asset, of the form:
	// `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. User friendly display name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Output only. System generated globally unique ID for the asset. This ID
	// will be different if the asset is deleted and re-created with the same
	// name.
	Uid string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	// Output only. The time when the asset was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time when the asset was last updated.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. User defined labels for the asset.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Optional. Description of the asset.
	Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Current state of the asset.
	State State `protobuf:"varint,8,opt,name=state,proto3,enum=google.events.cloud.dataplex.v1.State" json:"state,omitempty"`
	// Required. Specification of the resource that is referenced by this asset.
	ResourceSpec *Asset_ResourceSpec `protobuf:"bytes,100,opt,name=resource_spec,json=resourceSpec,proto3" json:"resource_spec,omitempty"`
	// Output only. Status of the resource referenced by this asset.
	ResourceStatus *Asset_ResourceStatus `protobuf:"bytes,101,opt,name=resource_status,json=resourceStatus,proto3" json:"resource_status,omitempty"`
	// Output only. Status of the security policy applied to resource referenced
	// by this asset.
	SecurityStatus *Asset_SecurityStatus `protobuf:"bytes,103,opt,name=security_status,json=securityStatus,proto3" json:"security_status,omitempty"`
	// Optional. Specification of the discovery feature applied to data referenced
	// by this asset. When this spec is left unset, the asset will use the spec
	// set on the parent zone.
	DiscoverySpec *Asset_DiscoverySpec `protobuf:"bytes,106,opt,name=discovery_spec,json=discoverySpec,proto3" json:"discovery_spec,omitempty"`
	// Output only. Status of the discovery feature applied to data referenced by
	// this asset.
	DiscoveryStatus *Asset_DiscoveryStatus `protobuf:"bytes,107,opt,name=discovery_status,json=discoveryStatus,proto3" json:"discovery_status,omitempty"`
	// contains filtered or unexported fields
}

An asset represents a cloud resource that is being managed within a lake as a member of a zone.

func (*Asset) Descriptor deprecated

func (*Asset) Descriptor() ([]byte, []int)

Deprecated: Use Asset.ProtoReflect.Descriptor instead.

func (*Asset) GetCreateTime

func (x *Asset) GetCreateTime() *timestamppb.Timestamp

func (*Asset) GetDescription

func (x *Asset) GetDescription() string

func (*Asset) GetDiscoverySpec

func (x *Asset) GetDiscoverySpec() *Asset_DiscoverySpec

func (*Asset) GetDiscoveryStatus

func (x *Asset) GetDiscoveryStatus() *Asset_DiscoveryStatus

func (*Asset) GetDisplayName

func (x *Asset) GetDisplayName() string

func (*Asset) GetLabels

func (x *Asset) GetLabels() map[string]string

func (*Asset) GetName

func (x *Asset) GetName() string

func (*Asset) GetResourceSpec

func (x *Asset) GetResourceSpec() *Asset_ResourceSpec

func (*Asset) GetResourceStatus

func (x *Asset) GetResourceStatus() *Asset_ResourceStatus

func (*Asset) GetSecurityStatus

func (x *Asset) GetSecurityStatus() *Asset_SecurityStatus

func (*Asset) GetState

func (x *Asset) GetState() State

func (*Asset) GetUid

func (x *Asset) GetUid() string

func (*Asset) GetUpdateTime

func (x *Asset) GetUpdateTime() *timestamppb.Timestamp

func (*Asset) ProtoMessage

func (*Asset) ProtoMessage()

func (*Asset) ProtoReflect

func (x *Asset) ProtoReflect() protoreflect.Message

func (*Asset) Reset

func (x *Asset) Reset()

func (*Asset) String

func (x *Asset) String() string

type AssetEventData

type AssetEventData struct {

	// Optional. The Asset event payload. Unset for deletion events.
	Payload *Asset `protobuf:"bytes,1,opt,name=payload,proto3,oneof" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The data within all Asset events.

func (*AssetEventData) Descriptor deprecated

func (*AssetEventData) Descriptor() ([]byte, []int)

Deprecated: Use AssetEventData.ProtoReflect.Descriptor instead.

func (*AssetEventData) GetPayload

func (x *AssetEventData) GetPayload() *Asset

func (*AssetEventData) ProtoMessage

func (*AssetEventData) ProtoMessage()

func (*AssetEventData) ProtoReflect

func (x *AssetEventData) ProtoReflect() protoreflect.Message

func (*AssetEventData) Reset

func (x *AssetEventData) Reset()

func (*AssetEventData) String

func (x *AssetEventData) String() string

type AssetStatus

type AssetStatus struct {

	// Last update time of the status.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Number of active assets.
	ActiveAssets int32 `protobuf:"varint,2,opt,name=active_assets,json=activeAssets,proto3" json:"active_assets,omitempty"`
	// Number of assets that are in process of updating the security policy on
	// attached resources.
	SecurityPolicyApplyingAssets int32 `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

Aggregated status of the underlying assets of a lake or zone.

func (*AssetStatus) Descriptor deprecated

func (*AssetStatus) Descriptor() ([]byte, []int)

Deprecated: Use AssetStatus.ProtoReflect.Descriptor instead.

func (*AssetStatus) GetActiveAssets

func (x *AssetStatus) GetActiveAssets() int32

func (*AssetStatus) GetSecurityPolicyApplyingAssets

func (x *AssetStatus) GetSecurityPolicyApplyingAssets() int32

func (*AssetStatus) GetUpdateTime

func (x *AssetStatus) GetUpdateTime() *timestamppb.Timestamp

func (*AssetStatus) ProtoMessage

func (*AssetStatus) ProtoMessage()

func (*AssetStatus) ProtoReflect

func (x *AssetStatus) ProtoReflect() protoreflect.Message

func (*AssetStatus) Reset

func (x *AssetStatus) Reset()

func (*AssetStatus) String

func (x *AssetStatus) String() string

type Asset_DiscoverySpec

type Asset_DiscoverySpec struct {

	// Optional. Whether discovery is enabled.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Optional. The list of patterns to apply for selecting data to include
	// during discovery if only a subset of the data should considered.  For
	// Cloud Storage bucket assets, these are interpreted as glob patterns used
	// to match object names. For BigQuery dataset assets, these are interpreted
	// as patterns to match table names.
	IncludePatterns []string `protobuf:"bytes,2,rep,name=include_patterns,json=includePatterns,proto3" json:"include_patterns,omitempty"`
	// Optional. The list of patterns to apply for selecting data to exclude
	// during discovery.  For Cloud Storage bucket assets, these are interpreted
	// as glob patterns used to match object names. For BigQuery dataset assets,
	// these are interpreted as patterns to match table names.
	ExcludePatterns []string `protobuf:"bytes,3,rep,name=exclude_patterns,json=excludePatterns,proto3" json:"exclude_patterns,omitempty"`
	// Optional. Configuration for CSV data.
	CsvOptions *Asset_DiscoverySpec_CsvOptions `protobuf:"bytes,4,opt,name=csv_options,json=csvOptions,proto3" json:"csv_options,omitempty"`
	// Optional. Configuration for Json data.
	JsonOptions *Asset_DiscoverySpec_JsonOptions `protobuf:"bytes,5,opt,name=json_options,json=jsonOptions,proto3" json:"json_options,omitempty"`
	// Determines when discovery is triggered.
	//
	// Types that are assignable to Trigger:
	//
	//	*Asset_DiscoverySpec_Schedule
	Trigger isAsset_DiscoverySpec_Trigger `protobuf_oneof:"trigger"`
	// contains filtered or unexported fields
}

Settings to manage the metadata discovery and publishing for an asset.

func (*Asset_DiscoverySpec) Descriptor deprecated

func (*Asset_DiscoverySpec) Descriptor() ([]byte, []int)

Deprecated: Use Asset_DiscoverySpec.ProtoReflect.Descriptor instead.

func (*Asset_DiscoverySpec) GetCsvOptions

func (*Asset_DiscoverySpec) GetEnabled

func (x *Asset_DiscoverySpec) GetEnabled() bool

func (*Asset_DiscoverySpec) GetExcludePatterns

func (x *Asset_DiscoverySpec) GetExcludePatterns() []string

func (*Asset_DiscoverySpec) GetIncludePatterns

func (x *Asset_DiscoverySpec) GetIncludePatterns() []string

func (*Asset_DiscoverySpec) GetJsonOptions

func (*Asset_DiscoverySpec) GetSchedule

func (x *Asset_DiscoverySpec) GetSchedule() string

func (*Asset_DiscoverySpec) GetTrigger

func (m *Asset_DiscoverySpec) GetTrigger() isAsset_DiscoverySpec_Trigger

func (*Asset_DiscoverySpec) ProtoMessage

func (*Asset_DiscoverySpec) ProtoMessage()

func (*Asset_DiscoverySpec) ProtoReflect

func (x *Asset_DiscoverySpec) ProtoReflect() protoreflect.Message

func (*Asset_DiscoverySpec) Reset

func (x *Asset_DiscoverySpec) Reset()

func (*Asset_DiscoverySpec) String

func (x *Asset_DiscoverySpec) String() string

type Asset_DiscoverySpec_CsvOptions

type Asset_DiscoverySpec_CsvOptions struct {

	// Optional. The number of rows to interpret as header rows that should be
	// skipped when reading data rows.
	HeaderRows int32 `protobuf:"varint,1,opt,name=header_rows,json=headerRows,proto3" json:"header_rows,omitempty"`
	// Optional. The delimiter being used to separate values. This defaults to
	// ','.
	Delimiter string `protobuf:"bytes,2,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	// Optional. The character encoding of the data. The default is UTF-8.
	Encoding string `protobuf:"bytes,3,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// Optional. Whether to disable the inference of data type for CSV data.
	// If true, all columns will be registered as strings.
	DisableTypeInference bool `protobuf:"varint,4,opt,name=disable_type_inference,json=disableTypeInference,proto3" json:"disable_type_inference,omitempty"`
	// contains filtered or unexported fields
}

Describe CSV and similar semi-structured data formats.

func (*Asset_DiscoverySpec_CsvOptions) Descriptor deprecated

func (*Asset_DiscoverySpec_CsvOptions) Descriptor() ([]byte, []int)

Deprecated: Use Asset_DiscoverySpec_CsvOptions.ProtoReflect.Descriptor instead.

func (*Asset_DiscoverySpec_CsvOptions) GetDelimiter

func (x *Asset_DiscoverySpec_CsvOptions) GetDelimiter() string

func (*Asset_DiscoverySpec_CsvOptions) GetDisableTypeInference

func (x *Asset_DiscoverySpec_CsvOptions) GetDisableTypeInference() bool

func (*Asset_DiscoverySpec_CsvOptions) GetEncoding

func (x *Asset_DiscoverySpec_CsvOptions) GetEncoding() string

func (*Asset_DiscoverySpec_CsvOptions) GetHeaderRows

func (x *Asset_DiscoverySpec_CsvOptions) GetHeaderRows() int32

func (*Asset_DiscoverySpec_CsvOptions) ProtoMessage

func (*Asset_DiscoverySpec_CsvOptions) ProtoMessage()

func (*Asset_DiscoverySpec_CsvOptions) ProtoReflect

func (*Asset_DiscoverySpec_CsvOptions) Reset

func (x *Asset_DiscoverySpec_CsvOptions) Reset()

func (*Asset_DiscoverySpec_CsvOptions) String

type Asset_DiscoverySpec_JsonOptions

type Asset_DiscoverySpec_JsonOptions struct {

	// Optional. The character encoding of the data. The default is UTF-8.
	Encoding string `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// Optional. Whether to disable the inference of data type for Json data.
	// If true, all columns will be registered as their primitive types
	// (strings, number or boolean).
	DisableTypeInference bool `protobuf:"varint,2,opt,name=disable_type_inference,json=disableTypeInference,proto3" json:"disable_type_inference,omitempty"`
	// contains filtered or unexported fields
}

Describe JSON data format.

func (*Asset_DiscoverySpec_JsonOptions) Descriptor deprecated

func (*Asset_DiscoverySpec_JsonOptions) Descriptor() ([]byte, []int)

Deprecated: Use Asset_DiscoverySpec_JsonOptions.ProtoReflect.Descriptor instead.

func (*Asset_DiscoverySpec_JsonOptions) GetDisableTypeInference

func (x *Asset_DiscoverySpec_JsonOptions) GetDisableTypeInference() bool

func (*Asset_DiscoverySpec_JsonOptions) GetEncoding

func (x *Asset_DiscoverySpec_JsonOptions) GetEncoding() string

func (*Asset_DiscoverySpec_JsonOptions) ProtoMessage

func (*Asset_DiscoverySpec_JsonOptions) ProtoMessage()

func (*Asset_DiscoverySpec_JsonOptions) ProtoReflect

func (*Asset_DiscoverySpec_JsonOptions) Reset

func (*Asset_DiscoverySpec_JsonOptions) String

type Asset_DiscoverySpec_Schedule

type Asset_DiscoverySpec_Schedule struct {
	// Optional. Cron schedule (https://en.wikipedia.org/wiki/Cron) for
	// running discovery periodically. Successive discovery runs must be
	// scheduled at least 60 minutes apart. The default value is to run
	// discovery every 60 minutes. To explicitly set a timezone to the cron
	// tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or
	// TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string
	// from IANA time zone database. For example, `CRON_TZ=America/New_York 1
	// * * * *`, or `TZ=America/New_York 1 * * * *`.
	Schedule string `protobuf:"bytes,10,opt,name=schedule,proto3,oneof"`
}

type Asset_DiscoveryStatus

type Asset_DiscoveryStatus struct {

	// The current status of the discovery feature.
	State Asset_DiscoveryStatus_State `` /* 129-byte string literal not displayed */
	// Additional information about the current state.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// Last update time of the status.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// The start time of the last discovery run.
	LastRunTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=last_run_time,json=lastRunTime,proto3" json:"last_run_time,omitempty"`
	// Data Stats of the asset reported by discovery.
	Stats *Asset_DiscoveryStatus_Stats `protobuf:"bytes,6,opt,name=stats,proto3" json:"stats,omitempty"`
	// The duration of the last discovery run.
	LastRunDuration *durationpb.Duration `protobuf:"bytes,7,opt,name=last_run_duration,json=lastRunDuration,proto3" json:"last_run_duration,omitempty"`
	// contains filtered or unexported fields
}

Status of discovery for an asset.

func (*Asset_DiscoveryStatus) Descriptor deprecated

func (*Asset_DiscoveryStatus) Descriptor() ([]byte, []int)

Deprecated: Use Asset_DiscoveryStatus.ProtoReflect.Descriptor instead.

func (*Asset_DiscoveryStatus) GetLastRunDuration

func (x *Asset_DiscoveryStatus) GetLastRunDuration() *durationpb.Duration

func (*Asset_DiscoveryStatus) GetLastRunTime

func (x *Asset_DiscoveryStatus) GetLastRunTime() *timestamppb.Timestamp

func (*Asset_DiscoveryStatus) GetMessage

func (x *Asset_DiscoveryStatus) GetMessage() string

func (*Asset_DiscoveryStatus) GetState

func (*Asset_DiscoveryStatus) GetStats

func (*Asset_DiscoveryStatus) GetUpdateTime

func (x *Asset_DiscoveryStatus) GetUpdateTime() *timestamppb.Timestamp

func (*Asset_DiscoveryStatus) ProtoMessage

func (*Asset_DiscoveryStatus) ProtoMessage()

func (*Asset_DiscoveryStatus) ProtoReflect

func (x *Asset_DiscoveryStatus) ProtoReflect() protoreflect.Message

func (*Asset_DiscoveryStatus) Reset

func (x *Asset_DiscoveryStatus) Reset()

func (*Asset_DiscoveryStatus) String

func (x *Asset_DiscoveryStatus) String() string

type Asset_DiscoveryStatus_State

type Asset_DiscoveryStatus_State int32

Current state of discovery.

const (
	// State is unspecified.
	Asset_DiscoveryStatus_STATE_UNSPECIFIED Asset_DiscoveryStatus_State = 0
	// Discovery for the asset is scheduled.
	Asset_DiscoveryStatus_SCHEDULED Asset_DiscoveryStatus_State = 1
	// Discovery for the asset is running.
	Asset_DiscoveryStatus_IN_PROGRESS Asset_DiscoveryStatus_State = 2
	// Discovery for the asset is currently paused (e.g. due to a lack
	// of available resources). It will be automatically resumed.
	Asset_DiscoveryStatus_PAUSED Asset_DiscoveryStatus_State = 3
	// Discovery for the asset is disabled.
	Asset_DiscoveryStatus_DISABLED Asset_DiscoveryStatus_State = 5
)

func (Asset_DiscoveryStatus_State) Descriptor

func (Asset_DiscoveryStatus_State) Enum

func (Asset_DiscoveryStatus_State) EnumDescriptor deprecated

func (Asset_DiscoveryStatus_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Asset_DiscoveryStatus_State.Descriptor instead.

func (Asset_DiscoveryStatus_State) Number

func (Asset_DiscoveryStatus_State) String

func (Asset_DiscoveryStatus_State) Type

type Asset_DiscoveryStatus_Stats

type Asset_DiscoveryStatus_Stats struct {

	// The count of data items within the referenced resource.
	DataItems int64 `protobuf:"varint,1,opt,name=data_items,json=dataItems,proto3" json:"data_items,omitempty"`
	// The number of stored data bytes within the referenced resource.
	DataSize int64 `protobuf:"varint,2,opt,name=data_size,json=dataSize,proto3" json:"data_size,omitempty"`
	// The count of table entities within the referenced resource.
	Tables int64 `protobuf:"varint,3,opt,name=tables,proto3" json:"tables,omitempty"`
	// The count of fileset entities within the referenced resource.
	Filesets int64 `protobuf:"varint,4,opt,name=filesets,proto3" json:"filesets,omitempty"`
	// contains filtered or unexported fields
}

The aggregated data statistics for the asset reported by discovery.

func (*Asset_DiscoveryStatus_Stats) Descriptor deprecated

func (*Asset_DiscoveryStatus_Stats) Descriptor() ([]byte, []int)

Deprecated: Use Asset_DiscoveryStatus_Stats.ProtoReflect.Descriptor instead.

func (*Asset_DiscoveryStatus_Stats) GetDataItems

func (x *Asset_DiscoveryStatus_Stats) GetDataItems() int64

func (*Asset_DiscoveryStatus_Stats) GetDataSize

func (x *Asset_DiscoveryStatus_Stats) GetDataSize() int64

func (*Asset_DiscoveryStatus_Stats) GetFilesets

func (x *Asset_DiscoveryStatus_Stats) GetFilesets() int64

func (*Asset_DiscoveryStatus_Stats) GetTables

func (x *Asset_DiscoveryStatus_Stats) GetTables() int64

func (*Asset_DiscoveryStatus_Stats) ProtoMessage

func (*Asset_DiscoveryStatus_Stats) ProtoMessage()

func (*Asset_DiscoveryStatus_Stats) ProtoReflect

func (*Asset_DiscoveryStatus_Stats) Reset

func (x *Asset_DiscoveryStatus_Stats) Reset()

func (*Asset_DiscoveryStatus_Stats) String

func (x *Asset_DiscoveryStatus_Stats) String() string

type Asset_ResourceSpec

type Asset_ResourceSpec struct {

	// Immutable. Relative name of the cloud resource that contains the data
	// that is being managed within a lake. For example:
	//
	//	`projects/{project_number}/buckets/{bucket_id}`
	//	`projects/{project_number}/datasets/{dataset_id}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. Immutable. Type of resource.
	Type Asset_ResourceSpec_Type `protobuf:"varint,2,opt,name=type,proto3,enum=google.events.cloud.dataplex.v1.Asset_ResourceSpec_Type" json:"type,omitempty"`
	// Optional. Determines how read permissions are handled for each asset and
	// their associated tables. Only available to storage buckets assets.
	ReadAccessMode Asset_ResourceSpec_AccessMode `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

Identifies the cloud resource that is referenced by this asset.

func (*Asset_ResourceSpec) Descriptor deprecated

func (*Asset_ResourceSpec) Descriptor() ([]byte, []int)

Deprecated: Use Asset_ResourceSpec.ProtoReflect.Descriptor instead.

func (*Asset_ResourceSpec) GetName

func (x *Asset_ResourceSpec) GetName() string

func (*Asset_ResourceSpec) GetReadAccessMode

func (x *Asset_ResourceSpec) GetReadAccessMode() Asset_ResourceSpec_AccessMode

func (*Asset_ResourceSpec) GetType

func (*Asset_ResourceSpec) ProtoMessage

func (*Asset_ResourceSpec) ProtoMessage()

func (*Asset_ResourceSpec) ProtoReflect

func (x *Asset_ResourceSpec) ProtoReflect() protoreflect.Message

func (*Asset_ResourceSpec) Reset

func (x *Asset_ResourceSpec) Reset()

func (*Asset_ResourceSpec) String

func (x *Asset_ResourceSpec) String() string

type Asset_ResourceSpec_AccessMode

type Asset_ResourceSpec_AccessMode int32

Access Mode determines how data stored within the resource is read. This is only applicable to storage bucket assets.

const (
	// Access mode unspecified.
	Asset_ResourceSpec_ACCESS_MODE_UNSPECIFIED Asset_ResourceSpec_AccessMode = 0
	// Default. Data is accessed directly using storage APIs.
	Asset_ResourceSpec_DIRECT Asset_ResourceSpec_AccessMode = 1
	// Data is accessed through a managed interface using BigQuery APIs.
	Asset_ResourceSpec_MANAGED Asset_ResourceSpec_AccessMode = 2
)

func (Asset_ResourceSpec_AccessMode) Descriptor

func (Asset_ResourceSpec_AccessMode) Enum

func (Asset_ResourceSpec_AccessMode) EnumDescriptor deprecated

func (Asset_ResourceSpec_AccessMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use Asset_ResourceSpec_AccessMode.Descriptor instead.

func (Asset_ResourceSpec_AccessMode) Number

func (Asset_ResourceSpec_AccessMode) String

func (Asset_ResourceSpec_AccessMode) Type

type Asset_ResourceSpec_Type

type Asset_ResourceSpec_Type int32

Type of resource.

const (
	// Type not specified.
	Asset_ResourceSpec_TYPE_UNSPECIFIED Asset_ResourceSpec_Type = 0
	// Cloud Storage bucket.
	Asset_ResourceSpec_STORAGE_BUCKET Asset_ResourceSpec_Type = 1
	// BigQuery dataset.
	Asset_ResourceSpec_BIGQUERY_DATASET Asset_ResourceSpec_Type = 2
)

func (Asset_ResourceSpec_Type) Descriptor

func (Asset_ResourceSpec_Type) Enum

func (Asset_ResourceSpec_Type) EnumDescriptor deprecated

func (Asset_ResourceSpec_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Asset_ResourceSpec_Type.Descriptor instead.

func (Asset_ResourceSpec_Type) Number

func (Asset_ResourceSpec_Type) String

func (x Asset_ResourceSpec_Type) String() string

func (Asset_ResourceSpec_Type) Type

type Asset_ResourceStatus

type Asset_ResourceStatus struct {

	// The current state of the managed resource.
	State Asset_ResourceStatus_State `` /* 128-byte string literal not displayed */
	// Additional information about the current state.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// Last update time of the status.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Output only. Service account associated with the BigQuery Connection.
	ManagedAccessIdentity string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Status of the resource referenced by an asset.

func (*Asset_ResourceStatus) Descriptor deprecated

func (*Asset_ResourceStatus) Descriptor() ([]byte, []int)

Deprecated: Use Asset_ResourceStatus.ProtoReflect.Descriptor instead.

func (*Asset_ResourceStatus) GetManagedAccessIdentity

func (x *Asset_ResourceStatus) GetManagedAccessIdentity() string

func (*Asset_ResourceStatus) GetMessage

func (x *Asset_ResourceStatus) GetMessage() string

func (*Asset_ResourceStatus) GetState

func (*Asset_ResourceStatus) GetUpdateTime

func (x *Asset_ResourceStatus) GetUpdateTime() *timestamppb.Timestamp

func (*Asset_ResourceStatus) ProtoMessage

func (*Asset_ResourceStatus) ProtoMessage()

func (*Asset_ResourceStatus) ProtoReflect

func (x *Asset_ResourceStatus) ProtoReflect() protoreflect.Message

func (*Asset_ResourceStatus) Reset

func (x *Asset_ResourceStatus) Reset()

func (*Asset_ResourceStatus) String

func (x *Asset_ResourceStatus) String() string

type Asset_ResourceStatus_State

type Asset_ResourceStatus_State int32

The state of a resource.

const (
	// State unspecified.
	Asset_ResourceStatus_STATE_UNSPECIFIED Asset_ResourceStatus_State = 0
	// Resource does not have any errors.
	Asset_ResourceStatus_READY Asset_ResourceStatus_State = 1
	// Resource has errors.
	Asset_ResourceStatus_ERROR Asset_ResourceStatus_State = 2
)

func (Asset_ResourceStatus_State) Descriptor

func (Asset_ResourceStatus_State) Enum

func (Asset_ResourceStatus_State) EnumDescriptor deprecated

func (Asset_ResourceStatus_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Asset_ResourceStatus_State.Descriptor instead.

func (Asset_ResourceStatus_State) Number

func (Asset_ResourceStatus_State) String

func (Asset_ResourceStatus_State) Type

type Asset_SecurityStatus

type Asset_SecurityStatus struct {

	// The current state of the security policy applied to the attached
	// resource.
	State Asset_SecurityStatus_State `` /* 128-byte string literal not displayed */
	// Additional information about the current state.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// Last update time of the status.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// contains filtered or unexported fields
}

Security policy status of the asset. Data security policy, i.e., readers, writers & owners, should be specified in the lake/zone/asset IAM policy.

func (*Asset_SecurityStatus) Descriptor deprecated

func (*Asset_SecurityStatus) Descriptor() ([]byte, []int)

Deprecated: Use Asset_SecurityStatus.ProtoReflect.Descriptor instead.

func (*Asset_SecurityStatus) GetMessage

func (x *Asset_SecurityStatus) GetMessage() string

func (*Asset_SecurityStatus) GetState

func (*Asset_SecurityStatus) GetUpdateTime

func (x *Asset_SecurityStatus) GetUpdateTime() *timestamppb.Timestamp

func (*Asset_SecurityStatus) ProtoMessage

func (*Asset_SecurityStatus) ProtoMessage()

func (*Asset_SecurityStatus) ProtoReflect

func (x *Asset_SecurityStatus) ProtoReflect() protoreflect.Message

func (*Asset_SecurityStatus) Reset

func (x *Asset_SecurityStatus) Reset()

func (*Asset_SecurityStatus) String

func (x *Asset_SecurityStatus) String() string

type Asset_SecurityStatus_State

type Asset_SecurityStatus_State int32

The state of the security policy.

const (
	// State unspecified.
	Asset_SecurityStatus_STATE_UNSPECIFIED Asset_SecurityStatus_State = 0
	// Security policy has been successfully applied to the attached resource.
	Asset_SecurityStatus_READY Asset_SecurityStatus_State = 1
	// Security policy is in the process of being applied to the attached
	// resource.
	Asset_SecurityStatus_APPLYING Asset_SecurityStatus_State = 2
	// Security policy could not be applied to the attached resource due to
	// errors.
	Asset_SecurityStatus_ERROR Asset_SecurityStatus_State = 3
)

func (Asset_SecurityStatus_State) Descriptor

func (Asset_SecurityStatus_State) Enum

func (Asset_SecurityStatus_State) EnumDescriptor deprecated

func (Asset_SecurityStatus_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Asset_SecurityStatus_State.Descriptor instead.

func (Asset_SecurityStatus_State) Number

func (Asset_SecurityStatus_State) String

func (Asset_SecurityStatus_State) Type

type DataAccessSpec

type DataAccessSpec struct {

	// Optional. The format of strings follows the pattern followed by IAM in the
	// bindings. user:{email}, serviceAccount:{email} group:{email}.
	// The set of principals to be granted reader role on data
	// stored within resources.
	Readers []string `protobuf:"bytes,1,rep,name=readers,proto3" json:"readers,omitempty"`
	// contains filtered or unexported fields
}

DataAccessSpec holds the access control configuration to be enforced on data stored within resources (eg: rows, columns in BigQuery Tables). When associated with data, the data is only accessible to principals explicitly granted access through the DataAccessSpec. Principals with access to the containing resource are not implicitly granted access.

func (*DataAccessSpec) Descriptor deprecated

func (*DataAccessSpec) Descriptor() ([]byte, []int)

Deprecated: Use DataAccessSpec.ProtoReflect.Descriptor instead.

func (*DataAccessSpec) GetReaders

func (x *DataAccessSpec) GetReaders() []string

func (*DataAccessSpec) ProtoMessage

func (*DataAccessSpec) ProtoMessage()

func (*DataAccessSpec) ProtoReflect

func (x *DataAccessSpec) ProtoReflect() protoreflect.Message

func (*DataAccessSpec) Reset

func (x *DataAccessSpec) Reset()

func (*DataAccessSpec) String

func (x *DataAccessSpec) String() string

type DataAttribute

type DataAttribute struct {

	// Output only. The relative resource name of the dataAttribute, of the form:
	// projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. System generated globally unique ID for the DataAttribute.
	// This ID will be different if the DataAttribute is deleted and re-created
	// with the same name.
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// Output only. The time when the DataAttribute was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time when the DataAttribute was last updated.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. Description of the DataAttribute.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// Optional. User friendly display name.
	DisplayName string `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Optional. User-defined labels for the DataAttribute.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Optional. The ID of the parent DataAttribute resource, should belong to the
	// same data taxonomy. Circular dependency in parent chain is not valid.
	// Maximum depth of the hierarchy allowed is 4.
	// [a -> b -> c -> d -> e, depth = 4]
	ParentId string `protobuf:"bytes,8,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	// Output only. The number of child attributes present for this attribute.
	AttributeCount int32 `protobuf:"varint,9,opt,name=attribute_count,json=attributeCount,proto3" json:"attribute_count,omitempty"`
	// This checksum is computed by the server based on the value of other
	// fields, and may be sent on update and delete requests to ensure the
	// client has an up-to-date value before proceeding.
	Etag string `protobuf:"bytes,10,opt,name=etag,proto3" json:"etag,omitempty"`
	// Optional. Specified when applied to a resource (eg: Cloud Storage bucket,
	// BigQuery dataset, BigQuery table).
	ResourceAccessSpec *ResourceAccessSpec `protobuf:"bytes,100,opt,name=resource_access_spec,json=resourceAccessSpec,proto3" json:"resource_access_spec,omitempty"`
	// Optional. Specified when applied to data stored on the resource (eg: rows,
	// columns in BigQuery Tables).
	DataAccessSpec *DataAccessSpec `protobuf:"bytes,101,opt,name=data_access_spec,json=dataAccessSpec,proto3" json:"data_access_spec,omitempty"`
	// contains filtered or unexported fields
}

Denotes one dataAttribute in a dataTaxonomy, for example, PII. DataAttribute resources can be defined in a hierarchy. A single dataAttribute resource can contain specs of multiple types

``` PII

  • ResourceAccessSpec :
  • readers :foo@bar.com
  • DataAccessSpec :
  • readers :bar@foo.com

```

func (*DataAttribute) Descriptor deprecated

func (*DataAttribute) Descriptor() ([]byte, []int)

Deprecated: Use DataAttribute.ProtoReflect.Descriptor instead.

func (*DataAttribute) GetAttributeCount

func (x *DataAttribute) GetAttributeCount() int32

func (*DataAttribute) GetCreateTime

func (x *DataAttribute) GetCreateTime() *timestamppb.Timestamp

func (*DataAttribute) GetDataAccessSpec

func (x *DataAttribute) GetDataAccessSpec() *DataAccessSpec

func (*DataAttribute) GetDescription

func (x *DataAttribute) GetDescription() string

func (*DataAttribute) GetDisplayName

func (x *DataAttribute) GetDisplayName() string

func (*DataAttribute) GetEtag

func (x *DataAttribute) GetEtag() string

func (*DataAttribute) GetLabels

func (x *DataAttribute) GetLabels() map[string]string

func (*DataAttribute) GetName

func (x *DataAttribute) GetName() string

func (*DataAttribute) GetParentId

func (x *DataAttribute) GetParentId() string

func (*DataAttribute) GetResourceAccessSpec

func (x *DataAttribute) GetResourceAccessSpec() *ResourceAccessSpec

func (*DataAttribute) GetUid

func (x *DataAttribute) GetUid() string

func (*DataAttribute) GetUpdateTime

func (x *DataAttribute) GetUpdateTime() *timestamppb.Timestamp

func (*DataAttribute) ProtoMessage

func (*DataAttribute) ProtoMessage()

func (*DataAttribute) ProtoReflect

func (x *DataAttribute) ProtoReflect() protoreflect.Message

func (*DataAttribute) Reset

func (x *DataAttribute) Reset()

func (*DataAttribute) String

func (x *DataAttribute) String() string

type DataAttributeBinding

type DataAttributeBinding struct {

	// Output only. The relative resource name of the Data Attribute Binding, of
	// the form:
	// projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. System generated globally unique ID for the
	// DataAttributeBinding. This ID will be different if the DataAttributeBinding
	// is deleted and re-created with the same name.
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// Output only. The time when the DataAttributeBinding was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time when the DataAttributeBinding was last updated.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. Description of the DataAttributeBinding.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// Optional. User friendly display name.
	DisplayName string `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Optional. User-defined labels for the DataAttributeBinding.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// This checksum is computed by the server based on the value of other
	// fields, and may be sent on update and delete requests to ensure the
	// client has an up-to-date value before proceeding.
	// Etags must be used when calling the DeleteDataAttributeBinding and the
	// UpdateDataAttributeBinding method.
	Etag string `protobuf:"bytes,8,opt,name=etag,proto3" json:"etag,omitempty"`
	// The reference to the resource that is associated to attributes.
	//
	// Types that are assignable to ResourceReference:
	//
	//	*DataAttributeBinding_Resource
	ResourceReference isDataAttributeBinding_ResourceReference `protobuf_oneof:"resource_reference"`
	// Optional. List of attributes to be associated with the resource, provided
	// in the form:
	// projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
	Attributes []string `protobuf:"bytes,110,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// Optional. The list of paths for items within the associated resource (eg.
	// columns within a table) along with attribute bindings.
	Paths []*DataAttributeBinding_Path `protobuf:"bytes,120,rep,name=paths,proto3" json:"paths,omitempty"`
	// contains filtered or unexported fields
}

DataAttributeBinding represents binding of attributes to resources. Eg: Bind 'CustomerInfo' entity with 'PII' attribute.

func (*DataAttributeBinding) Descriptor deprecated

func (*DataAttributeBinding) Descriptor() ([]byte, []int)

Deprecated: Use DataAttributeBinding.ProtoReflect.Descriptor instead.

func (*DataAttributeBinding) GetAttributes

func (x *DataAttributeBinding) GetAttributes() []string

func (*DataAttributeBinding) GetCreateTime

func (x *DataAttributeBinding) GetCreateTime() *timestamppb.Timestamp

func (*DataAttributeBinding) GetDescription

func (x *DataAttributeBinding) GetDescription() string

func (*DataAttributeBinding) GetDisplayName

func (x *DataAttributeBinding) GetDisplayName() string

func (*DataAttributeBinding) GetEtag

func (x *DataAttributeBinding) GetEtag() string

func (*DataAttributeBinding) GetLabels

func (x *DataAttributeBinding) GetLabels() map[string]string

func (*DataAttributeBinding) GetName

func (x *DataAttributeBinding) GetName() string

func (*DataAttributeBinding) GetPaths

func (*DataAttributeBinding) GetResource

func (x *DataAttributeBinding) GetResource() string

func (*DataAttributeBinding) GetResourceReference

func (m *DataAttributeBinding) GetResourceReference() isDataAttributeBinding_ResourceReference

func (*DataAttributeBinding) GetUid

func (x *DataAttributeBinding) GetUid() string

func (*DataAttributeBinding) GetUpdateTime

func (x *DataAttributeBinding) GetUpdateTime() *timestamppb.Timestamp

func (*DataAttributeBinding) ProtoMessage

func (*DataAttributeBinding) ProtoMessage()

func (*DataAttributeBinding) ProtoReflect

func (x *DataAttributeBinding) ProtoReflect() protoreflect.Message

func (*DataAttributeBinding) Reset

func (x *DataAttributeBinding) Reset()

func (*DataAttributeBinding) String

func (x *DataAttributeBinding) String() string

type DataAttributeBindingEventData

type DataAttributeBindingEventData struct {

	// Optional. The DataAttributeBinding event payload. Unset for deletion
	// events.
	Payload *DataAttributeBinding `protobuf:"bytes,1,opt,name=payload,proto3,oneof" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The data within all DataAttributeBinding events.

func (*DataAttributeBindingEventData) Descriptor deprecated

func (*DataAttributeBindingEventData) Descriptor() ([]byte, []int)

Deprecated: Use DataAttributeBindingEventData.ProtoReflect.Descriptor instead.

func (*DataAttributeBindingEventData) GetPayload

func (*DataAttributeBindingEventData) ProtoMessage

func (*DataAttributeBindingEventData) ProtoMessage()

func (*DataAttributeBindingEventData) ProtoReflect

func (*DataAttributeBindingEventData) Reset

func (x *DataAttributeBindingEventData) Reset()

func (*DataAttributeBindingEventData) String

type DataAttributeBinding_Path

type DataAttributeBinding_Path struct {

	// Required. The name identifier of the path.
	// Nested columns should be of the form: 'country.state.city'.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. List of attributes to be associated with the path of the
	// resource, provided in the form:
	// projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
	Attributes []string `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

Represents a subresource of a given resource, and associated bindings with it.

func (*DataAttributeBinding_Path) Descriptor deprecated

func (*DataAttributeBinding_Path) Descriptor() ([]byte, []int)

Deprecated: Use DataAttributeBinding_Path.ProtoReflect.Descriptor instead.

func (*DataAttributeBinding_Path) GetAttributes

func (x *DataAttributeBinding_Path) GetAttributes() []string

func (*DataAttributeBinding_Path) GetName

func (x *DataAttributeBinding_Path) GetName() string

func (*DataAttributeBinding_Path) ProtoMessage

func (*DataAttributeBinding_Path) ProtoMessage()

func (*DataAttributeBinding_Path) ProtoReflect

func (*DataAttributeBinding_Path) Reset

func (x *DataAttributeBinding_Path) Reset()

func (*DataAttributeBinding_Path) String

func (x *DataAttributeBinding_Path) String() string

type DataAttributeBinding_Resource

type DataAttributeBinding_Resource struct {
	// Optional. Immutable. The resource name of the resource that is associated
	// to attributes. Presently, only entity resource is supported in the form:
	// projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id}
	// Must belong in the same project and region as the attribute binding, and
	// there can only exist one active binding for a resource.
	Resource string `protobuf:"bytes,100,opt,name=resource,proto3,oneof"`
}

type DataAttributeEventData

type DataAttributeEventData struct {

	// Optional. The DataAttribute event payload. Unset for deletion events.
	Payload *DataAttribute `protobuf:"bytes,1,opt,name=payload,proto3,oneof" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The data within all DataAttribute events.

func (*DataAttributeEventData) Descriptor deprecated

func (*DataAttributeEventData) Descriptor() ([]byte, []int)

Deprecated: Use DataAttributeEventData.ProtoReflect.Descriptor instead.

func (*DataAttributeEventData) GetPayload

func (x *DataAttributeEventData) GetPayload() *DataAttribute

func (*DataAttributeEventData) ProtoMessage

func (*DataAttributeEventData) ProtoMessage()

func (*DataAttributeEventData) ProtoReflect

func (x *DataAttributeEventData) ProtoReflect() protoreflect.Message

func (*DataAttributeEventData) Reset

func (x *DataAttributeEventData) Reset()

func (*DataAttributeEventData) String

func (x *DataAttributeEventData) String() string

type DataProfileResult

type DataProfileResult struct {

	// The count of rows scanned.
	RowCount int64 `protobuf:"varint,3,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
	// The profile information per field.
	Profile *DataProfileResult_Profile `protobuf:"bytes,4,opt,name=profile,proto3" json:"profile,omitempty"`
	// The data scanned for this result.
	ScannedData *ScannedData `protobuf:"bytes,5,opt,name=scanned_data,json=scannedData,proto3" json:"scanned_data,omitempty"`
	// contains filtered or unexported fields
}

DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.

func (*DataProfileResult) Descriptor deprecated

func (*DataProfileResult) Descriptor() ([]byte, []int)

Deprecated: Use DataProfileResult.ProtoReflect.Descriptor instead.

func (*DataProfileResult) GetProfile

func (*DataProfileResult) GetRowCount

func (x *DataProfileResult) GetRowCount() int64

func (*DataProfileResult) GetScannedData

func (x *DataProfileResult) GetScannedData() *ScannedData

func (*DataProfileResult) ProtoMessage

func (*DataProfileResult) ProtoMessage()

func (*DataProfileResult) ProtoReflect

func (x *DataProfileResult) ProtoReflect() protoreflect.Message

func (*DataProfileResult) Reset

func (x *DataProfileResult) Reset()

func (*DataProfileResult) String

func (x *DataProfileResult) String() string

type DataProfileResult_Profile

type DataProfileResult_Profile struct {

	// List of fields with structural and profile information for each field.
	Fields []*DataProfileResult_Profile_Field `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

Contains name, type, mode and field type specific profile information.

func (*DataProfileResult_Profile) Descriptor deprecated

func (*DataProfileResult_Profile) Descriptor() ([]byte, []int)

Deprecated: Use DataProfileResult_Profile.ProtoReflect.Descriptor instead.

func (*DataProfileResult_Profile) GetFields

func (*DataProfileResult_Profile) ProtoMessage

func (*DataProfileResult_Profile) ProtoMessage()

func (*DataProfileResult_Profile) ProtoReflect

func (*DataProfileResult_Profile) Reset

func (x *DataProfileResult_Profile) Reset()

func (*DataProfileResult_Profile) String

func (x *DataProfileResult_Profile) String() string

type DataProfileResult_Profile_Field

type DataProfileResult_Profile_Field struct {

	// The name of the field.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The field data type. Possible values include:
	//
	// * STRING
	// * BYTE
	// * INT64
	// * INT32
	// * INT16
	// * DOUBLE
	// * FLOAT
	// * DECIMAL
	// * BOOLEAN
	// * BINARY
	// * TIMESTAMP
	// * DATE
	// * TIME
	// * NULL
	// * RECORD
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// The mode of the field. Possible values include:
	//
	// * REQUIRED, if it is a required field.
	// * NULLABLE, if it is an optional field.
	// * REPEATED, if it is a repeated field.
	Mode string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// Profile information for the corresponding field.
	Profile *DataProfileResult_Profile_Field_ProfileInfo `protobuf:"bytes,4,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

A field within a table.

func (*DataProfileResult_Profile_Field) Descriptor deprecated

func (*DataProfileResult_Profile_Field) Descriptor() ([]byte, []int)

Deprecated: Use DataProfileResult_Profile_Field.ProtoReflect.Descriptor instead.

func (*DataProfileResult_Profile_Field) GetMode

func (*DataProfileResult_Profile_Field) GetName

func (*DataProfileResult_Profile_Field) GetProfile

func (*DataProfileResult_Profile_Field) GetType

func (*DataProfileResult_Profile_Field) ProtoMessage

func (*DataProfileResult_Profile_Field) ProtoMessage()

func (*DataProfileResult_Profile_Field) ProtoReflect

func (*DataProfileResult_Profile_Field) Reset

func (*DataProfileResult_Profile_Field) String

type DataProfileResult_Profile_Field_ProfileInfo

type DataProfileResult_Profile_Field_ProfileInfo struct {

	// Ratio of rows with null value against total scanned rows.
	NullRatio float64 `protobuf:"fixed64,2,opt,name=null_ratio,json=nullRatio,proto3" json:"null_ratio,omitempty"`
	// Ratio of rows with distinct values against total scanned rows.
	// Not available for complex non-groupable field type RECORD and fields
	// with REPEATABLE mode.
	DistinctRatio float64 `protobuf:"fixed64,3,opt,name=distinct_ratio,json=distinctRatio,proto3" json:"distinct_ratio,omitempty"`
	// The list of top N non-null values and number of times they occur in
	// the scanned data. N is 10 or equal to the number of distinct values
	// in the field, whichever is smaller. Not available for complex
	// non-groupable field type RECORD and fields with REPEATABLE mode.
	TopNValues []*DataProfileResult_Profile_Field_ProfileInfo_TopNValue `protobuf:"bytes,4,rep,name=top_n_values,json=topNValues,proto3" json:"top_n_values,omitempty"`
	// Structural and profile information for specific field type. Not
	// available, if mode is REPEATABLE.
	//
	// Types that are assignable to FieldInfo:
	//
	//	*DataProfileResult_Profile_Field_ProfileInfo_StringProfile
	//	*DataProfileResult_Profile_Field_ProfileInfo_IntegerProfile
	//	*DataProfileResult_Profile_Field_ProfileInfo_DoubleProfile
	FieldInfo isDataProfileResult_Profile_Field_ProfileInfo_FieldInfo `protobuf_oneof:"field_info"`
	// contains filtered or unexported fields
}

The profile information for each field type.

func (*DataProfileResult_Profile_Field_ProfileInfo) Descriptor deprecated

Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo.ProtoReflect.Descriptor instead.

func (*DataProfileResult_Profile_Field_ProfileInfo) GetDistinctRatio

func (*DataProfileResult_Profile_Field_ProfileInfo) GetDoubleProfile

func (*DataProfileResult_Profile_Field_ProfileInfo) GetFieldInfo

func (m *DataProfileResult_Profile_Field_ProfileInfo) GetFieldInfo() isDataProfileResult_Profile_Field_ProfileInfo_FieldInfo

func (*DataProfileResult_Profile_Field_ProfileInfo) GetIntegerProfile

func (*DataProfileResult_Profile_Field_ProfileInfo) GetNullRatio

func (*DataProfileResult_Profile_Field_ProfileInfo) GetStringProfile

func (*DataProfileResult_Profile_Field_ProfileInfo) GetTopNValues

func (*DataProfileResult_Profile_Field_ProfileInfo) ProtoMessage

func (*DataProfileResult_Profile_Field_ProfileInfo) ProtoReflect

func (*DataProfileResult_Profile_Field_ProfileInfo) Reset

func (*DataProfileResult_Profile_Field_ProfileInfo) String

type DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo

type DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo struct {

	// Average of non-null values in the scanned data. NaN, if the field
	// has a NaN.
	Average float64 `protobuf:"fixed64,1,opt,name=average,proto3" json:"average,omitempty"`
	// Standard deviation of non-null values in the scanned data. NaN, if
	// the field has a NaN.
	StandardDeviation float64 `protobuf:"fixed64,3,opt,name=standard_deviation,json=standardDeviation,proto3" json:"standard_deviation,omitempty"`
	// Minimum of non-null values in the scanned data. NaN, if the field
	// has a NaN.
	Min float64 `protobuf:"fixed64,4,opt,name=min,proto3" json:"min,omitempty"`
	// A quartile divides the number of data points into four parts, or
	// quarters, of more-or-less equal size. Three main quartiles used
	// are: The first quartile (Q1) splits off the lowest 25% of data from
	// the highest 75%. It is also known as the lower or 25th empirical
	// quartile, as 25% of the data is below this point. The second
	// quartile (Q2) is the median of a data set. So, 50% of the data lies
	// below this point. The third quartile (Q3) splits off the highest
	// 25% of data from the lowest 75%. It is known as the upper or 75th
	// empirical quartile, as 75% of the data lies below this point.
	// Here, the quartiles is provided as an ordered list of quartile
	// values for the scanned data, occurring in order Q1, median, Q3.
	Quartiles []float64 `protobuf:"fixed64,6,rep,packed,name=quartiles,proto3" json:"quartiles,omitempty"`
	// Maximum of non-null values in the scanned data. NaN, if the field
	// has a NaN.
	Max float64 `protobuf:"fixed64,5,opt,name=max,proto3" json:"max,omitempty"`
	// contains filtered or unexported fields
}

The profile information for a double type field.

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) Descriptor deprecated

Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo.ProtoReflect.Descriptor instead.

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetAverage

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetMax

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetMin

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetQuartiles

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetStandardDeviation

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) ProtoMessage

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) ProtoReflect

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) Reset

func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) String

type DataProfileResult_Profile_Field_ProfileInfo_DoubleProfile

type DataProfileResult_Profile_Field_ProfileInfo_DoubleProfile struct {
	// Double type field information.
	DoubleProfile *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo `protobuf:"bytes,103,opt,name=double_profile,json=doubleProfile,proto3,oneof"`
}

type DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo

type DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo struct {

	// Average of non-null values in the scanned data. NaN, if the field
	// has a NaN.
	Average float64 `protobuf:"fixed64,1,opt,name=average,proto3" json:"average,omitempty"`
	// Standard deviation of non-null values in the scanned data. NaN, if
	// the field has a NaN.
	StandardDeviation float64 `protobuf:"fixed64,3,opt,name=standard_deviation,json=standardDeviation,proto3" json:"standard_deviation,omitempty"`
	// Minimum of non-null values in the scanned data. NaN, if the field
	// has a NaN.
	Min int64 `protobuf:"varint,4,opt,name=min,proto3" json:"min,omitempty"`
	// A quartile divides the number of data points into four parts, or
	// quarters, of more-or-less equal size. Three main quartiles used
	// are: The first quartile (Q1) splits off the lowest 25% of data from
	// the highest 75%. It is also known as the lower or 25th empirical
	// quartile, as 25% of the data is below this point. The second
	// quartile (Q2) is the median of a data set. So, 50% of the data lies
	// below this point. The third quartile (Q3) splits off the highest
	// 25% of data from the lowest 75%. It is known as the upper or 75th
	// empirical quartile, as 75% of the data lies below this point.
	// Here, the quartiles is provided as an ordered list of quartile
	// values for the scanned data, occurring in order Q1, median, Q3.
	Quartiles []int64 `protobuf:"varint,6,rep,packed,name=quartiles,proto3" json:"quartiles,omitempty"`
	// Maximum of non-null values in the scanned data. NaN, if the field
	// has a NaN.
	Max int64 `protobuf:"varint,5,opt,name=max,proto3" json:"max,omitempty"`
	// contains filtered or unexported fields
}

The profile information for an integer type field.

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) Descriptor deprecated

Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo.ProtoReflect.Descriptor instead.

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetAverage

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetMax

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetMin

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetQuartiles

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetStandardDeviation

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) ProtoMessage

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) ProtoReflect

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) Reset

func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) String

type DataProfileResult_Profile_Field_ProfileInfo_IntegerProfile

type DataProfileResult_Profile_Field_ProfileInfo_IntegerProfile struct {
	// Integer type field information.
	IntegerProfile *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo `protobuf:"bytes,102,opt,name=integer_profile,json=integerProfile,proto3,oneof"`
}

type DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo

type DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo struct {

	// Minimum length of non-null values in the scanned data.
	MinLength int64 `protobuf:"varint,1,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"`
	// Maximum length of non-null values in the scanned data.
	MaxLength int64 `protobuf:"varint,2,opt,name=max_length,json=maxLength,proto3" json:"max_length,omitempty"`
	// Average length of non-null values in the scanned data.
	AverageLength float64 `protobuf:"fixed64,3,opt,name=average_length,json=averageLength,proto3" json:"average_length,omitempty"`
	// contains filtered or unexported fields
}

The profile information for a string type field.

func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) Descriptor deprecated

Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo.ProtoReflect.Descriptor instead.

func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetAverageLength

func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetMaxLength

func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetMinLength

func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) ProtoMessage

func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) ProtoReflect

func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) Reset

func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) String

type DataProfileResult_Profile_Field_ProfileInfo_StringProfile

type DataProfileResult_Profile_Field_ProfileInfo_StringProfile struct {
	// String type field information.
	StringProfile *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo `protobuf:"bytes,101,opt,name=string_profile,json=stringProfile,proto3,oneof"`
}

type DataProfileResult_Profile_Field_ProfileInfo_TopNValue

type DataProfileResult_Profile_Field_ProfileInfo_TopNValue struct {

	// String value of a top N non-null value.
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// Count of the corresponding value in the scanned data.
	Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

Top N non-null values in the scanned data.

func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) Descriptor deprecated

Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo_TopNValue.ProtoReflect.Descriptor instead.

func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetCount

func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetValue

func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) ProtoMessage

func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) ProtoReflect

func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) Reset

func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) String

type DataProfileSpec

type DataProfileSpec struct {
	// contains filtered or unexported fields
}

DataProfileScan related setting.

func (*DataProfileSpec) Descriptor deprecated

func (*DataProfileSpec) Descriptor() ([]byte, []int)

Deprecated: Use DataProfileSpec.ProtoReflect.Descriptor instead.

func (*DataProfileSpec) ProtoMessage

func (*DataProfileSpec) ProtoMessage()

func (*DataProfileSpec) ProtoReflect

func (x *DataProfileSpec) ProtoReflect() protoreflect.Message

func (*DataProfileSpec) Reset

func (x *DataProfileSpec) Reset()

func (*DataProfileSpec) String

func (x *DataProfileSpec) String() string

type DataQualityDimensionResult

type DataQualityDimensionResult struct {

	// Whether the dimension passed or failed.
	Passed bool `protobuf:"varint,3,opt,name=passed,proto3" json:"passed,omitempty"`
	// contains filtered or unexported fields
}

DataQualityDimensionResult provides a more detailed, per-dimension view of the results.

func (*DataQualityDimensionResult) Descriptor deprecated

func (*DataQualityDimensionResult) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityDimensionResult.ProtoReflect.Descriptor instead.

func (*DataQualityDimensionResult) GetPassed

func (x *DataQualityDimensionResult) GetPassed() bool

func (*DataQualityDimensionResult) ProtoMessage

func (*DataQualityDimensionResult) ProtoMessage()

func (*DataQualityDimensionResult) ProtoReflect

func (*DataQualityDimensionResult) Reset

func (x *DataQualityDimensionResult) Reset()

func (*DataQualityDimensionResult) String

func (x *DataQualityDimensionResult) String() string

type DataQualityResult

type DataQualityResult struct {

	// Overall data quality result -- `true` if all rules passed.
	Passed bool `protobuf:"varint,5,opt,name=passed,proto3" json:"passed,omitempty"`
	// A list of results at the dimension level.
	Dimensions []*DataQualityDimensionResult `protobuf:"bytes,2,rep,name=dimensions,proto3" json:"dimensions,omitempty"`
	// A list of all the rules in a job, and their results.
	Rules []*DataQualityRuleResult `protobuf:"bytes,3,rep,name=rules,proto3" json:"rules,omitempty"`
	// The count of rows processed.
	RowCount int64 `protobuf:"varint,4,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
	// The data scanned for this result.
	ScannedData *ScannedData `protobuf:"bytes,7,opt,name=scanned_data,json=scannedData,proto3" json:"scanned_data,omitempty"`
	// contains filtered or unexported fields
}

The output of a DataQualityScan.

func (*DataQualityResult) Descriptor deprecated

func (*DataQualityResult) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityResult.ProtoReflect.Descriptor instead.

func (*DataQualityResult) GetDimensions

func (x *DataQualityResult) GetDimensions() []*DataQualityDimensionResult

func (*DataQualityResult) GetPassed

func (x *DataQualityResult) GetPassed() bool

func (*DataQualityResult) GetRowCount

func (x *DataQualityResult) GetRowCount() int64

func (*DataQualityResult) GetRules

func (x *DataQualityResult) GetRules() []*DataQualityRuleResult

func (*DataQualityResult) GetScannedData

func (x *DataQualityResult) GetScannedData() *ScannedData

func (*DataQualityResult) ProtoMessage

func (*DataQualityResult) ProtoMessage()

func (*DataQualityResult) ProtoReflect

func (x *DataQualityResult) ProtoReflect() protoreflect.Message

func (*DataQualityResult) Reset

func (x *DataQualityResult) Reset()

func (*DataQualityResult) String

func (x *DataQualityResult) String() string

type DataQualityRule

type DataQualityRule struct {

	// Types that are assignable to RuleType:
	//
	//	*DataQualityRule_RangeExpectation_
	//	*DataQualityRule_NonNullExpectation_
	//	*DataQualityRule_SetExpectation_
	//	*DataQualityRule_RegexExpectation_
	//	*DataQualityRule_UniquenessExpectation_
	//	*DataQualityRule_StatisticRangeExpectation_
	//	*DataQualityRule_RowConditionExpectation_
	//	*DataQualityRule_TableConditionExpectation_
	RuleType isDataQualityRule_RuleType `protobuf_oneof:"rule_type"`
	// Optional. The unnested column which this rule is evaluated against.
	Column string `protobuf:"bytes,500,opt,name=column,proto3" json:"column,omitempty"`
	// Optional. Rows with `null` values will automatically fail a rule, unless
	// `ignore_null` is `true`. In that case, such `null` rows are trivially
	// considered passing.
	//
	// Only applicable to ColumnMap rules.
	IgnoreNull bool `protobuf:"varint,501,opt,name=ignore_null,json=ignoreNull,proto3" json:"ignore_null,omitempty"`
	// Required. The dimension a rule belongs to. Results are also aggregated at
	// the dimension level. Supported dimensions are **["COMPLETENESS",
	// "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]**
	Dimension string `protobuf:"bytes,502,opt,name=dimension,proto3" json:"dimension,omitempty"`
	// Optional. The minimum ratio of **passing_rows / total_rows** required to
	// pass this rule, with a range of [0.0, 1.0].
	//
	// 0 indicates default value (i.e. 1.0).
	Threshold float64 `protobuf:"fixed64,503,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

A rule captures data quality intent about a data source.

func (*DataQualityRule) Descriptor deprecated

func (*DataQualityRule) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRule.ProtoReflect.Descriptor instead.

func (*DataQualityRule) GetColumn

func (x *DataQualityRule) GetColumn() string

func (*DataQualityRule) GetDimension

func (x *DataQualityRule) GetDimension() string

func (*DataQualityRule) GetIgnoreNull

func (x *DataQualityRule) GetIgnoreNull() bool

func (*DataQualityRule) GetNonNullExpectation

func (x *DataQualityRule) GetNonNullExpectation() *DataQualityRule_NonNullExpectation

func (*DataQualityRule) GetRangeExpectation

func (x *DataQualityRule) GetRangeExpectation() *DataQualityRule_RangeExpectation

func (*DataQualityRule) GetRegexExpectation

func (x *DataQualityRule) GetRegexExpectation() *DataQualityRule_RegexExpectation

func (*DataQualityRule) GetRowConditionExpectation

func (x *DataQualityRule) GetRowConditionExpectation() *DataQualityRule_RowConditionExpectation

func (*DataQualityRule) GetRuleType

func (m *DataQualityRule) GetRuleType() isDataQualityRule_RuleType

func (*DataQualityRule) GetSetExpectation

func (x *DataQualityRule) GetSetExpectation() *DataQualityRule_SetExpectation

func (*DataQualityRule) GetStatisticRangeExpectation

func (x *DataQualityRule) GetStatisticRangeExpectation() *DataQualityRule_StatisticRangeExpectation

func (*DataQualityRule) GetTableConditionExpectation

func (x *DataQualityRule) GetTableConditionExpectation() *DataQualityRule_TableConditionExpectation

func (*DataQualityRule) GetThreshold

func (x *DataQualityRule) GetThreshold() float64

func (*DataQualityRule) GetUniquenessExpectation

func (x *DataQualityRule) GetUniquenessExpectation() *DataQualityRule_UniquenessExpectation

func (*DataQualityRule) ProtoMessage

func (*DataQualityRule) ProtoMessage()

func (*DataQualityRule) ProtoReflect

func (x *DataQualityRule) ProtoReflect() protoreflect.Message

func (*DataQualityRule) Reset

func (x *DataQualityRule) Reset()

func (*DataQualityRule) String

func (x *DataQualityRule) String() string

type DataQualityRuleResult

type DataQualityRuleResult struct {

	// The rule specified in the DataQualitySpec, as is.
	Rule *DataQualityRule `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	// Whether the rule passed or failed.
	Passed bool `protobuf:"varint,7,opt,name=passed,proto3" json:"passed,omitempty"`
	// The number of rows a rule was evaluated against. This field is only valid
	// for ColumnMap type rules.
	//
	// # Evaluated count can be configured to either
	//
	// * include all rows (default) - with `null` rows automatically failing rule
	// evaluation, or
	// * exclude `null` rows from the `evaluated_count`, by setting
	// `ignore_nulls = true`.
	EvaluatedCount int64 `protobuf:"varint,9,opt,name=evaluated_count,json=evaluatedCount,proto3" json:"evaluated_count,omitempty"`
	// The number of rows which passed a rule evaluation.
	// This field is only valid for ColumnMap type rules.
	PassedCount int64 `protobuf:"varint,8,opt,name=passed_count,json=passedCount,proto3" json:"passed_count,omitempty"`
	// The number of rows with null values in the specified column.
	NullCount int64 `protobuf:"varint,5,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"`
	// The ratio of **passed_count / evaluated_count**.
	// This field is only valid for ColumnMap type rules.
	PassRatio float64 `protobuf:"fixed64,6,opt,name=pass_ratio,json=passRatio,proto3" json:"pass_ratio,omitempty"`
	// The query to find rows that did not pass this rule.
	// Only applies to ColumnMap and RowCondition rules.
	FailingRowsQuery string `protobuf:"bytes,10,opt,name=failing_rows_query,json=failingRowsQuery,proto3" json:"failing_rows_query,omitempty"`
	// contains filtered or unexported fields
}

DataQualityRuleResult provides a more detailed, per-rule view of the results.

func (*DataQualityRuleResult) Descriptor deprecated

func (*DataQualityRuleResult) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRuleResult.ProtoReflect.Descriptor instead.

func (*DataQualityRuleResult) GetEvaluatedCount

func (x *DataQualityRuleResult) GetEvaluatedCount() int64

func (*DataQualityRuleResult) GetFailingRowsQuery

func (x *DataQualityRuleResult) GetFailingRowsQuery() string

func (*DataQualityRuleResult) GetNullCount

func (x *DataQualityRuleResult) GetNullCount() int64

func (*DataQualityRuleResult) GetPassRatio

func (x *DataQualityRuleResult) GetPassRatio() float64

func (*DataQualityRuleResult) GetPassed

func (x *DataQualityRuleResult) GetPassed() bool

func (*DataQualityRuleResult) GetPassedCount

func (x *DataQualityRuleResult) GetPassedCount() int64

func (*DataQualityRuleResult) GetRule

func (x *DataQualityRuleResult) GetRule() *DataQualityRule

func (*DataQualityRuleResult) ProtoMessage

func (*DataQualityRuleResult) ProtoMessage()

func (*DataQualityRuleResult) ProtoReflect

func (x *DataQualityRuleResult) ProtoReflect() protoreflect.Message

func (*DataQualityRuleResult) Reset

func (x *DataQualityRuleResult) Reset()

func (*DataQualityRuleResult) String

func (x *DataQualityRuleResult) String() string

type DataQualityRule_NonNullExpectation

type DataQualityRule_NonNullExpectation struct {
	// contains filtered or unexported fields
}

Evaluates whether each column value is null.

func (*DataQualityRule_NonNullExpectation) Descriptor deprecated

func (*DataQualityRule_NonNullExpectation) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRule_NonNullExpectation.ProtoReflect.Descriptor instead.

func (*DataQualityRule_NonNullExpectation) ProtoMessage

func (*DataQualityRule_NonNullExpectation) ProtoMessage()

func (*DataQualityRule_NonNullExpectation) ProtoReflect

func (*DataQualityRule_NonNullExpectation) Reset

func (*DataQualityRule_NonNullExpectation) String

type DataQualityRule_NonNullExpectation_

type DataQualityRule_NonNullExpectation_ struct {
	// ColumnMap rule which evaluates whether each column value is null.
	NonNullExpectation *DataQualityRule_NonNullExpectation `protobuf:"bytes,2,opt,name=non_null_expectation,json=nonNullExpectation,proto3,oneof"`
}

type DataQualityRule_RangeExpectation

type DataQualityRule_RangeExpectation struct {

	// Optional. The minimum column value allowed for a row to pass this
	// validation. At least one of `min_value` and `max_value` need to be
	// provided.
	MinValue string `protobuf:"bytes,1,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"`
	// Optional. The maximum column value allowed for a row to pass this
	// validation. At least one of `min_value` and `max_value` need to be
	// provided.
	MaxValue string `protobuf:"bytes,2,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"`
	// Optional. Whether each value needs to be strictly greater than ('>') the
	// minimum, or if equality is allowed.
	//
	// Only relevant if a `min_value` has been defined. Default = false.
	StrictMinEnabled bool `protobuf:"varint,3,opt,name=strict_min_enabled,json=strictMinEnabled,proto3" json:"strict_min_enabled,omitempty"`
	// Optional. Whether each value needs to be strictly lesser than ('<') the
	// maximum, or if equality is allowed.
	//
	// Only relevant if a `max_value` has been defined. Default = false.
	StrictMaxEnabled bool `protobuf:"varint,4,opt,name=strict_max_enabled,json=strictMaxEnabled,proto3" json:"strict_max_enabled,omitempty"`
	// contains filtered or unexported fields
}

Evaluates whether each column value lies between a specified range.

func (*DataQualityRule_RangeExpectation) Descriptor deprecated

func (*DataQualityRule_RangeExpectation) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRule_RangeExpectation.ProtoReflect.Descriptor instead.

func (*DataQualityRule_RangeExpectation) GetMaxValue

func (x *DataQualityRule_RangeExpectation) GetMaxValue() string

func (*DataQualityRule_RangeExpectation) GetMinValue

func (x *DataQualityRule_RangeExpectation) GetMinValue() string

func (*DataQualityRule_RangeExpectation) GetStrictMaxEnabled

func (x *DataQualityRule_RangeExpectation) GetStrictMaxEnabled() bool

func (*DataQualityRule_RangeExpectation) GetStrictMinEnabled

func (x *DataQualityRule_RangeExpectation) GetStrictMinEnabled() bool

func (*DataQualityRule_RangeExpectation) ProtoMessage

func (*DataQualityRule_RangeExpectation) ProtoMessage()

func (*DataQualityRule_RangeExpectation) ProtoReflect

func (*DataQualityRule_RangeExpectation) Reset

func (*DataQualityRule_RangeExpectation) String

type DataQualityRule_RangeExpectation_

type DataQualityRule_RangeExpectation_ struct {
	// ColumnMap rule which evaluates whether each column value lies between a
	// specified range.
	RangeExpectation *DataQualityRule_RangeExpectation `protobuf:"bytes,1,opt,name=range_expectation,json=rangeExpectation,proto3,oneof"`
}

type DataQualityRule_RegexExpectation

type DataQualityRule_RegexExpectation struct {

	// A regular expression the column value is expected to match.
	Regex string `protobuf:"bytes,1,opt,name=regex,proto3" json:"regex,omitempty"`
	// contains filtered or unexported fields
}

Evaluates whether each column value matches a specified regex.

func (*DataQualityRule_RegexExpectation) Descriptor deprecated

func (*DataQualityRule_RegexExpectation) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRule_RegexExpectation.ProtoReflect.Descriptor instead.

func (*DataQualityRule_RegexExpectation) GetRegex

func (*DataQualityRule_RegexExpectation) ProtoMessage

func (*DataQualityRule_RegexExpectation) ProtoMessage()

func (*DataQualityRule_RegexExpectation) ProtoReflect

func (*DataQualityRule_RegexExpectation) Reset

func (*DataQualityRule_RegexExpectation) String

type DataQualityRule_RegexExpectation_

type DataQualityRule_RegexExpectation_ struct {
	// ColumnMap rule which evaluates whether each column value matches a
	// specified regex.
	RegexExpectation *DataQualityRule_RegexExpectation `protobuf:"bytes,4,opt,name=regex_expectation,json=regexExpectation,proto3,oneof"`
}

type DataQualityRule_RowConditionExpectation

type DataQualityRule_RowConditionExpectation struct {

	// The SQL expression.
	SqlExpression string `protobuf:"bytes,1,opt,name=sql_expression,json=sqlExpression,proto3" json:"sql_expression,omitempty"`
	// contains filtered or unexported fields
}

Evaluates whether each row passes the specified condition.

The SQL expression needs to use BigQuery standard SQL syntax and should produce a boolean value per row as the result.

Example: col1 >= 0 AND col2 < 10

func (*DataQualityRule_RowConditionExpectation) Descriptor deprecated

func (*DataQualityRule_RowConditionExpectation) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRule_RowConditionExpectation.ProtoReflect.Descriptor instead.

func (*DataQualityRule_RowConditionExpectation) GetSqlExpression

func (x *DataQualityRule_RowConditionExpectation) GetSqlExpression() string

func (*DataQualityRule_RowConditionExpectation) ProtoMessage

func (*DataQualityRule_RowConditionExpectation) ProtoReflect

func (*DataQualityRule_RowConditionExpectation) Reset

func (*DataQualityRule_RowConditionExpectation) String

type DataQualityRule_RowConditionExpectation_

type DataQualityRule_RowConditionExpectation_ struct {
	// Table rule which evaluates whether each row passes the specified
	// condition.
	RowConditionExpectation *DataQualityRule_RowConditionExpectation `protobuf:"bytes,200,opt,name=row_condition_expectation,json=rowConditionExpectation,proto3,oneof"`
}

type DataQualityRule_SetExpectation

type DataQualityRule_SetExpectation struct {

	// Expected values for the column value.
	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

Evaluates whether each column value is contained by a specified set.

func (*DataQualityRule_SetExpectation) Descriptor deprecated

func (*DataQualityRule_SetExpectation) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRule_SetExpectation.ProtoReflect.Descriptor instead.

func (*DataQualityRule_SetExpectation) GetValues

func (x *DataQualityRule_SetExpectation) GetValues() []string

func (*DataQualityRule_SetExpectation) ProtoMessage

func (*DataQualityRule_SetExpectation) ProtoMessage()

func (*DataQualityRule_SetExpectation) ProtoReflect

func (*DataQualityRule_SetExpectation) Reset

func (x *DataQualityRule_SetExpectation) Reset()

func (*DataQualityRule_SetExpectation) String

type DataQualityRule_SetExpectation_

type DataQualityRule_SetExpectation_ struct {
	// ColumnMap rule which evaluates whether each column value is contained by
	// a specified set.
	SetExpectation *DataQualityRule_SetExpectation `protobuf:"bytes,3,opt,name=set_expectation,json=setExpectation,proto3,oneof"`
}

type DataQualityRule_StatisticRangeExpectation

type DataQualityRule_StatisticRangeExpectation struct {
	Statistic DataQualityRule_StatisticRangeExpectation_ColumnStatistic `` /* 167-byte string literal not displayed */
	// The minimum column statistic value allowed for a row to pass this
	// validation.
	//
	// At least one of `min_value` and `max_value` need to be provided.
	MinValue string `protobuf:"bytes,2,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"`
	// The maximum column statistic value allowed for a row to pass this
	// validation.
	//
	// At least one of `min_value` and `max_value` need to be provided.
	MaxValue string `protobuf:"bytes,3,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"`
	// Whether column statistic needs to be strictly greater than ('>')
	// the minimum, or if equality is allowed.
	//
	// Only relevant if a `min_value` has been defined. Default = false.
	StrictMinEnabled bool `protobuf:"varint,4,opt,name=strict_min_enabled,json=strictMinEnabled,proto3" json:"strict_min_enabled,omitempty"`
	// Whether column statistic needs to be strictly lesser than ('<') the
	// maximum, or if equality is allowed.
	//
	// Only relevant if a `max_value` has been defined. Default = false.
	StrictMaxEnabled bool `protobuf:"varint,5,opt,name=strict_max_enabled,json=strictMaxEnabled,proto3" json:"strict_max_enabled,omitempty"`
	// contains filtered or unexported fields
}

Evaluates whether the column aggregate statistic lies between a specified range.

func (*DataQualityRule_StatisticRangeExpectation) Descriptor deprecated

func (*DataQualityRule_StatisticRangeExpectation) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRule_StatisticRangeExpectation.ProtoReflect.Descriptor instead.

func (*DataQualityRule_StatisticRangeExpectation) GetMaxValue

func (*DataQualityRule_StatisticRangeExpectation) GetMinValue

func (*DataQualityRule_StatisticRangeExpectation) GetStatistic

func (*DataQualityRule_StatisticRangeExpectation) GetStrictMaxEnabled

func (x *DataQualityRule_StatisticRangeExpectation) GetStrictMaxEnabled() bool

func (*DataQualityRule_StatisticRangeExpectation) GetStrictMinEnabled

func (x *DataQualityRule_StatisticRangeExpectation) GetStrictMinEnabled() bool

func (*DataQualityRule_StatisticRangeExpectation) ProtoMessage

func (*DataQualityRule_StatisticRangeExpectation) ProtoReflect

func (*DataQualityRule_StatisticRangeExpectation) Reset

func (*DataQualityRule_StatisticRangeExpectation) String

type DataQualityRule_StatisticRangeExpectation_

type DataQualityRule_StatisticRangeExpectation_ struct {
	// ColumnAggregate rule which evaluates whether the column aggregate
	// statistic lies between a specified range.
	StatisticRangeExpectation *DataQualityRule_StatisticRangeExpectation `protobuf:"bytes,101,opt,name=statistic_range_expectation,json=statisticRangeExpectation,proto3,oneof"`
}

type DataQualityRule_StatisticRangeExpectation_ColumnStatistic

type DataQualityRule_StatisticRangeExpectation_ColumnStatistic int32
const (
	// Unspecified statistic type
	DataQualityRule_StatisticRangeExpectation_STATISTIC_UNDEFINED DataQualityRule_StatisticRangeExpectation_ColumnStatistic = 0
	// Evaluate the column mean
	DataQualityRule_StatisticRangeExpectation_MEAN DataQualityRule_StatisticRangeExpectation_ColumnStatistic = 1
	// Evaluate the column min
	DataQualityRule_StatisticRangeExpectation_MIN DataQualityRule_StatisticRangeExpectation_ColumnStatistic = 2
	// Evaluate the column max
	DataQualityRule_StatisticRangeExpectation_MAX DataQualityRule_StatisticRangeExpectation_ColumnStatistic = 3
)

func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Descriptor

func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Enum

func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) EnumDescriptor deprecated

Deprecated: Use DataQualityRule_StatisticRangeExpectation_ColumnStatistic.Descriptor instead.

func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Number

func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) String

func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Type

type DataQualityRule_TableConditionExpectation

type DataQualityRule_TableConditionExpectation struct {

	// The SQL expression.
	SqlExpression string `protobuf:"bytes,1,opt,name=sql_expression,json=sqlExpression,proto3" json:"sql_expression,omitempty"`
	// contains filtered or unexported fields
}

Evaluates whether the provided expression is true.

The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.

Example: MIN(col1) >= 0

func (*DataQualityRule_TableConditionExpectation) Descriptor deprecated

func (*DataQualityRule_TableConditionExpectation) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRule_TableConditionExpectation.ProtoReflect.Descriptor instead.

func (*DataQualityRule_TableConditionExpectation) GetSqlExpression

func (x *DataQualityRule_TableConditionExpectation) GetSqlExpression() string

func (*DataQualityRule_TableConditionExpectation) ProtoMessage

func (*DataQualityRule_TableConditionExpectation) ProtoReflect

func (*DataQualityRule_TableConditionExpectation) Reset

func (*DataQualityRule_TableConditionExpectation) String

type DataQualityRule_TableConditionExpectation_

type DataQualityRule_TableConditionExpectation_ struct {
	// Table rule which evaluates whether the provided expression is true.
	TableConditionExpectation *DataQualityRule_TableConditionExpectation `protobuf:"bytes,201,opt,name=table_condition_expectation,json=tableConditionExpectation,proto3,oneof"`
}

type DataQualityRule_UniquenessExpectation

type DataQualityRule_UniquenessExpectation struct {
	// contains filtered or unexported fields
}

Evaluates whether the column has duplicates.

func (*DataQualityRule_UniquenessExpectation) Descriptor deprecated

func (*DataQualityRule_UniquenessExpectation) Descriptor() ([]byte, []int)

Deprecated: Use DataQualityRule_UniquenessExpectation.ProtoReflect.Descriptor instead.

func (*DataQualityRule_UniquenessExpectation) ProtoMessage

func (*DataQualityRule_UniquenessExpectation) ProtoMessage()

func (*DataQualityRule_UniquenessExpectation) ProtoReflect

func (*DataQualityRule_UniquenessExpectation) Reset

func (*DataQualityRule_UniquenessExpectation) String

type DataQualityRule_UniquenessExpectation_

type DataQualityRule_UniquenessExpectation_ struct {
	// ColumnAggregate rule which evaluates whether the column has duplicates.
	UniquenessExpectation *DataQualityRule_UniquenessExpectation `protobuf:"bytes,100,opt,name=uniqueness_expectation,json=uniquenessExpectation,proto3,oneof"`
}

type DataQualitySpec

type DataQualitySpec struct {

	// The list of rules to evaluate against a data source. At least one rule is
	// required.
	Rules []*DataQualityRule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

DataQualityScan related setting.

func (*DataQualitySpec) Descriptor deprecated

func (*DataQualitySpec) Descriptor() ([]byte, []int)

Deprecated: Use DataQualitySpec.ProtoReflect.Descriptor instead.

func (*DataQualitySpec) GetRules

func (x *DataQualitySpec) GetRules() []*DataQualityRule

func (*DataQualitySpec) ProtoMessage

func (*DataQualitySpec) ProtoMessage()

func (*DataQualitySpec) ProtoReflect

func (x *DataQualitySpec) ProtoReflect() protoreflect.Message

func (*DataQualitySpec) Reset

func (x *DataQualitySpec) Reset()

func (*DataQualitySpec) String

func (x *DataQualitySpec) String() string

type DataScan

type DataScan struct {

	// Output only. The relative resource name of the scan, of the form:
	// `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
	// where `project` refers to a *project_id* or *project_number* and
	// `location_id` refers to a GCP region.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. System generated globally unique ID for the scan. This ID will
	// be different if the scan is deleted and re-created with the same name.
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// Optional. Description of the scan.
	//
	// * Must be between 1-1024 characters.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Optional. User friendly display name.
	//
	// * Must be between 1-256 characters.
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Optional. User-defined labels for the scan.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Output only. Current state of the DataScan.
	State State `protobuf:"varint,6,opt,name=state,proto3,enum=google.events.cloud.dataplex.v1.State" json:"state,omitempty"`
	// Output only. The time when the scan was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time when the scan was last updated.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Required. The data source for DataScan.
	Data *DataSource `protobuf:"bytes,9,opt,name=data,proto3" json:"data,omitempty"`
	// Optional. DataScan execution settings.
	//
	// If not specified, the fields in it will use their default values.
	ExecutionSpec *DataScan_ExecutionSpec `protobuf:"bytes,10,opt,name=execution_spec,json=executionSpec,proto3" json:"execution_spec,omitempty"`
	// Output only. Status of the data scan execution.
	ExecutionStatus *DataScan_ExecutionStatus `protobuf:"bytes,11,opt,name=execution_status,json=executionStatus,proto3" json:"execution_status,omitempty"`
	// Output only. The type of DataScan.
	Type DataScanType `protobuf:"varint,12,opt,name=type,proto3,enum=google.events.cloud.dataplex.v1.DataScanType" json:"type,omitempty"`
	// Data Scan related setting.
	// It is required and immutable which means once data_quality_spec is set, it
	// cannot be changed to data_profile_spec.
	//
	// Types that are assignable to Spec:
	//
	//	*DataScan_DataQualitySpec
	//	*DataScan_DataProfileSpec
	Spec isDataScan_Spec `protobuf_oneof:"spec"`
	// The result of the data scan.
	//
	// Types that are assignable to Result:
	//
	//	*DataScan_DataQualityResult
	//	*DataScan_DataProfileResult
	Result isDataScan_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

Represents a user-visible job which provides the insights for the related data source.

For example:

  • Data Quality: generates queries based on the rules and runs against the data to get data quality check results.
  • Data Profile: analyzes the data in table(s) and generates insights about the structure, content and relationships (such as null percent, cardinality, min/max/mean, etc).

func (*DataScan) Descriptor deprecated

func (*DataScan) Descriptor() ([]byte, []int)

Deprecated: Use DataScan.ProtoReflect.Descriptor instead.

func (*DataScan) GetCreateTime

func (x *DataScan) GetCreateTime() *timestamppb.Timestamp

func (*DataScan) GetData

func (x *DataScan) GetData() *DataSource

func (*DataScan) GetDataProfileResult

func (x *DataScan) GetDataProfileResult() *DataProfileResult

func (*DataScan) GetDataProfileSpec

func (x *DataScan) GetDataProfileSpec() *DataProfileSpec

func (*DataScan) GetDataQualityResult

func (x *DataScan) GetDataQualityResult() *DataQualityResult

func (*DataScan) GetDataQualitySpec

func (x *DataScan) GetDataQualitySpec() *DataQualitySpec

func (*DataScan) GetDescription

func (x *DataScan) GetDescription() string

func (*DataScan) GetDisplayName

func (x *DataScan) GetDisplayName() string

func (*DataScan) GetExecutionSpec

func (x *DataScan) GetExecutionSpec() *DataScan_ExecutionSpec

func (*DataScan) GetExecutionStatus

func (x *DataScan) GetExecutionStatus() *DataScan_ExecutionStatus

func (*DataScan) GetLabels

func (x *DataScan) GetLabels() map[string]string

func (*DataScan) GetName

func (x *DataScan) GetName() string

func (*DataScan) GetResult

func (m *DataScan) GetResult() isDataScan_Result

func (*DataScan) GetSpec

func (m *DataScan) GetSpec() isDataScan_Spec

func (*DataScan) GetState

func (x *DataScan) GetState() State

func (*DataScan) GetType

func (x *DataScan) GetType() DataScanType

func (*DataScan) GetUid

func (x *DataScan) GetUid() string

func (*DataScan) GetUpdateTime

func (x *DataScan) GetUpdateTime() *timestamppb.Timestamp

func (*DataScan) ProtoMessage

func (*DataScan) ProtoMessage()

func (*DataScan) ProtoReflect

func (x *DataScan) ProtoReflect() protoreflect.Message

func (*DataScan) Reset

func (x *DataScan) Reset()

func (*DataScan) String

func (x *DataScan) String() string

type DataScanEventData

type DataScanEventData struct {

	// Optional. The DataScan event payload. Unset for deletion events.
	Payload *DataScan `protobuf:"bytes,1,opt,name=payload,proto3,oneof" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The data within all DataScan events.

func (*DataScanEventData) Descriptor deprecated

func (*DataScanEventData) Descriptor() ([]byte, []int)

Deprecated: Use DataScanEventData.ProtoReflect.Descriptor instead.

func (*DataScanEventData) GetPayload

func (x *DataScanEventData) GetPayload() *DataScan

func (*DataScanEventData) ProtoMessage

func (*DataScanEventData) ProtoMessage()

func (*DataScanEventData) ProtoReflect

func (x *DataScanEventData) ProtoReflect() protoreflect.Message

func (*DataScanEventData) Reset

func (x *DataScanEventData) Reset()

func (*DataScanEventData) String

func (x *DataScanEventData) String() string

type DataScanType

type DataScanType int32

The type of DataScan.

const (
	// The DataScan type is unspecified.
	DataScanType_DATA_SCAN_TYPE_UNSPECIFIED DataScanType = 0
	// Data Quality scan.
	DataScanType_DATA_QUALITY DataScanType = 1
	// Data Profile scan.
	DataScanType_DATA_PROFILE DataScanType = 2
)

func (DataScanType) Descriptor

func (DataScanType) Enum

func (x DataScanType) Enum() *DataScanType

func (DataScanType) EnumDescriptor deprecated

func (DataScanType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataScanType.Descriptor instead.

func (DataScanType) Number

func (DataScanType) String

func (x DataScanType) String() string

func (DataScanType) Type

type DataScan_DataProfileResult

type DataScan_DataProfileResult struct {
	// Output only. The result of the data profile scan.
	DataProfileResult *DataProfileResult `protobuf:"bytes,201,opt,name=data_profile_result,json=dataProfileResult,proto3,oneof"`
}

type DataScan_DataProfileSpec

type DataScan_DataProfileSpec struct {
	// DataProfileScan related setting.
	DataProfileSpec *DataProfileSpec `protobuf:"bytes,101,opt,name=data_profile_spec,json=dataProfileSpec,proto3,oneof"`
}

type DataScan_DataQualityResult

type DataScan_DataQualityResult struct {
	// Output only. The result of the data quality scan.
	DataQualityResult *DataQualityResult `protobuf:"bytes,200,opt,name=data_quality_result,json=dataQualityResult,proto3,oneof"`
}

type DataScan_DataQualitySpec

type DataScan_DataQualitySpec struct {
	// DataQualityScan related setting.
	DataQualitySpec *DataQualitySpec `protobuf:"bytes,100,opt,name=data_quality_spec,json=dataQualitySpec,proto3,oneof"`
}

type DataScan_ExecutionSpec

type DataScan_ExecutionSpec struct {

	// Optional. Spec related to how often and when a scan should be triggered.
	//
	// If not specified, the default is `OnDemand`, which means the scan will
	// not run until the user calls `RunDataScan` API.
	Trigger *Trigger `protobuf:"bytes,1,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// Spec related to incremental scan of the data
	//
	// When an option is selected for incremental scan, it cannot be unset or
	// changed. If not specified, a data scan will run for all data in the
	// table.
	//
	// Types that are assignable to Incremental:
	//
	//	*DataScan_ExecutionSpec_Field
	Incremental isDataScan_ExecutionSpec_Incremental `protobuf_oneof:"incremental"`
	// contains filtered or unexported fields
}

DataScan execution settings.

func (*DataScan_ExecutionSpec) Descriptor deprecated

func (*DataScan_ExecutionSpec) Descriptor() ([]byte, []int)

Deprecated: Use DataScan_ExecutionSpec.ProtoReflect.Descriptor instead.

func (*DataScan_ExecutionSpec) GetField

func (x *DataScan_ExecutionSpec) GetField() string

func (*DataScan_ExecutionSpec) GetIncremental

func (m *DataScan_ExecutionSpec) GetIncremental() isDataScan_ExecutionSpec_Incremental

func (*DataScan_ExecutionSpec) GetTrigger

func (x *DataScan_ExecutionSpec) GetTrigger() *Trigger

func (*DataScan_ExecutionSpec) ProtoMessage

func (*DataScan_ExecutionSpec) ProtoMessage()

func (*DataScan_ExecutionSpec) ProtoReflect

func (x *DataScan_ExecutionSpec) ProtoReflect() protoreflect.Message

func (*DataScan_ExecutionSpec) Reset

func (x *DataScan_ExecutionSpec) Reset()

func (*DataScan_ExecutionSpec) String

func (x *DataScan_ExecutionSpec) String() string

type DataScan_ExecutionSpec_Field

type DataScan_ExecutionSpec_Field struct {
	// Immutable. The unnested field (of type *Date* or *Timestamp*) that
	// contains values which monotonically increase over time.
	//
	// If not specified, a data scan will run for all data in the table.
	Field string `protobuf:"bytes,100,opt,name=field,proto3,oneof"`
}

type DataScan_ExecutionStatus

type DataScan_ExecutionStatus struct {

	// The time when the latest DataScanJob started.
	LatestJobStartTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=latest_job_start_time,json=latestJobStartTime,proto3" json:"latest_job_start_time,omitempty"`
	// The time when the latest DataScanJob ended.
	LatestJobEndTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=latest_job_end_time,json=latestJobEndTime,proto3" json:"latest_job_end_time,omitempty"`
	// contains filtered or unexported fields
}

Status of the data scan execution.

func (*DataScan_ExecutionStatus) Descriptor deprecated

func (*DataScan_ExecutionStatus) Descriptor() ([]byte, []int)

Deprecated: Use DataScan_ExecutionStatus.ProtoReflect.Descriptor instead.

func (*DataScan_ExecutionStatus) GetLatestJobEndTime

func (x *DataScan_ExecutionStatus) GetLatestJobEndTime() *timestamppb.Timestamp

func (*DataScan_ExecutionStatus) GetLatestJobStartTime

func (x *DataScan_ExecutionStatus) GetLatestJobStartTime() *timestamppb.Timestamp

func (*DataScan_ExecutionStatus) ProtoMessage

func (*DataScan_ExecutionStatus) ProtoMessage()

func (*DataScan_ExecutionStatus) ProtoReflect

func (x *DataScan_ExecutionStatus) ProtoReflect() protoreflect.Message

func (*DataScan_ExecutionStatus) Reset

func (x *DataScan_ExecutionStatus) Reset()

func (*DataScan_ExecutionStatus) String

func (x *DataScan_ExecutionStatus) String() string

type DataSource

type DataSource struct {

	// The source is required and immutable. Once it is set, it cannot be change
	// to others.
	//
	// Types that are assignable to Source:
	//
	//	*DataSource_Entity
	Source isDataSource_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

The data source for DataScan.

func (*DataSource) Descriptor deprecated

func (*DataSource) Descriptor() ([]byte, []int)

Deprecated: Use DataSource.ProtoReflect.Descriptor instead.

func (*DataSource) GetEntity

func (x *DataSource) GetEntity() string

func (*DataSource) GetSource

func (m *DataSource) GetSource() isDataSource_Source

func (*DataSource) ProtoMessage

func (*DataSource) ProtoMessage()

func (*DataSource) ProtoReflect

func (x *DataSource) ProtoReflect() protoreflect.Message

func (*DataSource) Reset

func (x *DataSource) Reset()

func (*DataSource) String

func (x *DataSource) String() string

type DataSource_Entity

type DataSource_Entity struct {
	// Immutable. The Dataplex entity that represents the data source (e.g.
	// BigQuery table) for DataScan, of the form:
	// `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
	Entity string `protobuf:"bytes,100,opt,name=entity,proto3,oneof"`
}

type DataTaxonomy

type DataTaxonomy struct {

	// Output only. The relative resource name of the DataTaxonomy, of the form:
	// projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. System generated globally unique ID for the dataTaxonomy. This
	// ID will be different if the DataTaxonomy is deleted and re-created with the
	// same name.
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// Output only. The time when the DataTaxonomy was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time when the DataTaxonomy was last updated.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. Description of the DataTaxonomy.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// Optional. User friendly display name.
	DisplayName string `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Optional. User-defined labels for the DataTaxonomy.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Output only. The number of attributes in the DataTaxonomy.
	AttributeCount int32 `protobuf:"varint,9,opt,name=attribute_count,json=attributeCount,proto3" json:"attribute_count,omitempty"`
	// This checksum is computed by the server based on the value of other
	// fields, and may be sent on update and delete requests to ensure the
	// client has an up-to-date value before proceeding.
	Etag string `protobuf:"bytes,10,opt,name=etag,proto3" json:"etag,omitempty"`
	// contains filtered or unexported fields
}

DataTaxonomy represents a set of hierarchical DataAttributes resources, grouped with a common theme Eg: 'SensitiveDataTaxonomy' can have attributes to manage PII data. It is defined at project level.

func (*DataTaxonomy) Descriptor deprecated

func (*DataTaxonomy) Descriptor() ([]byte, []int)

Deprecated: Use DataTaxonomy.ProtoReflect.Descriptor instead.

func (*DataTaxonomy) GetAttributeCount

func (x *DataTaxonomy) GetAttributeCount() int32

func (*DataTaxonomy) GetCreateTime

func (x *DataTaxonomy) GetCreateTime() *timestamppb.Timestamp

func (*DataTaxonomy) GetDescription

func (x *DataTaxonomy) GetDescription() string

func (*DataTaxonomy) GetDisplayName

func (x *DataTaxonomy) GetDisplayName() string

func (*DataTaxonomy) GetEtag

func (x *DataTaxonomy) GetEtag() string

func (*DataTaxonomy) GetLabels

func (x *DataTaxonomy) GetLabels() map[string]string

func (*DataTaxonomy) GetName

func (x *DataTaxonomy) GetName() string

func (*DataTaxonomy) GetUid

func (x *DataTaxonomy) GetUid() string

func (*DataTaxonomy) GetUpdateTime

func (x *DataTaxonomy) GetUpdateTime() *timestamppb.Timestamp

func (*DataTaxonomy) ProtoMessage

func (*DataTaxonomy) ProtoMessage()

func (*DataTaxonomy) ProtoReflect

func (x *DataTaxonomy) ProtoReflect() protoreflect.Message

func (*DataTaxonomy) Reset

func (x *DataTaxonomy) Reset()

func (*DataTaxonomy) String

func (x *DataTaxonomy) String() string

type DataTaxonomyEventData

type DataTaxonomyEventData struct {

	// Optional. The DataTaxonomy event payload. Unset for deletion events.
	Payload *DataTaxonomy `protobuf:"bytes,1,opt,name=payload,proto3,oneof" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The data within all DataTaxonomy events.

func (*DataTaxonomyEventData) Descriptor deprecated

func (*DataTaxonomyEventData) Descriptor() ([]byte, []int)

Deprecated: Use DataTaxonomyEventData.ProtoReflect.Descriptor instead.

func (*DataTaxonomyEventData) GetPayload

func (x *DataTaxonomyEventData) GetPayload() *DataTaxonomy

func (*DataTaxonomyEventData) ProtoMessage

func (*DataTaxonomyEventData) ProtoMessage()

func (*DataTaxonomyEventData) ProtoReflect

func (x *DataTaxonomyEventData) ProtoReflect() protoreflect.Message

func (*DataTaxonomyEventData) Reset

func (x *DataTaxonomyEventData) Reset()

func (*DataTaxonomyEventData) String

func (x *DataTaxonomyEventData) String() string

type Environment

type Environment struct {

	// Output only. The relative resource name of the environment, of the form:
	// projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. User friendly display name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Output only. System generated globally unique ID for the environment. This
	// ID will be different if the environment is deleted and re-created with the
	// same name.
	Uid string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	// Output only. Environment creation time.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time when the environment was last updated.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. User defined labels for the environment.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Optional. Description of the environment.
	Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Current state of the environment.
	State State `protobuf:"varint,8,opt,name=state,proto3,enum=google.events.cloud.dataplex.v1.State" json:"state,omitempty"`
	// Required. Infrastructure specification for the Environment.
	InfrastructureSpec *Environment_InfrastructureSpec `protobuf:"bytes,100,opt,name=infrastructure_spec,json=infrastructureSpec,proto3" json:"infrastructure_spec,omitempty"`
	// Optional. Configuration for sessions created for this environment.
	SessionSpec *Environment_SessionSpec `protobuf:"bytes,101,opt,name=session_spec,json=sessionSpec,proto3" json:"session_spec,omitempty"`
	// Output only. Status of sessions created for this environment.
	SessionStatus *Environment_SessionStatus `protobuf:"bytes,102,opt,name=session_status,json=sessionStatus,proto3" json:"session_status,omitempty"`
	// Output only. URI Endpoints to access sessions associated with the
	// Environment.
	Endpoints *Environment_Endpoints `protobuf:"bytes,200,opt,name=endpoints,proto3" json:"endpoints,omitempty"`
	// contains filtered or unexported fields
}

Environment represents a user-visible compute infrastructure for analytics within a lake.

func (*Environment) Descriptor deprecated

func (*Environment) Descriptor() ([]byte, []int)

Deprecated: Use Environment.ProtoReflect.Descriptor instead.

func (*Environment) GetCreateTime

func (x *Environment) GetCreateTime() *timestamppb.Timestamp

func (*Environment) GetDescription

func (x *Environment) GetDescription() string

func (*Environment) GetDisplayName

func (x *Environment) GetDisplayName() string

func (*Environment) GetEndpoints

func (x *Environment) GetEndpoints() *Environment_Endpoints

func (*Environment) GetInfrastructureSpec

func (x *Environment) GetInfrastructureSpec() *Environment_InfrastructureSpec

func (*Environment) GetLabels

func (x *Environment) GetLabels() map[string]string

func (*Environment) GetName

func (x *Environment) GetName() string

func (*Environment) GetSessionSpec

func (x *Environment) GetSessionSpec() *Environment_SessionSpec

func (*Environment) GetSessionStatus

func (x *Environment) GetSessionStatus() *Environment_SessionStatus

func (*Environment) GetState

func (x *Environment) GetState() State

func (*Environment) GetUid

func (x *Environment) GetUid() string

func (*Environment) GetUpdateTime

func (x *Environment) GetUpdateTime() *timestamppb.Timestamp

func (*Environment) ProtoMessage

func (*Environment) ProtoMessage()

func (*Environment) ProtoReflect

func (x *Environment) ProtoReflect() protoreflect.Message

func (*Environment) Reset

func (x *Environment) Reset()

func (*Environment) String

func (x *Environment) String() string

type EnvironmentEventData

type EnvironmentEventData struct {

	// Optional. The Environment event payload. Unset for deletion events.
	Payload *Environment `protobuf:"bytes,1,opt,name=payload,proto3,oneof" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The data within all Environment events.

func (*EnvironmentEventData) Descriptor deprecated

func (*EnvironmentEventData) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentEventData.ProtoReflect.Descriptor instead.

func (*EnvironmentEventData) GetPayload

func (x *EnvironmentEventData) GetPayload() *Environment

func (*EnvironmentEventData) ProtoMessage

func (*EnvironmentEventData) ProtoMessage()

func (*EnvironmentEventData) ProtoReflect

func (x *EnvironmentEventData) ProtoReflect() protoreflect.Message

func (*EnvironmentEventData) Reset

func (x *EnvironmentEventData) Reset()

func (*EnvironmentEventData) String

func (x *EnvironmentEventData) String() string

type Environment_Endpoints

type Environment_Endpoints struct {

	// Output only. URI to serve notebook APIs
	Notebooks string `protobuf:"bytes,1,opt,name=notebooks,proto3" json:"notebooks,omitempty"`
	// Output only. URI to serve SQL APIs
	Sql string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"`
	// contains filtered or unexported fields
}

URI Endpoints to access sessions associated with the Environment.

func (*Environment_Endpoints) Descriptor deprecated

func (*Environment_Endpoints) Descriptor() ([]byte, []int)

Deprecated: Use Environment_Endpoints.ProtoReflect.Descriptor instead.

func (*Environment_Endpoints) GetNotebooks

func (x *Environment_Endpoints) GetNotebooks() string

func (*Environment_Endpoints) GetSql

func (x *Environment_Endpoints) GetSql() string

func (*Environment_Endpoints) ProtoMessage

func (*Environment_Endpoints) ProtoMessage()

func (*Environment_Endpoints) ProtoReflect

func (x *Environment_Endpoints) ProtoReflect() protoreflect.Message

func (*Environment_Endpoints) Reset

func (x *Environment_Endpoints) Reset()

func (*Environment_Endpoints) String

func (x *Environment_Endpoints) String() string

type Environment_InfrastructureSpec

type Environment_InfrastructureSpec struct {

	// Hardware config
	//
	// Types that are assignable to Resources:
	//
	//	*Environment_InfrastructureSpec_Compute
	Resources isEnvironment_InfrastructureSpec_Resources `protobuf_oneof:"resources"`
	// Software config
	//
	// Types that are assignable to Runtime:
	//
	//	*Environment_InfrastructureSpec_OsImage
	Runtime isEnvironment_InfrastructureSpec_Runtime `protobuf_oneof:"runtime"`
	// contains filtered or unexported fields
}

Configuration for the underlying infrastructure used to run workloads.

func (*Environment_InfrastructureSpec) Descriptor deprecated

func (*Environment_InfrastructureSpec) Descriptor() ([]byte, []int)

Deprecated: Use Environment_InfrastructureSpec.ProtoReflect.Descriptor instead.

func (*Environment_InfrastructureSpec) GetCompute

func (*Environment_InfrastructureSpec) GetOsImage

func (*Environment_InfrastructureSpec) GetResources

func (m *Environment_InfrastructureSpec) GetResources() isEnvironment_InfrastructureSpec_Resources

func (*Environment_InfrastructureSpec) GetRuntime

func (m *Environment_InfrastructureSpec) GetRuntime() isEnvironment_InfrastructureSpec_Runtime

func (*Environment_InfrastructureSpec) ProtoMessage

func (*Environment_InfrastructureSpec) ProtoMessage()

func (*Environment_InfrastructureSpec) ProtoReflect

func (*Environment_InfrastructureSpec) Reset

func (x *Environment_InfrastructureSpec) Reset()

func (*Environment_InfrastructureSpec) String

type Environment_InfrastructureSpec_Compute

type Environment_InfrastructureSpec_Compute struct {
	// Optional. Compute resources needed for analyze interactive workloads.
	Compute *Environment_InfrastructureSpec_ComputeResources `protobuf:"bytes,50,opt,name=compute,proto3,oneof"`
}

type Environment_InfrastructureSpec_ComputeResources

type Environment_InfrastructureSpec_ComputeResources struct {

	// Optional. Size in GB of the disk. Default is 100 GB.
	DiskSizeGb int32 `protobuf:"varint,1,opt,name=disk_size_gb,json=diskSizeGb,proto3" json:"disk_size_gb,omitempty"`
	// Optional. Total number of nodes in the sessions created for this
	// environment.
	NodeCount int32 `protobuf:"varint,2,opt,name=node_count,json=nodeCount,proto3" json:"node_count,omitempty"`
	// Optional. Max configurable nodes.
	// If max_node_count > node_count, then auto-scaling is enabled.
	MaxNodeCount int32 `protobuf:"varint,3,opt,name=max_node_count,json=maxNodeCount,proto3" json:"max_node_count,omitempty"`
	// contains filtered or unexported fields
}

Compute resources associated with the analyze interactive workloads.

func (*Environment_InfrastructureSpec_ComputeResources) Descriptor deprecated

Deprecated: Use Environment_InfrastructureSpec_ComputeResources.ProtoReflect.Descriptor instead.

func (*Environment_InfrastructureSpec_ComputeResources) GetDiskSizeGb

func (*Environment_InfrastructureSpec_ComputeResources) GetMaxNodeCount

func (*Environment_InfrastructureSpec_ComputeResources) GetNodeCount

func (*Environment_InfrastructureSpec_ComputeResources) ProtoMessage

func (*Environment_InfrastructureSpec_ComputeResources) ProtoReflect

func (*Environment_InfrastructureSpec_ComputeResources) Reset

func (*Environment_InfrastructureSpec_ComputeResources) String

type Environment_InfrastructureSpec_OsImage

type Environment_InfrastructureSpec_OsImage struct {
	// Required. Software Runtime Configuration for analyze interactive
	// workloads.
	OsImage *Environment_InfrastructureSpec_OsImageRuntime `protobuf:"bytes,100,opt,name=os_image,json=osImage,proto3,oneof"`
}

type Environment_InfrastructureSpec_OsImageRuntime

type Environment_InfrastructureSpec_OsImageRuntime struct {

	// Required. Dataplex Image version.
	ImageVersion string `protobuf:"bytes,1,opt,name=image_version,json=imageVersion,proto3" json:"image_version,omitempty"`
	// Optional. List of Java jars to be included in the runtime environment.
	// Valid input includes Cloud Storage URIs to Jar binaries.
	// For example, gs://bucket-name/my/path/to/file.jar
	JavaLibraries []string `protobuf:"bytes,2,rep,name=java_libraries,json=javaLibraries,proto3" json:"java_libraries,omitempty"`
	// Optional. A list of python packages to be installed.
	// Valid formats include Cloud Storage URI to a PIP installable library.
	// For example, gs://bucket-name/my/path/to/lib.tar.gz
	PythonPackages []string `protobuf:"bytes,3,rep,name=python_packages,json=pythonPackages,proto3" json:"python_packages,omitempty"`
	// Optional. Spark properties to provide configuration for use in sessions
	// created for this environment. The properties to set on daemon config
	// files. Property keys are specified in `prefix:property` format. The
	// prefix must be "spark".
	Properties map[string]string `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

Software Runtime Configuration to run Analyze.

func (*Environment_InfrastructureSpec_OsImageRuntime) Descriptor deprecated

Deprecated: Use Environment_InfrastructureSpec_OsImageRuntime.ProtoReflect.Descriptor instead.

func (*Environment_InfrastructureSpec_OsImageRuntime) GetImageVersion

func (*Environment_InfrastructureSpec_OsImageRuntime) GetJavaLibraries

func (x *Environment_InfrastructureSpec_OsImageRuntime) GetJavaLibraries() []string

func (*Environment_InfrastructureSpec_OsImageRuntime) GetProperties

func (*Environment_InfrastructureSpec_OsImageRuntime) GetPythonPackages

func (x *Environment_InfrastructureSpec_OsImageRuntime) GetPythonPackages() []string

func (*Environment_InfrastructureSpec_OsImageRuntime) ProtoMessage

func (*Environment_InfrastructureSpec_OsImageRuntime) ProtoReflect

func (*Environment_InfrastructureSpec_OsImageRuntime) Reset

func (*Environment_InfrastructureSpec_OsImageRuntime) String

type Environment_SessionSpec

type Environment_SessionSpec struct {

	// Optional. The idle time configuration of the session. The session will be
	// auto-terminated at the end of this period.
	MaxIdleDuration *durationpb.Duration `protobuf:"bytes,1,opt,name=max_idle_duration,json=maxIdleDuration,proto3" json:"max_idle_duration,omitempty"`
	// Optional. If True, this causes sessions to be pre-created and available
	// for faster startup to enable interactive exploration use-cases. This
	// defaults to False to avoid additional billed charges. These can only be
	// set to True for the environment with name set to "default", and with
	// default configuration.
	EnableFastStartup bool `protobuf:"varint,2,opt,name=enable_fast_startup,json=enableFastStartup,proto3" json:"enable_fast_startup,omitempty"`
	// contains filtered or unexported fields
}

Configuration for sessions created for this environment.

func (*Environment_SessionSpec) Descriptor deprecated

func (*Environment_SessionSpec) Descriptor() ([]byte, []int)

Deprecated: Use Environment_SessionSpec.ProtoReflect.Descriptor instead.

func (*Environment_SessionSpec) GetEnableFastStartup

func (x *Environment_SessionSpec) GetEnableFastStartup() bool

func (*Environment_SessionSpec) GetMaxIdleDuration

func (x *Environment_SessionSpec) GetMaxIdleDuration() *durationpb.Duration

func (*Environment_SessionSpec) ProtoMessage

func (*Environment_SessionSpec) ProtoMessage()

func (*Environment_SessionSpec) ProtoReflect

func (x *Environment_SessionSpec) ProtoReflect() protoreflect.Message

func (*Environment_SessionSpec) Reset

func (x *Environment_SessionSpec) Reset()

func (*Environment_SessionSpec) String

func (x *Environment_SessionSpec) String() string

type Environment_SessionStatus

type Environment_SessionStatus struct {

	// Output only. Queries over sessions to mark whether the environment is
	// currently active or not
	Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

Status of sessions created for this environment.

func (*Environment_SessionStatus) Descriptor deprecated

func (*Environment_SessionStatus) Descriptor() ([]byte, []int)

Deprecated: Use Environment_SessionStatus.ProtoReflect.Descriptor instead.

func (*Environment_SessionStatus) GetActive

func (x *Environment_SessionStatus) GetActive() bool

func (*Environment_SessionStatus) ProtoMessage

func (*Environment_SessionStatus) ProtoMessage()

func (*Environment_SessionStatus) ProtoReflect

func (*Environment_SessionStatus) Reset

func (x *Environment_SessionStatus) Reset()

func (*Environment_SessionStatus) String

func (x *Environment_SessionStatus) String() string

type Job

type Job struct {

	// Output only. The relative resource name of the job, of the form:
	// `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. System generated globally unique ID for the job.
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// Output only. The time when the job was started.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Output only. The time when the job ended.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// Output only. Execution state for the job.
	State Job_State `protobuf:"varint,5,opt,name=state,proto3,enum=google.events.cloud.dataplex.v1.Job_State" json:"state,omitempty"`
	// Output only. The number of times the job has been retried (excluding the
	// initial attempt).
	RetryCount uint32 `protobuf:"varint,6,opt,name=retry_count,json=retryCount,proto3" json:"retry_count,omitempty"`
	// Output only. The underlying service running a job.
	Service Job_Service `protobuf:"varint,7,opt,name=service,proto3,enum=google.events.cloud.dataplex.v1.Job_Service" json:"service,omitempty"`
	// Output only. The full resource name for the job run under a particular
	// service.
	ServiceJob string `protobuf:"bytes,8,opt,name=service_job,json=serviceJob,proto3" json:"service_job,omitempty"`
	// Output only. Additional information about the current state.
	Message string `protobuf:"bytes,9,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

A job represents an instance of a task.

func (*Job) Descriptor deprecated

func (*Job) Descriptor() ([]byte, []int)

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetEndTime

func (x *Job) GetEndTime() *timestamppb.Timestamp

func (*Job) GetMessage

func (x *Job) GetMessage() string

func (*Job) GetName

func (x *Job) GetName() string

func (*Job) GetRetryCount

func (x *Job) GetRetryCount() uint32

func (*Job) GetService

func (x *Job) GetService() Job_Service

func (*Job) GetServiceJob

func (x *Job) GetServiceJob() string

func (*Job) GetStartTime

func (x *Job) GetStartTime() *timestamppb.Timestamp

func (*Job) GetState

func (x *Job) GetState() Job_State

func (*Job) GetUid

func (x *Job) GetUid() string

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) ProtoReflect

func (x *Job) ProtoReflect() protoreflect.Message

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

type Job_Service

type Job_Service int32
const (
	// Service used to run the job is unspecified.
	Job_SERVICE_UNSPECIFIED Job_Service = 0
	// Dataproc service is used to run this job.
	Job_DATAPROC Job_Service = 1
)

func (Job_Service) Descriptor

func (Job_Service) Enum

func (x Job_Service) Enum() *Job_Service

func (Job_Service) EnumDescriptor deprecated

func (Job_Service) EnumDescriptor() ([]byte, []int)

Deprecated: Use Job_Service.Descriptor instead.

func (Job_Service) Number

func (x Job_Service) Number() protoreflect.EnumNumber

func (Job_Service) String

func (x Job_Service) String() string

func (Job_Service) Type

type Job_State

type Job_State int32
const (
	// The job state is unknown.
	Job_STATE_UNSPECIFIED Job_State = 0
	// The job is running.
	Job_RUNNING Job_State = 1
	// The job is cancelling.
	Job_CANCELLING Job_State = 2
	// The job cancellation was successful.
	Job_CANCELLED Job_State = 3
	// The job completed successfully.
	Job_SUCCEEDED Job_State = 4
	// The job is no longer running due to an error.
	Job_FAILED Job_State = 5
	// The job was cancelled outside of Dataplex.
	Job_ABORTED Job_State = 6
)

func (Job_State) Descriptor

func (Job_State) Descriptor() protoreflect.EnumDescriptor

func (Job_State) Enum

func (x Job_State) Enum() *Job_State

func (Job_State) EnumDescriptor deprecated

func (Job_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Job_State.Descriptor instead.

func (Job_State) Number

func (x Job_State) Number() protoreflect.EnumNumber

func (Job_State) String

func (x Job_State) String() string

func (Job_State) Type

type Lake

type Lake struct {

	// Output only. The relative resource name of the lake, of the form:
	// `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. User friendly display name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Output only. System generated globally unique ID for the lake. This ID will
	// be different if the lake is deleted and re-created with the same name.
	Uid string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	// Output only. The time when the lake was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time when the lake was last updated.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. User-defined labels for the lake.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Optional. Description of the lake.
	Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Current state of the lake.
	State State `protobuf:"varint,8,opt,name=state,proto3,enum=google.events.cloud.dataplex.v1.State" json:"state,omitempty"`
	// Output only. Service account associated with this lake. This service
	// account must be authorized to access or operate on resources managed by the
	// lake.
	ServiceAccount string `protobuf:"bytes,9,opt,name=service_account,json=serviceAccount,proto3" json:"service_account,omitempty"`
	// Optional. Settings to manage lake and Dataproc Metastore service instance
	// association.
	Metastore *Lake_Metastore `protobuf:"bytes,102,opt,name=metastore,proto3" json:"metastore,omitempty"`
	// Output only. Aggregated status of the underlying assets of the lake.
	AssetStatus *AssetStatus `protobuf:"bytes,103,opt,name=asset_status,json=assetStatus,proto3" json:"asset_status,omitempty"`
	// Output only. Metastore status of the lake.
	MetastoreStatus *Lake_MetastoreStatus `protobuf:"bytes,104,opt,name=metastore_status,json=metastoreStatus,proto3" json:"metastore_status,omitempty"`
	// contains filtered or unexported fields
}

A lake is a centralized repository for managing enterprise data across the organization distributed across many cloud projects, and stored in a variety of storage services such as Google Cloud Storage and BigQuery. The resources attached to a lake are referred to as managed resources. Data within these managed resources can be structured or unstructured. A lake provides data admins with tools to organize, secure and manage their data at scale, and provides data scientists and data engineers an integrated experience to easily search, discover, analyze and transform data and associated metadata.

func (*Lake) Descriptor deprecated

func (*Lake) Descriptor() ([]byte, []int)

Deprecated: Use Lake.ProtoReflect.Descriptor instead.

func (*Lake) GetAssetStatus

func (x *Lake) GetAssetStatus() *AssetStatus

func (*Lake) GetCreateTime

func (x *Lake) GetCreateTime() *timestamppb.Timestamp

func (*Lake) GetDescription

func (x *Lake) GetDescription() string

func (*Lake) GetDisplayName

func (x *Lake) GetDisplayName() string

func (*Lake) GetLabels

func (x *Lake) GetLabels() map[string]string

func (*Lake) GetMetastore

func (x *Lake) GetMetastore() *Lake_Metastore

func (*Lake) GetMetastoreStatus

func (x *Lake) GetMetastoreStatus() *Lake_MetastoreStatus

func (*Lake) GetName

func (x *Lake) GetName() string

func (*Lake) GetServiceAccount

func (x *Lake) GetServiceAccount() string

func (*Lake) GetState

func (x *Lake) GetState() State

func (*Lake) GetUid

func (x *Lake) GetUid() string

func (*Lake) GetUpdateTime

func (x *Lake) GetUpdateTime() *timestamppb.Timestamp

func (*Lake) ProtoMessage

func (*Lake) ProtoMessage()

func (*Lake) ProtoReflect

func (x *Lake) ProtoReflect() protoreflect.Message

func (*Lake) Reset

func (x *Lake) Reset()

func (*Lake) String

func (x *Lake) String() string

type LakeEventData

type LakeEventData struct {

	// Optional. The Lake event payload. Unset for deletion events.
	Payload *Lake `protobuf:"bytes,1,opt,name=payload,proto3,oneof" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The data within all Lake events.

func (*LakeEventData) Descriptor deprecated

func (*LakeEventData) Descriptor() ([]byte, []int)

Deprecated: Use LakeEventData.ProtoReflect.Descriptor instead.

func (*LakeEventData) GetPayload

func (x *LakeEventData) GetPayload() *Lake

func (*LakeEventData) ProtoMessage

func (*LakeEventData) ProtoMessage()

func (*LakeEventData) ProtoReflect

func (x *LakeEventData) ProtoReflect() protoreflect.Message

func (*LakeEventData) Reset

func (x *LakeEventData) Reset()

func (*LakeEventData) String

func (x *LakeEventData) String() string

type Lake_Metastore

type Lake_Metastore struct {

	// Optional. A relative reference to the Dataproc Metastore
	// (https://cloud.google.com/dataproc-metastore/docs) service associated
	// with the lake:
	// `projects/{project_id}/locations/{location_id}/services/{service_id}`
	Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

Settings to manage association of Dataproc Metastore with a lake.

func (*Lake_Metastore) Descriptor deprecated

func (*Lake_Metastore) Descriptor() ([]byte, []int)

Deprecated: Use Lake_Metastore.ProtoReflect.Descriptor instead.

func (*Lake_Metastore) GetService

func (x *Lake_Metastore) GetService() string

func (*Lake_Metastore) ProtoMessage

func (*Lake_Metastore) ProtoMessage()

func (*Lake_Metastore) ProtoReflect

func (x *Lake_Metastore) ProtoReflect() protoreflect.Message

func (*Lake_Metastore) Reset

func (x *Lake_Metastore) Reset()

func (*Lake_Metastore) String

func (x *Lake_Metastore) String() string

type Lake_MetastoreStatus

type Lake_MetastoreStatus struct {

	// Current state of association.
	State Lake_MetastoreStatus_State `` /* 128-byte string literal not displayed */
	// Additional information about the current status.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// Last update time of the metastore status of the lake.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// The URI of the endpoint used to access the Metastore service.
	Endpoint string `protobuf:"bytes,4,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// contains filtered or unexported fields
}

Status of Lake and Dataproc Metastore service instance association.

func (*Lake_MetastoreStatus) Descriptor deprecated

func (*Lake_MetastoreStatus) Descriptor() ([]byte, []int)

Deprecated: Use Lake_MetastoreStatus.ProtoReflect.Descriptor instead.

func (*Lake_MetastoreStatus) GetEndpoint

func (x *Lake_MetastoreStatus) GetEndpoint() string

func (*Lake_MetastoreStatus) GetMessage

func (x *Lake_MetastoreStatus) GetMessage() string

func (*Lake_MetastoreStatus) GetState

func (*Lake_MetastoreStatus) GetUpdateTime

func (x *Lake_MetastoreStatus) GetUpdateTime() *timestamppb.Timestamp

func (*Lake_MetastoreStatus) ProtoMessage

func (*Lake_MetastoreStatus) ProtoMessage()

func (*Lake_MetastoreStatus) ProtoReflect

func (x *Lake_MetastoreStatus) ProtoReflect() protoreflect.Message

func (*Lake_MetastoreStatus) Reset

func (x *Lake_MetastoreStatus) Reset()

func (*Lake_MetastoreStatus) String

func (x *Lake_MetastoreStatus) String() string

type Lake_MetastoreStatus_State

type Lake_MetastoreStatus_State int32

Current state of association.

const (
	// Unspecified.
	Lake_MetastoreStatus_STATE_UNSPECIFIED Lake_MetastoreStatus_State = 0
	// A Metastore service instance is not associated with the lake.
	Lake_MetastoreStatus_NONE Lake_MetastoreStatus_State = 1
	// A Metastore service instance is attached to the lake.
	Lake_MetastoreStatus_READY Lake_MetastoreStatus_State = 2
	// Attach/detach is in progress.
	Lake_MetastoreStatus_UPDATING Lake_MetastoreStatus_State = 3
	// Attach/detach could not be done due to errors.
	Lake_MetastoreStatus_ERROR Lake_MetastoreStatus_State = 4
)

func (Lake_MetastoreStatus_State) Descriptor

func (Lake_MetastoreStatus_State) Enum

func (Lake_MetastoreStatus_State) EnumDescriptor deprecated

func (Lake_MetastoreStatus_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Lake_MetastoreStatus_State.Descriptor instead.

func (Lake_MetastoreStatus_State) Number

func (Lake_MetastoreStatus_State) String

func (Lake_MetastoreStatus_State) Type

type ResourceAccessSpec

type ResourceAccessSpec struct {

	// Optional. The format of strings follows the pattern followed by IAM in the
	// bindings. user:{email}, serviceAccount:{email} group:{email}.
	// The set of principals to be granted reader role on the resource.
	Readers []string `protobuf:"bytes,1,rep,name=readers,proto3" json:"readers,omitempty"`
	// Optional. The set of principals to be granted writer role on the resource.
	Writers []string `protobuf:"bytes,2,rep,name=writers,proto3" json:"writers,omitempty"`
	// Optional. The set of principals to be granted owner role on the resource.
	Owners []string `protobuf:"bytes,3,rep,name=owners,proto3" json:"owners,omitempty"`
	// contains filtered or unexported fields
}

ResourceAccessSpec holds the access control configuration to be enforced on the resources, for example, Cloud Storage bucket, BigQuery dataset, BigQuery table.

func (*ResourceAccessSpec) Descriptor deprecated

func (*ResourceAccessSpec) Descriptor() ([]byte, []int)

Deprecated: Use ResourceAccessSpec.ProtoReflect.Descriptor instead.

func (*ResourceAccessSpec) GetOwners

func (x *ResourceAccessSpec) GetOwners() []string

func (*ResourceAccessSpec) GetReaders

func (x *ResourceAccessSpec) GetReaders() []string

func (*ResourceAccessSpec) GetWriters

func (x *ResourceAccessSpec) GetWriters() []string

func (*ResourceAccessSpec) ProtoMessage

func (*ResourceAccessSpec) ProtoMessage()

func (*ResourceAccessSpec) ProtoReflect

func (x *ResourceAccessSpec) ProtoReflect() protoreflect.Message

func (*ResourceAccessSpec) Reset

func (x *ResourceAccessSpec) Reset()

func (*ResourceAccessSpec) String

func (x *ResourceAccessSpec) String() string

type ScannedData

type ScannedData struct {

	// The range of scanned data
	//
	// Types that are assignable to DataRange:
	//
	//	*ScannedData_IncrementalField_
	DataRange isScannedData_DataRange `protobuf_oneof:"data_range"`
	// contains filtered or unexported fields
}

The data scanned during processing (e.g. in incremental DataScan)

func (*ScannedData) Descriptor deprecated

func (*ScannedData) Descriptor() ([]byte, []int)

Deprecated: Use ScannedData.ProtoReflect.Descriptor instead.

func (*ScannedData) GetDataRange

func (m *ScannedData) GetDataRange() isScannedData_DataRange

func (*ScannedData) GetIncrementalField

func (x *ScannedData) GetIncrementalField() *ScannedData_IncrementalField

func (*ScannedData) ProtoMessage

func (*ScannedData) ProtoMessage()

func (*ScannedData) ProtoReflect

func (x *ScannedData) ProtoReflect() protoreflect.Message

func (*ScannedData) Reset

func (x *ScannedData) Reset()

func (*ScannedData) String

func (x *ScannedData) String() string

type ScannedData_IncrementalField

type ScannedData_IncrementalField struct {

	// The field that contains values which monotonically increases over time
	// (e.g. a timestamp column).
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// Value that marks the start of the range.
	Start string `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	// Value that marks the end of the range.
	End string `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

A data range denoted by a pair of start/end values of a field.

func (*ScannedData_IncrementalField) Descriptor deprecated

func (*ScannedData_IncrementalField) Descriptor() ([]byte, []int)

Deprecated: Use ScannedData_IncrementalField.ProtoReflect.Descriptor instead.

func (*ScannedData_IncrementalField) GetEnd

func (*ScannedData_IncrementalField) GetField

func (x *ScannedData_IncrementalField) GetField() string

func (*ScannedData_IncrementalField) GetStart

func (x *ScannedData_IncrementalField) GetStart() string

func (*ScannedData_IncrementalField) ProtoMessage

func (*ScannedData_IncrementalField) ProtoMessage()

func (*ScannedData_IncrementalField) ProtoReflect

func (*ScannedData_IncrementalField) Reset

func (x *ScannedData_IncrementalField) Reset()

func (*ScannedData_IncrementalField) String

type ScannedData_IncrementalField_

type ScannedData_IncrementalField_ struct {
	// The range denoted by values of an incremental field
	IncrementalField *ScannedData_IncrementalField `protobuf:"bytes,1,opt,name=incremental_field,json=incrementalField,proto3,oneof"`
}

type State

type State int32

State of a resource.

const (
	// State is not specified.
	State_STATE_UNSPECIFIED State = 0
	// Resource is active, i.e., ready to use.
	State_ACTIVE State = 1
	// Resource is under creation.
	State_CREATING State = 2
	// Resource is under deletion.
	State_DELETING State = 3
	// Resource is active but has unresolved actions.
	State_ACTION_REQUIRED State = 4
)

func (State) Descriptor

func (State) Descriptor() protoreflect.EnumDescriptor

func (State) Enum

func (x State) Enum() *State

func (State) EnumDescriptor deprecated

func (State) EnumDescriptor() ([]byte, []int)

Deprecated: Use State.Descriptor instead.

func (State) Number

func (x State) Number() protoreflect.EnumNumber

func (State) String

func (x State) String() string

func (State) Type

func (State) Type() protoreflect.EnumType

type Task

type Task struct {

	// Output only. The relative resource name of the task, of the form:
	// projects/{project_number}/locations/{location_id}/lakes/{lake_id}/
	// tasks/{task_id}.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. System generated globally unique ID for the task. This ID will
	// be different if the task is deleted and re-created with the same name.
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// Output only. The time when the task was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time when the task was last updated.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. Description of the task.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// Optional. User friendly display name.
	DisplayName string `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Output only. Current state of the task.
	State State `protobuf:"varint,7,opt,name=state,proto3,enum=google.events.cloud.dataplex.v1.State" json:"state,omitempty"`
	// Optional. User-defined labels for the task.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Required. Spec related to how often and when a task should be triggered.
	TriggerSpec *Task_TriggerSpec `protobuf:"bytes,100,opt,name=trigger_spec,json=triggerSpec,proto3" json:"trigger_spec,omitempty"`
	// Required. Spec related to how a task is executed.
	ExecutionSpec *Task_ExecutionSpec `protobuf:"bytes,101,opt,name=execution_spec,json=executionSpec,proto3" json:"execution_spec,omitempty"`
	// Output only. Status of the latest task executions.
	ExecutionStatus *Task_ExecutionStatus `protobuf:"bytes,201,opt,name=execution_status,json=executionStatus,proto3" json:"execution_status,omitempty"`
	// Task template specific user-specified config.
	//
	// Types that are assignable to Config:
	//
	//	*Task_Spark
	//	*Task_Notebook
	Config isTask_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

A task represents a user-visible job.

func (*Task) Descriptor deprecated

func (*Task) Descriptor() ([]byte, []int)

Deprecated: Use Task.ProtoReflect.Descriptor instead.

func (*Task) GetConfig

func (m *Task) GetConfig() isTask_Config

func (*Task) GetCreateTime

func (x *Task) GetCreateTime() *timestamppb.Timestamp

func (*Task) GetDescription

func (x *Task) GetDescription() string

func (*Task) GetDisplayName

func (x *Task) GetDisplayName() string

func (*Task) GetExecutionSpec

func (x *Task) GetExecutionSpec() *Task_ExecutionSpec

func (*Task) GetExecutionStatus

func (x *Task) GetExecutionStatus() *Task_ExecutionStatus

func (*Task) GetLabels

func (x *Task) GetLabels() map[string]string

func (*Task) GetName

func (x *Task) GetName() string

func (*Task) GetNotebook

func (x *Task) GetNotebook() *Task_NotebookTaskConfig

func (*Task) GetSpark

func (x *Task) GetSpark() *Task_SparkTaskConfig

func (*Task) GetState

func (x *Task) GetState() State

func (*Task) GetTriggerSpec

func (x *Task) GetTriggerSpec() *Task_TriggerSpec

func (*Task) GetUid

func (x *Task) GetUid() string

func (*Task) GetUpdateTime

func (x *Task) GetUpdateTime() *timestamppb.Timestamp

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) ProtoReflect

func (x *Task) ProtoReflect() protoreflect.Message

func (*Task) Reset

func (x *Task) Reset()

func (*Task) String

func (x *Task) String() string

type TaskEventData

type TaskEventData struct {

	// Optional. The Task event payload. Unset for deletion events.
	Payload *Task `protobuf:"bytes,1,opt,name=payload,proto3,oneof" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The data within all Task events.

func (*TaskEventData) Descriptor deprecated

func (*TaskEventData) Descriptor() ([]byte, []int)

Deprecated: Use TaskEventData.ProtoReflect.Descriptor instead.

func (*TaskEventData) GetPayload

func (x *TaskEventData) GetPayload() *Task

func (*TaskEventData) ProtoMessage

func (*TaskEventData) ProtoMessage()

func (*TaskEventData) ProtoReflect

func (x *TaskEventData) ProtoReflect() protoreflect.Message

func (*TaskEventData) Reset

func (x *TaskEventData) Reset()

func (*TaskEventData) String

func (x *TaskEventData) String() string

type Task_ExecutionSpec

type Task_ExecutionSpec struct {

	// Optional. The arguments to pass to the task.
	// The args can use placeholders of the format ${placeholder} as
	// part of key/value string. These will be interpolated before passing the
	// args to the driver. Currently supported placeholders:
	// - ${task_id}
	// - ${job_time}
	// To pass positional args, set the key as TASK_ARGS. The value should be a
	// comma-separated string of all the positional arguments. To use a
	// delimiter other than comma, refer to
	// https://cloud.google.com/sdk/gcloud/reference/topic/escaping. In case of
	// other keys being present in the args, then TASK_ARGS will be passed as
	// the last argument.
	Args map[string]string `` /* 149-byte string literal not displayed */
	// Required. Service account to use to execute a task.
	// If not provided, the default Compute service account for the project is
	// used.
	ServiceAccount string `protobuf:"bytes,5,opt,name=service_account,json=serviceAccount,proto3" json:"service_account,omitempty"`
	// Optional. The project in which jobs are run. By default, the project
	// containing the Lake is used. If a project is provided, the
	// [ExecutionSpec.service_account][google.cloud.dataplex.v1.Task.ExecutionSpec.service_account]
	// must belong to this project.
	Project string `protobuf:"bytes,7,opt,name=project,proto3" json:"project,omitempty"`
	// Optional. The maximum duration after which the job execution is expired.
	MaxJobExecutionLifetime *durationpb.Duration `` /* 134-byte string literal not displayed */
	// Optional. The Cloud KMS key to use for encryption, of the form:
	// `projects/{project_number}/locations/{location_id}/keyRings/{key-ring-name}/cryptoKeys/{key-name}`.
	KmsKey string `protobuf:"bytes,9,opt,name=kms_key,json=kmsKey,proto3" json:"kms_key,omitempty"`
	// contains filtered or unexported fields
}

Execution related settings, like retry and service_account.

func (*Task_ExecutionSpec) Descriptor deprecated

func (*Task_ExecutionSpec) Descriptor() ([]byte, []int)

Deprecated: Use Task_ExecutionSpec.ProtoReflect.Descriptor instead.

func (*Task_ExecutionSpec) GetArgs

func (x *Task_ExecutionSpec) GetArgs() map[string]string

func (*Task_ExecutionSpec) GetKmsKey

func (x *Task_ExecutionSpec) GetKmsKey() string

func (*Task_ExecutionSpec) GetMaxJobExecutionLifetime

func (x *Task_ExecutionSpec) GetMaxJobExecutionLifetime() *durationpb.Duration

func (*Task_ExecutionSpec) GetProject

func (x *Task_ExecutionSpec) GetProject() string

func (*Task_ExecutionSpec) GetServiceAccount

func (x *Task_ExecutionSpec) GetServiceAccount() string

func (*Task_ExecutionSpec) ProtoMessage

func (*Task_ExecutionSpec) ProtoMessage()

func (*Task_ExecutionSpec) ProtoReflect

func (x *Task_ExecutionSpec) ProtoReflect() protoreflect.Message

func (*Task_ExecutionSpec) Reset

func (x *Task_ExecutionSpec) Reset()

func (*Task_ExecutionSpec) String

func (x *Task_ExecutionSpec) String() string

type Task_ExecutionStatus

type Task_ExecutionStatus struct {

	// Output only. Last update time of the status.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Output only. latest job execution
	LatestJob *Job `protobuf:"bytes,9,opt,name=latest_job,json=latestJob,proto3" json:"latest_job,omitempty"`
	// contains filtered or unexported fields
}

Status of the task execution (e.g. Jobs).

func (*Task_ExecutionStatus) Descriptor deprecated

func (*Task_ExecutionStatus) Descriptor() ([]byte, []int)

Deprecated: Use Task_ExecutionStatus.ProtoReflect.Descriptor instead.

func (*Task_ExecutionStatus) GetLatestJob

func (x *Task_ExecutionStatus) GetLatestJob() *Job

func (*Task_ExecutionStatus) GetUpdateTime

func (x *Task_ExecutionStatus) GetUpdateTime() *timestamppb.Timestamp

func (*Task_ExecutionStatus) ProtoMessage

func (*Task_ExecutionStatus) ProtoMessage()

func (*Task_ExecutionStatus) ProtoReflect

func (x *Task_ExecutionStatus) ProtoReflect() protoreflect.Message

func (*Task_ExecutionStatus) Reset

func (x *Task_ExecutionStatus) Reset()

func (*Task_ExecutionStatus) String

func (x *Task_ExecutionStatus) String() string

type Task_InfrastructureSpec

type Task_InfrastructureSpec struct {

	// Hardware config.
	//
	// Types that are assignable to Resources:
	//
	//	*Task_InfrastructureSpec_Batch
	Resources isTask_InfrastructureSpec_Resources `protobuf_oneof:"resources"`
	// Software config.
	//
	// Types that are assignable to Runtime:
	//
	//	*Task_InfrastructureSpec_ContainerImage
	Runtime isTask_InfrastructureSpec_Runtime `protobuf_oneof:"runtime"`
	// Networking config.
	//
	// Types that are assignable to Network:
	//
	//	*Task_InfrastructureSpec_VpcNetwork_
	Network isTask_InfrastructureSpec_Network `protobuf_oneof:"network"`
	// contains filtered or unexported fields
}

Configuration for the underlying infrastructure used to run workloads.

func (*Task_InfrastructureSpec) Descriptor deprecated

func (*Task_InfrastructureSpec) Descriptor() ([]byte, []int)

Deprecated: Use Task_InfrastructureSpec.ProtoReflect.Descriptor instead.

func (*Task_InfrastructureSpec) GetBatch

func (*Task_InfrastructureSpec) GetContainerImage

func (*Task_InfrastructureSpec) GetNetwork

func (m *Task_InfrastructureSpec) GetNetwork() isTask_InfrastructureSpec_Network

func (*Task_InfrastructureSpec) GetResources

func (m *Task_InfrastructureSpec) GetResources() isTask_InfrastructureSpec_Resources

func (*Task_InfrastructureSpec) GetRuntime

func (m *Task_InfrastructureSpec) GetRuntime() isTask_InfrastructureSpec_Runtime

func (*Task_InfrastructureSpec) GetVpcNetwork

func (*Task_InfrastructureSpec) ProtoMessage

func (*Task_InfrastructureSpec) ProtoMessage()

func (*Task_InfrastructureSpec) ProtoReflect

func (x *Task_InfrastructureSpec) ProtoReflect() protoreflect.Message

func (*Task_InfrastructureSpec) Reset

func (x *Task_InfrastructureSpec) Reset()

func (*Task_InfrastructureSpec) String

func (x *Task_InfrastructureSpec) String() string

type Task_InfrastructureSpec_Batch

type Task_InfrastructureSpec_Batch struct {
	// Compute resources needed for a Task when using Dataproc Serverless.
	Batch *Task_InfrastructureSpec_BatchComputeResources `protobuf:"bytes,52,opt,name=batch,proto3,oneof"`
}

type Task_InfrastructureSpec_BatchComputeResources

type Task_InfrastructureSpec_BatchComputeResources struct {

	// Optional. Total number of job executors.
	// Executor Count should be between 2 and 100. [Default=2]
	ExecutorsCount int32 `protobuf:"varint,1,opt,name=executors_count,json=executorsCount,proto3" json:"executors_count,omitempty"`
	// Optional. Max configurable executors.
	// If max_executors_count > executors_count, then auto-scaling is enabled.
	// Max Executor Count should be between 2 and 1000. [Default=1000]
	MaxExecutorsCount int32 `protobuf:"varint,2,opt,name=max_executors_count,json=maxExecutorsCount,proto3" json:"max_executors_count,omitempty"`
	// contains filtered or unexported fields
}

Batch compute resources associated with the task.

func (*Task_InfrastructureSpec_BatchComputeResources) Descriptor deprecated

Deprecated: Use Task_InfrastructureSpec_BatchComputeResources.ProtoReflect.Descriptor instead.

func (*Task_InfrastructureSpec_BatchComputeResources) GetExecutorsCount

func (*Task_InfrastructureSpec_BatchComputeResources) GetMaxExecutorsCount

func (x *Task_InfrastructureSpec_BatchComputeResources) GetMaxExecutorsCount() int32

func (*Task_InfrastructureSpec_BatchComputeResources) ProtoMessage

func (*Task_InfrastructureSpec_BatchComputeResources) ProtoReflect

func (*Task_InfrastructureSpec_BatchComputeResources) Reset

func (*Task_InfrastructureSpec_BatchComputeResources) String

type Task_InfrastructureSpec_ContainerImage

type Task_InfrastructureSpec_ContainerImage struct {
	// Container Image Runtime Configuration.
	ContainerImage *Task_InfrastructureSpec_ContainerImageRuntime `protobuf:"bytes,101,opt,name=container_image,json=containerImage,proto3,oneof"`
}

type Task_InfrastructureSpec_ContainerImageRuntime

type Task_InfrastructureSpec_ContainerImageRuntime struct {

	// Optional. Container image to use.
	Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// Optional. A list of Java JARS to add to the classpath.
	// Valid input includes Cloud Storage URIs to Jar binaries.
	// For example, gs://bucket-name/my/path/to/file.jar
	JavaJars []string `protobuf:"bytes,2,rep,name=java_jars,json=javaJars,proto3" json:"java_jars,omitempty"`
	// Optional. A list of python packages to be installed.
	// Valid formats include Cloud Storage URI to a PIP installable library.
	// For example, gs://bucket-name/my/path/to/lib.tar.gz
	PythonPackages []string `protobuf:"bytes,3,rep,name=python_packages,json=pythonPackages,proto3" json:"python_packages,omitempty"`
	// Optional. Override to common configuration of open source components
	// installed on the Dataproc cluster. The properties to set on daemon
	// config files. Property keys are specified in `prefix:property` format,
	// for example `core:hadoop.tmp.dir`. For more information, see [Cluster
	// properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
	Properties map[string]string `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

Container Image Runtime Configuration used with Batch execution.

func (*Task_InfrastructureSpec_ContainerImageRuntime) Descriptor deprecated

Deprecated: Use Task_InfrastructureSpec_ContainerImageRuntime.ProtoReflect.Descriptor instead.

func (*Task_InfrastructureSpec_ContainerImageRuntime) GetImage

func (*Task_InfrastructureSpec_ContainerImageRuntime) GetJavaJars

func (*Task_InfrastructureSpec_ContainerImageRuntime) GetProperties

func (*Task_InfrastructureSpec_ContainerImageRuntime) GetPythonPackages

func (x *Task_InfrastructureSpec_ContainerImageRuntime) GetPythonPackages() []string

func (*Task_InfrastructureSpec_ContainerImageRuntime) ProtoMessage

func (*Task_InfrastructureSpec_ContainerImageRuntime) ProtoReflect

func (*Task_InfrastructureSpec_ContainerImageRuntime) Reset

func (*Task_InfrastructureSpec_ContainerImageRuntime) String

type Task_InfrastructureSpec_VpcNetwork

type Task_InfrastructureSpec_VpcNetwork struct {

	// The Cloud VPC network identifier.
	//
	// Types that are assignable to NetworkName:
	//
	//	*Task_InfrastructureSpec_VpcNetwork_Network
	//	*Task_InfrastructureSpec_VpcNetwork_SubNetwork
	NetworkName isTask_InfrastructureSpec_VpcNetwork_NetworkName `protobuf_oneof:"network_name"`
	// Optional. List of network tags to apply to the job.
	NetworkTags []string `protobuf:"bytes,3,rep,name=network_tags,json=networkTags,proto3" json:"network_tags,omitempty"`
	// contains filtered or unexported fields
}

Cloud VPC Network used to run the infrastructure.

func (*Task_InfrastructureSpec_VpcNetwork) Descriptor deprecated

func (*Task_InfrastructureSpec_VpcNetwork) Descriptor() ([]byte, []int)

Deprecated: Use Task_InfrastructureSpec_VpcNetwork.ProtoReflect.Descriptor instead.

func (*Task_InfrastructureSpec_VpcNetwork) GetNetwork

func (*Task_InfrastructureSpec_VpcNetwork) GetNetworkName

func (m *Task_InfrastructureSpec_VpcNetwork) GetNetworkName() isTask_InfrastructureSpec_VpcNetwork_NetworkName

func (*Task_InfrastructureSpec_VpcNetwork) GetNetworkTags

func (x *Task_InfrastructureSpec_VpcNetwork) GetNetworkTags() []string

func (*Task_InfrastructureSpec_VpcNetwork) GetSubNetwork

func (x *Task_InfrastructureSpec_VpcNetwork) GetSubNetwork() string

func (*Task_InfrastructureSpec_VpcNetwork) ProtoMessage

func (*Task_InfrastructureSpec_VpcNetwork) ProtoMessage()

func (*Task_InfrastructureSpec_VpcNetwork) ProtoReflect

func (*Task_InfrastructureSpec_VpcNetwork) Reset

func (*Task_InfrastructureSpec_VpcNetwork) String

type Task_InfrastructureSpec_VpcNetwork_

type Task_InfrastructureSpec_VpcNetwork_ struct {
	// Vpc network.
	VpcNetwork *Task_InfrastructureSpec_VpcNetwork `protobuf:"bytes,150,opt,name=vpc_network,json=vpcNetwork,proto3,oneof"`
}

type Task_InfrastructureSpec_VpcNetwork_Network

type Task_InfrastructureSpec_VpcNetwork_Network struct {
	// Optional. The Cloud VPC network in which the job is run. By default,
	// the Cloud VPC network named Default within the project is used.
	Network string `protobuf:"bytes,1,opt,name=network,proto3,oneof"`
}

type Task_InfrastructureSpec_VpcNetwork_SubNetwork

type Task_InfrastructureSpec_VpcNetwork_SubNetwork struct {
	// Optional. The Cloud VPC sub-network in which the job is run.
	SubNetwork string `protobuf:"bytes,2,opt,name=sub_network,json=subNetwork,proto3,oneof"`
}

type Task_Notebook

type Task_Notebook struct {
	// Config related to running scheduled Notebooks.
	Notebook *Task_NotebookTaskConfig `protobuf:"bytes,302,opt,name=notebook,proto3,oneof"`
}

type Task_NotebookTaskConfig

type Task_NotebookTaskConfig struct {

	// Required. Path to input notebook. This can be the Cloud Storage URI of
	// the notebook file or the path to a Notebook Content. The execution args
	// are accessible as environment variables
	// (`TASK_key=value`).
	Notebook string `protobuf:"bytes,4,opt,name=notebook,proto3" json:"notebook,omitempty"`
	// Optional. Infrastructure specification for the execution.
	InfrastructureSpec *Task_InfrastructureSpec `protobuf:"bytes,3,opt,name=infrastructure_spec,json=infrastructureSpec,proto3" json:"infrastructure_spec,omitempty"`
	// Optional. Cloud Storage URIs of files to be placed in the working
	// directory of each executor.
	FileUris []string `protobuf:"bytes,5,rep,name=file_uris,json=fileUris,proto3" json:"file_uris,omitempty"`
	// Optional. Cloud Storage URIs of archives to be extracted into the working
	// directory of each executor. Supported file types: .jar, .tar, .tar.gz,
	// .tgz, and .zip.
	ArchiveUris []string `protobuf:"bytes,6,rep,name=archive_uris,json=archiveUris,proto3" json:"archive_uris,omitempty"`
	// contains filtered or unexported fields
}

Config for running scheduled notebooks.

func (*Task_NotebookTaskConfig) Descriptor deprecated

func (*Task_NotebookTaskConfig) Descriptor() ([]byte, []int)

Deprecated: Use Task_NotebookTaskConfig.ProtoReflect.Descriptor instead.

func (*Task_NotebookTaskConfig) GetArchiveUris

func (x *Task_NotebookTaskConfig) GetArchiveUris() []string

func (*Task_NotebookTaskConfig) GetFileUris

func (x *Task_NotebookTaskConfig) GetFileUris() []string

func (*Task_NotebookTaskConfig) GetInfrastructureSpec

func (x *Task_NotebookTaskConfig) GetInfrastructureSpec() *Task_InfrastructureSpec

func (*Task_NotebookTaskConfig) GetNotebook

func (x *Task_NotebookTaskConfig) GetNotebook() string

func (*Task_NotebookTaskConfig) ProtoMessage

func (*Task_NotebookTaskConfig) ProtoMessage()

func (*Task_NotebookTaskConfig) ProtoReflect

func (x *Task_NotebookTaskConfig) ProtoReflect() protoreflect.Message

func (*Task_NotebookTaskConfig) Reset

func (x *Task_NotebookTaskConfig) Reset()

func (*Task_NotebookTaskConfig) String

func (x *Task_NotebookTaskConfig) String() string

type Task_Spark

type Task_Spark struct {
	// Config related to running custom Spark tasks.
	Spark *Task_SparkTaskConfig `protobuf:"bytes,300,opt,name=spark,proto3,oneof"`
}

type Task_SparkTaskConfig

type Task_SparkTaskConfig struct {

	// Required. The specification of the main method to call to drive the
	// job. Specify either the jar file that contains the main class or the
	// main class name.
	//
	// Types that are assignable to Driver:
	//
	//	*Task_SparkTaskConfig_MainJarFileUri
	//	*Task_SparkTaskConfig_MainClass
	//	*Task_SparkTaskConfig_PythonScriptFile
	//	*Task_SparkTaskConfig_SqlScriptFile
	//	*Task_SparkTaskConfig_SqlScript
	Driver isTask_SparkTaskConfig_Driver `protobuf_oneof:"driver"`
	// Optional. Cloud Storage URIs of files to be placed in the working
	// directory of each executor.
	FileUris []string `protobuf:"bytes,3,rep,name=file_uris,json=fileUris,proto3" json:"file_uris,omitempty"`
	// Optional. Cloud Storage URIs of archives to be extracted into the working
	// directory of each executor. Supported file types: .jar, .tar, .tar.gz,
	// .tgz, and .zip.
	ArchiveUris []string `protobuf:"bytes,4,rep,name=archive_uris,json=archiveUris,proto3" json:"archive_uris,omitempty"`
	// Optional. Infrastructure specification for the execution.
	InfrastructureSpec *Task_InfrastructureSpec `protobuf:"bytes,6,opt,name=infrastructure_spec,json=infrastructureSpec,proto3" json:"infrastructure_spec,omitempty"`
	// contains filtered or unexported fields
}

User-specified config for running a Spark task.

func (*Task_SparkTaskConfig) Descriptor deprecated

func (*Task_SparkTaskConfig) Descriptor() ([]byte, []int)

Deprecated: Use Task_SparkTaskConfig.ProtoReflect.Descriptor instead.

func (*Task_SparkTaskConfig) GetArchiveUris

func (x *Task_SparkTaskConfig) GetArchiveUris() []string

func (*Task_SparkTaskConfig) GetDriver

func (m *Task_SparkTaskConfig) GetDriver() isTask_SparkTaskConfig_Driver

func (*Task_SparkTaskConfig) GetFileUris

func (x *Task_SparkTaskConfig) GetFileUris() []string

func (*Task_SparkTaskConfig) GetInfrastructureSpec

func (x *Task_SparkTaskConfig) GetInfrastructureSpec() *Task_InfrastructureSpec

func (*Task_SparkTaskConfig) GetMainClass

func (x *Task_SparkTaskConfig) GetMainClass() string

func (*Task_SparkTaskConfig) GetMainJarFileUri

func (x *Task_SparkTaskConfig) GetMainJarFileUri() string

func (*Task_SparkTaskConfig) GetPythonScriptFile

func (x *Task_SparkTaskConfig) GetPythonScriptFile() string

func (*Task_SparkTaskConfig) GetSqlScript

func (x *Task_SparkTaskConfig) GetSqlScript() string

func (*Task_SparkTaskConfig) GetSqlScriptFile

func (x *Task_SparkTaskConfig) GetSqlScriptFile() string

func (*Task_SparkTaskConfig) ProtoMessage

func (*Task_SparkTaskConfig) ProtoMessage()

func (*Task_SparkTaskConfig) ProtoReflect

func (x *Task_SparkTaskConfig) ProtoReflect() protoreflect.Message

func (*Task_SparkTaskConfig) Reset

func (x *Task_SparkTaskConfig) Reset()

func (*Task_SparkTaskConfig) String

func (x *Task_SparkTaskConfig) String() string

type Task_SparkTaskConfig_MainClass

type Task_SparkTaskConfig_MainClass struct {
	// The name of the driver's main class. The jar file that contains the
	// class must be in the default CLASSPATH or specified in
	// `jar_file_uris`.
	// The execution args are passed in as a sequence of named process
	// arguments (`--key=value`).
	MainClass string `protobuf:"bytes,101,opt,name=main_class,json=mainClass,proto3,oneof"`
}

type Task_SparkTaskConfig_MainJarFileUri

type Task_SparkTaskConfig_MainJarFileUri struct {
	// The Cloud Storage URI of the jar file that contains the main class.
	// The execution args are passed in as a sequence of named process
	// arguments (`--key=value`).
	MainJarFileUri string `protobuf:"bytes,100,opt,name=main_jar_file_uri,json=mainJarFileUri,proto3,oneof"`
}

type Task_SparkTaskConfig_PythonScriptFile

type Task_SparkTaskConfig_PythonScriptFile struct {
	// The Gcloud Storage URI of the main Python file to use as the driver.
	// Must be a .py file. The execution args are passed in as a sequence of
	// named process arguments (`--key=value`).
	PythonScriptFile string `protobuf:"bytes,102,opt,name=python_script_file,json=pythonScriptFile,proto3,oneof"`
}

type Task_SparkTaskConfig_SqlScript

type Task_SparkTaskConfig_SqlScript struct {
	// The query text.
	// The execution args are used to declare a set of script variables
	// (`set key="value";`).
	SqlScript string `protobuf:"bytes,105,opt,name=sql_script,json=sqlScript,proto3,oneof"`
}

type Task_SparkTaskConfig_SqlScriptFile

type Task_SparkTaskConfig_SqlScriptFile struct {
	// A reference to a query file. This can be the Cloud Storage URI of the
	// query file or it can the path to a SqlScript Content. The execution
	// args are used to declare a set of script variables
	// (`set key="value";`).
	SqlScriptFile string `protobuf:"bytes,104,opt,name=sql_script_file,json=sqlScriptFile,proto3,oneof"`
}

type Task_TriggerSpec

type Task_TriggerSpec struct {

	// Required. Immutable. Trigger type of the user-specified Task.
	Type Task_TriggerSpec_Type `protobuf:"varint,5,opt,name=type,proto3,enum=google.events.cloud.dataplex.v1.Task_TriggerSpec_Type" json:"type,omitempty"`
	// Optional. The first run of the task will be after this time.
	// If not specified, the task will run shortly after being submitted if
	// ON_DEMAND and based on the schedule if RECURRING.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Optional. Prevent the task from executing.
	// This does not cancel already running tasks. It is intended to temporarily
	// disable RECURRING tasks.
	Disabled bool `protobuf:"varint,4,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// Optional. Number of retry attempts before aborting.
	// Set to zero to never attempt to retry a failed task.
	MaxRetries int32 `protobuf:"varint,7,opt,name=max_retries,json=maxRetries,proto3" json:"max_retries,omitempty"`
	// Trigger only applies for RECURRING tasks.
	//
	// Types that are assignable to Trigger:
	//
	//	*Task_TriggerSpec_Schedule
	Trigger isTask_TriggerSpec_Trigger `protobuf_oneof:"trigger"`
	// contains filtered or unexported fields
}

Task scheduling and trigger settings.

func (*Task_TriggerSpec) Descriptor deprecated

func (*Task_TriggerSpec) Descriptor() ([]byte, []int)

Deprecated: Use Task_TriggerSpec.ProtoReflect.Descriptor instead.

func (*Task_TriggerSpec) GetDisabled

func (x *Task_TriggerSpec) GetDisabled() bool

func (*Task_TriggerSpec) GetMaxRetries

func (x *Task_TriggerSpec) GetMaxRetries() int32

func (*Task_TriggerSpec) GetSchedule

func (x *Task_TriggerSpec) GetSchedule() string

func (*Task_TriggerSpec) GetStartTime

func (x *Task_TriggerSpec) GetStartTime() *timestamppb.Timestamp

func (*Task_TriggerSpec) GetTrigger

func (m *Task_TriggerSpec) GetTrigger() isTask_TriggerSpec_Trigger

func (*Task_TriggerSpec) GetType

func (*Task_TriggerSpec) ProtoMessage

func (*Task_TriggerSpec) ProtoMessage()

func (*Task_TriggerSpec) ProtoReflect

func (x *Task_TriggerSpec) ProtoReflect() protoreflect.Message

func (*Task_TriggerSpec) Reset

func (x *Task_TriggerSpec) Reset()

func (*Task_TriggerSpec) String

func (x *Task_TriggerSpec) String() string

type Task_TriggerSpec_Schedule

type Task_TriggerSpec_Schedule struct {
	// Optional. Cron schedule (https://en.wikipedia.org/wiki/Cron) for
	// running tasks periodically. To explicitly set a timezone to the cron
	// tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or
	// "TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid
	// string from IANA time zone database. For example,
	// `CRON_TZ=America/New_York 1 * * * *`, or `TZ=America/New_York 1 * * *
	// *`. This field is required for RECURRING tasks.
	Schedule string `protobuf:"bytes,100,opt,name=schedule,proto3,oneof"`
}

type Task_TriggerSpec_Type

type Task_TriggerSpec_Type int32

Determines how often and when the job will run.

const (
	// Unspecified trigger type.
	Task_TriggerSpec_TYPE_UNSPECIFIED Task_TriggerSpec_Type = 0
	// The task runs one-time shortly after Task Creation.
	Task_TriggerSpec_ON_DEMAND Task_TriggerSpec_Type = 1
	// The task is scheduled to run periodically.
	Task_TriggerSpec_RECURRING Task_TriggerSpec_Type = 2
)

func (Task_TriggerSpec_Type) Descriptor

func (Task_TriggerSpec_Type) Enum

func (Task_TriggerSpec_Type) EnumDescriptor deprecated

func (Task_TriggerSpec_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Task_TriggerSpec_Type.Descriptor instead.

func (Task_TriggerSpec_Type) Number

func (Task_TriggerSpec_Type) String

func (x Task_TriggerSpec_Type) String() string

func (Task_TriggerSpec_Type) Type

type Trigger

type Trigger struct {

	// DataScan scheduling and trigger settings.
	//
	// If not specified, the default is `onDemand`.
	//
	// Types that are assignable to Mode:
	//
	//	*Trigger_OnDemand_
	//	*Trigger_Schedule_
	Mode isTrigger_Mode `protobuf_oneof:"mode"`
	// contains filtered or unexported fields
}

DataScan scheduling and trigger settings.

func (*Trigger) Descriptor deprecated

func (*Trigger) Descriptor() ([]byte, []int)

Deprecated: Use Trigger.ProtoReflect.Descriptor instead.

func (*Trigger) GetMode

func (m *Trigger) GetMode() isTrigger_Mode

func (*Trigger) GetOnDemand

func (x *Trigger) GetOnDemand() *Trigger_OnDemand

func (*Trigger) GetSchedule

func (x *Trigger) GetSchedule() *Trigger_Schedule

func (*Trigger) ProtoMessage

func (*Trigger) ProtoMessage()

func (*Trigger) ProtoReflect

func (x *Trigger) ProtoReflect() protoreflect.Message

func (*Trigger) Reset

func (x *Trigger) Reset()

func (*Trigger) String

func (x *Trigger) String() string

type Trigger_OnDemand

type Trigger_OnDemand struct {
	// contains filtered or unexported fields
}

The scan runs once via `RunDataScan` API.

func (*Trigger_OnDemand) Descriptor deprecated

func (*Trigger_OnDemand) Descriptor() ([]byte, []int)

Deprecated: Use Trigger_OnDemand.ProtoReflect.Descriptor instead.

func (*Trigger_OnDemand) ProtoMessage

func (*Trigger_OnDemand) ProtoMessage()

func (*Trigger_OnDemand) ProtoReflect

func (x *Trigger_OnDemand) ProtoReflect() protoreflect.Message

func (*Trigger_OnDemand) Reset

func (x *Trigger_OnDemand) Reset()

func (*Trigger_OnDemand) String

func (x *Trigger_OnDemand) String() string

type Trigger_OnDemand_

type Trigger_OnDemand_ struct {
	// The scan runs once via `RunDataScan` API.
	OnDemand *Trigger_OnDemand `protobuf:"bytes,100,opt,name=on_demand,json=onDemand,proto3,oneof"`
}

type Trigger_Schedule

type Trigger_Schedule struct {

	// Required. [Cron](https://en.wikipedia.org/wiki/Cron) schedule for running
	// scans periodically.
	//
	// To explicitly set a timezone in the cron tab, apply a prefix in the
	// cron tab: **"CRON_TZ=${IANA_TIME_ZONE}"** or **"TZ=${IANA_TIME_ZONE}"**.
	// The **${IANA_TIME_ZONE}** may only be a valid string from IANA time zone
	// database
	// ([wikipedia](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)).
	// For example, `CRON_TZ=America/New_York 1 * * * *`, or
	// `TZ=America/New_York 1 * * * *`.
	//
	// This field is required for Schedule scans.
	Cron string `protobuf:"bytes,1,opt,name=cron,proto3" json:"cron,omitempty"`
	// contains filtered or unexported fields
}

The scan is scheduled to run periodically.

func (*Trigger_Schedule) Descriptor deprecated

func (*Trigger_Schedule) Descriptor() ([]byte, []int)

Deprecated: Use Trigger_Schedule.ProtoReflect.Descriptor instead.

func (*Trigger_Schedule) GetCron

func (x *Trigger_Schedule) GetCron() string

func (*Trigger_Schedule) ProtoMessage

func (*Trigger_Schedule) ProtoMessage()

func (*Trigger_Schedule) ProtoReflect

func (x *Trigger_Schedule) ProtoReflect() protoreflect.Message

func (*Trigger_Schedule) Reset

func (x *Trigger_Schedule) Reset()

func (*Trigger_Schedule) String

func (x *Trigger_Schedule) String() string

type Trigger_Schedule_

type Trigger_Schedule_ struct {
	// The scan is scheduled to run periodically.
	Schedule *Trigger_Schedule `protobuf:"bytes,101,opt,name=schedule,proto3,oneof"`
}

type Zone

type Zone struct {

	// Output only. The relative resource name of the zone, of the form:
	// `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. User friendly display name.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Output only. System generated globally unique ID for the zone. This ID will
	// be different if the zone is deleted and re-created with the same name.
	Uid string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	// Output only. The time when the zone was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. The time when the zone was last updated.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. User defined labels for the zone.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Optional. Description of the zone.
	Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Current state of the zone.
	State State `protobuf:"varint,8,opt,name=state,proto3,enum=google.events.cloud.dataplex.v1.State" json:"state,omitempty"`
	// Required. Immutable. The type of the zone.
	Type Zone_Type `protobuf:"varint,9,opt,name=type,proto3,enum=google.events.cloud.dataplex.v1.Zone_Type" json:"type,omitempty"`
	// Optional. Specification of the discovery feature applied to data in this
	// zone.
	DiscoverySpec *Zone_DiscoverySpec `protobuf:"bytes,103,opt,name=discovery_spec,json=discoverySpec,proto3" json:"discovery_spec,omitempty"`
	// Required. Specification of the resources that are referenced by the assets
	// within this zone.
	ResourceSpec *Zone_ResourceSpec `protobuf:"bytes,104,opt,name=resource_spec,json=resourceSpec,proto3" json:"resource_spec,omitempty"`
	// Output only. Aggregated status of the underlying assets of the zone.
	AssetStatus *AssetStatus `protobuf:"bytes,105,opt,name=asset_status,json=assetStatus,proto3" json:"asset_status,omitempty"`
	// contains filtered or unexported fields
}

A zone represents a logical group of related assets within a lake. A zone can be used to map to organizational structure or represent stages of data readiness from raw to curated. It provides managing behavior that is shared or inherited by all contained assets.

func (*Zone) Descriptor deprecated

func (*Zone) Descriptor() ([]byte, []int)

Deprecated: Use Zone.ProtoReflect.Descriptor instead.

func (*Zone) GetAssetStatus

func (x *Zone) GetAssetStatus() *AssetStatus

func (*Zone) GetCreateTime

func (x *Zone) GetCreateTime() *timestamppb.Timestamp

func (*Zone) GetDescription

func (x *Zone) GetDescription() string

func (*Zone) GetDiscoverySpec

func (x *Zone) GetDiscoverySpec() *Zone_DiscoverySpec

func (*Zone) GetDisplayName

func (x *Zone) GetDisplayName() string

func (*Zone) GetLabels

func (x *Zone) GetLabels() map[string]string

func (*Zone) GetName

func (x *Zone) GetName() string

func (*Zone) GetResourceSpec

func (x *Zone) GetResourceSpec() *Zone_ResourceSpec

func (*Zone) GetState

func (x *Zone) GetState() State

func (*Zone) GetType

func (x *Zone) GetType() Zone_Type

func (*Zone) GetUid

func (x *Zone) GetUid() string

func (*Zone) GetUpdateTime

func (x *Zone) GetUpdateTime() *timestamppb.Timestamp

func (*Zone) ProtoMessage

func (*Zone) ProtoMessage()

func (*Zone) ProtoReflect

func (x *Zone) ProtoReflect() protoreflect.Message

func (*Zone) Reset

func (x *Zone) Reset()

func (*Zone) String

func (x *Zone) String() string

type ZoneEventData

type ZoneEventData struct {

	// Optional. The Zone event payload. Unset for deletion events.
	Payload *Zone `protobuf:"bytes,1,opt,name=payload,proto3,oneof" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

The data within all Zone events.

func (*ZoneEventData) Descriptor deprecated

func (*ZoneEventData) Descriptor() ([]byte, []int)

Deprecated: Use ZoneEventData.ProtoReflect.Descriptor instead.

func (*ZoneEventData) GetPayload

func (x *ZoneEventData) GetPayload() *Zone

func (*ZoneEventData) ProtoMessage

func (*ZoneEventData) ProtoMessage()

func (*ZoneEventData) ProtoReflect

func (x *ZoneEventData) ProtoReflect() protoreflect.Message

func (*ZoneEventData) Reset

func (x *ZoneEventData) Reset()

func (*ZoneEventData) String

func (x *ZoneEventData) String() string

type Zone_DiscoverySpec

type Zone_DiscoverySpec struct {

	// Required. Whether discovery is enabled.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Optional. The list of patterns to apply for selecting data to include
	// during discovery if only a subset of the data should considered. For
	// Cloud Storage bucket assets, these are interpreted as glob patterns used
	// to match object names. For BigQuery dataset assets, these are interpreted
	// as patterns to match table names.
	IncludePatterns []string `protobuf:"bytes,2,rep,name=include_patterns,json=includePatterns,proto3" json:"include_patterns,omitempty"`
	// Optional. The list of patterns to apply for selecting data to exclude
	// during discovery.  For Cloud Storage bucket assets, these are interpreted
	// as glob patterns used to match object names. For BigQuery dataset assets,
	// these are interpreted as patterns to match table names.
	ExcludePatterns []string `protobuf:"bytes,3,rep,name=exclude_patterns,json=excludePatterns,proto3" json:"exclude_patterns,omitempty"`
	// Optional. Configuration for CSV data.
	CsvOptions *Zone_DiscoverySpec_CsvOptions `protobuf:"bytes,4,opt,name=csv_options,json=csvOptions,proto3" json:"csv_options,omitempty"`
	// Optional. Configuration for Json data.
	JsonOptions *Zone_DiscoverySpec_JsonOptions `protobuf:"bytes,5,opt,name=json_options,json=jsonOptions,proto3" json:"json_options,omitempty"`
	// Determines when discovery is triggered.
	//
	// Types that are assignable to Trigger:
	//
	//	*Zone_DiscoverySpec_Schedule
	Trigger isZone_DiscoverySpec_Trigger `protobuf_oneof:"trigger"`
	// contains filtered or unexported fields
}

Settings to manage the metadata discovery and publishing in a zone.

func (*Zone_DiscoverySpec) Descriptor deprecated

func (*Zone_DiscoverySpec) Descriptor() ([]byte, []int)

Deprecated: Use Zone_DiscoverySpec.ProtoReflect.Descriptor instead.

func (*Zone_DiscoverySpec) GetCsvOptions

func (*Zone_DiscoverySpec) GetEnabled

func (x *Zone_DiscoverySpec) GetEnabled() bool

func (*Zone_DiscoverySpec) GetExcludePatterns

func (x *Zone_DiscoverySpec) GetExcludePatterns() []string

func (*Zone_DiscoverySpec) GetIncludePatterns

func (x *Zone_DiscoverySpec) GetIncludePatterns() []string

func (*Zone_DiscoverySpec) GetJsonOptions

func (*Zone_DiscoverySpec) GetSchedule

func (x *Zone_DiscoverySpec) GetSchedule() string

func (*Zone_DiscoverySpec) GetTrigger

func (m *Zone_DiscoverySpec) GetTrigger() isZone_DiscoverySpec_Trigger

func (*Zone_DiscoverySpec) ProtoMessage

func (*Zone_DiscoverySpec) ProtoMessage()

func (*Zone_DiscoverySpec) ProtoReflect

func (x *Zone_DiscoverySpec) ProtoReflect() protoreflect.Message

func (*Zone_DiscoverySpec) Reset

func (x *Zone_DiscoverySpec) Reset()

func (*Zone_DiscoverySpec) String

func (x *Zone_DiscoverySpec) String() string

type Zone_DiscoverySpec_CsvOptions

type Zone_DiscoverySpec_CsvOptions struct {

	// Optional. The number of rows to interpret as header rows that should be
	// skipped when reading data rows.
	HeaderRows int32 `protobuf:"varint,1,opt,name=header_rows,json=headerRows,proto3" json:"header_rows,omitempty"`
	// Optional. The delimiter being used to separate values. This defaults to
	// ','.
	Delimiter string `protobuf:"bytes,2,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	// Optional. The character encoding of the data. The default is UTF-8.
	Encoding string `protobuf:"bytes,3,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// Optional. Whether to disable the inference of data type for CSV data.
	// If true, all columns will be registered as strings.
	DisableTypeInference bool `protobuf:"varint,4,opt,name=disable_type_inference,json=disableTypeInference,proto3" json:"disable_type_inference,omitempty"`
	// contains filtered or unexported fields
}

Describe CSV and similar semi-structured data formats.

func (*Zone_DiscoverySpec_CsvOptions) Descriptor deprecated

func (*Zone_DiscoverySpec_CsvOptions) Descriptor() ([]byte, []int)

Deprecated: Use Zone_DiscoverySpec_CsvOptions.ProtoReflect.Descriptor instead.

func (*Zone_DiscoverySpec_CsvOptions) GetDelimiter

func (x *Zone_DiscoverySpec_CsvOptions) GetDelimiter() string

func (*Zone_DiscoverySpec_CsvOptions) GetDisableTypeInference

func (x *Zone_DiscoverySpec_CsvOptions) GetDisableTypeInference() bool

func (*Zone_DiscoverySpec_CsvOptions) GetEncoding

func (x *Zone_DiscoverySpec_CsvOptions) GetEncoding() string

func (*Zone_DiscoverySpec_CsvOptions) GetHeaderRows

func (x *Zone_DiscoverySpec_CsvOptions) GetHeaderRows() int32

func (*Zone_DiscoverySpec_CsvOptions) ProtoMessage

func (*Zone_DiscoverySpec_CsvOptions) ProtoMessage()

func (*Zone_DiscoverySpec_CsvOptions) ProtoReflect

func (*Zone_DiscoverySpec_CsvOptions) Reset

func (x *Zone_DiscoverySpec_CsvOptions) Reset()

func (*Zone_DiscoverySpec_CsvOptions) String

type Zone_DiscoverySpec_JsonOptions

type Zone_DiscoverySpec_JsonOptions struct {

	// Optional. The character encoding of the data. The default is UTF-8.
	Encoding string `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// Optional. Whether to disable the inference of data type for Json data.
	// If true, all columns will be registered as their primitive types
	// (strings, number or boolean).
	DisableTypeInference bool `protobuf:"varint,2,opt,name=disable_type_inference,json=disableTypeInference,proto3" json:"disable_type_inference,omitempty"`
	// contains filtered or unexported fields
}

Describe JSON data format.

func (*Zone_DiscoverySpec_JsonOptions) Descriptor deprecated

func (*Zone_DiscoverySpec_JsonOptions) Descriptor() ([]byte, []int)

Deprecated: Use Zone_DiscoverySpec_JsonOptions.ProtoReflect.Descriptor instead.

func (*Zone_DiscoverySpec_JsonOptions) GetDisableTypeInference

func (x *Zone_DiscoverySpec_JsonOptions) GetDisableTypeInference() bool

func (*Zone_DiscoverySpec_JsonOptions) GetEncoding

func (x *Zone_DiscoverySpec_JsonOptions) GetEncoding() string

func (*Zone_DiscoverySpec_JsonOptions) ProtoMessage

func (*Zone_DiscoverySpec_JsonOptions) ProtoMessage()

func (*Zone_DiscoverySpec_JsonOptions) ProtoReflect

func (*Zone_DiscoverySpec_JsonOptions) Reset

func (x *Zone_DiscoverySpec_JsonOptions) Reset()

func (*Zone_DiscoverySpec_JsonOptions) String

type Zone_DiscoverySpec_Schedule

type Zone_DiscoverySpec_Schedule struct {
	// Optional. Cron schedule (https://en.wikipedia.org/wiki/Cron) for
	// running discovery periodically. Successive discovery runs must be
	// scheduled at least 60 minutes apart. The default value is to run
	// discovery every 60 minutes. To explicitly set a timezone to the cron
	// tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or
	// TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string
	// from IANA time zone database. For example, `CRON_TZ=America/New_York 1
	// * * * *`, or `TZ=America/New_York 1 * * * *`.
	Schedule string `protobuf:"bytes,10,opt,name=schedule,proto3,oneof"`
}

type Zone_ResourceSpec

type Zone_ResourceSpec struct {

	// Required. Immutable. The location type of the resources that are allowed
	// to be attached to the assets within this zone.
	LocationType Zone_ResourceSpec_LocationType `` /* 166-byte string literal not displayed */
	// contains filtered or unexported fields
}

Settings for resources attached as assets within a zone.

func (*Zone_ResourceSpec) Descriptor deprecated

func (*Zone_ResourceSpec) Descriptor() ([]byte, []int)

Deprecated: Use Zone_ResourceSpec.ProtoReflect.Descriptor instead.

func (*Zone_ResourceSpec) GetLocationType

func (*Zone_ResourceSpec) ProtoMessage

func (*Zone_ResourceSpec) ProtoMessage()

func (*Zone_ResourceSpec) ProtoReflect

func (x *Zone_ResourceSpec) ProtoReflect() protoreflect.Message

func (*Zone_ResourceSpec) Reset

func (x *Zone_ResourceSpec) Reset()

func (*Zone_ResourceSpec) String

func (x *Zone_ResourceSpec) String() string

type Zone_ResourceSpec_LocationType

type Zone_ResourceSpec_LocationType int32

Location type of the resources attached to a zone.

const (
	// Unspecified location type.
	Zone_ResourceSpec_LOCATION_TYPE_UNSPECIFIED Zone_ResourceSpec_LocationType = 0
	// Resources that are associated with a single region.
	Zone_ResourceSpec_SINGLE_REGION Zone_ResourceSpec_LocationType = 1
	// Resources that are associated with a multi-region location.
	Zone_ResourceSpec_MULTI_REGION Zone_ResourceSpec_LocationType = 2
)

func (Zone_ResourceSpec_LocationType) Descriptor

func (Zone_ResourceSpec_LocationType) Enum

func (Zone_ResourceSpec_LocationType) EnumDescriptor deprecated

func (Zone_ResourceSpec_LocationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Zone_ResourceSpec_LocationType.Descriptor instead.

func (Zone_ResourceSpec_LocationType) Number

func (Zone_ResourceSpec_LocationType) String

func (Zone_ResourceSpec_LocationType) Type

type Zone_Type

type Zone_Type int32

Type of zone.

const (
	// Zone type not specified.
	Zone_TYPE_UNSPECIFIED Zone_Type = 0
	// A zone that contains data that needs further processing before it is
	// considered generally ready for consumption and analytics workloads.
	Zone_RAW Zone_Type = 1
	// A zone that contains data that is considered to be ready for broader
	// consumption and analytics workloads. Curated structured data stored in
	// Cloud Storage must conform to certain file formats (parquet, avro and
	// orc) and organized in a hive-compatible directory layout.
	Zone_CURATED Zone_Type = 2
)

func (Zone_Type) Descriptor

func (Zone_Type) Descriptor() protoreflect.EnumDescriptor

func (Zone_Type) Enum

func (x Zone_Type) Enum() *Zone_Type

func (Zone_Type) EnumDescriptor deprecated

func (Zone_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Zone_Type.Descriptor instead.

func (Zone_Type) Number

func (x Zone_Type) Number() protoreflect.EnumNumber

func (Zone_Type) String

func (x Zone_Type) String() string

func (Zone_Type) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL