Documentation ¶
Index ¶
- Variables
- func RegisterCatalogServiceServer(s *grpc.Server, srv CatalogServiceServer)
- func RegisterContentServiceServer(s *grpc.Server, srv ContentServiceServer)
- func RegisterDataScanServiceServer(s *grpc.Server, srv DataScanServiceServer)
- func RegisterDataTaxonomyServiceServer(s *grpc.Server, srv DataTaxonomyServiceServer)
- func RegisterDataplexServiceServer(s *grpc.Server, srv DataplexServiceServer)
- func RegisterMetadataServiceServer(s *grpc.Server, srv MetadataServiceServer)
- type Action
- func (*Action) Descriptor() ([]byte, []int)deprecated
- func (x *Action) GetAsset() string
- func (x *Action) GetCategory() Action_Category
- func (x *Action) GetDataLocations() []string
- func (m *Action) GetDetails() isAction_Details
- func (x *Action) GetDetectTime() *timestamppb.Timestamp
- func (x *Action) GetFailedSecurityPolicyApply() *Action_FailedSecurityPolicyApply
- func (x *Action) GetIncompatibleDataSchema() *Action_IncompatibleDataSchema
- func (x *Action) GetInvalidDataFormat() *Action_InvalidDataFormat
- func (x *Action) GetInvalidDataOrganization() *Action_InvalidDataOrganization
- func (x *Action) GetInvalidDataPartition() *Action_InvalidDataPartition
- func (x *Action) GetIssue() string
- func (x *Action) GetLake() string
- func (x *Action) GetMissingData() *Action_MissingData
- func (x *Action) GetMissingResource() *Action_MissingResource
- func (x *Action) GetName() string
- func (x *Action) GetUnauthorizedResource() *Action_UnauthorizedResource
- func (x *Action) GetZone() string
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
- type Action_Category
- func (Action_Category) Descriptor() protoreflect.EnumDescriptor
- func (x Action_Category) Enum() *Action_Category
- func (Action_Category) EnumDescriptor() ([]byte, []int)deprecated
- func (x Action_Category) Number() protoreflect.EnumNumber
- func (x Action_Category) String() string
- func (Action_Category) Type() protoreflect.EnumType
- type Action_FailedSecurityPolicyApply
- func (*Action_FailedSecurityPolicyApply) Descriptor() ([]byte, []int)deprecated
- func (x *Action_FailedSecurityPolicyApply) GetAsset() string
- func (*Action_FailedSecurityPolicyApply) ProtoMessage()
- func (x *Action_FailedSecurityPolicyApply) ProtoReflect() protoreflect.Message
- func (x *Action_FailedSecurityPolicyApply) Reset()
- func (x *Action_FailedSecurityPolicyApply) String() string
- type Action_FailedSecurityPolicyApply_
- type Action_IncompatibleDataSchema
- func (*Action_IncompatibleDataSchema) Descriptor() ([]byte, []int)deprecated
- func (x *Action_IncompatibleDataSchema) GetExistingSchema() string
- func (x *Action_IncompatibleDataSchema) GetNewSchema() string
- func (x *Action_IncompatibleDataSchema) GetSampledDataLocations() []string
- func (x *Action_IncompatibleDataSchema) GetSchemaChange() Action_IncompatibleDataSchema_SchemaChange
- func (x *Action_IncompatibleDataSchema) GetTable() string
- func (*Action_IncompatibleDataSchema) ProtoMessage()
- func (x *Action_IncompatibleDataSchema) ProtoReflect() protoreflect.Message
- func (x *Action_IncompatibleDataSchema) Reset()
- func (x *Action_IncompatibleDataSchema) String() string
- type Action_IncompatibleDataSchema_
- type Action_IncompatibleDataSchema_SchemaChange
- func (Action_IncompatibleDataSchema_SchemaChange) Descriptor() protoreflect.EnumDescriptor
- func (x Action_IncompatibleDataSchema_SchemaChange) Enum() *Action_IncompatibleDataSchema_SchemaChange
- func (Action_IncompatibleDataSchema_SchemaChange) EnumDescriptor() ([]byte, []int)deprecated
- func (x Action_IncompatibleDataSchema_SchemaChange) Number() protoreflect.EnumNumber
- func (x Action_IncompatibleDataSchema_SchemaChange) String() string
- func (Action_IncompatibleDataSchema_SchemaChange) Type() protoreflect.EnumType
- type Action_InvalidDataFormat
- func (*Action_InvalidDataFormat) Descriptor() ([]byte, []int)deprecated
- func (x *Action_InvalidDataFormat) GetExpectedFormat() string
- func (x *Action_InvalidDataFormat) GetNewFormat() string
- func (x *Action_InvalidDataFormat) GetSampledDataLocations() []string
- func (*Action_InvalidDataFormat) ProtoMessage()
- func (x *Action_InvalidDataFormat) ProtoReflect() protoreflect.Message
- func (x *Action_InvalidDataFormat) Reset()
- func (x *Action_InvalidDataFormat) String() string
- type Action_InvalidDataFormat_
- type Action_InvalidDataOrganization
- func (*Action_InvalidDataOrganization) Descriptor() ([]byte, []int)deprecated
- func (*Action_InvalidDataOrganization) ProtoMessage()
- func (x *Action_InvalidDataOrganization) ProtoReflect() protoreflect.Message
- func (x *Action_InvalidDataOrganization) Reset()
- func (x *Action_InvalidDataOrganization) String() string
- type Action_InvalidDataOrganization_
- type Action_InvalidDataPartition
- func (*Action_InvalidDataPartition) Descriptor() ([]byte, []int)deprecated
- func (x *Action_InvalidDataPartition) GetExpectedStructure() Action_InvalidDataPartition_PartitionStructure
- func (*Action_InvalidDataPartition) ProtoMessage()
- func (x *Action_InvalidDataPartition) ProtoReflect() protoreflect.Message
- func (x *Action_InvalidDataPartition) Reset()
- func (x *Action_InvalidDataPartition) String() string
- type Action_InvalidDataPartition_
- type Action_InvalidDataPartition_PartitionStructure
- func (Action_InvalidDataPartition_PartitionStructure) Descriptor() protoreflect.EnumDescriptor
- func (x Action_InvalidDataPartition_PartitionStructure) Enum() *Action_InvalidDataPartition_PartitionStructure
- func (Action_InvalidDataPartition_PartitionStructure) EnumDescriptor() ([]byte, []int)deprecated
- func (x Action_InvalidDataPartition_PartitionStructure) Number() protoreflect.EnumNumber
- func (x Action_InvalidDataPartition_PartitionStructure) String() string
- func (Action_InvalidDataPartition_PartitionStructure) Type() protoreflect.EnumType
- type Action_MissingData
- type Action_MissingData_
- type Action_MissingResource
- type Action_MissingResource_
- type Action_UnauthorizedResource
- type Action_UnauthorizedResource_
- type Aspect
- func (*Aspect) Descriptor() ([]byte, []int)deprecated
- func (x *Aspect) GetAspectSource() *AspectSource
- func (x *Aspect) GetAspectType() string
- func (x *Aspect) GetCreateTime() *timestamppb.Timestamp
- func (x *Aspect) GetData() *structpb.Struct
- func (x *Aspect) GetPath() string
- func (x *Aspect) GetUpdateTime() *timestamppb.Timestamp
- func (*Aspect) ProtoMessage()
- func (x *Aspect) ProtoReflect() protoreflect.Message
- func (x *Aspect) Reset()
- func (x *Aspect) String() string
- type AspectSource
- func (*AspectSource) Descriptor() ([]byte, []int)deprecated
- func (x *AspectSource) GetCreateTime() *timestamppb.Timestamp
- func (x *AspectSource) GetDataVersion() string
- func (x *AspectSource) GetUpdateTime() *timestamppb.Timestamp
- func (*AspectSource) ProtoMessage()
- func (x *AspectSource) ProtoReflect() protoreflect.Message
- func (x *AspectSource) Reset()
- func (x *AspectSource) String() string
- type AspectType
- func (*AspectType) Descriptor() ([]byte, []int)deprecated
- func (x *AspectType) GetAuthorization() *AspectType_Authorization
- func (x *AspectType) GetCreateTime() *timestamppb.Timestamp
- func (x *AspectType) GetDescription() string
- func (x *AspectType) GetDisplayName() string
- func (x *AspectType) GetEtag() string
- func (x *AspectType) GetLabels() map[string]string
- func (x *AspectType) GetMetadataTemplate() *AspectType_MetadataTemplate
- func (x *AspectType) GetName() string
- func (x *AspectType) GetTransferStatus() TransferStatus
- func (x *AspectType) GetUid() string
- func (x *AspectType) GetUpdateTime() *timestamppb.Timestamp
- func (*AspectType) ProtoMessage()
- func (x *AspectType) ProtoReflect() protoreflect.Message
- func (x *AspectType) Reset()
- func (x *AspectType) String() string
- type AspectType_Authorization
- func (*AspectType_Authorization) Descriptor() ([]byte, []int)deprecated
- func (x *AspectType_Authorization) GetAlternateUsePermission() string
- func (*AspectType_Authorization) ProtoMessage()
- func (x *AspectType_Authorization) ProtoReflect() protoreflect.Message
- func (x *AspectType_Authorization) Reset()
- func (x *AspectType_Authorization) String() string
- type AspectType_MetadataTemplate
- func (*AspectType_MetadataTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *AspectType_MetadataTemplate) GetAnnotations() *AspectType_MetadataTemplate_Annotations
- func (x *AspectType_MetadataTemplate) GetArrayItems() *AspectType_MetadataTemplate
- func (x *AspectType_MetadataTemplate) GetConstraints() *AspectType_MetadataTemplate_Constraints
- func (x *AspectType_MetadataTemplate) GetEnumValues() []*AspectType_MetadataTemplate_EnumValue
- func (x *AspectType_MetadataTemplate) GetIndex() int32
- func (x *AspectType_MetadataTemplate) GetMapItems() *AspectType_MetadataTemplate
- func (x *AspectType_MetadataTemplate) GetName() string
- func (x *AspectType_MetadataTemplate) GetRecordFields() []*AspectType_MetadataTemplate
- func (x *AspectType_MetadataTemplate) GetType() string
- func (x *AspectType_MetadataTemplate) GetTypeId() string
- func (x *AspectType_MetadataTemplate) GetTypeRef() string
- func (*AspectType_MetadataTemplate) ProtoMessage()
- func (x *AspectType_MetadataTemplate) ProtoReflect() protoreflect.Message
- func (x *AspectType_MetadataTemplate) Reset()
- func (x *AspectType_MetadataTemplate) String() string
- type AspectType_MetadataTemplate_Annotations
- func (*AspectType_MetadataTemplate_Annotations) Descriptor() ([]byte, []int)deprecated
- func (x *AspectType_MetadataTemplate_Annotations) GetDeprecated() string
- func (x *AspectType_MetadataTemplate_Annotations) GetDescription() string
- func (x *AspectType_MetadataTemplate_Annotations) GetDisplayName() string
- func (x *AspectType_MetadataTemplate_Annotations) GetDisplayOrder() int32
- func (x *AspectType_MetadataTemplate_Annotations) GetStringType() string
- func (x *AspectType_MetadataTemplate_Annotations) GetStringValues() []string
- func (*AspectType_MetadataTemplate_Annotations) ProtoMessage()
- func (x *AspectType_MetadataTemplate_Annotations) ProtoReflect() protoreflect.Message
- func (x *AspectType_MetadataTemplate_Annotations) Reset()
- func (x *AspectType_MetadataTemplate_Annotations) String() string
- type AspectType_MetadataTemplate_Constraints
- func (*AspectType_MetadataTemplate_Constraints) Descriptor() ([]byte, []int)deprecated
- func (x *AspectType_MetadataTemplate_Constraints) GetRequired() bool
- func (*AspectType_MetadataTemplate_Constraints) ProtoMessage()
- func (x *AspectType_MetadataTemplate_Constraints) ProtoReflect() protoreflect.Message
- func (x *AspectType_MetadataTemplate_Constraints) Reset()
- func (x *AspectType_MetadataTemplate_Constraints) String() string
- type AspectType_MetadataTemplate_EnumValue
- func (*AspectType_MetadataTemplate_EnumValue) Descriptor() ([]byte, []int)deprecated
- func (x *AspectType_MetadataTemplate_EnumValue) GetDeprecated() string
- func (x *AspectType_MetadataTemplate_EnumValue) GetIndex() int32
- func (x *AspectType_MetadataTemplate_EnumValue) GetName() string
- func (*AspectType_MetadataTemplate_EnumValue) ProtoMessage()
- func (x *AspectType_MetadataTemplate_EnumValue) ProtoReflect() protoreflect.Message
- func (x *AspectType_MetadataTemplate_EnumValue) Reset()
- func (x *AspectType_MetadataTemplate_EnumValue) String() string
- type Asset
- func (*Asset) Descriptor() ([]byte, []int)deprecated
- func (x *Asset) GetCreateTime() *timestamppb.Timestamp
- func (x *Asset) GetDescription() string
- func (x *Asset) GetDiscoverySpec() *Asset_DiscoverySpec
- func (x *Asset) GetDiscoveryStatus() *Asset_DiscoveryStatus
- func (x *Asset) GetDisplayName() string
- func (x *Asset) GetLabels() map[string]string
- func (x *Asset) GetName() string
- func (x *Asset) GetResourceSpec() *Asset_ResourceSpec
- func (x *Asset) GetResourceStatus() *Asset_ResourceStatus
- func (x *Asset) GetSecurityStatus() *Asset_SecurityStatus
- func (x *Asset) GetState() State
- func (x *Asset) GetUid() string
- func (x *Asset) GetUpdateTime() *timestamppb.Timestamp
- func (*Asset) ProtoMessage()
- func (x *Asset) ProtoReflect() protoreflect.Message
- func (x *Asset) Reset()
- func (x *Asset) String() string
- type AssetStatus
- func (*AssetStatus) Descriptor() ([]byte, []int)deprecated
- func (x *AssetStatus) GetActiveAssets() int32
- func (x *AssetStatus) GetSecurityPolicyApplyingAssets() int32
- func (x *AssetStatus) GetUpdateTime() *timestamppb.Timestamp
- func (*AssetStatus) ProtoMessage()
- func (x *AssetStatus) ProtoReflect() protoreflect.Message
- func (x *AssetStatus) Reset()
- func (x *AssetStatus) String() string
- type Asset_DiscoverySpec
- func (*Asset_DiscoverySpec) Descriptor() ([]byte, []int)deprecated
- func (x *Asset_DiscoverySpec) GetCsvOptions() *Asset_DiscoverySpec_CsvOptions
- func (x *Asset_DiscoverySpec) GetEnabled() bool
- func (x *Asset_DiscoverySpec) GetExcludePatterns() []string
- func (x *Asset_DiscoverySpec) GetIncludePatterns() []string
- func (x *Asset_DiscoverySpec) GetJsonOptions() *Asset_DiscoverySpec_JsonOptions
- func (x *Asset_DiscoverySpec) GetSchedule() string
- func (m *Asset_DiscoverySpec) GetTrigger() isAsset_DiscoverySpec_Trigger
- func (*Asset_DiscoverySpec) ProtoMessage()
- func (x *Asset_DiscoverySpec) ProtoReflect() protoreflect.Message
- func (x *Asset_DiscoverySpec) Reset()
- func (x *Asset_DiscoverySpec) String() string
- type Asset_DiscoverySpec_CsvOptions
- func (*Asset_DiscoverySpec_CsvOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Asset_DiscoverySpec_CsvOptions) GetDelimiter() string
- func (x *Asset_DiscoverySpec_CsvOptions) GetDisableTypeInference() bool
- func (x *Asset_DiscoverySpec_CsvOptions) GetEncoding() string
- func (x *Asset_DiscoverySpec_CsvOptions) GetHeaderRows() int32
- func (*Asset_DiscoverySpec_CsvOptions) ProtoMessage()
- func (x *Asset_DiscoverySpec_CsvOptions) ProtoReflect() protoreflect.Message
- func (x *Asset_DiscoverySpec_CsvOptions) Reset()
- func (x *Asset_DiscoverySpec_CsvOptions) String() string
- type Asset_DiscoverySpec_JsonOptions
- func (*Asset_DiscoverySpec_JsonOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Asset_DiscoverySpec_JsonOptions) GetDisableTypeInference() bool
- func (x *Asset_DiscoverySpec_JsonOptions) GetEncoding() string
- func (*Asset_DiscoverySpec_JsonOptions) ProtoMessage()
- func (x *Asset_DiscoverySpec_JsonOptions) ProtoReflect() protoreflect.Message
- func (x *Asset_DiscoverySpec_JsonOptions) Reset()
- func (x *Asset_DiscoverySpec_JsonOptions) String() string
- type Asset_DiscoverySpec_Schedule
- type Asset_DiscoveryStatus
- func (*Asset_DiscoveryStatus) Descriptor() ([]byte, []int)deprecated
- func (x *Asset_DiscoveryStatus) GetLastRunDuration() *durationpb.Duration
- func (x *Asset_DiscoveryStatus) GetLastRunTime() *timestamppb.Timestamp
- func (x *Asset_DiscoveryStatus) GetMessage() string
- func (x *Asset_DiscoveryStatus) GetState() Asset_DiscoveryStatus_State
- func (x *Asset_DiscoveryStatus) GetStats() *Asset_DiscoveryStatus_Stats
- func (x *Asset_DiscoveryStatus) GetUpdateTime() *timestamppb.Timestamp
- func (*Asset_DiscoveryStatus) ProtoMessage()
- func (x *Asset_DiscoveryStatus) ProtoReflect() protoreflect.Message
- func (x *Asset_DiscoveryStatus) Reset()
- func (x *Asset_DiscoveryStatus) String() string
- type Asset_DiscoveryStatus_State
- func (Asset_DiscoveryStatus_State) Descriptor() protoreflect.EnumDescriptor
- func (x Asset_DiscoveryStatus_State) Enum() *Asset_DiscoveryStatus_State
- func (Asset_DiscoveryStatus_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Asset_DiscoveryStatus_State) Number() protoreflect.EnumNumber
- func (x Asset_DiscoveryStatus_State) String() string
- func (Asset_DiscoveryStatus_State) Type() protoreflect.EnumType
- type Asset_DiscoveryStatus_Stats
- func (*Asset_DiscoveryStatus_Stats) Descriptor() ([]byte, []int)deprecated
- func (x *Asset_DiscoveryStatus_Stats) GetDataItems() int64
- func (x *Asset_DiscoveryStatus_Stats) GetDataSize() int64
- func (x *Asset_DiscoveryStatus_Stats) GetFilesets() int64
- func (x *Asset_DiscoveryStatus_Stats) GetTables() int64
- func (*Asset_DiscoveryStatus_Stats) ProtoMessage()
- func (x *Asset_DiscoveryStatus_Stats) ProtoReflect() protoreflect.Message
- func (x *Asset_DiscoveryStatus_Stats) Reset()
- func (x *Asset_DiscoveryStatus_Stats) String() string
- type Asset_ResourceSpec
- func (*Asset_ResourceSpec) Descriptor() ([]byte, []int)deprecated
- func (x *Asset_ResourceSpec) GetName() string
- func (x *Asset_ResourceSpec) GetReadAccessMode() Asset_ResourceSpec_AccessMode
- func (x *Asset_ResourceSpec) GetType() Asset_ResourceSpec_Type
- func (*Asset_ResourceSpec) ProtoMessage()
- func (x *Asset_ResourceSpec) ProtoReflect() protoreflect.Message
- func (x *Asset_ResourceSpec) Reset()
- func (x *Asset_ResourceSpec) String() string
- type Asset_ResourceSpec_AccessMode
- func (Asset_ResourceSpec_AccessMode) Descriptor() protoreflect.EnumDescriptor
- func (x Asset_ResourceSpec_AccessMode) Enum() *Asset_ResourceSpec_AccessMode
- func (Asset_ResourceSpec_AccessMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x Asset_ResourceSpec_AccessMode) Number() protoreflect.EnumNumber
- func (x Asset_ResourceSpec_AccessMode) String() string
- func (Asset_ResourceSpec_AccessMode) Type() protoreflect.EnumType
- type Asset_ResourceSpec_Type
- func (Asset_ResourceSpec_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Asset_ResourceSpec_Type) Enum() *Asset_ResourceSpec_Type
- func (Asset_ResourceSpec_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Asset_ResourceSpec_Type) Number() protoreflect.EnumNumber
- func (x Asset_ResourceSpec_Type) String() string
- func (Asset_ResourceSpec_Type) Type() protoreflect.EnumType
- type Asset_ResourceStatus
- func (*Asset_ResourceStatus) Descriptor() ([]byte, []int)deprecated
- func (x *Asset_ResourceStatus) GetManagedAccessIdentity() string
- func (x *Asset_ResourceStatus) GetMessage() string
- func (x *Asset_ResourceStatus) GetState() Asset_ResourceStatus_State
- func (x *Asset_ResourceStatus) GetUpdateTime() *timestamppb.Timestamp
- func (*Asset_ResourceStatus) ProtoMessage()
- func (x *Asset_ResourceStatus) ProtoReflect() protoreflect.Message
- func (x *Asset_ResourceStatus) Reset()
- func (x *Asset_ResourceStatus) String() string
- type Asset_ResourceStatus_State
- func (Asset_ResourceStatus_State) Descriptor() protoreflect.EnumDescriptor
- func (x Asset_ResourceStatus_State) Enum() *Asset_ResourceStatus_State
- func (Asset_ResourceStatus_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Asset_ResourceStatus_State) Number() protoreflect.EnumNumber
- func (x Asset_ResourceStatus_State) String() string
- func (Asset_ResourceStatus_State) Type() protoreflect.EnumType
- type Asset_SecurityStatus
- func (*Asset_SecurityStatus) Descriptor() ([]byte, []int)deprecated
- func (x *Asset_SecurityStatus) GetMessage() string
- func (x *Asset_SecurityStatus) GetState() Asset_SecurityStatus_State
- func (x *Asset_SecurityStatus) GetUpdateTime() *timestamppb.Timestamp
- func (*Asset_SecurityStatus) ProtoMessage()
- func (x *Asset_SecurityStatus) ProtoReflect() protoreflect.Message
- func (x *Asset_SecurityStatus) Reset()
- func (x *Asset_SecurityStatus) String() string
- type Asset_SecurityStatus_State
- func (Asset_SecurityStatus_State) Descriptor() protoreflect.EnumDescriptor
- func (x Asset_SecurityStatus_State) Enum() *Asset_SecurityStatus_State
- func (Asset_SecurityStatus_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Asset_SecurityStatus_State) Number() protoreflect.EnumNumber
- func (x Asset_SecurityStatus_State) String() string
- func (Asset_SecurityStatus_State) Type() protoreflect.EnumType
- type CancelJobRequest
- type CancelMetadataJobRequest
- func (*CancelMetadataJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelMetadataJobRequest) GetName() string
- func (*CancelMetadataJobRequest) ProtoMessage()
- func (x *CancelMetadataJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelMetadataJobRequest) Reset()
- func (x *CancelMetadataJobRequest) String() string
- type CatalogServiceClient
- type CatalogServiceServer
- type Content
- func (*Content) Descriptor() ([]byte, []int)deprecated
- func (m *Content) GetContent() isContent_Content
- func (x *Content) GetCreateTime() *timestamppb.Timestamp
- func (m *Content) GetData() isContent_Data
- func (x *Content) GetDataText() string
- func (x *Content) GetDescription() string
- func (x *Content) GetLabels() map[string]string
- func (x *Content) GetName() string
- func (x *Content) GetNotebook() *Content_Notebook
- func (x *Content) GetPath() string
- func (x *Content) GetSqlScript() *Content_SqlScript
- func (x *Content) GetUid() string
- func (x *Content) GetUpdateTime() *timestamppb.Timestamp
- func (*Content) ProtoMessage()
- func (x *Content) ProtoReflect() protoreflect.Message
- func (x *Content) Reset()
- func (x *Content) String() string
- type ContentServiceClient
- type ContentServiceServer
- type Content_DataText
- type Content_Notebook
- func (*Content_Notebook) Descriptor() ([]byte, []int)deprecated
- func (x *Content_Notebook) GetKernelType() Content_Notebook_KernelType
- func (*Content_Notebook) ProtoMessage()
- func (x *Content_Notebook) ProtoReflect() protoreflect.Message
- func (x *Content_Notebook) Reset()
- func (x *Content_Notebook) String() string
- type Content_Notebook_
- type Content_Notebook_KernelType
- func (Content_Notebook_KernelType) Descriptor() protoreflect.EnumDescriptor
- func (x Content_Notebook_KernelType) Enum() *Content_Notebook_KernelType
- func (Content_Notebook_KernelType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Content_Notebook_KernelType) Number() protoreflect.EnumNumber
- func (x Content_Notebook_KernelType) String() string
- func (Content_Notebook_KernelType) Type() protoreflect.EnumType
- type Content_SqlScript
- func (*Content_SqlScript) Descriptor() ([]byte, []int)deprecated
- func (x *Content_SqlScript) GetEngine() Content_SqlScript_QueryEngine
- func (*Content_SqlScript) ProtoMessage()
- func (x *Content_SqlScript) ProtoReflect() protoreflect.Message
- func (x *Content_SqlScript) Reset()
- func (x *Content_SqlScript) String() string
- type Content_SqlScript_
- type Content_SqlScript_QueryEngine
- func (Content_SqlScript_QueryEngine) Descriptor() protoreflect.EnumDescriptor
- func (x Content_SqlScript_QueryEngine) Enum() *Content_SqlScript_QueryEngine
- func (Content_SqlScript_QueryEngine) EnumDescriptor() ([]byte, []int)deprecated
- func (x Content_SqlScript_QueryEngine) Number() protoreflect.EnumNumber
- func (x Content_SqlScript_QueryEngine) String() string
- func (Content_SqlScript_QueryEngine) Type() protoreflect.EnumType
- type CreateAspectTypeRequest
- func (*CreateAspectTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAspectTypeRequest) GetAspectType() *AspectType
- func (x *CreateAspectTypeRequest) GetAspectTypeId() string
- func (x *CreateAspectTypeRequest) GetParent() string
- func (x *CreateAspectTypeRequest) GetValidateOnly() bool
- func (*CreateAspectTypeRequest) ProtoMessage()
- func (x *CreateAspectTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAspectTypeRequest) Reset()
- func (x *CreateAspectTypeRequest) String() string
- type CreateAssetRequest
- func (*CreateAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAssetRequest) GetAsset() *Asset
- func (x *CreateAssetRequest) GetAssetId() string
- func (x *CreateAssetRequest) GetParent() string
- func (x *CreateAssetRequest) GetValidateOnly() bool
- func (*CreateAssetRequest) ProtoMessage()
- func (x *CreateAssetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAssetRequest) Reset()
- func (x *CreateAssetRequest) String() string
- type CreateContentRequest
- func (*CreateContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateContentRequest) GetContent() *Content
- func (x *CreateContentRequest) GetParent() string
- func (x *CreateContentRequest) GetValidateOnly() bool
- func (*CreateContentRequest) ProtoMessage()
- func (x *CreateContentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateContentRequest) Reset()
- func (x *CreateContentRequest) String() string
- type CreateDataAttributeBindingRequest
- func (*CreateDataAttributeBindingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataAttributeBindingRequest) GetDataAttributeBinding() *DataAttributeBinding
- func (x *CreateDataAttributeBindingRequest) GetDataAttributeBindingId() string
- func (x *CreateDataAttributeBindingRequest) GetParent() string
- func (x *CreateDataAttributeBindingRequest) GetValidateOnly() bool
- func (*CreateDataAttributeBindingRequest) ProtoMessage()
- func (x *CreateDataAttributeBindingRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDataAttributeBindingRequest) Reset()
- func (x *CreateDataAttributeBindingRequest) String() string
- type CreateDataAttributeRequest
- func (*CreateDataAttributeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataAttributeRequest) GetDataAttribute() *DataAttribute
- func (x *CreateDataAttributeRequest) GetDataAttributeId() string
- func (x *CreateDataAttributeRequest) GetParent() string
- func (x *CreateDataAttributeRequest) GetValidateOnly() bool
- func (*CreateDataAttributeRequest) ProtoMessage()
- func (x *CreateDataAttributeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDataAttributeRequest) Reset()
- func (x *CreateDataAttributeRequest) String() string
- type CreateDataScanRequest
- func (*CreateDataScanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataScanRequest) GetDataScan() *DataScan
- func (x *CreateDataScanRequest) GetDataScanId() string
- func (x *CreateDataScanRequest) GetParent() string
- func (x *CreateDataScanRequest) GetValidateOnly() bool
- func (*CreateDataScanRequest) ProtoMessage()
- func (x *CreateDataScanRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDataScanRequest) Reset()
- func (x *CreateDataScanRequest) String() string
- type CreateDataTaxonomyRequest
- func (*CreateDataTaxonomyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataTaxonomyRequest) GetDataTaxonomy() *DataTaxonomy
- func (x *CreateDataTaxonomyRequest) GetDataTaxonomyId() string
- func (x *CreateDataTaxonomyRequest) GetParent() string
- func (x *CreateDataTaxonomyRequest) GetValidateOnly() bool
- func (*CreateDataTaxonomyRequest) ProtoMessage()
- func (x *CreateDataTaxonomyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDataTaxonomyRequest) Reset()
- func (x *CreateDataTaxonomyRequest) String() string
- type CreateEntityRequest
- func (*CreateEntityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEntityRequest) GetEntity() *Entity
- func (x *CreateEntityRequest) GetParent() string
- func (x *CreateEntityRequest) GetValidateOnly() bool
- func (*CreateEntityRequest) ProtoMessage()
- func (x *CreateEntityRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEntityRequest) Reset()
- func (x *CreateEntityRequest) String() string
- type CreateEntryGroupRequest
- func (*CreateEntryGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEntryGroupRequest) GetEntryGroup() *EntryGroup
- func (x *CreateEntryGroupRequest) GetEntryGroupId() string
- func (x *CreateEntryGroupRequest) GetParent() string
- func (x *CreateEntryGroupRequest) GetValidateOnly() bool
- func (*CreateEntryGroupRequest) ProtoMessage()
- func (x *CreateEntryGroupRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEntryGroupRequest) Reset()
- func (x *CreateEntryGroupRequest) String() string
- type CreateEntryRequest
- func (*CreateEntryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEntryRequest) GetEntry() *Entry
- func (x *CreateEntryRequest) GetEntryId() string
- func (x *CreateEntryRequest) GetParent() string
- func (*CreateEntryRequest) ProtoMessage()
- func (x *CreateEntryRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEntryRequest) Reset()
- func (x *CreateEntryRequest) String() string
- type CreateEntryTypeRequest
- func (*CreateEntryTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEntryTypeRequest) GetEntryType() *EntryType
- func (x *CreateEntryTypeRequest) GetEntryTypeId() string
- func (x *CreateEntryTypeRequest) GetParent() string
- func (x *CreateEntryTypeRequest) GetValidateOnly() bool
- func (*CreateEntryTypeRequest) ProtoMessage()
- func (x *CreateEntryTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEntryTypeRequest) Reset()
- func (x *CreateEntryTypeRequest) String() string
- type CreateEnvironmentRequest
- func (*CreateEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEnvironmentRequest) GetEnvironment() *Environment
- func (x *CreateEnvironmentRequest) GetEnvironmentId() string
- func (x *CreateEnvironmentRequest) GetParent() string
- func (x *CreateEnvironmentRequest) GetValidateOnly() bool
- func (*CreateEnvironmentRequest) ProtoMessage()
- func (x *CreateEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEnvironmentRequest) Reset()
- func (x *CreateEnvironmentRequest) String() string
- type CreateLakeRequest
- func (*CreateLakeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLakeRequest) GetLake() *Lake
- func (x *CreateLakeRequest) GetLakeId() string
- func (x *CreateLakeRequest) GetParent() string
- func (x *CreateLakeRequest) GetValidateOnly() bool
- func (*CreateLakeRequest) ProtoMessage()
- func (x *CreateLakeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateLakeRequest) Reset()
- func (x *CreateLakeRequest) String() string
- type CreateMetadataJobRequest
- func (*CreateMetadataJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMetadataJobRequest) GetMetadataJob() *MetadataJob
- func (x *CreateMetadataJobRequest) GetMetadataJobId() string
- func (x *CreateMetadataJobRequest) GetParent() string
- func (x *CreateMetadataJobRequest) GetValidateOnly() bool
- func (*CreateMetadataJobRequest) ProtoMessage()
- func (x *CreateMetadataJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMetadataJobRequest) Reset()
- func (x *CreateMetadataJobRequest) String() string
- type CreatePartitionRequest
- func (*CreatePartitionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePartitionRequest) GetParent() string
- func (x *CreatePartitionRequest) GetPartition() *Partition
- func (x *CreatePartitionRequest) GetValidateOnly() bool
- func (*CreatePartitionRequest) ProtoMessage()
- func (x *CreatePartitionRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePartitionRequest) Reset()
- func (x *CreatePartitionRequest) String() string
- type CreateTaskRequest
- func (*CreateTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTaskRequest) GetParent() string
- func (x *CreateTaskRequest) GetTask() *Task
- func (x *CreateTaskRequest) GetTaskId() string
- func (x *CreateTaskRequest) GetValidateOnly() bool
- func (*CreateTaskRequest) ProtoMessage()
- func (x *CreateTaskRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTaskRequest) Reset()
- func (x *CreateTaskRequest) String() string
- type CreateZoneRequest
- func (*CreateZoneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateZoneRequest) GetParent() string
- func (x *CreateZoneRequest) GetValidateOnly() bool
- func (x *CreateZoneRequest) GetZone() *Zone
- func (x *CreateZoneRequest) GetZoneId() string
- func (*CreateZoneRequest) ProtoMessage()
- func (x *CreateZoneRequest) ProtoReflect() protoreflect.Message
- func (x *CreateZoneRequest) Reset()
- func (x *CreateZoneRequest) String() string
- type DataAccessSpec
- type DataAttribute
- func (*DataAttribute) Descriptor() ([]byte, []int)deprecated
- func (x *DataAttribute) GetAttributeCount() int32
- func (x *DataAttribute) GetCreateTime() *timestamppb.Timestamp
- func (x *DataAttribute) GetDataAccessSpec() *DataAccessSpec
- func (x *DataAttribute) GetDescription() string
- func (x *DataAttribute) GetDisplayName() string
- func (x *DataAttribute) GetEtag() string
- func (x *DataAttribute) GetLabels() map[string]string
- func (x *DataAttribute) GetName() string
- func (x *DataAttribute) GetParentId() string
- func (x *DataAttribute) GetResourceAccessSpec() *ResourceAccessSpec
- func (x *DataAttribute) GetUid() string
- func (x *DataAttribute) GetUpdateTime() *timestamppb.Timestamp
- func (*DataAttribute) ProtoMessage()
- func (x *DataAttribute) ProtoReflect() protoreflect.Message
- func (x *DataAttribute) Reset()
- func (x *DataAttribute) String() string
- type DataAttributeBinding
- func (*DataAttributeBinding) Descriptor() ([]byte, []int)deprecated
- func (x *DataAttributeBinding) GetAttributes() []string
- func (x *DataAttributeBinding) GetCreateTime() *timestamppb.Timestamp
- func (x *DataAttributeBinding) GetDescription() string
- func (x *DataAttributeBinding) GetDisplayName() string
- func (x *DataAttributeBinding) GetEtag() string
- func (x *DataAttributeBinding) GetLabels() map[string]string
- func (x *DataAttributeBinding) GetName() string
- func (x *DataAttributeBinding) GetPaths() []*DataAttributeBinding_Path
- func (x *DataAttributeBinding) GetResource() string
- func (m *DataAttributeBinding) GetResourceReference() isDataAttributeBinding_ResourceReference
- func (x *DataAttributeBinding) GetUid() string
- func (x *DataAttributeBinding) GetUpdateTime() *timestamppb.Timestamp
- func (*DataAttributeBinding) ProtoMessage()
- func (x *DataAttributeBinding) ProtoReflect() protoreflect.Message
- func (x *DataAttributeBinding) Reset()
- func (x *DataAttributeBinding) String() string
- type DataAttributeBinding_Path
- func (*DataAttributeBinding_Path) Descriptor() ([]byte, []int)deprecated
- func (x *DataAttributeBinding_Path) GetAttributes() []string
- func (x *DataAttributeBinding_Path) GetName() string
- func (*DataAttributeBinding_Path) ProtoMessage()
- func (x *DataAttributeBinding_Path) ProtoReflect() protoreflect.Message
- func (x *DataAttributeBinding_Path) Reset()
- func (x *DataAttributeBinding_Path) String() string
- type DataAttributeBinding_Resource
- type DataDiscoveryResult
- func (*DataDiscoveryResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataDiscoveryResult) GetBigqueryPublishing() *DataDiscoveryResult_BigQueryPublishing
- func (*DataDiscoveryResult) ProtoMessage()
- func (x *DataDiscoveryResult) ProtoReflect() protoreflect.Message
- func (x *DataDiscoveryResult) Reset()
- func (x *DataDiscoveryResult) String() string
- type DataDiscoveryResult_BigQueryPublishing
- func (*DataDiscoveryResult_BigQueryPublishing) Descriptor() ([]byte, []int)deprecated
- func (x *DataDiscoveryResult_BigQueryPublishing) GetDataset() string
- func (*DataDiscoveryResult_BigQueryPublishing) ProtoMessage()
- func (x *DataDiscoveryResult_BigQueryPublishing) ProtoReflect() protoreflect.Message
- func (x *DataDiscoveryResult_BigQueryPublishing) Reset()
- func (x *DataDiscoveryResult_BigQueryPublishing) String() string
- type DataDiscoverySpec
- func (*DataDiscoverySpec) Descriptor() ([]byte, []int)deprecated
- func (x *DataDiscoverySpec) GetBigqueryPublishingConfig() *DataDiscoverySpec_BigQueryPublishingConfig
- func (m *DataDiscoverySpec) GetResourceConfig() isDataDiscoverySpec_ResourceConfig
- func (x *DataDiscoverySpec) GetStorageConfig() *DataDiscoverySpec_StorageConfig
- func (*DataDiscoverySpec) ProtoMessage()
- func (x *DataDiscoverySpec) ProtoReflect() protoreflect.Message
- func (x *DataDiscoverySpec) Reset()
- func (x *DataDiscoverySpec) String() string
- type DataDiscoverySpec_BigQueryPublishingConfig
- func (*DataDiscoverySpec_BigQueryPublishingConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DataDiscoverySpec_BigQueryPublishingConfig) GetConnection() string
- func (x *DataDiscoverySpec_BigQueryPublishingConfig) GetTableType() DataDiscoverySpec_BigQueryPublishingConfig_TableType
- func (*DataDiscoverySpec_BigQueryPublishingConfig) ProtoMessage()
- func (x *DataDiscoverySpec_BigQueryPublishingConfig) ProtoReflect() protoreflect.Message
- func (x *DataDiscoverySpec_BigQueryPublishingConfig) Reset()
- func (x *DataDiscoverySpec_BigQueryPublishingConfig) String() string
- type DataDiscoverySpec_BigQueryPublishingConfig_TableType
- func (DataDiscoverySpec_BigQueryPublishingConfig_TableType) Descriptor() protoreflect.EnumDescriptor
- func (x DataDiscoverySpec_BigQueryPublishingConfig_TableType) Enum() *DataDiscoverySpec_BigQueryPublishingConfig_TableType
- func (DataDiscoverySpec_BigQueryPublishingConfig_TableType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataDiscoverySpec_BigQueryPublishingConfig_TableType) Number() protoreflect.EnumNumber
- func (x DataDiscoverySpec_BigQueryPublishingConfig_TableType) String() string
- func (DataDiscoverySpec_BigQueryPublishingConfig_TableType) Type() protoreflect.EnumType
- type DataDiscoverySpec_StorageConfig
- func (*DataDiscoverySpec_StorageConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DataDiscoverySpec_StorageConfig) GetCsvOptions() *DataDiscoverySpec_StorageConfig_CsvOptions
- func (x *DataDiscoverySpec_StorageConfig) GetExcludePatterns() []string
- func (x *DataDiscoverySpec_StorageConfig) GetIncludePatterns() []string
- func (x *DataDiscoverySpec_StorageConfig) GetJsonOptions() *DataDiscoverySpec_StorageConfig_JsonOptions
- func (*DataDiscoverySpec_StorageConfig) ProtoMessage()
- func (x *DataDiscoverySpec_StorageConfig) ProtoReflect() protoreflect.Message
- func (x *DataDiscoverySpec_StorageConfig) Reset()
- func (x *DataDiscoverySpec_StorageConfig) String() string
- type DataDiscoverySpec_StorageConfig_
- type DataDiscoverySpec_StorageConfig_CsvOptions
- func (*DataDiscoverySpec_StorageConfig_CsvOptions) Descriptor() ([]byte, []int)deprecated
- func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetDelimiter() string
- func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetEncoding() string
- func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetHeaderRows() int32
- func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetQuote() string
- func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetTypeInferenceDisabled() bool
- func (*DataDiscoverySpec_StorageConfig_CsvOptions) ProtoMessage()
- func (x *DataDiscoverySpec_StorageConfig_CsvOptions) ProtoReflect() protoreflect.Message
- func (x *DataDiscoverySpec_StorageConfig_CsvOptions) Reset()
- func (x *DataDiscoverySpec_StorageConfig_CsvOptions) String() string
- type DataDiscoverySpec_StorageConfig_JsonOptions
- func (*DataDiscoverySpec_StorageConfig_JsonOptions) Descriptor() ([]byte, []int)deprecated
- func (x *DataDiscoverySpec_StorageConfig_JsonOptions) GetEncoding() string
- func (x *DataDiscoverySpec_StorageConfig_JsonOptions) GetTypeInferenceDisabled() bool
- func (*DataDiscoverySpec_StorageConfig_JsonOptions) ProtoMessage()
- func (x *DataDiscoverySpec_StorageConfig_JsonOptions) ProtoReflect() protoreflect.Message
- func (x *DataDiscoverySpec_StorageConfig_JsonOptions) Reset()
- func (x *DataDiscoverySpec_StorageConfig_JsonOptions) String() string
- type DataProfileResult
- func (*DataProfileResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult) GetPostScanActionsResult() *DataProfileResult_PostScanActionsResult
- func (x *DataProfileResult) GetProfile() *DataProfileResult_Profile
- func (x *DataProfileResult) GetRowCount() int64
- func (x *DataProfileResult) GetScannedData() *ScannedData
- func (*DataProfileResult) ProtoMessage()
- func (x *DataProfileResult) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult) Reset()
- func (x *DataProfileResult) String() string
- type DataProfileResult_PostScanActionsResult
- func (*DataProfileResult_PostScanActionsResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult_PostScanActionsResult) GetBigqueryExportResult() *DataProfileResult_PostScanActionsResult_BigQueryExportResult
- func (*DataProfileResult_PostScanActionsResult) ProtoMessage()
- func (x *DataProfileResult_PostScanActionsResult) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult_PostScanActionsResult) Reset()
- func (x *DataProfileResult_PostScanActionsResult) String() string
- type DataProfileResult_PostScanActionsResult_BigQueryExportResult
- func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult_PostScanActionsResult_BigQueryExportResult) GetMessage() string
- func (x *DataProfileResult_PostScanActionsResult_BigQueryExportResult) GetState() DataProfileResult_PostScanActionsResult_BigQueryExportResult_State
- func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) ProtoMessage()
- func (x *DataProfileResult_PostScanActionsResult_BigQueryExportResult) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult_PostScanActionsResult_BigQueryExportResult) Reset()
- func (x *DataProfileResult_PostScanActionsResult_BigQueryExportResult) String() string
- type DataProfileResult_PostScanActionsResult_BigQueryExportResult_State
- func (DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) Descriptor() protoreflect.EnumDescriptor
- func (x DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) Enum() *DataProfileResult_PostScanActionsResult_BigQueryExportResult_State
- func (DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) Number() protoreflect.EnumNumber
- func (x DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) String() string
- func (DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) Type() protoreflect.EnumType
- type DataProfileResult_Profile
- func (*DataProfileResult_Profile) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult_Profile) GetFields() []*DataProfileResult_Profile_Field
- func (*DataProfileResult_Profile) ProtoMessage()
- func (x *DataProfileResult_Profile) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult_Profile) Reset()
- func (x *DataProfileResult_Profile) String() string
- type DataProfileResult_Profile_Field
- func (*DataProfileResult_Profile_Field) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult_Profile_Field) GetMode() string
- func (x *DataProfileResult_Profile_Field) GetName() string
- func (x *DataProfileResult_Profile_Field) GetProfile() *DataProfileResult_Profile_Field_ProfileInfo
- func (x *DataProfileResult_Profile_Field) GetType() string
- func (*DataProfileResult_Profile_Field) ProtoMessage()
- func (x *DataProfileResult_Profile_Field) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult_Profile_Field) Reset()
- func (x *DataProfileResult_Profile_Field) String() string
- type DataProfileResult_Profile_Field_ProfileInfo
- func (*DataProfileResult_Profile_Field_ProfileInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult_Profile_Field_ProfileInfo) GetDistinctRatio() float64
- func (x *DataProfileResult_Profile_Field_ProfileInfo) GetDoubleProfile() *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo
- func (m *DataProfileResult_Profile_Field_ProfileInfo) GetFieldInfo() isDataProfileResult_Profile_Field_ProfileInfo_FieldInfo
- func (x *DataProfileResult_Profile_Field_ProfileInfo) GetIntegerProfile() *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo
- func (x *DataProfileResult_Profile_Field_ProfileInfo) GetNullRatio() float64
- func (x *DataProfileResult_Profile_Field_ProfileInfo) GetStringProfile() *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo
- func (x *DataProfileResult_Profile_Field_ProfileInfo) GetTopNValues() []*DataProfileResult_Profile_Field_ProfileInfo_TopNValue
- func (*DataProfileResult_Profile_Field_ProfileInfo) ProtoMessage()
- func (x *DataProfileResult_Profile_Field_ProfileInfo) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult_Profile_Field_ProfileInfo) Reset()
- func (x *DataProfileResult_Profile_Field_ProfileInfo) String() string
- type DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo
- func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetAverage() float64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetMax() float64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetMin() float64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetQuartiles() []float64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetStandardDeviation() float64
- func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) ProtoMessage()
- func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) Reset()
- func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) String() string
- type DataProfileResult_Profile_Field_ProfileInfo_DoubleProfile
- type DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo
- func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetAverage() float64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetMax() int64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetMin() int64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetQuartiles() []int64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetStandardDeviation() float64
- func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) ProtoMessage()
- func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) Reset()
- func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) String() string
- type DataProfileResult_Profile_Field_ProfileInfo_IntegerProfile
- type DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo
- func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetAverageLength() float64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetMaxLength() int64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetMinLength() int64
- func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) ProtoMessage()
- func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) Reset()
- func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) String() string
- type DataProfileResult_Profile_Field_ProfileInfo_StringProfile
- type DataProfileResult_Profile_Field_ProfileInfo_TopNValue
- func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetCount() int64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetRatio() float64
- func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetValue() string
- func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) ProtoMessage()
- func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) ProtoReflect() protoreflect.Message
- func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) Reset()
- func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) String() string
- type DataProfileSpec
- func (*DataProfileSpec) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileSpec) GetExcludeFields() *DataProfileSpec_SelectedFields
- func (x *DataProfileSpec) GetIncludeFields() *DataProfileSpec_SelectedFields
- func (x *DataProfileSpec) GetPostScanActions() *DataProfileSpec_PostScanActions
- func (x *DataProfileSpec) GetRowFilter() string
- func (x *DataProfileSpec) GetSamplingPercent() float32
- func (*DataProfileSpec) ProtoMessage()
- func (x *DataProfileSpec) ProtoReflect() protoreflect.Message
- func (x *DataProfileSpec) Reset()
- func (x *DataProfileSpec) String() string
- type DataProfileSpec_PostScanActions
- func (*DataProfileSpec_PostScanActions) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileSpec_PostScanActions) GetBigqueryExport() *DataProfileSpec_PostScanActions_BigQueryExport
- func (*DataProfileSpec_PostScanActions) ProtoMessage()
- func (x *DataProfileSpec_PostScanActions) ProtoReflect() protoreflect.Message
- func (x *DataProfileSpec_PostScanActions) Reset()
- func (x *DataProfileSpec_PostScanActions) String() string
- type DataProfileSpec_PostScanActions_BigQueryExport
- func (*DataProfileSpec_PostScanActions_BigQueryExport) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileSpec_PostScanActions_BigQueryExport) GetResultsTable() string
- func (*DataProfileSpec_PostScanActions_BigQueryExport) ProtoMessage()
- func (x *DataProfileSpec_PostScanActions_BigQueryExport) ProtoReflect() protoreflect.Message
- func (x *DataProfileSpec_PostScanActions_BigQueryExport) Reset()
- func (x *DataProfileSpec_PostScanActions_BigQueryExport) String() string
- type DataProfileSpec_SelectedFields
- func (*DataProfileSpec_SelectedFields) Descriptor() ([]byte, []int)deprecated
- func (x *DataProfileSpec_SelectedFields) GetFieldNames() []string
- func (*DataProfileSpec_SelectedFields) ProtoMessage()
- func (x *DataProfileSpec_SelectedFields) ProtoReflect() protoreflect.Message
- func (x *DataProfileSpec_SelectedFields) Reset()
- func (x *DataProfileSpec_SelectedFields) String() string
- type DataQualityColumnResult
- func (*DataQualityColumnResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityColumnResult) GetColumn() string
- func (x *DataQualityColumnResult) GetScore() float32
- func (*DataQualityColumnResult) ProtoMessage()
- func (x *DataQualityColumnResult) ProtoReflect() protoreflect.Message
- func (x *DataQualityColumnResult) Reset()
- func (x *DataQualityColumnResult) String() string
- type DataQualityDimension
- func (*DataQualityDimension) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityDimension) GetName() string
- func (*DataQualityDimension) ProtoMessage()
- func (x *DataQualityDimension) ProtoReflect() protoreflect.Message
- func (x *DataQualityDimension) Reset()
- func (x *DataQualityDimension) String() string
- type DataQualityDimensionResult
- func (*DataQualityDimensionResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityDimensionResult) GetDimension() *DataQualityDimension
- func (x *DataQualityDimensionResult) GetPassed() bool
- func (x *DataQualityDimensionResult) GetScore() float32
- func (*DataQualityDimensionResult) ProtoMessage()
- func (x *DataQualityDimensionResult) ProtoReflect() protoreflect.Message
- func (x *DataQualityDimensionResult) Reset()
- func (x *DataQualityDimensionResult) String() string
- type DataQualityResult
- func (*DataQualityResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityResult) GetColumns() []*DataQualityColumnResult
- func (x *DataQualityResult) GetDimensions() []*DataQualityDimensionResult
- func (x *DataQualityResult) GetPassed() bool
- func (x *DataQualityResult) GetPostScanActionsResult() *DataQualityResult_PostScanActionsResult
- func (x *DataQualityResult) GetRowCount() int64
- func (x *DataQualityResult) GetRules() []*DataQualityRuleResult
- func (x *DataQualityResult) GetScannedData() *ScannedData
- func (x *DataQualityResult) GetScore() float32
- func (*DataQualityResult) ProtoMessage()
- func (x *DataQualityResult) ProtoReflect() protoreflect.Message
- func (x *DataQualityResult) Reset()
- func (x *DataQualityResult) String() string
- type DataQualityResult_PostScanActionsResult
- func (*DataQualityResult_PostScanActionsResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityResult_PostScanActionsResult) GetBigqueryExportResult() *DataQualityResult_PostScanActionsResult_BigQueryExportResult
- func (*DataQualityResult_PostScanActionsResult) ProtoMessage()
- func (x *DataQualityResult_PostScanActionsResult) ProtoReflect() protoreflect.Message
- func (x *DataQualityResult_PostScanActionsResult) Reset()
- func (x *DataQualityResult_PostScanActionsResult) String() string
- type DataQualityResult_PostScanActionsResult_BigQueryExportResult
- func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityResult_PostScanActionsResult_BigQueryExportResult) GetMessage() string
- func (x *DataQualityResult_PostScanActionsResult_BigQueryExportResult) GetState() DataQualityResult_PostScanActionsResult_BigQueryExportResult_State
- func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) ProtoMessage()
- func (x *DataQualityResult_PostScanActionsResult_BigQueryExportResult) ProtoReflect() protoreflect.Message
- func (x *DataQualityResult_PostScanActionsResult_BigQueryExportResult) Reset()
- func (x *DataQualityResult_PostScanActionsResult_BigQueryExportResult) String() string
- type DataQualityResult_PostScanActionsResult_BigQueryExportResult_State
- func (DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) Descriptor() protoreflect.EnumDescriptor
- func (x DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) Enum() *DataQualityResult_PostScanActionsResult_BigQueryExportResult_State
- func (DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) Number() protoreflect.EnumNumber
- func (x DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) String() string
- func (DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) Type() protoreflect.EnumType
- type DataQualityRule
- func (*DataQualityRule) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityRule) GetColumn() string
- func (x *DataQualityRule) GetDescription() string
- func (x *DataQualityRule) GetDimension() string
- func (x *DataQualityRule) GetIgnoreNull() bool
- func (x *DataQualityRule) GetName() string
- func (x *DataQualityRule) GetNonNullExpectation() *DataQualityRule_NonNullExpectation
- func (x *DataQualityRule) GetRangeExpectation() *DataQualityRule_RangeExpectation
- func (x *DataQualityRule) GetRegexExpectation() *DataQualityRule_RegexExpectation
- func (x *DataQualityRule) GetRowConditionExpectation() *DataQualityRule_RowConditionExpectation
- func (m *DataQualityRule) GetRuleType() isDataQualityRule_RuleType
- func (x *DataQualityRule) GetSetExpectation() *DataQualityRule_SetExpectation
- func (x *DataQualityRule) GetSqlAssertion() *DataQualityRule_SqlAssertion
- func (x *DataQualityRule) GetStatisticRangeExpectation() *DataQualityRule_StatisticRangeExpectation
- func (x *DataQualityRule) GetSuspended() bool
- func (x *DataQualityRule) GetTableConditionExpectation() *DataQualityRule_TableConditionExpectation
- func (x *DataQualityRule) GetThreshold() float64
- func (x *DataQualityRule) GetUniquenessExpectation() *DataQualityRule_UniquenessExpectation
- func (*DataQualityRule) ProtoMessage()
- func (x *DataQualityRule) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule) Reset()
- func (x *DataQualityRule) String() string
- type DataQualityRuleResult
- func (*DataQualityRuleResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityRuleResult) GetAssertionRowCount() int64
- func (x *DataQualityRuleResult) GetEvaluatedCount() int64
- func (x *DataQualityRuleResult) GetFailingRowsQuery() string
- func (x *DataQualityRuleResult) GetNullCount() int64
- func (x *DataQualityRuleResult) GetPassRatio() float64
- func (x *DataQualityRuleResult) GetPassed() bool
- func (x *DataQualityRuleResult) GetPassedCount() int64
- func (x *DataQualityRuleResult) GetRule() *DataQualityRule
- func (*DataQualityRuleResult) ProtoMessage()
- func (x *DataQualityRuleResult) ProtoReflect() protoreflect.Message
- func (x *DataQualityRuleResult) Reset()
- func (x *DataQualityRuleResult) String() string
- type DataQualityRule_NonNullExpectation
- func (*DataQualityRule_NonNullExpectation) Descriptor() ([]byte, []int)deprecated
- func (*DataQualityRule_NonNullExpectation) ProtoMessage()
- func (x *DataQualityRule_NonNullExpectation) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule_NonNullExpectation) Reset()
- func (x *DataQualityRule_NonNullExpectation) String() string
- type DataQualityRule_NonNullExpectation_
- type DataQualityRule_RangeExpectation
- func (*DataQualityRule_RangeExpectation) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityRule_RangeExpectation) GetMaxValue() string
- func (x *DataQualityRule_RangeExpectation) GetMinValue() string
- func (x *DataQualityRule_RangeExpectation) GetStrictMaxEnabled() bool
- func (x *DataQualityRule_RangeExpectation) GetStrictMinEnabled() bool
- func (*DataQualityRule_RangeExpectation) ProtoMessage()
- func (x *DataQualityRule_RangeExpectation) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule_RangeExpectation) Reset()
- func (x *DataQualityRule_RangeExpectation) String() string
- type DataQualityRule_RangeExpectation_
- type DataQualityRule_RegexExpectation
- func (*DataQualityRule_RegexExpectation) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityRule_RegexExpectation) GetRegex() string
- func (*DataQualityRule_RegexExpectation) ProtoMessage()
- func (x *DataQualityRule_RegexExpectation) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule_RegexExpectation) Reset()
- func (x *DataQualityRule_RegexExpectation) String() string
- type DataQualityRule_RegexExpectation_
- type DataQualityRule_RowConditionExpectation
- func (*DataQualityRule_RowConditionExpectation) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityRule_RowConditionExpectation) GetSqlExpression() string
- func (*DataQualityRule_RowConditionExpectation) ProtoMessage()
- func (x *DataQualityRule_RowConditionExpectation) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule_RowConditionExpectation) Reset()
- func (x *DataQualityRule_RowConditionExpectation) String() string
- type DataQualityRule_RowConditionExpectation_
- type DataQualityRule_SetExpectation
- func (*DataQualityRule_SetExpectation) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityRule_SetExpectation) GetValues() []string
- func (*DataQualityRule_SetExpectation) ProtoMessage()
- func (x *DataQualityRule_SetExpectation) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule_SetExpectation) Reset()
- func (x *DataQualityRule_SetExpectation) String() string
- type DataQualityRule_SetExpectation_
- type DataQualityRule_SqlAssertion
- func (*DataQualityRule_SqlAssertion) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityRule_SqlAssertion) GetSqlStatement() string
- func (*DataQualityRule_SqlAssertion) ProtoMessage()
- func (x *DataQualityRule_SqlAssertion) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule_SqlAssertion) Reset()
- func (x *DataQualityRule_SqlAssertion) String() string
- type DataQualityRule_SqlAssertion_
- type DataQualityRule_StatisticRangeExpectation
- func (*DataQualityRule_StatisticRangeExpectation) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityRule_StatisticRangeExpectation) GetMaxValue() string
- func (x *DataQualityRule_StatisticRangeExpectation) GetMinValue() string
- func (x *DataQualityRule_StatisticRangeExpectation) GetStatistic() DataQualityRule_StatisticRangeExpectation_ColumnStatistic
- func (x *DataQualityRule_StatisticRangeExpectation) GetStrictMaxEnabled() bool
- func (x *DataQualityRule_StatisticRangeExpectation) GetStrictMinEnabled() bool
- func (*DataQualityRule_StatisticRangeExpectation) ProtoMessage()
- func (x *DataQualityRule_StatisticRangeExpectation) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule_StatisticRangeExpectation) Reset()
- func (x *DataQualityRule_StatisticRangeExpectation) String() string
- type DataQualityRule_StatisticRangeExpectation_
- type DataQualityRule_StatisticRangeExpectation_ColumnStatistic
- func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Descriptor() protoreflect.EnumDescriptor
- func (x DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Enum() *DataQualityRule_StatisticRangeExpectation_ColumnStatistic
- func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Number() protoreflect.EnumNumber
- func (x DataQualityRule_StatisticRangeExpectation_ColumnStatistic) String() string
- func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Type() protoreflect.EnumType
- type DataQualityRule_TableConditionExpectation
- func (*DataQualityRule_TableConditionExpectation) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityRule_TableConditionExpectation) GetSqlExpression() string
- func (*DataQualityRule_TableConditionExpectation) ProtoMessage()
- func (x *DataQualityRule_TableConditionExpectation) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule_TableConditionExpectation) Reset()
- func (x *DataQualityRule_TableConditionExpectation) String() string
- type DataQualityRule_TableConditionExpectation_
- type DataQualityRule_UniquenessExpectation
- func (*DataQualityRule_UniquenessExpectation) Descriptor() ([]byte, []int)deprecated
- func (*DataQualityRule_UniquenessExpectation) ProtoMessage()
- func (x *DataQualityRule_UniquenessExpectation) ProtoReflect() protoreflect.Message
- func (x *DataQualityRule_UniquenessExpectation) Reset()
- func (x *DataQualityRule_UniquenessExpectation) String() string
- type DataQualityRule_UniquenessExpectation_
- type DataQualityScanRuleResult
- func (*DataQualityScanRuleResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualityScanRuleResult) GetAssertionRowCount() int64
- func (x *DataQualityScanRuleResult) GetColumn() string
- func (x *DataQualityScanRuleResult) GetDataSource() string
- func (x *DataQualityScanRuleResult) GetEvaluatedRowCount() int64
- func (x *DataQualityScanRuleResult) GetEvalutionType() DataQualityScanRuleResult_EvaluationType
- func (x *DataQualityScanRuleResult) GetJobId() string
- func (x *DataQualityScanRuleResult) GetNullRowCount() int64
- func (x *DataQualityScanRuleResult) GetPassedRowCount() int64
- func (x *DataQualityScanRuleResult) GetResult() DataQualityScanRuleResult_Result
- func (x *DataQualityScanRuleResult) GetRuleDimension() string
- func (x *DataQualityScanRuleResult) GetRuleName() string
- func (x *DataQualityScanRuleResult) GetRuleType() DataQualityScanRuleResult_RuleType
- func (x *DataQualityScanRuleResult) GetThresholdPercent() float64
- func (*DataQualityScanRuleResult) ProtoMessage()
- func (x *DataQualityScanRuleResult) ProtoReflect() protoreflect.Message
- func (x *DataQualityScanRuleResult) Reset()
- func (x *DataQualityScanRuleResult) String() string
- type DataQualityScanRuleResult_EvaluationType
- func (DataQualityScanRuleResult_EvaluationType) Descriptor() protoreflect.EnumDescriptor
- func (x DataQualityScanRuleResult_EvaluationType) Enum() *DataQualityScanRuleResult_EvaluationType
- func (DataQualityScanRuleResult_EvaluationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataQualityScanRuleResult_EvaluationType) Number() protoreflect.EnumNumber
- func (x DataQualityScanRuleResult_EvaluationType) String() string
- func (DataQualityScanRuleResult_EvaluationType) Type() protoreflect.EnumType
- type DataQualityScanRuleResult_Result
- func (DataQualityScanRuleResult_Result) Descriptor() protoreflect.EnumDescriptor
- func (x DataQualityScanRuleResult_Result) Enum() *DataQualityScanRuleResult_Result
- func (DataQualityScanRuleResult_Result) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataQualityScanRuleResult_Result) Number() protoreflect.EnumNumber
- func (x DataQualityScanRuleResult_Result) String() string
- func (DataQualityScanRuleResult_Result) Type() protoreflect.EnumType
- type DataQualityScanRuleResult_RuleType
- func (DataQualityScanRuleResult_RuleType) Descriptor() protoreflect.EnumDescriptor
- func (x DataQualityScanRuleResult_RuleType) Enum() *DataQualityScanRuleResult_RuleType
- func (DataQualityScanRuleResult_RuleType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataQualityScanRuleResult_RuleType) Number() protoreflect.EnumNumber
- func (x DataQualityScanRuleResult_RuleType) String() string
- func (DataQualityScanRuleResult_RuleType) Type() protoreflect.EnumType
- type DataQualitySpec
- func (*DataQualitySpec) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualitySpec) GetPostScanActions() *DataQualitySpec_PostScanActions
- func (x *DataQualitySpec) GetRowFilter() string
- func (x *DataQualitySpec) GetRules() []*DataQualityRule
- func (x *DataQualitySpec) GetSamplingPercent() float32
- func (*DataQualitySpec) ProtoMessage()
- func (x *DataQualitySpec) ProtoReflect() protoreflect.Message
- func (x *DataQualitySpec) Reset()
- func (x *DataQualitySpec) String() string
- type DataQualitySpec_PostScanActions
- func (*DataQualitySpec_PostScanActions) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualitySpec_PostScanActions) GetBigqueryExport() *DataQualitySpec_PostScanActions_BigQueryExport
- func (x *DataQualitySpec_PostScanActions) GetNotificationReport() *DataQualitySpec_PostScanActions_NotificationReport
- func (*DataQualitySpec_PostScanActions) ProtoMessage()
- func (x *DataQualitySpec_PostScanActions) ProtoReflect() protoreflect.Message
- func (x *DataQualitySpec_PostScanActions) Reset()
- func (x *DataQualitySpec_PostScanActions) String() string
- type DataQualitySpec_PostScanActions_BigQueryExport
- func (*DataQualitySpec_PostScanActions_BigQueryExport) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualitySpec_PostScanActions_BigQueryExport) GetResultsTable() string
- func (*DataQualitySpec_PostScanActions_BigQueryExport) ProtoMessage()
- func (x *DataQualitySpec_PostScanActions_BigQueryExport) ProtoReflect() protoreflect.Message
- func (x *DataQualitySpec_PostScanActions_BigQueryExport) Reset()
- func (x *DataQualitySpec_PostScanActions_BigQueryExport) String() string
- type DataQualitySpec_PostScanActions_JobEndTrigger
- func (*DataQualitySpec_PostScanActions_JobEndTrigger) Descriptor() ([]byte, []int)deprecated
- func (*DataQualitySpec_PostScanActions_JobEndTrigger) ProtoMessage()
- func (x *DataQualitySpec_PostScanActions_JobEndTrigger) ProtoReflect() protoreflect.Message
- func (x *DataQualitySpec_PostScanActions_JobEndTrigger) Reset()
- func (x *DataQualitySpec_PostScanActions_JobEndTrigger) String() string
- type DataQualitySpec_PostScanActions_JobFailureTrigger
- func (*DataQualitySpec_PostScanActions_JobFailureTrigger) Descriptor() ([]byte, []int)deprecated
- func (*DataQualitySpec_PostScanActions_JobFailureTrigger) ProtoMessage()
- func (x *DataQualitySpec_PostScanActions_JobFailureTrigger) ProtoReflect() protoreflect.Message
- func (x *DataQualitySpec_PostScanActions_JobFailureTrigger) Reset()
- func (x *DataQualitySpec_PostScanActions_JobFailureTrigger) String() string
- type DataQualitySpec_PostScanActions_NotificationReport
- func (*DataQualitySpec_PostScanActions_NotificationReport) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualitySpec_PostScanActions_NotificationReport) GetJobEndTrigger() *DataQualitySpec_PostScanActions_JobEndTrigger
- func (x *DataQualitySpec_PostScanActions_NotificationReport) GetJobFailureTrigger() *DataQualitySpec_PostScanActions_JobFailureTrigger
- func (x *DataQualitySpec_PostScanActions_NotificationReport) GetRecipients() *DataQualitySpec_PostScanActions_Recipients
- func (x *DataQualitySpec_PostScanActions_NotificationReport) GetScoreThresholdTrigger() *DataQualitySpec_PostScanActions_ScoreThresholdTrigger
- func (*DataQualitySpec_PostScanActions_NotificationReport) ProtoMessage()
- func (x *DataQualitySpec_PostScanActions_NotificationReport) ProtoReflect() protoreflect.Message
- func (x *DataQualitySpec_PostScanActions_NotificationReport) Reset()
- func (x *DataQualitySpec_PostScanActions_NotificationReport) String() string
- type DataQualitySpec_PostScanActions_Recipients
- func (*DataQualitySpec_PostScanActions_Recipients) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualitySpec_PostScanActions_Recipients) GetEmails() []string
- func (*DataQualitySpec_PostScanActions_Recipients) ProtoMessage()
- func (x *DataQualitySpec_PostScanActions_Recipients) ProtoReflect() protoreflect.Message
- func (x *DataQualitySpec_PostScanActions_Recipients) Reset()
- func (x *DataQualitySpec_PostScanActions_Recipients) String() string
- type DataQualitySpec_PostScanActions_ScoreThresholdTrigger
- func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) Descriptor() ([]byte, []int)deprecated
- func (x *DataQualitySpec_PostScanActions_ScoreThresholdTrigger) GetScoreThreshold() float32
- func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) ProtoMessage()
- func (x *DataQualitySpec_PostScanActions_ScoreThresholdTrigger) ProtoReflect() protoreflect.Message
- func (x *DataQualitySpec_PostScanActions_ScoreThresholdTrigger) Reset()
- func (x *DataQualitySpec_PostScanActions_ScoreThresholdTrigger) String() string
- type DataScan
- func (*DataScan) Descriptor() ([]byte, []int)deprecated
- func (x *DataScan) GetCreateTime() *timestamppb.Timestamp
- func (x *DataScan) GetData() *DataSource
- func (x *DataScan) GetDataDiscoveryResult() *DataDiscoveryResult
- func (x *DataScan) GetDataDiscoverySpec() *DataDiscoverySpec
- func (x *DataScan) GetDataProfileResult() *DataProfileResult
- func (x *DataScan) GetDataProfileSpec() *DataProfileSpec
- func (x *DataScan) GetDataQualityResult() *DataQualityResult
- func (x *DataScan) GetDataQualitySpec() *DataQualitySpec
- func (x *DataScan) GetDescription() string
- func (x *DataScan) GetDisplayName() string
- func (x *DataScan) GetExecutionSpec() *DataScan_ExecutionSpec
- func (x *DataScan) GetExecutionStatus() *DataScan_ExecutionStatus
- func (x *DataScan) GetLabels() map[string]string
- func (x *DataScan) GetName() string
- func (m *DataScan) GetResult() isDataScan_Result
- func (m *DataScan) GetSpec() isDataScan_Spec
- func (x *DataScan) GetState() State
- func (x *DataScan) GetType() DataScanType
- func (x *DataScan) GetUid() string
- func (x *DataScan) GetUpdateTime() *timestamppb.Timestamp
- func (*DataScan) ProtoMessage()
- func (x *DataScan) ProtoReflect() protoreflect.Message
- func (x *DataScan) Reset()
- func (x *DataScan) String() string
- type DataScanEvent
- func (*DataScanEvent) Descriptor() ([]byte, []int)deprecated
- func (m *DataScanEvent) GetAppliedConfigs() isDataScanEvent_AppliedConfigs
- func (x *DataScanEvent) GetCreateTime() *timestamppb.Timestamp
- func (x *DataScanEvent) GetDataProfile() *DataScanEvent_DataProfileResult
- func (x *DataScanEvent) GetDataProfileConfigs() *DataScanEvent_DataProfileAppliedConfigs
- func (x *DataScanEvent) GetDataQuality() *DataScanEvent_DataQualityResult
- func (x *DataScanEvent) GetDataQualityConfigs() *DataScanEvent_DataQualityAppliedConfigs
- func (x *DataScanEvent) GetDataSource() string
- func (x *DataScanEvent) GetEndTime() *timestamppb.Timestamp
- func (x *DataScanEvent) GetJobId() string
- func (x *DataScanEvent) GetMessage() string
- func (x *DataScanEvent) GetPostScanActionsResult() *DataScanEvent_PostScanActionsResult
- func (m *DataScanEvent) GetResult() isDataScanEvent_Result
- func (x *DataScanEvent) GetScope() DataScanEvent_Scope
- func (x *DataScanEvent) GetSpecVersion() string
- func (x *DataScanEvent) GetStartTime() *timestamppb.Timestamp
- func (x *DataScanEvent) GetState() DataScanEvent_State
- func (x *DataScanEvent) GetTrigger() DataScanEvent_Trigger
- func (x *DataScanEvent) GetType() DataScanEvent_ScanType
- func (*DataScanEvent) ProtoMessage()
- func (x *DataScanEvent) ProtoReflect() protoreflect.Message
- func (x *DataScanEvent) Reset()
- func (x *DataScanEvent) String() string
- type DataScanEvent_DataProfile
- type DataScanEvent_DataProfileAppliedConfigs
- func (*DataScanEvent_DataProfileAppliedConfigs) Descriptor() ([]byte, []int)deprecated
- func (x *DataScanEvent_DataProfileAppliedConfigs) GetColumnFilterApplied() bool
- func (x *DataScanEvent_DataProfileAppliedConfigs) GetRowFilterApplied() bool
- func (x *DataScanEvent_DataProfileAppliedConfigs) GetSamplingPercent() float32
- func (*DataScanEvent_DataProfileAppliedConfigs) ProtoMessage()
- func (x *DataScanEvent_DataProfileAppliedConfigs) ProtoReflect() protoreflect.Message
- func (x *DataScanEvent_DataProfileAppliedConfigs) Reset()
- func (x *DataScanEvent_DataProfileAppliedConfigs) String() string
- type DataScanEvent_DataProfileConfigs
- type DataScanEvent_DataProfileResult
- func (*DataScanEvent_DataProfileResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataScanEvent_DataProfileResult) GetRowCount() int64
- func (*DataScanEvent_DataProfileResult) ProtoMessage()
- func (x *DataScanEvent_DataProfileResult) ProtoReflect() protoreflect.Message
- func (x *DataScanEvent_DataProfileResult) Reset()
- func (x *DataScanEvent_DataProfileResult) String() string
- type DataScanEvent_DataQuality
- type DataScanEvent_DataQualityAppliedConfigs
- func (*DataScanEvent_DataQualityAppliedConfigs) Descriptor() ([]byte, []int)deprecated
- func (x *DataScanEvent_DataQualityAppliedConfigs) GetRowFilterApplied() bool
- func (x *DataScanEvent_DataQualityAppliedConfigs) GetSamplingPercent() float32
- func (*DataScanEvent_DataQualityAppliedConfigs) ProtoMessage()
- func (x *DataScanEvent_DataQualityAppliedConfigs) ProtoReflect() protoreflect.Message
- func (x *DataScanEvent_DataQualityAppliedConfigs) Reset()
- func (x *DataScanEvent_DataQualityAppliedConfigs) String() string
- type DataScanEvent_DataQualityConfigs
- type DataScanEvent_DataQualityResult
- func (*DataScanEvent_DataQualityResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataScanEvent_DataQualityResult) GetColumnScore() map[string]float32
- func (x *DataScanEvent_DataQualityResult) GetDimensionPassed() map[string]bool
- func (x *DataScanEvent_DataQualityResult) GetDimensionScore() map[string]float32
- func (x *DataScanEvent_DataQualityResult) GetPassed() bool
- func (x *DataScanEvent_DataQualityResult) GetRowCount() int64
- func (x *DataScanEvent_DataQualityResult) GetScore() float32
- func (*DataScanEvent_DataQualityResult) ProtoMessage()
- func (x *DataScanEvent_DataQualityResult) ProtoReflect() protoreflect.Message
- func (x *DataScanEvent_DataQualityResult) Reset()
- func (x *DataScanEvent_DataQualityResult) String() string
- type DataScanEvent_PostScanActionsResult
- func (*DataScanEvent_PostScanActionsResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataScanEvent_PostScanActionsResult) GetBigqueryExportResult() *DataScanEvent_PostScanActionsResult_BigQueryExportResult
- func (*DataScanEvent_PostScanActionsResult) ProtoMessage()
- func (x *DataScanEvent_PostScanActionsResult) ProtoReflect() protoreflect.Message
- func (x *DataScanEvent_PostScanActionsResult) Reset()
- func (x *DataScanEvent_PostScanActionsResult) String() string
- type DataScanEvent_PostScanActionsResult_BigQueryExportResult
- func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) Descriptor() ([]byte, []int)deprecated
- func (x *DataScanEvent_PostScanActionsResult_BigQueryExportResult) GetMessage() string
- func (x *DataScanEvent_PostScanActionsResult_BigQueryExportResult) GetState() DataScanEvent_PostScanActionsResult_BigQueryExportResult_State
- func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) ProtoMessage()
- func (x *DataScanEvent_PostScanActionsResult_BigQueryExportResult) ProtoReflect() protoreflect.Message
- func (x *DataScanEvent_PostScanActionsResult_BigQueryExportResult) Reset()
- func (x *DataScanEvent_PostScanActionsResult_BigQueryExportResult) String() string
- type DataScanEvent_PostScanActionsResult_BigQueryExportResult_State
- func (DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) Descriptor() protoreflect.EnumDescriptor
- func (x DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) Enum() *DataScanEvent_PostScanActionsResult_BigQueryExportResult_State
- func (DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) Number() protoreflect.EnumNumber
- func (x DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) String() string
- func (DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) Type() protoreflect.EnumType
- type DataScanEvent_ScanType
- func (DataScanEvent_ScanType) Descriptor() protoreflect.EnumDescriptor
- func (x DataScanEvent_ScanType) Enum() *DataScanEvent_ScanType
- func (DataScanEvent_ScanType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataScanEvent_ScanType) Number() protoreflect.EnumNumber
- func (x DataScanEvent_ScanType) String() string
- func (DataScanEvent_ScanType) Type() protoreflect.EnumType
- type DataScanEvent_Scope
- func (DataScanEvent_Scope) Descriptor() protoreflect.EnumDescriptor
- func (x DataScanEvent_Scope) Enum() *DataScanEvent_Scope
- func (DataScanEvent_Scope) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataScanEvent_Scope) Number() protoreflect.EnumNumber
- func (x DataScanEvent_Scope) String() string
- func (DataScanEvent_Scope) Type() protoreflect.EnumType
- type DataScanEvent_State
- func (DataScanEvent_State) Descriptor() protoreflect.EnumDescriptor
- func (x DataScanEvent_State) Enum() *DataScanEvent_State
- func (DataScanEvent_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataScanEvent_State) Number() protoreflect.EnumNumber
- func (x DataScanEvent_State) String() string
- func (DataScanEvent_State) Type() protoreflect.EnumType
- type DataScanEvent_Trigger
- func (DataScanEvent_Trigger) Descriptor() protoreflect.EnumDescriptor
- func (x DataScanEvent_Trigger) Enum() *DataScanEvent_Trigger
- func (DataScanEvent_Trigger) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataScanEvent_Trigger) Number() protoreflect.EnumNumber
- func (x DataScanEvent_Trigger) String() string
- func (DataScanEvent_Trigger) Type() protoreflect.EnumType
- type DataScanJob
- func (*DataScanJob) Descriptor() ([]byte, []int)deprecated
- func (x *DataScanJob) GetCreateTime() *timestamppb.Timestamp
- func (x *DataScanJob) GetDataDiscoveryResult() *DataDiscoveryResult
- func (x *DataScanJob) GetDataDiscoverySpec() *DataDiscoverySpec
- func (x *DataScanJob) GetDataProfileResult() *DataProfileResult
- func (x *DataScanJob) GetDataProfileSpec() *DataProfileSpec
- func (x *DataScanJob) GetDataQualityResult() *DataQualityResult
- func (x *DataScanJob) GetDataQualitySpec() *DataQualitySpec
- func (x *DataScanJob) GetEndTime() *timestamppb.Timestamp
- func (x *DataScanJob) GetMessage() string
- func (x *DataScanJob) GetName() string
- func (m *DataScanJob) GetResult() isDataScanJob_Result
- func (m *DataScanJob) GetSpec() isDataScanJob_Spec
- func (x *DataScanJob) GetStartTime() *timestamppb.Timestamp
- func (x *DataScanJob) GetState() DataScanJob_State
- func (x *DataScanJob) GetType() DataScanType
- func (x *DataScanJob) GetUid() string
- func (*DataScanJob) ProtoMessage()
- func (x *DataScanJob) ProtoReflect() protoreflect.Message
- func (x *DataScanJob) Reset()
- func (x *DataScanJob) String() string
- type DataScanJob_DataDiscoveryResult
- type DataScanJob_DataDiscoverySpec
- type DataScanJob_DataProfileResult
- type DataScanJob_DataProfileSpec
- type DataScanJob_DataQualityResult
- type DataScanJob_DataQualitySpec
- type DataScanJob_State
- func (DataScanJob_State) Descriptor() protoreflect.EnumDescriptor
- func (x DataScanJob_State) Enum() *DataScanJob_State
- func (DataScanJob_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataScanJob_State) Number() protoreflect.EnumNumber
- func (x DataScanJob_State) String() string
- func (DataScanJob_State) Type() protoreflect.EnumType
- type DataScanServiceClient
- type DataScanServiceServer
- type DataScanType
- func (DataScanType) Descriptor() protoreflect.EnumDescriptor
- func (x DataScanType) Enum() *DataScanType
- func (DataScanType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataScanType) Number() protoreflect.EnumNumber
- func (x DataScanType) String() string
- func (DataScanType) Type() protoreflect.EnumType
- type DataScan_DataDiscoveryResult
- type DataScan_DataDiscoverySpec
- type DataScan_DataProfileResult
- type DataScan_DataProfileSpec
- type DataScan_DataQualityResult
- type DataScan_DataQualitySpec
- type DataScan_ExecutionSpec
- func (*DataScan_ExecutionSpec) Descriptor() ([]byte, []int)deprecated
- func (x *DataScan_ExecutionSpec) GetField() string
- func (m *DataScan_ExecutionSpec) GetIncremental() isDataScan_ExecutionSpec_Incremental
- func (x *DataScan_ExecutionSpec) GetTrigger() *Trigger
- func (*DataScan_ExecutionSpec) ProtoMessage()
- func (x *DataScan_ExecutionSpec) ProtoReflect() protoreflect.Message
- func (x *DataScan_ExecutionSpec) Reset()
- func (x *DataScan_ExecutionSpec) String() string
- type DataScan_ExecutionSpec_Field
- type DataScan_ExecutionStatus
- func (*DataScan_ExecutionStatus) Descriptor() ([]byte, []int)deprecated
- func (x *DataScan_ExecutionStatus) GetLatestJobCreateTime() *timestamppb.Timestamp
- func (x *DataScan_ExecutionStatus) GetLatestJobEndTime() *timestamppb.Timestamp
- func (x *DataScan_ExecutionStatus) GetLatestJobStartTime() *timestamppb.Timestamp
- func (*DataScan_ExecutionStatus) ProtoMessage()
- func (x *DataScan_ExecutionStatus) ProtoReflect() protoreflect.Message
- func (x *DataScan_ExecutionStatus) Reset()
- func (x *DataScan_ExecutionStatus) String() string
- type DataSource
- func (*DataSource) Descriptor() ([]byte, []int)deprecated
- func (x *DataSource) GetEntity() string
- func (x *DataSource) GetResource() string
- func (m *DataSource) GetSource() isDataSource_Source
- func (*DataSource) ProtoMessage()
- func (x *DataSource) ProtoReflect() protoreflect.Message
- func (x *DataSource) Reset()
- func (x *DataSource) String() string
- type DataSource_Entity
- type DataSource_Resource
- type DataTaxonomy
- func (*DataTaxonomy) Descriptor() ([]byte, []int)deprecated
- func (x *DataTaxonomy) GetAttributeCount() int32
- func (x *DataTaxonomy) GetClassCount() int32
- func (x *DataTaxonomy) GetCreateTime() *timestamppb.Timestamp
- func (x *DataTaxonomy) GetDescription() string
- func (x *DataTaxonomy) GetDisplayName() string
- func (x *DataTaxonomy) GetEtag() string
- func (x *DataTaxonomy) GetLabels() map[string]string
- func (x *DataTaxonomy) GetName() string
- func (x *DataTaxonomy) GetUid() string
- func (x *DataTaxonomy) GetUpdateTime() *timestamppb.Timestamp
- func (*DataTaxonomy) ProtoMessage()
- func (x *DataTaxonomy) ProtoReflect() protoreflect.Message
- func (x *DataTaxonomy) Reset()
- func (x *DataTaxonomy) String() string
- type DataTaxonomyServiceClient
- type DataTaxonomyServiceServer
- type DataplexServiceClient
- type DataplexServiceServer
- type DeleteAspectTypeRequest
- func (*DeleteAspectTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAspectTypeRequest) GetEtag() string
- func (x *DeleteAspectTypeRequest) GetName() string
- func (*DeleteAspectTypeRequest) ProtoMessage()
- func (x *DeleteAspectTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAspectTypeRequest) Reset()
- func (x *DeleteAspectTypeRequest) String() string
- type DeleteAssetRequest
- func (*DeleteAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAssetRequest) GetName() string
- func (*DeleteAssetRequest) ProtoMessage()
- func (x *DeleteAssetRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAssetRequest) Reset()
- func (x *DeleteAssetRequest) String() string
- type DeleteContentRequest
- func (*DeleteContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteContentRequest) GetName() string
- func (*DeleteContentRequest) ProtoMessage()
- func (x *DeleteContentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteContentRequest) Reset()
- func (x *DeleteContentRequest) String() string
- type DeleteDataAttributeBindingRequest
- func (*DeleteDataAttributeBindingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDataAttributeBindingRequest) GetEtag() string
- func (x *DeleteDataAttributeBindingRequest) GetName() string
- func (*DeleteDataAttributeBindingRequest) ProtoMessage()
- func (x *DeleteDataAttributeBindingRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDataAttributeBindingRequest) Reset()
- func (x *DeleteDataAttributeBindingRequest) String() string
- type DeleteDataAttributeRequest
- func (*DeleteDataAttributeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDataAttributeRequest) GetEtag() string
- func (x *DeleteDataAttributeRequest) GetName() string
- func (*DeleteDataAttributeRequest) ProtoMessage()
- func (x *DeleteDataAttributeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDataAttributeRequest) Reset()
- func (x *DeleteDataAttributeRequest) String() string
- type DeleteDataScanRequest
- func (*DeleteDataScanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDataScanRequest) GetName() string
- func (*DeleteDataScanRequest) ProtoMessage()
- func (x *DeleteDataScanRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDataScanRequest) Reset()
- func (x *DeleteDataScanRequest) String() string
- type DeleteDataTaxonomyRequest
- func (*DeleteDataTaxonomyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDataTaxonomyRequest) GetEtag() string
- func (x *DeleteDataTaxonomyRequest) GetName() string
- func (*DeleteDataTaxonomyRequest) ProtoMessage()
- func (x *DeleteDataTaxonomyRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDataTaxonomyRequest) Reset()
- func (x *DeleteDataTaxonomyRequest) String() string
- type DeleteEntityRequest
- func (*DeleteEntityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEntityRequest) GetEtag() string
- func (x *DeleteEntityRequest) GetName() string
- func (*DeleteEntityRequest) ProtoMessage()
- func (x *DeleteEntityRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEntityRequest) Reset()
- func (x *DeleteEntityRequest) String() string
- type DeleteEntryGroupRequest
- func (*DeleteEntryGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEntryGroupRequest) GetEtag() string
- func (x *DeleteEntryGroupRequest) GetName() string
- func (*DeleteEntryGroupRequest) ProtoMessage()
- func (x *DeleteEntryGroupRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEntryGroupRequest) Reset()
- func (x *DeleteEntryGroupRequest) String() string
- type DeleteEntryRequest
- func (*DeleteEntryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEntryRequest) GetName() string
- func (*DeleteEntryRequest) ProtoMessage()
- func (x *DeleteEntryRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEntryRequest) Reset()
- func (x *DeleteEntryRequest) String() string
- type DeleteEntryTypeRequest
- func (*DeleteEntryTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEntryTypeRequest) GetEtag() string
- func (x *DeleteEntryTypeRequest) GetName() string
- func (*DeleteEntryTypeRequest) ProtoMessage()
- func (x *DeleteEntryTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEntryTypeRequest) Reset()
- func (x *DeleteEntryTypeRequest) String() string
- type DeleteEnvironmentRequest
- func (*DeleteEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEnvironmentRequest) GetName() string
- func (*DeleteEnvironmentRequest) ProtoMessage()
- func (x *DeleteEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEnvironmentRequest) Reset()
- func (x *DeleteEnvironmentRequest) String() string
- type DeleteLakeRequest
- type DeletePartitionRequest
- func (*DeletePartitionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePartitionRequest) GetEtag() stringdeprecated
- func (x *DeletePartitionRequest) GetName() string
- func (*DeletePartitionRequest) ProtoMessage()
- func (x *DeletePartitionRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePartitionRequest) Reset()
- func (x *DeletePartitionRequest) String() string
- type DeleteTaskRequest
- type DeleteZoneRequest
- type DiscoveryEvent
- func (*DiscoveryEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoveryEvent) GetAction() *DiscoveryEvent_ActionDetails
- func (x *DiscoveryEvent) GetAssetId() string
- func (x *DiscoveryEvent) GetConfig() *DiscoveryEvent_ConfigDetails
- func (x *DiscoveryEvent) GetDataLocation() string
- func (x *DiscoveryEvent) GetDatascanId() string
- func (m *DiscoveryEvent) GetDetails() isDiscoveryEvent_Details
- func (x *DiscoveryEvent) GetEntity() *DiscoveryEvent_EntityDetails
- func (x *DiscoveryEvent) GetLakeId() string
- func (x *DiscoveryEvent) GetMessage() string
- func (x *DiscoveryEvent) GetPartition() *DiscoveryEvent_PartitionDetails
- func (x *DiscoveryEvent) GetTable() *DiscoveryEvent_TableDetails
- func (x *DiscoveryEvent) GetType() DiscoveryEvent_EventType
- func (x *DiscoveryEvent) GetZoneId() string
- func (*DiscoveryEvent) ProtoMessage()
- func (x *DiscoveryEvent) ProtoReflect() protoreflect.Message
- func (x *DiscoveryEvent) Reset()
- func (x *DiscoveryEvent) String() string
- type DiscoveryEvent_Action
- type DiscoveryEvent_ActionDetails
- func (*DiscoveryEvent_ActionDetails) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoveryEvent_ActionDetails) GetIssue() string
- func (x *DiscoveryEvent_ActionDetails) GetType() string
- func (*DiscoveryEvent_ActionDetails) ProtoMessage()
- func (x *DiscoveryEvent_ActionDetails) ProtoReflect() protoreflect.Message
- func (x *DiscoveryEvent_ActionDetails) Reset()
- func (x *DiscoveryEvent_ActionDetails) String() string
- type DiscoveryEvent_Config
- type DiscoveryEvent_ConfigDetails
- func (*DiscoveryEvent_ConfigDetails) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoveryEvent_ConfigDetails) GetParameters() map[string]string
- func (*DiscoveryEvent_ConfigDetails) ProtoMessage()
- func (x *DiscoveryEvent_ConfigDetails) ProtoReflect() protoreflect.Message
- func (x *DiscoveryEvent_ConfigDetails) Reset()
- func (x *DiscoveryEvent_ConfigDetails) String() string
- type DiscoveryEvent_Entity
- type DiscoveryEvent_EntityDetails
- func (*DiscoveryEvent_EntityDetails) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoveryEvent_EntityDetails) GetEntity() string
- func (x *DiscoveryEvent_EntityDetails) GetType() DiscoveryEvent_EntityType
- func (*DiscoveryEvent_EntityDetails) ProtoMessage()
- func (x *DiscoveryEvent_EntityDetails) ProtoReflect() protoreflect.Message
- func (x *DiscoveryEvent_EntityDetails) Reset()
- func (x *DiscoveryEvent_EntityDetails) String() string
- type DiscoveryEvent_EntityType
- func (DiscoveryEvent_EntityType) Descriptor() protoreflect.EnumDescriptor
- func (x DiscoveryEvent_EntityType) Enum() *DiscoveryEvent_EntityType
- func (DiscoveryEvent_EntityType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DiscoveryEvent_EntityType) Number() protoreflect.EnumNumber
- func (x DiscoveryEvent_EntityType) String() string
- func (DiscoveryEvent_EntityType) Type() protoreflect.EnumType
- type DiscoveryEvent_EventType
- func (DiscoveryEvent_EventType) Descriptor() protoreflect.EnumDescriptor
- func (x DiscoveryEvent_EventType) Enum() *DiscoveryEvent_EventType
- func (DiscoveryEvent_EventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DiscoveryEvent_EventType) Number() protoreflect.EnumNumber
- func (x DiscoveryEvent_EventType) String() string
- func (DiscoveryEvent_EventType) Type() protoreflect.EnumType
- type DiscoveryEvent_Partition
- type DiscoveryEvent_PartitionDetails
- func (*DiscoveryEvent_PartitionDetails) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoveryEvent_PartitionDetails) GetEntity() string
- func (x *DiscoveryEvent_PartitionDetails) GetPartition() string
- func (x *DiscoveryEvent_PartitionDetails) GetSampledDataLocations() []string
- func (x *DiscoveryEvent_PartitionDetails) GetType() DiscoveryEvent_EntityType
- func (*DiscoveryEvent_PartitionDetails) ProtoMessage()
- func (x *DiscoveryEvent_PartitionDetails) ProtoReflect() protoreflect.Message
- func (x *DiscoveryEvent_PartitionDetails) Reset()
- func (x *DiscoveryEvent_PartitionDetails) String() string
- type DiscoveryEvent_Table
- type DiscoveryEvent_TableDetails
- func (*DiscoveryEvent_TableDetails) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoveryEvent_TableDetails) GetTable() string
- func (x *DiscoveryEvent_TableDetails) GetType() DiscoveryEvent_TableType
- func (*DiscoveryEvent_TableDetails) ProtoMessage()
- func (x *DiscoveryEvent_TableDetails) ProtoReflect() protoreflect.Message
- func (x *DiscoveryEvent_TableDetails) Reset()
- func (x *DiscoveryEvent_TableDetails) String() string
- type DiscoveryEvent_TableType
- func (DiscoveryEvent_TableType) Descriptor() protoreflect.EnumDescriptor
- func (x DiscoveryEvent_TableType) Enum() *DiscoveryEvent_TableType
- func (DiscoveryEvent_TableType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DiscoveryEvent_TableType) Number() protoreflect.EnumNumber
- func (x DiscoveryEvent_TableType) String() string
- func (DiscoveryEvent_TableType) Type() protoreflect.EnumType
- type Entity
- func (*Entity) Descriptor() ([]byte, []int)deprecated
- func (x *Entity) GetAccess() *StorageAccess
- func (x *Entity) GetAsset() string
- func (x *Entity) GetCatalogEntry() string
- func (x *Entity) GetCompatibility() *Entity_CompatibilityStatus
- func (x *Entity) GetCreateTime() *timestamppb.Timestamp
- func (x *Entity) GetDataPath() string
- func (x *Entity) GetDataPathPattern() string
- func (x *Entity) GetDescription() string
- func (x *Entity) GetDisplayName() string
- func (x *Entity) GetEtag() string
- func (x *Entity) GetFormat() *StorageFormat
- func (x *Entity) GetId() string
- func (x *Entity) GetName() string
- func (x *Entity) GetSchema() *Schema
- func (x *Entity) GetSystem() StorageSystem
- func (x *Entity) GetType() Entity_Type
- func (x *Entity) GetUid() string
- func (x *Entity) GetUpdateTime() *timestamppb.Timestamp
- func (*Entity) ProtoMessage()
- func (x *Entity) ProtoReflect() protoreflect.Message
- func (x *Entity) Reset()
- func (x *Entity) String() string
- type Entity_CompatibilityStatus
- func (*Entity_CompatibilityStatus) Descriptor() ([]byte, []int)deprecated
- func (x *Entity_CompatibilityStatus) GetBigquery() *Entity_CompatibilityStatus_Compatibility
- func (x *Entity_CompatibilityStatus) GetHiveMetastore() *Entity_CompatibilityStatus_Compatibility
- func (*Entity_CompatibilityStatus) ProtoMessage()
- func (x *Entity_CompatibilityStatus) ProtoReflect() protoreflect.Message
- func (x *Entity_CompatibilityStatus) Reset()
- func (x *Entity_CompatibilityStatus) String() string
- type Entity_CompatibilityStatus_Compatibility
- func (*Entity_CompatibilityStatus_Compatibility) Descriptor() ([]byte, []int)deprecated
- func (x *Entity_CompatibilityStatus_Compatibility) GetCompatible() bool
- func (x *Entity_CompatibilityStatus_Compatibility) GetReason() string
- func (*Entity_CompatibilityStatus_Compatibility) ProtoMessage()
- func (x *Entity_CompatibilityStatus_Compatibility) ProtoReflect() protoreflect.Message
- func (x *Entity_CompatibilityStatus_Compatibility) Reset()
- func (x *Entity_CompatibilityStatus_Compatibility) String() string
- type Entity_Type
- func (Entity_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Entity_Type) Enum() *Entity_Type
- func (Entity_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Entity_Type) Number() protoreflect.EnumNumber
- func (x Entity_Type) String() string
- func (Entity_Type) Type() protoreflect.EnumType
- type Entry
- func (*Entry) Descriptor() ([]byte, []int)deprecated
- func (x *Entry) GetAspects() map[string]*Aspect
- func (x *Entry) GetCreateTime() *timestamppb.Timestamp
- func (x *Entry) GetEntrySource() *EntrySource
- func (x *Entry) GetEntryType() string
- func (x *Entry) GetFullyQualifiedName() string
- func (x *Entry) GetName() string
- func (x *Entry) GetParentEntry() string
- func (x *Entry) GetUpdateTime() *timestamppb.Timestamp
- func (*Entry) ProtoMessage()
- func (x *Entry) ProtoReflect() protoreflect.Message
- func (x *Entry) Reset()
- func (x *Entry) String() string
- type EntryGroup
- func (*EntryGroup) Descriptor() ([]byte, []int)deprecated
- func (x *EntryGroup) GetCreateTime() *timestamppb.Timestamp
- func (x *EntryGroup) GetDescription() string
- func (x *EntryGroup) GetDisplayName() string
- func (x *EntryGroup) GetEtag() string
- func (x *EntryGroup) GetLabels() map[string]string
- func (x *EntryGroup) GetName() string
- func (x *EntryGroup) GetTransferStatus() TransferStatus
- func (x *EntryGroup) GetUid() string
- func (x *EntryGroup) GetUpdateTime() *timestamppb.Timestamp
- func (*EntryGroup) ProtoMessage()
- func (x *EntryGroup) ProtoReflect() protoreflect.Message
- func (x *EntryGroup) Reset()
- func (x *EntryGroup) String() string
- type EntrySource
- func (*EntrySource) Descriptor() ([]byte, []int)deprecated
- func (x *EntrySource) GetAncestors() []*EntrySource_Ancestor
- func (x *EntrySource) GetCreateTime() *timestamppb.Timestamp
- func (x *EntrySource) GetDescription() string
- func (x *EntrySource) GetDisplayName() string
- func (x *EntrySource) GetLabels() map[string]string
- func (x *EntrySource) GetLocation() string
- func (x *EntrySource) GetPlatform() string
- func (x *EntrySource) GetResource() string
- func (x *EntrySource) GetSystem() string
- func (x *EntrySource) GetUpdateTime() *timestamppb.Timestamp
- func (*EntrySource) ProtoMessage()
- func (x *EntrySource) ProtoReflect() protoreflect.Message
- func (x *EntrySource) Reset()
- func (x *EntrySource) String() string
- type EntrySource_Ancestor
- func (*EntrySource_Ancestor) Descriptor() ([]byte, []int)deprecated
- func (x *EntrySource_Ancestor) GetName() string
- func (x *EntrySource_Ancestor) GetType() string
- func (*EntrySource_Ancestor) ProtoMessage()
- func (x *EntrySource_Ancestor) ProtoReflect() protoreflect.Message
- func (x *EntrySource_Ancestor) Reset()
- func (x *EntrySource_Ancestor) String() string
- type EntryType
- func (*EntryType) Descriptor() ([]byte, []int)deprecated
- func (x *EntryType) GetAuthorization() *EntryType_Authorization
- func (x *EntryType) GetCreateTime() *timestamppb.Timestamp
- func (x *EntryType) GetDescription() string
- func (x *EntryType) GetDisplayName() string
- func (x *EntryType) GetEtag() string
- func (x *EntryType) GetLabels() map[string]string
- func (x *EntryType) GetName() string
- func (x *EntryType) GetPlatform() string
- func (x *EntryType) GetRequiredAspects() []*EntryType_AspectInfo
- func (x *EntryType) GetSystem() string
- func (x *EntryType) GetTypeAliases() []string
- func (x *EntryType) GetUid() string
- func (x *EntryType) GetUpdateTime() *timestamppb.Timestamp
- func (*EntryType) ProtoMessage()
- func (x *EntryType) ProtoReflect() protoreflect.Message
- func (x *EntryType) Reset()
- func (x *EntryType) String() string
- type EntryType_AspectInfo
- func (*EntryType_AspectInfo) Descriptor() ([]byte, []int)deprecated
- func (x *EntryType_AspectInfo) GetType() string
- func (*EntryType_AspectInfo) ProtoMessage()
- func (x *EntryType_AspectInfo) ProtoReflect() protoreflect.Message
- func (x *EntryType_AspectInfo) Reset()
- func (x *EntryType_AspectInfo) String() string
- type EntryType_Authorization
- func (*EntryType_Authorization) Descriptor() ([]byte, []int)deprecated
- func (x *EntryType_Authorization) GetAlternateUsePermission() string
- func (*EntryType_Authorization) ProtoMessage()
- func (x *EntryType_Authorization) ProtoReflect() protoreflect.Message
- func (x *EntryType_Authorization) Reset()
- func (x *EntryType_Authorization) String() string
- type EntryView
- type Environment
- func (*Environment) Descriptor() ([]byte, []int)deprecated
- func (x *Environment) GetCreateTime() *timestamppb.Timestamp
- func (x *Environment) GetDescription() string
- func (x *Environment) GetDisplayName() string
- func (x *Environment) GetEndpoints() *Environment_Endpoints
- func (x *Environment) GetInfrastructureSpec() *Environment_InfrastructureSpec
- func (x *Environment) GetLabels() map[string]string
- func (x *Environment) GetName() string
- func (x *Environment) GetSessionSpec() *Environment_SessionSpec
- func (x *Environment) GetSessionStatus() *Environment_SessionStatus
- func (x *Environment) GetState() State
- func (x *Environment) GetUid() string
- func (x *Environment) GetUpdateTime() *timestamppb.Timestamp
- func (*Environment) ProtoMessage()
- func (x *Environment) ProtoReflect() protoreflect.Message
- func (x *Environment) Reset()
- func (x *Environment) String() string
- type Environment_Endpoints
- func (*Environment_Endpoints) Descriptor() ([]byte, []int)deprecated
- func (x *Environment_Endpoints) GetNotebooks() string
- func (x *Environment_Endpoints) GetSql() string
- func (*Environment_Endpoints) ProtoMessage()
- func (x *Environment_Endpoints) ProtoReflect() protoreflect.Message
- func (x *Environment_Endpoints) Reset()
- func (x *Environment_Endpoints) String() string
- type Environment_InfrastructureSpec
- func (*Environment_InfrastructureSpec) Descriptor() ([]byte, []int)deprecated
- func (x *Environment_InfrastructureSpec) GetCompute() *Environment_InfrastructureSpec_ComputeResources
- func (x *Environment_InfrastructureSpec) GetOsImage() *Environment_InfrastructureSpec_OsImageRuntime
- func (m *Environment_InfrastructureSpec) GetResources() isEnvironment_InfrastructureSpec_Resources
- func (m *Environment_InfrastructureSpec) GetRuntime() isEnvironment_InfrastructureSpec_Runtime
- func (*Environment_InfrastructureSpec) ProtoMessage()
- func (x *Environment_InfrastructureSpec) ProtoReflect() protoreflect.Message
- func (x *Environment_InfrastructureSpec) Reset()
- func (x *Environment_InfrastructureSpec) String() string
- type Environment_InfrastructureSpec_Compute
- type Environment_InfrastructureSpec_ComputeResources
- func (*Environment_InfrastructureSpec_ComputeResources) Descriptor() ([]byte, []int)deprecated
- func (x *Environment_InfrastructureSpec_ComputeResources) GetDiskSizeGb() int32
- func (x *Environment_InfrastructureSpec_ComputeResources) GetMaxNodeCount() int32
- func (x *Environment_InfrastructureSpec_ComputeResources) GetNodeCount() int32
- func (*Environment_InfrastructureSpec_ComputeResources) ProtoMessage()
- func (x *Environment_InfrastructureSpec_ComputeResources) ProtoReflect() protoreflect.Message
- func (x *Environment_InfrastructureSpec_ComputeResources) Reset()
- func (x *Environment_InfrastructureSpec_ComputeResources) String() string
- type Environment_InfrastructureSpec_OsImage
- type Environment_InfrastructureSpec_OsImageRuntime
- func (*Environment_InfrastructureSpec_OsImageRuntime) Descriptor() ([]byte, []int)deprecated
- func (x *Environment_InfrastructureSpec_OsImageRuntime) GetImageVersion() string
- func (x *Environment_InfrastructureSpec_OsImageRuntime) GetJavaLibraries() []string
- func (x *Environment_InfrastructureSpec_OsImageRuntime) GetProperties() map[string]string
- func (x *Environment_InfrastructureSpec_OsImageRuntime) GetPythonPackages() []string
- func (*Environment_InfrastructureSpec_OsImageRuntime) ProtoMessage()
- func (x *Environment_InfrastructureSpec_OsImageRuntime) ProtoReflect() protoreflect.Message
- func (x *Environment_InfrastructureSpec_OsImageRuntime) Reset()
- func (x *Environment_InfrastructureSpec_OsImageRuntime) String() string
- type Environment_SessionSpec
- func (*Environment_SessionSpec) Descriptor() ([]byte, []int)deprecated
- func (x *Environment_SessionSpec) GetEnableFastStartup() bool
- func (x *Environment_SessionSpec) GetMaxIdleDuration() *durationpb.Duration
- func (*Environment_SessionSpec) ProtoMessage()
- func (x *Environment_SessionSpec) ProtoReflect() protoreflect.Message
- func (x *Environment_SessionSpec) Reset()
- func (x *Environment_SessionSpec) String() string
- type Environment_SessionStatus
- func (*Environment_SessionStatus) Descriptor() ([]byte, []int)deprecated
- func (x *Environment_SessionStatus) GetActive() bool
- func (*Environment_SessionStatus) ProtoMessage()
- func (x *Environment_SessionStatus) ProtoReflect() protoreflect.Message
- func (x *Environment_SessionStatus) Reset()
- func (x *Environment_SessionStatus) String() string
- type GenerateDataQualityRulesRequest
- func (*GenerateDataQualityRulesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateDataQualityRulesRequest) GetName() string
- func (*GenerateDataQualityRulesRequest) ProtoMessage()
- func (x *GenerateDataQualityRulesRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateDataQualityRulesRequest) Reset()
- func (x *GenerateDataQualityRulesRequest) String() string
- type GenerateDataQualityRulesResponse
- func (*GenerateDataQualityRulesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateDataQualityRulesResponse) GetRule() []*DataQualityRule
- func (*GenerateDataQualityRulesResponse) ProtoMessage()
- func (x *GenerateDataQualityRulesResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateDataQualityRulesResponse) Reset()
- func (x *GenerateDataQualityRulesResponse) String() string
- type GetAspectTypeRequest
- func (*GetAspectTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAspectTypeRequest) GetName() string
- func (*GetAspectTypeRequest) ProtoMessage()
- func (x *GetAspectTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetAspectTypeRequest) Reset()
- func (x *GetAspectTypeRequest) String() string
- type GetAssetRequest
- type GetContentRequest
- func (*GetContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContentRequest) GetName() string
- func (x *GetContentRequest) GetView() GetContentRequest_ContentView
- func (*GetContentRequest) ProtoMessage()
- func (x *GetContentRequest) ProtoReflect() protoreflect.Message
- func (x *GetContentRequest) Reset()
- func (x *GetContentRequest) String() string
- type GetContentRequest_ContentView
- func (GetContentRequest_ContentView) Descriptor() protoreflect.EnumDescriptor
- func (x GetContentRequest_ContentView) Enum() *GetContentRequest_ContentView
- func (GetContentRequest_ContentView) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetContentRequest_ContentView) Number() protoreflect.EnumNumber
- func (x GetContentRequest_ContentView) String() string
- func (GetContentRequest_ContentView) Type() protoreflect.EnumType
- type GetDataAttributeBindingRequest
- func (*GetDataAttributeBindingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataAttributeBindingRequest) GetName() string
- func (*GetDataAttributeBindingRequest) ProtoMessage()
- func (x *GetDataAttributeBindingRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataAttributeBindingRequest) Reset()
- func (x *GetDataAttributeBindingRequest) String() string
- type GetDataAttributeRequest
- func (*GetDataAttributeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataAttributeRequest) GetName() string
- func (*GetDataAttributeRequest) ProtoMessage()
- func (x *GetDataAttributeRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataAttributeRequest) Reset()
- func (x *GetDataAttributeRequest) String() string
- type GetDataScanJobRequest
- func (*GetDataScanJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataScanJobRequest) GetName() string
- func (x *GetDataScanJobRequest) GetView() GetDataScanJobRequest_DataScanJobView
- func (*GetDataScanJobRequest) ProtoMessage()
- func (x *GetDataScanJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataScanJobRequest) Reset()
- func (x *GetDataScanJobRequest) String() string
- type GetDataScanJobRequest_DataScanJobView
- func (GetDataScanJobRequest_DataScanJobView) Descriptor() protoreflect.EnumDescriptor
- func (x GetDataScanJobRequest_DataScanJobView) Enum() *GetDataScanJobRequest_DataScanJobView
- func (GetDataScanJobRequest_DataScanJobView) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetDataScanJobRequest_DataScanJobView) Number() protoreflect.EnumNumber
- func (x GetDataScanJobRequest_DataScanJobView) String() string
- func (GetDataScanJobRequest_DataScanJobView) Type() protoreflect.EnumType
- type GetDataScanRequest
- func (*GetDataScanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataScanRequest) GetName() string
- func (x *GetDataScanRequest) GetView() GetDataScanRequest_DataScanView
- func (*GetDataScanRequest) ProtoMessage()
- func (x *GetDataScanRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataScanRequest) Reset()
- func (x *GetDataScanRequest) String() string
- type GetDataScanRequest_DataScanView
- func (GetDataScanRequest_DataScanView) Descriptor() protoreflect.EnumDescriptor
- func (x GetDataScanRequest_DataScanView) Enum() *GetDataScanRequest_DataScanView
- func (GetDataScanRequest_DataScanView) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetDataScanRequest_DataScanView) Number() protoreflect.EnumNumber
- func (x GetDataScanRequest_DataScanView) String() string
- func (GetDataScanRequest_DataScanView) Type() protoreflect.EnumType
- type GetDataTaxonomyRequest
- func (*GetDataTaxonomyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataTaxonomyRequest) GetName() string
- func (*GetDataTaxonomyRequest) ProtoMessage()
- func (x *GetDataTaxonomyRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataTaxonomyRequest) Reset()
- func (x *GetDataTaxonomyRequest) String() string
- type GetEntityRequest
- func (*GetEntityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEntityRequest) GetName() string
- func (x *GetEntityRequest) GetView() GetEntityRequest_EntityView
- func (*GetEntityRequest) ProtoMessage()
- func (x *GetEntityRequest) ProtoReflect() protoreflect.Message
- func (x *GetEntityRequest) Reset()
- func (x *GetEntityRequest) String() string
- type GetEntityRequest_EntityView
- func (GetEntityRequest_EntityView) Descriptor() protoreflect.EnumDescriptor
- func (x GetEntityRequest_EntityView) Enum() *GetEntityRequest_EntityView
- func (GetEntityRequest_EntityView) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetEntityRequest_EntityView) Number() protoreflect.EnumNumber
- func (x GetEntityRequest_EntityView) String() string
- func (GetEntityRequest_EntityView) Type() protoreflect.EnumType
- type GetEntryGroupRequest
- func (*GetEntryGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEntryGroupRequest) GetName() string
- func (*GetEntryGroupRequest) ProtoMessage()
- func (x *GetEntryGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetEntryGroupRequest) Reset()
- func (x *GetEntryGroupRequest) String() string
- type GetEntryRequest
- func (*GetEntryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEntryRequest) GetAspectTypes() []string
- func (x *GetEntryRequest) GetName() string
- func (x *GetEntryRequest) GetPaths() []string
- func (x *GetEntryRequest) GetView() EntryView
- func (*GetEntryRequest) ProtoMessage()
- func (x *GetEntryRequest) ProtoReflect() protoreflect.Message
- func (x *GetEntryRequest) Reset()
- func (x *GetEntryRequest) String() string
- type GetEntryTypeRequest
- func (*GetEntryTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEntryTypeRequest) GetName() string
- func (*GetEntryTypeRequest) ProtoMessage()
- func (x *GetEntryTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetEntryTypeRequest) Reset()
- func (x *GetEntryTypeRequest) String() string
- type GetEnvironmentRequest
- func (*GetEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnvironmentRequest) GetName() string
- func (*GetEnvironmentRequest) ProtoMessage()
- func (x *GetEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *GetEnvironmentRequest) Reset()
- func (x *GetEnvironmentRequest) String() string
- type GetJobRequest
- type GetLakeRequest
- type GetMetadataJobRequest
- func (*GetMetadataJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetadataJobRequest) GetName() string
- func (*GetMetadataJobRequest) ProtoMessage()
- func (x *GetMetadataJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetMetadataJobRequest) Reset()
- func (x *GetMetadataJobRequest) String() string
- type GetPartitionRequest
- func (*GetPartitionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPartitionRequest) GetName() string
- func (*GetPartitionRequest) ProtoMessage()
- func (x *GetPartitionRequest) ProtoReflect() protoreflect.Message
- func (x *GetPartitionRequest) Reset()
- func (x *GetPartitionRequest) String() string
- type GetTaskRequest
- type GetZoneRequest
- type GovernanceEvent
- func (*GovernanceEvent) Descriptor() ([]byte, []int)deprecated
- func (x *GovernanceEvent) GetEntity() *GovernanceEvent_Entity
- func (x *GovernanceEvent) GetEventType() GovernanceEvent_EventType
- func (x *GovernanceEvent) GetMessage() string
- func (*GovernanceEvent) ProtoMessage()
- func (x *GovernanceEvent) ProtoReflect() protoreflect.Message
- func (x *GovernanceEvent) Reset()
- func (x *GovernanceEvent) String() string
- type GovernanceEvent_Entity
- func (*GovernanceEvent_Entity) Descriptor() ([]byte, []int)deprecated
- func (x *GovernanceEvent_Entity) GetEntity() string
- func (x *GovernanceEvent_Entity) GetEntityType() GovernanceEvent_Entity_EntityType
- func (*GovernanceEvent_Entity) ProtoMessage()
- func (x *GovernanceEvent_Entity) ProtoReflect() protoreflect.Message
- func (x *GovernanceEvent_Entity) Reset()
- func (x *GovernanceEvent_Entity) String() string
- type GovernanceEvent_Entity_EntityType
- func (GovernanceEvent_Entity_EntityType) Descriptor() protoreflect.EnumDescriptor
- func (x GovernanceEvent_Entity_EntityType) Enum() *GovernanceEvent_Entity_EntityType
- func (GovernanceEvent_Entity_EntityType) EnumDescriptor() ([]byte, []int)deprecated
- func (x GovernanceEvent_Entity_EntityType) Number() protoreflect.EnumNumber
- func (x GovernanceEvent_Entity_EntityType) String() string
- func (GovernanceEvent_Entity_EntityType) Type() protoreflect.EnumType
- type GovernanceEvent_EventType
- func (GovernanceEvent_EventType) Descriptor() protoreflect.EnumDescriptor
- func (x GovernanceEvent_EventType) Enum() *GovernanceEvent_EventType
- func (GovernanceEvent_EventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x GovernanceEvent_EventType) Number() protoreflect.EnumNumber
- func (x GovernanceEvent_EventType) String() string
- func (GovernanceEvent_EventType) Type() protoreflect.EnumType
- type ImportItem
- func (*ImportItem) Descriptor() ([]byte, []int)deprecated
- func (x *ImportItem) GetAspectKeys() []string
- func (x *ImportItem) GetEntry() *Entry
- func (x *ImportItem) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*ImportItem) ProtoMessage()
- func (x *ImportItem) ProtoReflect() protoreflect.Message
- func (x *ImportItem) Reset()
- func (x *ImportItem) String() string
- type Job
- func (*Job) Descriptor() ([]byte, []int)deprecated
- func (x *Job) GetEndTime() *timestamppb.Timestamp
- func (x *Job) GetExecutionSpec() *Task_ExecutionSpec
- func (x *Job) GetLabels() map[string]string
- func (x *Job) GetMessage() string
- func (x *Job) GetName() string
- func (x *Job) GetRetryCount() uint32
- func (x *Job) GetService() Job_Service
- func (x *Job) GetServiceJob() string
- func (x *Job) GetStartTime() *timestamppb.Timestamp
- func (x *Job) GetState() Job_State
- func (x *Job) GetTrigger() Job_Trigger
- func (x *Job) GetUid() string
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
- type JobEvent
- func (*JobEvent) Descriptor() ([]byte, []int)deprecated
- func (x *JobEvent) GetEndTime() *timestamppb.Timestamp
- func (x *JobEvent) GetExecutionTrigger() JobEvent_ExecutionTrigger
- func (x *JobEvent) GetJobId() string
- func (x *JobEvent) GetMessage() string
- func (x *JobEvent) GetRetries() int32
- func (x *JobEvent) GetService() JobEvent_Service
- func (x *JobEvent) GetServiceJob() string
- func (x *JobEvent) GetStartTime() *timestamppb.Timestamp
- func (x *JobEvent) GetState() JobEvent_State
- func (x *JobEvent) GetType() JobEvent_Type
- func (*JobEvent) ProtoMessage()
- func (x *JobEvent) ProtoReflect() protoreflect.Message
- func (x *JobEvent) Reset()
- func (x *JobEvent) String() string
- type JobEvent_ExecutionTrigger
- func (JobEvent_ExecutionTrigger) Descriptor() protoreflect.EnumDescriptor
- func (x JobEvent_ExecutionTrigger) Enum() *JobEvent_ExecutionTrigger
- func (JobEvent_ExecutionTrigger) EnumDescriptor() ([]byte, []int)deprecated
- func (x JobEvent_ExecutionTrigger) Number() protoreflect.EnumNumber
- func (x JobEvent_ExecutionTrigger) String() string
- func (JobEvent_ExecutionTrigger) Type() protoreflect.EnumType
- type JobEvent_Service
- func (JobEvent_Service) Descriptor() protoreflect.EnumDescriptor
- func (x JobEvent_Service) Enum() *JobEvent_Service
- func (JobEvent_Service) EnumDescriptor() ([]byte, []int)deprecated
- func (x JobEvent_Service) Number() protoreflect.EnumNumber
- func (x JobEvent_Service) String() string
- func (JobEvent_Service) Type() protoreflect.EnumType
- type JobEvent_State
- func (JobEvent_State) Descriptor() protoreflect.EnumDescriptor
- func (x JobEvent_State) Enum() *JobEvent_State
- func (JobEvent_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x JobEvent_State) Number() protoreflect.EnumNumber
- func (x JobEvent_State) String() string
- func (JobEvent_State) Type() protoreflect.EnumType
- type JobEvent_Type
- func (JobEvent_Type) Descriptor() protoreflect.EnumDescriptor
- func (x JobEvent_Type) Enum() *JobEvent_Type
- func (JobEvent_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x JobEvent_Type) Number() protoreflect.EnumNumber
- func (x JobEvent_Type) String() string
- func (JobEvent_Type) Type() protoreflect.EnumType
- type Job_Service
- func (Job_Service) Descriptor() protoreflect.EnumDescriptor
- func (x Job_Service) Enum() *Job_Service
- func (Job_Service) EnumDescriptor() ([]byte, []int)deprecated
- func (x Job_Service) Number() protoreflect.EnumNumber
- func (x Job_Service) String() string
- func (Job_Service) Type() protoreflect.EnumType
- type Job_State
- type Job_Trigger
- func (Job_Trigger) Descriptor() protoreflect.EnumDescriptor
- func (x Job_Trigger) Enum() *Job_Trigger
- func (Job_Trigger) EnumDescriptor() ([]byte, []int)deprecated
- func (x Job_Trigger) Number() protoreflect.EnumNumber
- func (x Job_Trigger) String() string
- func (Job_Trigger) Type() protoreflect.EnumType
- type Lake
- func (*Lake) Descriptor() ([]byte, []int)deprecated
- func (x *Lake) GetAssetStatus() *AssetStatus
- func (x *Lake) GetCreateTime() *timestamppb.Timestamp
- func (x *Lake) GetDescription() string
- func (x *Lake) GetDisplayName() string
- func (x *Lake) GetLabels() map[string]string
- func (x *Lake) GetMetastore() *Lake_Metastore
- func (x *Lake) GetMetastoreStatus() *Lake_MetastoreStatus
- func (x *Lake) GetName() string
- func (x *Lake) GetServiceAccount() string
- func (x *Lake) GetState() State
- func (x *Lake) GetUid() string
- func (x *Lake) GetUpdateTime() *timestamppb.Timestamp
- func (*Lake) ProtoMessage()
- func (x *Lake) ProtoReflect() protoreflect.Message
- func (x *Lake) Reset()
- func (x *Lake) String() string
- type Lake_Metastore
- type Lake_MetastoreStatus
- func (*Lake_MetastoreStatus) Descriptor() ([]byte, []int)deprecated
- func (x *Lake_MetastoreStatus) GetEndpoint() string
- func (x *Lake_MetastoreStatus) GetMessage() string
- func (x *Lake_MetastoreStatus) GetState() Lake_MetastoreStatus_State
- func (x *Lake_MetastoreStatus) GetUpdateTime() *timestamppb.Timestamp
- func (*Lake_MetastoreStatus) ProtoMessage()
- func (x *Lake_MetastoreStatus) ProtoReflect() protoreflect.Message
- func (x *Lake_MetastoreStatus) Reset()
- func (x *Lake_MetastoreStatus) String() string
- type Lake_MetastoreStatus_State
- func (Lake_MetastoreStatus_State) Descriptor() protoreflect.EnumDescriptor
- func (x Lake_MetastoreStatus_State) Enum() *Lake_MetastoreStatus_State
- func (Lake_MetastoreStatus_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Lake_MetastoreStatus_State) Number() protoreflect.EnumNumber
- func (x Lake_MetastoreStatus_State) String() string
- func (Lake_MetastoreStatus_State) Type() protoreflect.EnumType
- type ListActionsResponse
- func (*ListActionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListActionsResponse) GetActions() []*Action
- func (x *ListActionsResponse) GetNextPageToken() string
- func (*ListActionsResponse) ProtoMessage()
- func (x *ListActionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListActionsResponse) Reset()
- func (x *ListActionsResponse) String() string
- type ListAspectTypesRequest
- func (*ListAspectTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAspectTypesRequest) GetFilter() string
- func (x *ListAspectTypesRequest) GetOrderBy() string
- func (x *ListAspectTypesRequest) GetPageSize() int32
- func (x *ListAspectTypesRequest) GetPageToken() string
- func (x *ListAspectTypesRequest) GetParent() string
- func (*ListAspectTypesRequest) ProtoMessage()
- func (x *ListAspectTypesRequest) ProtoReflect() protoreflect.Message
- func (x *ListAspectTypesRequest) Reset()
- func (x *ListAspectTypesRequest) String() string
- type ListAspectTypesResponse
- func (*ListAspectTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAspectTypesResponse) GetAspectTypes() []*AspectType
- func (x *ListAspectTypesResponse) GetNextPageToken() string
- func (x *ListAspectTypesResponse) GetUnreachableLocations() []string
- func (*ListAspectTypesResponse) ProtoMessage()
- func (x *ListAspectTypesResponse) ProtoReflect() protoreflect.Message
- func (x *ListAspectTypesResponse) Reset()
- func (x *ListAspectTypesResponse) String() string
- type ListAssetActionsRequest
- func (*ListAssetActionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAssetActionsRequest) GetPageSize() int32
- func (x *ListAssetActionsRequest) GetPageToken() string
- func (x *ListAssetActionsRequest) GetParent() string
- func (*ListAssetActionsRequest) ProtoMessage()
- func (x *ListAssetActionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAssetActionsRequest) Reset()
- func (x *ListAssetActionsRequest) String() string
- type ListAssetsRequest
- func (*ListAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAssetsRequest) GetFilter() string
- func (x *ListAssetsRequest) GetOrderBy() string
- func (x *ListAssetsRequest) GetPageSize() int32
- func (x *ListAssetsRequest) GetPageToken() string
- func (x *ListAssetsRequest) GetParent() string
- func (*ListAssetsRequest) ProtoMessage()
- func (x *ListAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAssetsRequest) Reset()
- func (x *ListAssetsRequest) String() string
- type ListAssetsResponse
- func (*ListAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAssetsResponse) GetAssets() []*Asset
- func (x *ListAssetsResponse) GetNextPageToken() string
- func (*ListAssetsResponse) ProtoMessage()
- func (x *ListAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAssetsResponse) Reset()
- func (x *ListAssetsResponse) String() string
- type ListContentRequest
- func (*ListContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListContentRequest) GetFilter() string
- func (x *ListContentRequest) GetPageSize() int32
- func (x *ListContentRequest) GetPageToken() string
- func (x *ListContentRequest) GetParent() string
- func (*ListContentRequest) ProtoMessage()
- func (x *ListContentRequest) ProtoReflect() protoreflect.Message
- func (x *ListContentRequest) Reset()
- func (x *ListContentRequest) String() string
- type ListContentResponse
- func (*ListContentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListContentResponse) GetContent() []*Content
- func (x *ListContentResponse) GetNextPageToken() string
- func (*ListContentResponse) ProtoMessage()
- func (x *ListContentResponse) ProtoReflect() protoreflect.Message
- func (x *ListContentResponse) Reset()
- func (x *ListContentResponse) String() string
- type ListDataAttributeBindingsRequest
- func (*ListDataAttributeBindingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataAttributeBindingsRequest) GetFilter() string
- func (x *ListDataAttributeBindingsRequest) GetOrderBy() string
- func (x *ListDataAttributeBindingsRequest) GetPageSize() int32
- func (x *ListDataAttributeBindingsRequest) GetPageToken() string
- func (x *ListDataAttributeBindingsRequest) GetParent() string
- func (*ListDataAttributeBindingsRequest) ProtoMessage()
- func (x *ListDataAttributeBindingsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataAttributeBindingsRequest) Reset()
- func (x *ListDataAttributeBindingsRequest) String() string
- type ListDataAttributeBindingsResponse
- func (*ListDataAttributeBindingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataAttributeBindingsResponse) GetDataAttributeBindings() []*DataAttributeBinding
- func (x *ListDataAttributeBindingsResponse) GetNextPageToken() string
- func (x *ListDataAttributeBindingsResponse) GetUnreachableLocations() []string
- func (*ListDataAttributeBindingsResponse) ProtoMessage()
- func (x *ListDataAttributeBindingsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataAttributeBindingsResponse) Reset()
- func (x *ListDataAttributeBindingsResponse) String() string
- type ListDataAttributesRequest
- func (*ListDataAttributesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataAttributesRequest) GetFilter() string
- func (x *ListDataAttributesRequest) GetOrderBy() string
- func (x *ListDataAttributesRequest) GetPageSize() int32
- func (x *ListDataAttributesRequest) GetPageToken() string
- func (x *ListDataAttributesRequest) GetParent() string
- func (*ListDataAttributesRequest) ProtoMessage()
- func (x *ListDataAttributesRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataAttributesRequest) Reset()
- func (x *ListDataAttributesRequest) String() string
- type ListDataAttributesResponse
- func (*ListDataAttributesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataAttributesResponse) GetDataAttributes() []*DataAttribute
- func (x *ListDataAttributesResponse) GetNextPageToken() string
- func (x *ListDataAttributesResponse) GetUnreachableLocations() []string
- func (*ListDataAttributesResponse) ProtoMessage()
- func (x *ListDataAttributesResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataAttributesResponse) Reset()
- func (x *ListDataAttributesResponse) String() string
- type ListDataScanJobsRequest
- func (*ListDataScanJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataScanJobsRequest) GetFilter() string
- func (x *ListDataScanJobsRequest) GetPageSize() int32
- func (x *ListDataScanJobsRequest) GetPageToken() string
- func (x *ListDataScanJobsRequest) GetParent() string
- func (*ListDataScanJobsRequest) ProtoMessage()
- func (x *ListDataScanJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataScanJobsRequest) Reset()
- func (x *ListDataScanJobsRequest) String() string
- type ListDataScanJobsResponse
- func (*ListDataScanJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataScanJobsResponse) GetDataScanJobs() []*DataScanJob
- func (x *ListDataScanJobsResponse) GetNextPageToken() string
- func (*ListDataScanJobsResponse) ProtoMessage()
- func (x *ListDataScanJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataScanJobsResponse) Reset()
- func (x *ListDataScanJobsResponse) String() string
- type ListDataScansRequest
- func (*ListDataScansRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataScansRequest) GetFilter() string
- func (x *ListDataScansRequest) GetOrderBy() string
- func (x *ListDataScansRequest) GetPageSize() int32
- func (x *ListDataScansRequest) GetPageToken() string
- func (x *ListDataScansRequest) GetParent() string
- func (*ListDataScansRequest) ProtoMessage()
- func (x *ListDataScansRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataScansRequest) Reset()
- func (x *ListDataScansRequest) String() string
- type ListDataScansResponse
- func (*ListDataScansResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataScansResponse) GetDataScans() []*DataScan
- func (x *ListDataScansResponse) GetNextPageToken() string
- func (x *ListDataScansResponse) GetUnreachable() []string
- func (*ListDataScansResponse) ProtoMessage()
- func (x *ListDataScansResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataScansResponse) Reset()
- func (x *ListDataScansResponse) String() string
- type ListDataTaxonomiesRequest
- func (*ListDataTaxonomiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataTaxonomiesRequest) GetFilter() string
- func (x *ListDataTaxonomiesRequest) GetOrderBy() string
- func (x *ListDataTaxonomiesRequest) GetPageSize() int32
- func (x *ListDataTaxonomiesRequest) GetPageToken() string
- func (x *ListDataTaxonomiesRequest) GetParent() string
- func (*ListDataTaxonomiesRequest) ProtoMessage()
- func (x *ListDataTaxonomiesRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataTaxonomiesRequest) Reset()
- func (x *ListDataTaxonomiesRequest) String() string
- type ListDataTaxonomiesResponse
- func (*ListDataTaxonomiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataTaxonomiesResponse) GetDataTaxonomies() []*DataTaxonomy
- func (x *ListDataTaxonomiesResponse) GetNextPageToken() string
- func (x *ListDataTaxonomiesResponse) GetUnreachableLocations() []string
- func (*ListDataTaxonomiesResponse) ProtoMessage()
- func (x *ListDataTaxonomiesResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataTaxonomiesResponse) Reset()
- func (x *ListDataTaxonomiesResponse) String() string
- type ListEntitiesRequest
- func (*ListEntitiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntitiesRequest) GetFilter() string
- func (x *ListEntitiesRequest) GetPageSize() int32
- func (x *ListEntitiesRequest) GetPageToken() string
- func (x *ListEntitiesRequest) GetParent() string
- func (x *ListEntitiesRequest) GetView() ListEntitiesRequest_EntityView
- func (*ListEntitiesRequest) ProtoMessage()
- func (x *ListEntitiesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEntitiesRequest) Reset()
- func (x *ListEntitiesRequest) String() string
- type ListEntitiesRequest_EntityView
- func (ListEntitiesRequest_EntityView) Descriptor() protoreflect.EnumDescriptor
- func (x ListEntitiesRequest_EntityView) Enum() *ListEntitiesRequest_EntityView
- func (ListEntitiesRequest_EntityView) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListEntitiesRequest_EntityView) Number() protoreflect.EnumNumber
- func (x ListEntitiesRequest_EntityView) String() string
- func (ListEntitiesRequest_EntityView) Type() protoreflect.EnumType
- type ListEntitiesResponse
- func (*ListEntitiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntitiesResponse) GetEntities() []*Entity
- func (x *ListEntitiesResponse) GetNextPageToken() string
- func (*ListEntitiesResponse) ProtoMessage()
- func (x *ListEntitiesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEntitiesResponse) Reset()
- func (x *ListEntitiesResponse) String() string
- type ListEntriesRequest
- func (*ListEntriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntriesRequest) GetFilter() string
- func (x *ListEntriesRequest) GetPageSize() int32
- func (x *ListEntriesRequest) GetPageToken() string
- func (x *ListEntriesRequest) GetParent() string
- func (*ListEntriesRequest) ProtoMessage()
- func (x *ListEntriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEntriesRequest) Reset()
- func (x *ListEntriesRequest) String() string
- type ListEntriesResponse
- func (*ListEntriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntriesResponse) GetEntries() []*Entry
- func (x *ListEntriesResponse) GetNextPageToken() string
- func (*ListEntriesResponse) ProtoMessage()
- func (x *ListEntriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEntriesResponse) Reset()
- func (x *ListEntriesResponse) String() string
- type ListEntryGroupsRequest
- func (*ListEntryGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntryGroupsRequest) GetFilter() string
- func (x *ListEntryGroupsRequest) GetOrderBy() string
- func (x *ListEntryGroupsRequest) GetPageSize() int32
- func (x *ListEntryGroupsRequest) GetPageToken() string
- func (x *ListEntryGroupsRequest) GetParent() string
- func (*ListEntryGroupsRequest) ProtoMessage()
- func (x *ListEntryGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEntryGroupsRequest) Reset()
- func (x *ListEntryGroupsRequest) String() string
- type ListEntryGroupsResponse
- func (*ListEntryGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntryGroupsResponse) GetEntryGroups() []*EntryGroup
- func (x *ListEntryGroupsResponse) GetNextPageToken() string
- func (x *ListEntryGroupsResponse) GetUnreachableLocations() []string
- func (*ListEntryGroupsResponse) ProtoMessage()
- func (x *ListEntryGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEntryGroupsResponse) Reset()
- func (x *ListEntryGroupsResponse) String() string
- type ListEntryTypesRequest
- func (*ListEntryTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntryTypesRequest) GetFilter() string
- func (x *ListEntryTypesRequest) GetOrderBy() string
- func (x *ListEntryTypesRequest) GetPageSize() int32
- func (x *ListEntryTypesRequest) GetPageToken() string
- func (x *ListEntryTypesRequest) GetParent() string
- func (*ListEntryTypesRequest) ProtoMessage()
- func (x *ListEntryTypesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEntryTypesRequest) Reset()
- func (x *ListEntryTypesRequest) String() string
- type ListEntryTypesResponse
- func (*ListEntryTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntryTypesResponse) GetEntryTypes() []*EntryType
- func (x *ListEntryTypesResponse) GetNextPageToken() string
- func (x *ListEntryTypesResponse) GetUnreachableLocations() []string
- func (*ListEntryTypesResponse) ProtoMessage()
- func (x *ListEntryTypesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEntryTypesResponse) Reset()
- func (x *ListEntryTypesResponse) String() string
- type ListEnvironmentsRequest
- func (*ListEnvironmentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEnvironmentsRequest) GetFilter() string
- func (x *ListEnvironmentsRequest) GetOrderBy() string
- func (x *ListEnvironmentsRequest) GetPageSize() int32
- func (x *ListEnvironmentsRequest) GetPageToken() string
- func (x *ListEnvironmentsRequest) GetParent() string
- func (*ListEnvironmentsRequest) ProtoMessage()
- func (x *ListEnvironmentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEnvironmentsRequest) Reset()
- func (x *ListEnvironmentsRequest) String() string
- type ListEnvironmentsResponse
- func (*ListEnvironmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEnvironmentsResponse) GetEnvironments() []*Environment
- func (x *ListEnvironmentsResponse) GetNextPageToken() string
- func (*ListEnvironmentsResponse) ProtoMessage()
- func (x *ListEnvironmentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEnvironmentsResponse) Reset()
- func (x *ListEnvironmentsResponse) String() string
- type ListJobsRequest
- func (*ListJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobsRequest) GetPageSize() int32
- func (x *ListJobsRequest) GetPageToken() string
- func (x *ListJobsRequest) GetParent() string
- func (*ListJobsRequest) ProtoMessage()
- func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListJobsRequest) Reset()
- func (x *ListJobsRequest) String() string
- type ListJobsResponse
- func (*ListJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobsResponse) GetJobs() []*Job
- func (x *ListJobsResponse) GetNextPageToken() string
- func (*ListJobsResponse) ProtoMessage()
- func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListJobsResponse) Reset()
- func (x *ListJobsResponse) String() string
- type ListLakeActionsRequest
- func (*ListLakeActionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListLakeActionsRequest) GetPageSize() int32
- func (x *ListLakeActionsRequest) GetPageToken() string
- func (x *ListLakeActionsRequest) GetParent() string
- func (*ListLakeActionsRequest) ProtoMessage()
- func (x *ListLakeActionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListLakeActionsRequest) Reset()
- func (x *ListLakeActionsRequest) String() string
- type ListLakesRequest
- func (*ListLakesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListLakesRequest) GetFilter() string
- func (x *ListLakesRequest) GetOrderBy() string
- func (x *ListLakesRequest) GetPageSize() int32
- func (x *ListLakesRequest) GetPageToken() string
- func (x *ListLakesRequest) GetParent() string
- func (*ListLakesRequest) ProtoMessage()
- func (x *ListLakesRequest) ProtoReflect() protoreflect.Message
- func (x *ListLakesRequest) Reset()
- func (x *ListLakesRequest) String() string
- type ListLakesResponse
- func (*ListLakesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLakesResponse) GetLakes() []*Lake
- func (x *ListLakesResponse) GetNextPageToken() string
- func (x *ListLakesResponse) GetUnreachableLocations() []string
- func (*ListLakesResponse) ProtoMessage()
- func (x *ListLakesResponse) ProtoReflect() protoreflect.Message
- func (x *ListLakesResponse) Reset()
- func (x *ListLakesResponse) String() string
- type ListMetadataJobsRequest
- func (*ListMetadataJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetadataJobsRequest) GetFilter() string
- func (x *ListMetadataJobsRequest) GetOrderBy() string
- func (x *ListMetadataJobsRequest) GetPageSize() int32
- func (x *ListMetadataJobsRequest) GetPageToken() string
- func (x *ListMetadataJobsRequest) GetParent() string
- func (*ListMetadataJobsRequest) ProtoMessage()
- func (x *ListMetadataJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListMetadataJobsRequest) Reset()
- func (x *ListMetadataJobsRequest) String() string
- type ListMetadataJobsResponse
- func (*ListMetadataJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetadataJobsResponse) GetMetadataJobs() []*MetadataJob
- func (x *ListMetadataJobsResponse) GetNextPageToken() string
- func (x *ListMetadataJobsResponse) GetUnreachableLocations() []string
- func (*ListMetadataJobsResponse) ProtoMessage()
- func (x *ListMetadataJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListMetadataJobsResponse) Reset()
- func (x *ListMetadataJobsResponse) String() string
- type ListPartitionsRequest
- func (*ListPartitionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPartitionsRequest) GetFilter() string
- func (x *ListPartitionsRequest) GetPageSize() int32
- func (x *ListPartitionsRequest) GetPageToken() string
- func (x *ListPartitionsRequest) GetParent() string
- func (*ListPartitionsRequest) ProtoMessage()
- func (x *ListPartitionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPartitionsRequest) Reset()
- func (x *ListPartitionsRequest) String() string
- type ListPartitionsResponse
- func (*ListPartitionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPartitionsResponse) GetNextPageToken() string
- func (x *ListPartitionsResponse) GetPartitions() []*Partition
- func (*ListPartitionsResponse) ProtoMessage()
- func (x *ListPartitionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPartitionsResponse) Reset()
- func (x *ListPartitionsResponse) String() string
- type ListSessionsRequest
- func (*ListSessionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSessionsRequest) GetFilter() string
- func (x *ListSessionsRequest) GetPageSize() int32
- func (x *ListSessionsRequest) GetPageToken() string
- func (x *ListSessionsRequest) GetParent() string
- func (*ListSessionsRequest) ProtoMessage()
- func (x *ListSessionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSessionsRequest) Reset()
- func (x *ListSessionsRequest) String() string
- type ListSessionsResponse
- func (*ListSessionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSessionsResponse) GetNextPageToken() string
- func (x *ListSessionsResponse) GetSessions() []*Session
- func (*ListSessionsResponse) ProtoMessage()
- func (x *ListSessionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSessionsResponse) Reset()
- func (x *ListSessionsResponse) String() string
- type ListTasksRequest
- func (*ListTasksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTasksRequest) GetFilter() string
- func (x *ListTasksRequest) GetOrderBy() string
- func (x *ListTasksRequest) GetPageSize() int32
- func (x *ListTasksRequest) GetPageToken() string
- func (x *ListTasksRequest) GetParent() string
- func (*ListTasksRequest) ProtoMessage()
- func (x *ListTasksRequest) ProtoReflect() protoreflect.Message
- func (x *ListTasksRequest) Reset()
- func (x *ListTasksRequest) String() string
- type ListTasksResponse
- func (*ListTasksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTasksResponse) GetNextPageToken() string
- func (x *ListTasksResponse) GetTasks() []*Task
- func (x *ListTasksResponse) GetUnreachableLocations() []string
- func (*ListTasksResponse) ProtoMessage()
- func (x *ListTasksResponse) ProtoReflect() protoreflect.Message
- func (x *ListTasksResponse) Reset()
- func (x *ListTasksResponse) String() string
- type ListZoneActionsRequest
- func (*ListZoneActionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListZoneActionsRequest) GetPageSize() int32
- func (x *ListZoneActionsRequest) GetPageToken() string
- func (x *ListZoneActionsRequest) GetParent() string
- func (*ListZoneActionsRequest) ProtoMessage()
- func (x *ListZoneActionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListZoneActionsRequest) Reset()
- func (x *ListZoneActionsRequest) String() string
- type ListZonesRequest
- func (*ListZonesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListZonesRequest) GetFilter() string
- func (x *ListZonesRequest) GetOrderBy() string
- func (x *ListZonesRequest) GetPageSize() int32
- func (x *ListZonesRequest) GetPageToken() string
- func (x *ListZonesRequest) GetParent() string
- func (*ListZonesRequest) ProtoMessage()
- func (x *ListZonesRequest) ProtoReflect() protoreflect.Message
- func (x *ListZonesRequest) Reset()
- func (x *ListZonesRequest) String() string
- type ListZonesResponse
- func (*ListZonesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListZonesResponse) GetNextPageToken() string
- func (x *ListZonesResponse) GetZones() []*Zone
- func (*ListZonesResponse) ProtoMessage()
- func (x *ListZonesResponse) ProtoReflect() protoreflect.Message
- func (x *ListZonesResponse) Reset()
- func (x *ListZonesResponse) String() string
- type LookupEntryRequest
- func (*LookupEntryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LookupEntryRequest) GetAspectTypes() []string
- func (x *LookupEntryRequest) GetEntry() string
- func (x *LookupEntryRequest) GetName() string
- func (x *LookupEntryRequest) GetPaths() []string
- func (x *LookupEntryRequest) GetView() EntryView
- func (*LookupEntryRequest) ProtoMessage()
- func (x *LookupEntryRequest) ProtoReflect() protoreflect.Message
- func (x *LookupEntryRequest) Reset()
- func (x *LookupEntryRequest) String() string
- type MetadataJob
- func (*MetadataJob) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataJob) GetCreateTime() *timestamppb.Timestamp
- func (x *MetadataJob) GetImportResult() *MetadataJob_ImportJobResult
- func (x *MetadataJob) GetImportSpec() *MetadataJob_ImportJobSpec
- func (x *MetadataJob) GetLabels() map[string]string
- func (x *MetadataJob) GetName() string
- func (m *MetadataJob) GetResult() isMetadataJob_Result
- func (m *MetadataJob) GetSpec() isMetadataJob_Spec
- func (x *MetadataJob) GetStatus() *MetadataJob_Status
- func (x *MetadataJob) GetType() MetadataJob_Type
- func (x *MetadataJob) GetUid() string
- func (x *MetadataJob) GetUpdateTime() *timestamppb.Timestamp
- func (*MetadataJob) ProtoMessage()
- func (x *MetadataJob) ProtoReflect() protoreflect.Message
- func (x *MetadataJob) Reset()
- func (x *MetadataJob) String() string
- type MetadataJob_ImportJobResult
- func (*MetadataJob_ImportJobResult) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataJob_ImportJobResult) GetCreatedEntries() int64
- func (x *MetadataJob_ImportJobResult) GetDeletedEntries() int64
- func (x *MetadataJob_ImportJobResult) GetRecreatedEntries() int64
- func (x *MetadataJob_ImportJobResult) GetUnchangedEntries() int64
- func (x *MetadataJob_ImportJobResult) GetUpdateTime() *timestamppb.Timestamp
- func (x *MetadataJob_ImportJobResult) GetUpdatedEntries() int64
- func (*MetadataJob_ImportJobResult) ProtoMessage()
- func (x *MetadataJob_ImportJobResult) ProtoReflect() protoreflect.Message
- func (x *MetadataJob_ImportJobResult) Reset()
- func (x *MetadataJob_ImportJobResult) String() string
- type MetadataJob_ImportJobSpec
- func (*MetadataJob_ImportJobSpec) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataJob_ImportJobSpec) GetAspectSyncMode() MetadataJob_ImportJobSpec_SyncMode
- func (x *MetadataJob_ImportJobSpec) GetEntrySyncMode() MetadataJob_ImportJobSpec_SyncMode
- func (x *MetadataJob_ImportJobSpec) GetLogLevel() MetadataJob_ImportJobSpec_LogLevel
- func (x *MetadataJob_ImportJobSpec) GetScope() *MetadataJob_ImportJobSpec_ImportJobScope
- func (x *MetadataJob_ImportJobSpec) GetSourceCreateTime() *timestamppb.Timestamp
- func (x *MetadataJob_ImportJobSpec) GetSourceStorageUri() string
- func (*MetadataJob_ImportJobSpec) ProtoMessage()
- func (x *MetadataJob_ImportJobSpec) ProtoReflect() protoreflect.Message
- func (x *MetadataJob_ImportJobSpec) Reset()
- func (x *MetadataJob_ImportJobSpec) String() string
- type MetadataJob_ImportJobSpec_ImportJobScope
- func (*MetadataJob_ImportJobSpec_ImportJobScope) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataJob_ImportJobSpec_ImportJobScope) GetAspectTypes() []string
- func (x *MetadataJob_ImportJobSpec_ImportJobScope) GetEntryGroups() []string
- func (x *MetadataJob_ImportJobSpec_ImportJobScope) GetEntryTypes() []string
- func (*MetadataJob_ImportJobSpec_ImportJobScope) ProtoMessage()
- func (x *MetadataJob_ImportJobSpec_ImportJobScope) ProtoReflect() protoreflect.Message
- func (x *MetadataJob_ImportJobSpec_ImportJobScope) Reset()
- func (x *MetadataJob_ImportJobSpec_ImportJobScope) String() string
- type MetadataJob_ImportJobSpec_LogLevel
- func (MetadataJob_ImportJobSpec_LogLevel) Descriptor() protoreflect.EnumDescriptor
- func (x MetadataJob_ImportJobSpec_LogLevel) Enum() *MetadataJob_ImportJobSpec_LogLevel
- func (MetadataJob_ImportJobSpec_LogLevel) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetadataJob_ImportJobSpec_LogLevel) Number() protoreflect.EnumNumber
- func (x MetadataJob_ImportJobSpec_LogLevel) String() string
- func (MetadataJob_ImportJobSpec_LogLevel) Type() protoreflect.EnumType
- type MetadataJob_ImportJobSpec_SyncMode
- func (MetadataJob_ImportJobSpec_SyncMode) Descriptor() protoreflect.EnumDescriptor
- func (x MetadataJob_ImportJobSpec_SyncMode) Enum() *MetadataJob_ImportJobSpec_SyncMode
- func (MetadataJob_ImportJobSpec_SyncMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetadataJob_ImportJobSpec_SyncMode) Number() protoreflect.EnumNumber
- func (x MetadataJob_ImportJobSpec_SyncMode) String() string
- func (MetadataJob_ImportJobSpec_SyncMode) Type() protoreflect.EnumType
- type MetadataJob_ImportResult
- type MetadataJob_ImportSpec
- type MetadataJob_Status
- func (*MetadataJob_Status) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataJob_Status) GetCompletionPercent() int32
- func (x *MetadataJob_Status) GetMessage() string
- func (x *MetadataJob_Status) GetState() MetadataJob_Status_State
- func (x *MetadataJob_Status) GetUpdateTime() *timestamppb.Timestamp
- func (*MetadataJob_Status) ProtoMessage()
- func (x *MetadataJob_Status) ProtoReflect() protoreflect.Message
- func (x *MetadataJob_Status) Reset()
- func (x *MetadataJob_Status) String() string
- type MetadataJob_Status_State
- func (MetadataJob_Status_State) Descriptor() protoreflect.EnumDescriptor
- func (x MetadataJob_Status_State) Enum() *MetadataJob_Status_State
- func (MetadataJob_Status_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetadataJob_Status_State) Number() protoreflect.EnumNumber
- func (x MetadataJob_Status_State) String() string
- func (MetadataJob_Status_State) Type() protoreflect.EnumType
- type MetadataJob_Type
- func (MetadataJob_Type) Descriptor() protoreflect.EnumDescriptor
- func (x MetadataJob_Type) Enum() *MetadataJob_Type
- func (MetadataJob_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetadataJob_Type) Number() protoreflect.EnumNumber
- func (x MetadataJob_Type) String() string
- func (MetadataJob_Type) Type() protoreflect.EnumType
- type MetadataServiceClient
- type MetadataServiceServer
- type OperationMetadata
- func (*OperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *OperationMetadata) GetApiVersion() string
- func (x *OperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (x *OperationMetadata) GetEndTime() *timestamppb.Timestamp
- func (x *OperationMetadata) GetRequestedCancellation() bool
- func (x *OperationMetadata) GetStatusMessage() string
- func (x *OperationMetadata) GetTarget() string
- func (x *OperationMetadata) GetVerb() string
- func (*OperationMetadata) ProtoMessage()
- func (x *OperationMetadata) ProtoReflect() protoreflect.Message
- func (x *OperationMetadata) Reset()
- func (x *OperationMetadata) String() string
- type Partition
- func (*Partition) Descriptor() ([]byte, []int)deprecated
- func (x *Partition) GetEtag() stringdeprecated
- func (x *Partition) GetLocation() string
- func (x *Partition) GetName() string
- func (x *Partition) GetValues() []string
- func (*Partition) ProtoMessage()
- func (x *Partition) ProtoReflect() protoreflect.Message
- func (x *Partition) Reset()
- func (x *Partition) String() string
- type ResourceAccessSpec
- func (*ResourceAccessSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceAccessSpec) GetOwners() []string
- func (x *ResourceAccessSpec) GetReaders() []string
- func (x *ResourceAccessSpec) GetWriters() []string
- func (*ResourceAccessSpec) ProtoMessage()
- func (x *ResourceAccessSpec) ProtoReflect() protoreflect.Message
- func (x *ResourceAccessSpec) Reset()
- func (x *ResourceAccessSpec) String() string
- type RunDataScanRequest
- func (*RunDataScanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunDataScanRequest) GetName() string
- func (*RunDataScanRequest) ProtoMessage()
- func (x *RunDataScanRequest) ProtoReflect() protoreflect.Message
- func (x *RunDataScanRequest) Reset()
- func (x *RunDataScanRequest) String() string
- type RunDataScanResponse
- func (*RunDataScanResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunDataScanResponse) GetJob() *DataScanJob
- func (*RunDataScanResponse) ProtoMessage()
- func (x *RunDataScanResponse) ProtoReflect() protoreflect.Message
- func (x *RunDataScanResponse) Reset()
- func (x *RunDataScanResponse) String() string
- type RunTaskRequest
- func (*RunTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunTaskRequest) GetArgs() map[string]string
- func (x *RunTaskRequest) GetLabels() map[string]string
- func (x *RunTaskRequest) GetName() string
- func (*RunTaskRequest) ProtoMessage()
- func (x *RunTaskRequest) ProtoReflect() protoreflect.Message
- func (x *RunTaskRequest) Reset()
- func (x *RunTaskRequest) String() string
- type RunTaskResponse
- type ScannedData
- func (*ScannedData) Descriptor() ([]byte, []int)deprecated
- func (m *ScannedData) GetDataRange() isScannedData_DataRange
- func (x *ScannedData) GetIncrementalField() *ScannedData_IncrementalField
- func (*ScannedData) ProtoMessage()
- func (x *ScannedData) ProtoReflect() protoreflect.Message
- func (x *ScannedData) Reset()
- func (x *ScannedData) String() string
- type ScannedData_IncrementalField
- func (*ScannedData_IncrementalField) Descriptor() ([]byte, []int)deprecated
- func (x *ScannedData_IncrementalField) GetEnd() string
- func (x *ScannedData_IncrementalField) GetField() string
- func (x *ScannedData_IncrementalField) GetStart() string
- func (*ScannedData_IncrementalField) ProtoMessage()
- func (x *ScannedData_IncrementalField) ProtoReflect() protoreflect.Message
- func (x *ScannedData_IncrementalField) Reset()
- func (x *ScannedData_IncrementalField) String() string
- type ScannedData_IncrementalField_
- type Schema
- func (*Schema) Descriptor() ([]byte, []int)deprecated
- func (x *Schema) GetFields() []*Schema_SchemaField
- func (x *Schema) GetPartitionFields() []*Schema_PartitionField
- func (x *Schema) GetPartitionStyle() Schema_PartitionStyle
- func (x *Schema) GetUserManaged() bool
- func (*Schema) ProtoMessage()
- func (x *Schema) ProtoReflect() protoreflect.Message
- func (x *Schema) Reset()
- func (x *Schema) String() string
- type Schema_Mode
- func (Schema_Mode) Descriptor() protoreflect.EnumDescriptor
- func (x Schema_Mode) Enum() *Schema_Mode
- func (Schema_Mode) EnumDescriptor() ([]byte, []int)deprecated
- func (x Schema_Mode) Number() protoreflect.EnumNumber
- func (x Schema_Mode) String() string
- func (Schema_Mode) Type() protoreflect.EnumType
- type Schema_PartitionField
- func (*Schema_PartitionField) Descriptor() ([]byte, []int)deprecated
- func (x *Schema_PartitionField) GetName() string
- func (x *Schema_PartitionField) GetType() Schema_Type
- func (*Schema_PartitionField) ProtoMessage()
- func (x *Schema_PartitionField) ProtoReflect() protoreflect.Message
- func (x *Schema_PartitionField) Reset()
- func (x *Schema_PartitionField) String() string
- type Schema_PartitionStyle
- func (Schema_PartitionStyle) Descriptor() protoreflect.EnumDescriptor
- func (x Schema_PartitionStyle) Enum() *Schema_PartitionStyle
- func (Schema_PartitionStyle) EnumDescriptor() ([]byte, []int)deprecated
- func (x Schema_PartitionStyle) Number() protoreflect.EnumNumber
- func (x Schema_PartitionStyle) String() string
- func (Schema_PartitionStyle) Type() protoreflect.EnumType
- type Schema_SchemaField
- func (*Schema_SchemaField) Descriptor() ([]byte, []int)deprecated
- func (x *Schema_SchemaField) GetDescription() string
- func (x *Schema_SchemaField) GetFields() []*Schema_SchemaField
- func (x *Schema_SchemaField) GetMode() Schema_Mode
- func (x *Schema_SchemaField) GetName() string
- func (x *Schema_SchemaField) GetType() Schema_Type
- func (*Schema_SchemaField) ProtoMessage()
- func (x *Schema_SchemaField) ProtoReflect() protoreflect.Message
- func (x *Schema_SchemaField) Reset()
- func (x *Schema_SchemaField) String() string
- type Schema_Type
- func (Schema_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Schema_Type) Enum() *Schema_Type
- func (Schema_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Schema_Type) Number() protoreflect.EnumNumber
- func (x Schema_Type) String() string
- func (Schema_Type) Type() protoreflect.EnumType
- type SearchEntriesRequest
- func (*SearchEntriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchEntriesRequest) GetName() string
- func (x *SearchEntriesRequest) GetOrderBy() string
- func (x *SearchEntriesRequest) GetPageSize() int32
- func (x *SearchEntriesRequest) GetPageToken() string
- func (x *SearchEntriesRequest) GetQuery() string
- func (x *SearchEntriesRequest) GetScope() string
- func (*SearchEntriesRequest) ProtoMessage()
- func (x *SearchEntriesRequest) ProtoReflect() protoreflect.Message
- func (x *SearchEntriesRequest) Reset()
- func (x *SearchEntriesRequest) String() string
- type SearchEntriesResponse
- func (*SearchEntriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchEntriesResponse) GetNextPageToken() string
- func (x *SearchEntriesResponse) GetResults() []*SearchEntriesResult
- func (x *SearchEntriesResponse) GetTotalSize() int32
- func (x *SearchEntriesResponse) GetUnreachable() []string
- func (*SearchEntriesResponse) ProtoMessage()
- func (x *SearchEntriesResponse) ProtoReflect() protoreflect.Message
- func (x *SearchEntriesResponse) Reset()
- func (x *SearchEntriesResponse) String() string
- type SearchEntriesResult
- func (*SearchEntriesResult) Descriptor() ([]byte, []int)deprecated
- func (x *SearchEntriesResult) GetDataplexEntry() *Entry
- func (x *SearchEntriesResult) GetLinkedResource() stringdeprecated
- func (x *SearchEntriesResult) GetSnippets() *SearchEntriesResult_Snippetsdeprecated
- func (*SearchEntriesResult) ProtoMessage()
- func (x *SearchEntriesResult) ProtoReflect() protoreflect.Message
- func (x *SearchEntriesResult) Reset()
- func (x *SearchEntriesResult) String() string
- type SearchEntriesResult_Snippetsdeprecated
- func (*SearchEntriesResult_Snippets) Descriptor() ([]byte, []int)deprecated
- func (x *SearchEntriesResult_Snippets) GetDataplexEntry() *Entrydeprecated
- func (*SearchEntriesResult_Snippets) ProtoMessage()
- func (x *SearchEntriesResult_Snippets) ProtoReflect() protoreflect.Message
- func (x *SearchEntriesResult_Snippets) Reset()
- func (x *SearchEntriesResult_Snippets) String() string
- type Session
- func (*Session) Descriptor() ([]byte, []int)deprecated
- func (x *Session) GetCreateTime() *timestamppb.Timestamp
- func (x *Session) GetName() string
- func (x *Session) GetState() State
- func (x *Session) GetUserId() string
- func (*Session) ProtoMessage()
- func (x *Session) ProtoReflect() protoreflect.Message
- func (x *Session) Reset()
- func (x *Session) String() string
- type SessionEvent
- func (*SessionEvent) Descriptor() ([]byte, []int)deprecated
- func (m *SessionEvent) GetDetail() isSessionEvent_Detail
- func (x *SessionEvent) GetEventSucceeded() bool
- func (x *SessionEvent) GetFastStartupEnabled() bool
- func (x *SessionEvent) GetMessage() string
- func (x *SessionEvent) GetQuery() *SessionEvent_QueryDetail
- func (x *SessionEvent) GetSessionId() string
- func (x *SessionEvent) GetType() SessionEvent_EventType
- func (x *SessionEvent) GetUnassignedDuration() *durationpb.Duration
- func (x *SessionEvent) GetUserId() string
- func (*SessionEvent) ProtoMessage()
- func (x *SessionEvent) ProtoReflect() protoreflect.Message
- func (x *SessionEvent) Reset()
- func (x *SessionEvent) String() string
- type SessionEvent_EventType
- func (SessionEvent_EventType) Descriptor() protoreflect.EnumDescriptor
- func (x SessionEvent_EventType) Enum() *SessionEvent_EventType
- func (SessionEvent_EventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x SessionEvent_EventType) Number() protoreflect.EnumNumber
- func (x SessionEvent_EventType) String() string
- func (SessionEvent_EventType) Type() protoreflect.EnumType
- type SessionEvent_Query
- type SessionEvent_QueryDetail
- func (*SessionEvent_QueryDetail) Descriptor() ([]byte, []int)deprecated
- func (x *SessionEvent_QueryDetail) GetDataProcessedBytes() int64
- func (x *SessionEvent_QueryDetail) GetDuration() *durationpb.Duration
- func (x *SessionEvent_QueryDetail) GetEngine() SessionEvent_QueryDetail_Engine
- func (x *SessionEvent_QueryDetail) GetQueryId() string
- func (x *SessionEvent_QueryDetail) GetQueryText() string
- func (x *SessionEvent_QueryDetail) GetResultSizeBytes() int64
- func (*SessionEvent_QueryDetail) ProtoMessage()
- func (x *SessionEvent_QueryDetail) ProtoReflect() protoreflect.Message
- func (x *SessionEvent_QueryDetail) Reset()
- func (x *SessionEvent_QueryDetail) String() string
- type SessionEvent_QueryDetail_Engine
- func (SessionEvent_QueryDetail_Engine) Descriptor() protoreflect.EnumDescriptor
- func (x SessionEvent_QueryDetail_Engine) Enum() *SessionEvent_QueryDetail_Engine
- func (SessionEvent_QueryDetail_Engine) EnumDescriptor() ([]byte, []int)deprecated
- func (x SessionEvent_QueryDetail_Engine) Number() protoreflect.EnumNumber
- func (x SessionEvent_QueryDetail_Engine) String() string
- func (SessionEvent_QueryDetail_Engine) Type() protoreflect.EnumType
- type State
- type StorageAccess
- type StorageAccess_AccessMode
- func (StorageAccess_AccessMode) Descriptor() protoreflect.EnumDescriptor
- func (x StorageAccess_AccessMode) Enum() *StorageAccess_AccessMode
- func (StorageAccess_AccessMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x StorageAccess_AccessMode) Number() protoreflect.EnumNumber
- func (x StorageAccess_AccessMode) String() string
- func (StorageAccess_AccessMode) Type() protoreflect.EnumType
- type StorageFormat
- func (*StorageFormat) Descriptor() ([]byte, []int)deprecated
- func (x *StorageFormat) GetCompressionFormat() StorageFormat_CompressionFormat
- func (x *StorageFormat) GetCsv() *StorageFormat_CsvOptions
- func (x *StorageFormat) GetFormat() StorageFormat_Format
- func (x *StorageFormat) GetIceberg() *StorageFormat_IcebergOptions
- func (x *StorageFormat) GetJson() *StorageFormat_JsonOptions
- func (x *StorageFormat) GetMimeType() string
- func (m *StorageFormat) GetOptions() isStorageFormat_Options
- func (*StorageFormat) ProtoMessage()
- func (x *StorageFormat) ProtoReflect() protoreflect.Message
- func (x *StorageFormat) Reset()
- func (x *StorageFormat) String() string
- type StorageFormat_CompressionFormat
- func (StorageFormat_CompressionFormat) Descriptor() protoreflect.EnumDescriptor
- func (x StorageFormat_CompressionFormat) Enum() *StorageFormat_CompressionFormat
- func (StorageFormat_CompressionFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x StorageFormat_CompressionFormat) Number() protoreflect.EnumNumber
- func (x StorageFormat_CompressionFormat) String() string
- func (StorageFormat_CompressionFormat) Type() protoreflect.EnumType
- type StorageFormat_Csv
- type StorageFormat_CsvOptions
- func (*StorageFormat_CsvOptions) Descriptor() ([]byte, []int)deprecated
- func (x *StorageFormat_CsvOptions) GetDelimiter() string
- func (x *StorageFormat_CsvOptions) GetEncoding() string
- func (x *StorageFormat_CsvOptions) GetHeaderRows() int32
- func (x *StorageFormat_CsvOptions) GetQuote() string
- func (*StorageFormat_CsvOptions) ProtoMessage()
- func (x *StorageFormat_CsvOptions) ProtoReflect() protoreflect.Message
- func (x *StorageFormat_CsvOptions) Reset()
- func (x *StorageFormat_CsvOptions) String() string
- type StorageFormat_Format
- func (StorageFormat_Format) Descriptor() protoreflect.EnumDescriptor
- func (x StorageFormat_Format) Enum() *StorageFormat_Format
- func (StorageFormat_Format) EnumDescriptor() ([]byte, []int)deprecated
- func (x StorageFormat_Format) Number() protoreflect.EnumNumber
- func (x StorageFormat_Format) String() string
- func (StorageFormat_Format) Type() protoreflect.EnumType
- type StorageFormat_Iceberg
- type StorageFormat_IcebergOptions
- func (*StorageFormat_IcebergOptions) Descriptor() ([]byte, []int)deprecated
- func (x *StorageFormat_IcebergOptions) GetMetadataLocation() string
- func (*StorageFormat_IcebergOptions) ProtoMessage()
- func (x *StorageFormat_IcebergOptions) ProtoReflect() protoreflect.Message
- func (x *StorageFormat_IcebergOptions) Reset()
- func (x *StorageFormat_IcebergOptions) String() string
- type StorageFormat_Json
- type StorageFormat_JsonOptions
- func (*StorageFormat_JsonOptions) Descriptor() ([]byte, []int)deprecated
- func (x *StorageFormat_JsonOptions) GetEncoding() string
- func (*StorageFormat_JsonOptions) ProtoMessage()
- func (x *StorageFormat_JsonOptions) ProtoReflect() protoreflect.Message
- func (x *StorageFormat_JsonOptions) Reset()
- func (x *StorageFormat_JsonOptions) String() string
- type StorageSystem
- func (StorageSystem) Descriptor() protoreflect.EnumDescriptor
- func (x StorageSystem) Enum() *StorageSystem
- func (StorageSystem) EnumDescriptor() ([]byte, []int)deprecated
- func (x StorageSystem) Number() protoreflect.EnumNumber
- func (x StorageSystem) String() string
- func (StorageSystem) Type() protoreflect.EnumType
- type Task
- func (*Task) Descriptor() ([]byte, []int)deprecated
- func (m *Task) GetConfig() isTask_Config
- func (x *Task) GetCreateTime() *timestamppb.Timestamp
- func (x *Task) GetDescription() string
- func (x *Task) GetDisplayName() string
- func (x *Task) GetExecutionSpec() *Task_ExecutionSpec
- func (x *Task) GetExecutionStatus() *Task_ExecutionStatus
- func (x *Task) GetLabels() map[string]string
- func (x *Task) GetName() string
- func (x *Task) GetNotebook() *Task_NotebookTaskConfig
- func (x *Task) GetSpark() *Task_SparkTaskConfig
- func (x *Task) GetState() State
- func (x *Task) GetTriggerSpec() *Task_TriggerSpec
- func (x *Task) GetUid() string
- func (x *Task) GetUpdateTime() *timestamppb.Timestamp
- func (*Task) ProtoMessage()
- func (x *Task) ProtoReflect() protoreflect.Message
- func (x *Task) Reset()
- func (x *Task) String() string
- type Task_ExecutionSpec
- func (*Task_ExecutionSpec) Descriptor() ([]byte, []int)deprecated
- func (x *Task_ExecutionSpec) GetArgs() map[string]string
- func (x *Task_ExecutionSpec) GetKmsKey() string
- func (x *Task_ExecutionSpec) GetMaxJobExecutionLifetime() *durationpb.Duration
- func (x *Task_ExecutionSpec) GetProject() string
- func (x *Task_ExecutionSpec) GetServiceAccount() string
- func (*Task_ExecutionSpec) ProtoMessage()
- func (x *Task_ExecutionSpec) ProtoReflect() protoreflect.Message
- func (x *Task_ExecutionSpec) Reset()
- func (x *Task_ExecutionSpec) String() string
- type Task_ExecutionStatus
- func (*Task_ExecutionStatus) Descriptor() ([]byte, []int)deprecated
- func (x *Task_ExecutionStatus) GetLatestJob() *Job
- func (x *Task_ExecutionStatus) GetUpdateTime() *timestamppb.Timestamp
- func (*Task_ExecutionStatus) ProtoMessage()
- func (x *Task_ExecutionStatus) ProtoReflect() protoreflect.Message
- func (x *Task_ExecutionStatus) Reset()
- func (x *Task_ExecutionStatus) String() string
- type Task_InfrastructureSpec
- func (*Task_InfrastructureSpec) Descriptor() ([]byte, []int)deprecated
- func (x *Task_InfrastructureSpec) GetBatch() *Task_InfrastructureSpec_BatchComputeResources
- func (x *Task_InfrastructureSpec) GetContainerImage() *Task_InfrastructureSpec_ContainerImageRuntime
- func (m *Task_InfrastructureSpec) GetNetwork() isTask_InfrastructureSpec_Network
- func (m *Task_InfrastructureSpec) GetResources() isTask_InfrastructureSpec_Resources
- func (m *Task_InfrastructureSpec) GetRuntime() isTask_InfrastructureSpec_Runtime
- func (x *Task_InfrastructureSpec) GetVpcNetwork() *Task_InfrastructureSpec_VpcNetwork
- func (*Task_InfrastructureSpec) ProtoMessage()
- func (x *Task_InfrastructureSpec) ProtoReflect() protoreflect.Message
- func (x *Task_InfrastructureSpec) Reset()
- func (x *Task_InfrastructureSpec) String() string
- type Task_InfrastructureSpec_Batch
- type Task_InfrastructureSpec_BatchComputeResources
- func (*Task_InfrastructureSpec_BatchComputeResources) Descriptor() ([]byte, []int)deprecated
- func (x *Task_InfrastructureSpec_BatchComputeResources) GetExecutorsCount() int32
- func (x *Task_InfrastructureSpec_BatchComputeResources) GetMaxExecutorsCount() int32
- func (*Task_InfrastructureSpec_BatchComputeResources) ProtoMessage()
- func (x *Task_InfrastructureSpec_BatchComputeResources) ProtoReflect() protoreflect.Message
- func (x *Task_InfrastructureSpec_BatchComputeResources) Reset()
- func (x *Task_InfrastructureSpec_BatchComputeResources) String() string
- type Task_InfrastructureSpec_ContainerImage
- type Task_InfrastructureSpec_ContainerImageRuntime
- func (*Task_InfrastructureSpec_ContainerImageRuntime) Descriptor() ([]byte, []int)deprecated
- func (x *Task_InfrastructureSpec_ContainerImageRuntime) GetImage() string
- func (x *Task_InfrastructureSpec_ContainerImageRuntime) GetJavaJars() []string
- func (x *Task_InfrastructureSpec_ContainerImageRuntime) GetProperties() map[string]string
- func (x *Task_InfrastructureSpec_ContainerImageRuntime) GetPythonPackages() []string
- func (*Task_InfrastructureSpec_ContainerImageRuntime) ProtoMessage()
- func (x *Task_InfrastructureSpec_ContainerImageRuntime) ProtoReflect() protoreflect.Message
- func (x *Task_InfrastructureSpec_ContainerImageRuntime) Reset()
- func (x *Task_InfrastructureSpec_ContainerImageRuntime) String() string
- type Task_InfrastructureSpec_VpcNetwork
- func (*Task_InfrastructureSpec_VpcNetwork) Descriptor() ([]byte, []int)deprecated
- func (x *Task_InfrastructureSpec_VpcNetwork) GetNetwork() string
- func (m *Task_InfrastructureSpec_VpcNetwork) GetNetworkName() isTask_InfrastructureSpec_VpcNetwork_NetworkName
- func (x *Task_InfrastructureSpec_VpcNetwork) GetNetworkTags() []string
- func (x *Task_InfrastructureSpec_VpcNetwork) GetSubNetwork() string
- func (*Task_InfrastructureSpec_VpcNetwork) ProtoMessage()
- func (x *Task_InfrastructureSpec_VpcNetwork) ProtoReflect() protoreflect.Message
- func (x *Task_InfrastructureSpec_VpcNetwork) Reset()
- func (x *Task_InfrastructureSpec_VpcNetwork) String() string
- type Task_InfrastructureSpec_VpcNetwork_
- type Task_InfrastructureSpec_VpcNetwork_Network
- type Task_InfrastructureSpec_VpcNetwork_SubNetwork
- type Task_Notebook
- type Task_NotebookTaskConfig
- func (*Task_NotebookTaskConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Task_NotebookTaskConfig) GetArchiveUris() []string
- func (x *Task_NotebookTaskConfig) GetFileUris() []string
- func (x *Task_NotebookTaskConfig) GetInfrastructureSpec() *Task_InfrastructureSpec
- func (x *Task_NotebookTaskConfig) GetNotebook() string
- func (*Task_NotebookTaskConfig) ProtoMessage()
- func (x *Task_NotebookTaskConfig) ProtoReflect() protoreflect.Message
- func (x *Task_NotebookTaskConfig) Reset()
- func (x *Task_NotebookTaskConfig) String() string
- type Task_Spark
- type Task_SparkTaskConfig
- func (*Task_SparkTaskConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Task_SparkTaskConfig) GetArchiveUris() []string
- func (m *Task_SparkTaskConfig) GetDriver() isTask_SparkTaskConfig_Driver
- func (x *Task_SparkTaskConfig) GetFileUris() []string
- func (x *Task_SparkTaskConfig) GetInfrastructureSpec() *Task_InfrastructureSpec
- func (x *Task_SparkTaskConfig) GetMainClass() string
- func (x *Task_SparkTaskConfig) GetMainJarFileUri() string
- func (x *Task_SparkTaskConfig) GetPythonScriptFile() string
- func (x *Task_SparkTaskConfig) GetSqlScript() string
- func (x *Task_SparkTaskConfig) GetSqlScriptFile() string
- func (*Task_SparkTaskConfig) ProtoMessage()
- func (x *Task_SparkTaskConfig) ProtoReflect() protoreflect.Message
- func (x *Task_SparkTaskConfig) Reset()
- func (x *Task_SparkTaskConfig) String() string
- type Task_SparkTaskConfig_MainClass
- type Task_SparkTaskConfig_MainJarFileUri
- type Task_SparkTaskConfig_PythonScriptFile
- type Task_SparkTaskConfig_SqlScript
- type Task_SparkTaskConfig_SqlScriptFile
- type Task_TriggerSpec
- func (*Task_TriggerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *Task_TriggerSpec) GetDisabled() bool
- func (x *Task_TriggerSpec) GetMaxRetries() int32
- func (x *Task_TriggerSpec) GetSchedule() string
- func (x *Task_TriggerSpec) GetStartTime() *timestamppb.Timestamp
- func (m *Task_TriggerSpec) GetTrigger() isTask_TriggerSpec_Trigger
- func (x *Task_TriggerSpec) GetType() Task_TriggerSpec_Type
- func (*Task_TriggerSpec) ProtoMessage()
- func (x *Task_TriggerSpec) ProtoReflect() protoreflect.Message
- func (x *Task_TriggerSpec) Reset()
- func (x *Task_TriggerSpec) String() string
- type Task_TriggerSpec_Schedule
- type Task_TriggerSpec_Type
- func (Task_TriggerSpec_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Task_TriggerSpec_Type) Enum() *Task_TriggerSpec_Type
- func (Task_TriggerSpec_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Task_TriggerSpec_Type) Number() protoreflect.EnumNumber
- func (x Task_TriggerSpec_Type) String() string
- func (Task_TriggerSpec_Type) Type() protoreflect.EnumType
- type TransferStatus
- func (TransferStatus) Descriptor() protoreflect.EnumDescriptor
- func (x TransferStatus) Enum() *TransferStatus
- func (TransferStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x TransferStatus) Number() protoreflect.EnumNumber
- func (x TransferStatus) String() string
- func (TransferStatus) Type() protoreflect.EnumType
- type Trigger
- func (*Trigger) Descriptor() ([]byte, []int)deprecated
- func (m *Trigger) GetMode() isTrigger_Mode
- func (x *Trigger) GetOnDemand() *Trigger_OnDemand
- func (x *Trigger) GetSchedule() *Trigger_Schedule
- func (*Trigger) ProtoMessage()
- func (x *Trigger) ProtoReflect() protoreflect.Message
- func (x *Trigger) Reset()
- func (x *Trigger) String() string
- type Trigger_OnDemand
- type Trigger_OnDemand_
- type Trigger_Schedule
- type Trigger_Schedule_
- type UnimplementedCatalogServiceServer
- func (*UnimplementedCatalogServiceServer) CancelMetadataJob(context.Context, *CancelMetadataJobRequest) (*emptypb.Empty, error)
- func (*UnimplementedCatalogServiceServer) CreateAspectType(context.Context, *CreateAspectTypeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedCatalogServiceServer) CreateEntry(context.Context, *CreateEntryRequest) (*Entry, error)
- func (*UnimplementedCatalogServiceServer) CreateEntryGroup(context.Context, *CreateEntryGroupRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedCatalogServiceServer) CreateEntryType(context.Context, *CreateEntryTypeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedCatalogServiceServer) CreateMetadataJob(context.Context, *CreateMetadataJobRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedCatalogServiceServer) DeleteAspectType(context.Context, *DeleteAspectTypeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedCatalogServiceServer) DeleteEntry(context.Context, *DeleteEntryRequest) (*Entry, error)
- func (*UnimplementedCatalogServiceServer) DeleteEntryGroup(context.Context, *DeleteEntryGroupRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedCatalogServiceServer) DeleteEntryType(context.Context, *DeleteEntryTypeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedCatalogServiceServer) GetAspectType(context.Context, *GetAspectTypeRequest) (*AspectType, error)
- func (*UnimplementedCatalogServiceServer) GetEntry(context.Context, *GetEntryRequest) (*Entry, error)
- func (*UnimplementedCatalogServiceServer) GetEntryGroup(context.Context, *GetEntryGroupRequest) (*EntryGroup, error)
- func (*UnimplementedCatalogServiceServer) GetEntryType(context.Context, *GetEntryTypeRequest) (*EntryType, error)
- func (*UnimplementedCatalogServiceServer) GetMetadataJob(context.Context, *GetMetadataJobRequest) (*MetadataJob, error)
- func (*UnimplementedCatalogServiceServer) ListAspectTypes(context.Context, *ListAspectTypesRequest) (*ListAspectTypesResponse, error)
- func (*UnimplementedCatalogServiceServer) ListEntries(context.Context, *ListEntriesRequest) (*ListEntriesResponse, error)
- func (*UnimplementedCatalogServiceServer) ListEntryGroups(context.Context, *ListEntryGroupsRequest) (*ListEntryGroupsResponse, error)
- func (*UnimplementedCatalogServiceServer) ListEntryTypes(context.Context, *ListEntryTypesRequest) (*ListEntryTypesResponse, error)
- func (*UnimplementedCatalogServiceServer) ListMetadataJobs(context.Context, *ListMetadataJobsRequest) (*ListMetadataJobsResponse, error)
- func (*UnimplementedCatalogServiceServer) LookupEntry(context.Context, *LookupEntryRequest) (*Entry, error)
- func (*UnimplementedCatalogServiceServer) SearchEntries(context.Context, *SearchEntriesRequest) (*SearchEntriesResponse, error)
- func (*UnimplementedCatalogServiceServer) UpdateAspectType(context.Context, *UpdateAspectTypeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedCatalogServiceServer) UpdateEntry(context.Context, *UpdateEntryRequest) (*Entry, error)
- func (*UnimplementedCatalogServiceServer) UpdateEntryGroup(context.Context, *UpdateEntryGroupRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedCatalogServiceServer) UpdateEntryType(context.Context, *UpdateEntryTypeRequest) (*longrunningpb.Operation, error)
- type UnimplementedContentServiceServer
- func (*UnimplementedContentServiceServer) CreateContent(context.Context, *CreateContentRequest) (*Content, error)
- func (*UnimplementedContentServiceServer) DeleteContent(context.Context, *DeleteContentRequest) (*emptypb.Empty, error)
- func (*UnimplementedContentServiceServer) GetContent(context.Context, *GetContentRequest) (*Content, error)
- func (*UnimplementedContentServiceServer) GetIamPolicy(context.Context, *iampb.GetIamPolicyRequest) (*iampb.Policy, error)
- func (*UnimplementedContentServiceServer) ListContent(context.Context, *ListContentRequest) (*ListContentResponse, error)
- func (*UnimplementedContentServiceServer) SetIamPolicy(context.Context, *iampb.SetIamPolicyRequest) (*iampb.Policy, error)
- func (*UnimplementedContentServiceServer) TestIamPermissions(context.Context, *iampb.TestIamPermissionsRequest) (*iampb.TestIamPermissionsResponse, error)
- func (*UnimplementedContentServiceServer) UpdateContent(context.Context, *UpdateContentRequest) (*Content, error)
- type UnimplementedDataScanServiceServer
- func (*UnimplementedDataScanServiceServer) CreateDataScan(context.Context, *CreateDataScanRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataScanServiceServer) DeleteDataScan(context.Context, *DeleteDataScanRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataScanServiceServer) GenerateDataQualityRules(context.Context, *GenerateDataQualityRulesRequest) (*GenerateDataQualityRulesResponse, error)
- func (*UnimplementedDataScanServiceServer) GetDataScan(context.Context, *GetDataScanRequest) (*DataScan, error)
- func (*UnimplementedDataScanServiceServer) GetDataScanJob(context.Context, *GetDataScanJobRequest) (*DataScanJob, error)
- func (*UnimplementedDataScanServiceServer) ListDataScanJobs(context.Context, *ListDataScanJobsRequest) (*ListDataScanJobsResponse, error)
- func (*UnimplementedDataScanServiceServer) ListDataScans(context.Context, *ListDataScansRequest) (*ListDataScansResponse, error)
- func (*UnimplementedDataScanServiceServer) RunDataScan(context.Context, *RunDataScanRequest) (*RunDataScanResponse, error)
- func (*UnimplementedDataScanServiceServer) UpdateDataScan(context.Context, *UpdateDataScanRequest) (*longrunningpb.Operation, error)
- type UnimplementedDataTaxonomyServiceServer
- func (*UnimplementedDataTaxonomyServiceServer) CreateDataAttribute(context.Context, *CreateDataAttributeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataTaxonomyServiceServer) CreateDataAttributeBinding(context.Context, *CreateDataAttributeBindingRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataTaxonomyServiceServer) CreateDataTaxonomy(context.Context, *CreateDataTaxonomyRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataTaxonomyServiceServer) DeleteDataAttribute(context.Context, *DeleteDataAttributeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataTaxonomyServiceServer) DeleteDataAttributeBinding(context.Context, *DeleteDataAttributeBindingRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataTaxonomyServiceServer) DeleteDataTaxonomy(context.Context, *DeleteDataTaxonomyRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataTaxonomyServiceServer) GetDataAttribute(context.Context, *GetDataAttributeRequest) (*DataAttribute, error)
- func (*UnimplementedDataTaxonomyServiceServer) GetDataAttributeBinding(context.Context, *GetDataAttributeBindingRequest) (*DataAttributeBinding, error)
- func (*UnimplementedDataTaxonomyServiceServer) GetDataTaxonomy(context.Context, *GetDataTaxonomyRequest) (*DataTaxonomy, error)
- func (*UnimplementedDataTaxonomyServiceServer) ListDataAttributeBindings(context.Context, *ListDataAttributeBindingsRequest) (*ListDataAttributeBindingsResponse, error)
- func (*UnimplementedDataTaxonomyServiceServer) ListDataAttributes(context.Context, *ListDataAttributesRequest) (*ListDataAttributesResponse, error)
- func (*UnimplementedDataTaxonomyServiceServer) ListDataTaxonomies(context.Context, *ListDataTaxonomiesRequest) (*ListDataTaxonomiesResponse, error)
- func (*UnimplementedDataTaxonomyServiceServer) UpdateDataAttribute(context.Context, *UpdateDataAttributeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataTaxonomyServiceServer) UpdateDataAttributeBinding(context.Context, *UpdateDataAttributeBindingRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataTaxonomyServiceServer) UpdateDataTaxonomy(context.Context, *UpdateDataTaxonomyRequest) (*longrunningpb.Operation, error)
- type UnimplementedDataplexServiceServer
- func (*UnimplementedDataplexServiceServer) CancelJob(context.Context, *CancelJobRequest) (*emptypb.Empty, error)
- func (*UnimplementedDataplexServiceServer) CreateAsset(context.Context, *CreateAssetRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) CreateEnvironment(context.Context, *CreateEnvironmentRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) CreateLake(context.Context, *CreateLakeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) CreateTask(context.Context, *CreateTaskRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) CreateZone(context.Context, *CreateZoneRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) DeleteAsset(context.Context, *DeleteAssetRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) DeleteEnvironment(context.Context, *DeleteEnvironmentRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) DeleteLake(context.Context, *DeleteLakeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) DeleteTask(context.Context, *DeleteTaskRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) DeleteZone(context.Context, *DeleteZoneRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) GetAsset(context.Context, *GetAssetRequest) (*Asset, error)
- func (*UnimplementedDataplexServiceServer) GetEnvironment(context.Context, *GetEnvironmentRequest) (*Environment, error)
- func (*UnimplementedDataplexServiceServer) GetJob(context.Context, *GetJobRequest) (*Job, error)
- func (*UnimplementedDataplexServiceServer) GetLake(context.Context, *GetLakeRequest) (*Lake, error)
- func (*UnimplementedDataplexServiceServer) GetTask(context.Context, *GetTaskRequest) (*Task, error)
- func (*UnimplementedDataplexServiceServer) GetZone(context.Context, *GetZoneRequest) (*Zone, error)
- func (*UnimplementedDataplexServiceServer) ListAssetActions(context.Context, *ListAssetActionsRequest) (*ListActionsResponse, error)
- func (*UnimplementedDataplexServiceServer) ListAssets(context.Context, *ListAssetsRequest) (*ListAssetsResponse, error)
- func (*UnimplementedDataplexServiceServer) ListEnvironments(context.Context, *ListEnvironmentsRequest) (*ListEnvironmentsResponse, error)
- func (*UnimplementedDataplexServiceServer) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
- func (*UnimplementedDataplexServiceServer) ListLakeActions(context.Context, *ListLakeActionsRequest) (*ListActionsResponse, error)
- func (*UnimplementedDataplexServiceServer) ListLakes(context.Context, *ListLakesRequest) (*ListLakesResponse, error)
- func (*UnimplementedDataplexServiceServer) ListSessions(context.Context, *ListSessionsRequest) (*ListSessionsResponse, error)
- func (*UnimplementedDataplexServiceServer) ListTasks(context.Context, *ListTasksRequest) (*ListTasksResponse, error)
- func (*UnimplementedDataplexServiceServer) ListZoneActions(context.Context, *ListZoneActionsRequest) (*ListActionsResponse, error)
- func (*UnimplementedDataplexServiceServer) ListZones(context.Context, *ListZonesRequest) (*ListZonesResponse, error)
- func (*UnimplementedDataplexServiceServer) RunTask(context.Context, *RunTaskRequest) (*RunTaskResponse, error)
- func (*UnimplementedDataplexServiceServer) UpdateAsset(context.Context, *UpdateAssetRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) UpdateEnvironment(context.Context, *UpdateEnvironmentRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) UpdateLake(context.Context, *UpdateLakeRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) UpdateTask(context.Context, *UpdateTaskRequest) (*longrunningpb.Operation, error)
- func (*UnimplementedDataplexServiceServer) UpdateZone(context.Context, *UpdateZoneRequest) (*longrunningpb.Operation, error)
- type UnimplementedMetadataServiceServer
- func (*UnimplementedMetadataServiceServer) CreateEntity(context.Context, *CreateEntityRequest) (*Entity, error)
- func (*UnimplementedMetadataServiceServer) CreatePartition(context.Context, *CreatePartitionRequest) (*Partition, error)
- func (*UnimplementedMetadataServiceServer) DeleteEntity(context.Context, *DeleteEntityRequest) (*emptypb.Empty, error)
- func (*UnimplementedMetadataServiceServer) DeletePartition(context.Context, *DeletePartitionRequest) (*emptypb.Empty, error)
- func (*UnimplementedMetadataServiceServer) GetEntity(context.Context, *GetEntityRequest) (*Entity, error)
- func (*UnimplementedMetadataServiceServer) GetPartition(context.Context, *GetPartitionRequest) (*Partition, error)
- func (*UnimplementedMetadataServiceServer) ListEntities(context.Context, *ListEntitiesRequest) (*ListEntitiesResponse, error)
- func (*UnimplementedMetadataServiceServer) ListPartitions(context.Context, *ListPartitionsRequest) (*ListPartitionsResponse, error)
- func (*UnimplementedMetadataServiceServer) UpdateEntity(context.Context, *UpdateEntityRequest) (*Entity, error)
- type UpdateAspectTypeRequest
- func (*UpdateAspectTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAspectTypeRequest) GetAspectType() *AspectType
- func (x *UpdateAspectTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateAspectTypeRequest) GetValidateOnly() bool
- func (*UpdateAspectTypeRequest) ProtoMessage()
- func (x *UpdateAspectTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAspectTypeRequest) Reset()
- func (x *UpdateAspectTypeRequest) String() string
- type UpdateAssetRequest
- func (*UpdateAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAssetRequest) GetAsset() *Asset
- func (x *UpdateAssetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateAssetRequest) GetValidateOnly() bool
- func (*UpdateAssetRequest) ProtoMessage()
- func (x *UpdateAssetRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAssetRequest) Reset()
- func (x *UpdateAssetRequest) String() string
- type UpdateContentRequest
- func (*UpdateContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateContentRequest) GetContent() *Content
- func (x *UpdateContentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateContentRequest) GetValidateOnly() bool
- func (*UpdateContentRequest) ProtoMessage()
- func (x *UpdateContentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateContentRequest) Reset()
- func (x *UpdateContentRequest) String() string
- type UpdateDataAttributeBindingRequest
- func (*UpdateDataAttributeBindingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataAttributeBindingRequest) GetDataAttributeBinding() *DataAttributeBinding
- func (x *UpdateDataAttributeBindingRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateDataAttributeBindingRequest) GetValidateOnly() bool
- func (*UpdateDataAttributeBindingRequest) ProtoMessage()
- func (x *UpdateDataAttributeBindingRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDataAttributeBindingRequest) Reset()
- func (x *UpdateDataAttributeBindingRequest) String() string
- type UpdateDataAttributeRequest
- func (*UpdateDataAttributeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataAttributeRequest) GetDataAttribute() *DataAttribute
- func (x *UpdateDataAttributeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateDataAttributeRequest) GetValidateOnly() bool
- func (*UpdateDataAttributeRequest) ProtoMessage()
- func (x *UpdateDataAttributeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDataAttributeRequest) Reset()
- func (x *UpdateDataAttributeRequest) String() string
- type UpdateDataScanRequest
- func (*UpdateDataScanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataScanRequest) GetDataScan() *DataScan
- func (x *UpdateDataScanRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateDataScanRequest) GetValidateOnly() bool
- func (*UpdateDataScanRequest) ProtoMessage()
- func (x *UpdateDataScanRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDataScanRequest) Reset()
- func (x *UpdateDataScanRequest) String() string
- type UpdateDataTaxonomyRequest
- func (*UpdateDataTaxonomyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataTaxonomyRequest) GetDataTaxonomy() *DataTaxonomy
- func (x *UpdateDataTaxonomyRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateDataTaxonomyRequest) GetValidateOnly() bool
- func (*UpdateDataTaxonomyRequest) ProtoMessage()
- func (x *UpdateDataTaxonomyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDataTaxonomyRequest) Reset()
- func (x *UpdateDataTaxonomyRequest) String() string
- type UpdateEntityRequest
- func (*UpdateEntityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEntityRequest) GetEntity() *Entity
- func (x *UpdateEntityRequest) GetValidateOnly() bool
- func (*UpdateEntityRequest) ProtoMessage()
- func (x *UpdateEntityRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEntityRequest) Reset()
- func (x *UpdateEntityRequest) String() string
- type UpdateEntryGroupRequest
- func (*UpdateEntryGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEntryGroupRequest) GetEntryGroup() *EntryGroup
- func (x *UpdateEntryGroupRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateEntryGroupRequest) GetValidateOnly() bool
- func (*UpdateEntryGroupRequest) ProtoMessage()
- func (x *UpdateEntryGroupRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEntryGroupRequest) Reset()
- func (x *UpdateEntryGroupRequest) String() string
- type UpdateEntryRequest
- func (*UpdateEntryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEntryRequest) GetAllowMissing() bool
- func (x *UpdateEntryRequest) GetAspectKeys() []string
- func (x *UpdateEntryRequest) GetDeleteMissingAspects() bool
- func (x *UpdateEntryRequest) GetEntry() *Entry
- func (x *UpdateEntryRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateEntryRequest) ProtoMessage()
- func (x *UpdateEntryRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEntryRequest) Reset()
- func (x *UpdateEntryRequest) String() string
- type UpdateEntryTypeRequest
- func (*UpdateEntryTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEntryTypeRequest) GetEntryType() *EntryType
- func (x *UpdateEntryTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateEntryTypeRequest) GetValidateOnly() bool
- func (*UpdateEntryTypeRequest) ProtoMessage()
- func (x *UpdateEntryTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEntryTypeRequest) Reset()
- func (x *UpdateEntryTypeRequest) String() string
- type UpdateEnvironmentRequest
- func (*UpdateEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEnvironmentRequest) GetEnvironment() *Environment
- func (x *UpdateEnvironmentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateEnvironmentRequest) GetValidateOnly() bool
- func (*UpdateEnvironmentRequest) ProtoMessage()
- func (x *UpdateEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEnvironmentRequest) Reset()
- func (x *UpdateEnvironmentRequest) String() string
- type UpdateLakeRequest
- func (*UpdateLakeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateLakeRequest) GetLake() *Lake
- func (x *UpdateLakeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateLakeRequest) GetValidateOnly() bool
- func (*UpdateLakeRequest) ProtoMessage()
- func (x *UpdateLakeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateLakeRequest) Reset()
- func (x *UpdateLakeRequest) String() string
- type UpdateTaskRequest
- func (*UpdateTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTaskRequest) GetTask() *Task
- func (x *UpdateTaskRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateTaskRequest) GetValidateOnly() bool
- func (*UpdateTaskRequest) ProtoMessage()
- func (x *UpdateTaskRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTaskRequest) Reset()
- func (x *UpdateTaskRequest) String() string
- type UpdateZoneRequest
- func (*UpdateZoneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateZoneRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateZoneRequest) GetValidateOnly() bool
- func (x *UpdateZoneRequest) GetZone() *Zone
- func (*UpdateZoneRequest) ProtoMessage()
- func (x *UpdateZoneRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateZoneRequest) Reset()
- func (x *UpdateZoneRequest) String() string
- type Zone
- func (*Zone) Descriptor() ([]byte, []int)deprecated
- func (x *Zone) GetAssetStatus() *AssetStatus
- func (x *Zone) GetCreateTime() *timestamppb.Timestamp
- func (x *Zone) GetDescription() string
- func (x *Zone) GetDiscoverySpec() *Zone_DiscoverySpec
- func (x *Zone) GetDisplayName() string
- func (x *Zone) GetLabels() map[string]string
- func (x *Zone) GetName() string
- func (x *Zone) GetResourceSpec() *Zone_ResourceSpec
- func (x *Zone) GetState() State
- func (x *Zone) GetType() Zone_Type
- func (x *Zone) GetUid() string
- func (x *Zone) GetUpdateTime() *timestamppb.Timestamp
- func (*Zone) ProtoMessage()
- func (x *Zone) ProtoReflect() protoreflect.Message
- func (x *Zone) Reset()
- func (x *Zone) String() string
- type Zone_DiscoverySpec
- func (*Zone_DiscoverySpec) Descriptor() ([]byte, []int)deprecated
- func (x *Zone_DiscoverySpec) GetCsvOptions() *Zone_DiscoverySpec_CsvOptions
- func (x *Zone_DiscoverySpec) GetEnabled() bool
- func (x *Zone_DiscoverySpec) GetExcludePatterns() []string
- func (x *Zone_DiscoverySpec) GetIncludePatterns() []string
- func (x *Zone_DiscoverySpec) GetJsonOptions() *Zone_DiscoverySpec_JsonOptions
- func (x *Zone_DiscoverySpec) GetSchedule() string
- func (m *Zone_DiscoverySpec) GetTrigger() isZone_DiscoverySpec_Trigger
- func (*Zone_DiscoverySpec) ProtoMessage()
- func (x *Zone_DiscoverySpec) ProtoReflect() protoreflect.Message
- func (x *Zone_DiscoverySpec) Reset()
- func (x *Zone_DiscoverySpec) String() string
- type Zone_DiscoverySpec_CsvOptions
- func (*Zone_DiscoverySpec_CsvOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Zone_DiscoverySpec_CsvOptions) GetDelimiter() string
- func (x *Zone_DiscoverySpec_CsvOptions) GetDisableTypeInference() bool
- func (x *Zone_DiscoverySpec_CsvOptions) GetEncoding() string
- func (x *Zone_DiscoverySpec_CsvOptions) GetHeaderRows() int32
- func (*Zone_DiscoverySpec_CsvOptions) ProtoMessage()
- func (x *Zone_DiscoverySpec_CsvOptions) ProtoReflect() protoreflect.Message
- func (x *Zone_DiscoverySpec_CsvOptions) Reset()
- func (x *Zone_DiscoverySpec_CsvOptions) String() string
- type Zone_DiscoverySpec_JsonOptions
- func (*Zone_DiscoverySpec_JsonOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Zone_DiscoverySpec_JsonOptions) GetDisableTypeInference() bool
- func (x *Zone_DiscoverySpec_JsonOptions) GetEncoding() string
- func (*Zone_DiscoverySpec_JsonOptions) ProtoMessage()
- func (x *Zone_DiscoverySpec_JsonOptions) ProtoReflect() protoreflect.Message
- func (x *Zone_DiscoverySpec_JsonOptions) Reset()
- func (x *Zone_DiscoverySpec_JsonOptions) String() string
- type Zone_DiscoverySpec_Schedule
- type Zone_ResourceSpec
- func (*Zone_ResourceSpec) Descriptor() ([]byte, []int)deprecated
- func (x *Zone_ResourceSpec) GetLocationType() Zone_ResourceSpec_LocationType
- func (*Zone_ResourceSpec) ProtoMessage()
- func (x *Zone_ResourceSpec) ProtoReflect() protoreflect.Message
- func (x *Zone_ResourceSpec) Reset()
- func (x *Zone_ResourceSpec) String() string
- type Zone_ResourceSpec_LocationType
- func (Zone_ResourceSpec_LocationType) Descriptor() protoreflect.EnumDescriptor
- func (x Zone_ResourceSpec_LocationType) Enum() *Zone_ResourceSpec_LocationType
- func (Zone_ResourceSpec_LocationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Zone_ResourceSpec_LocationType) Number() protoreflect.EnumNumber
- func (x Zone_ResourceSpec_LocationType) String() string
- func (Zone_ResourceSpec_LocationType) Type() protoreflect.EnumType
- type Zone_Type
Constants ¶
This section is empty.
Variables ¶
var ( Content_SqlScript_QueryEngine_name = map[int32]string{ 0: "QUERY_ENGINE_UNSPECIFIED", 2: "SPARK", } Content_SqlScript_QueryEngine_value = map[string]int32{ "QUERY_ENGINE_UNSPECIFIED": 0, "SPARK": 2, } )
Enum value maps for Content_SqlScript_QueryEngine.
var ( Content_Notebook_KernelType_name = map[int32]string{ 0: "KERNEL_TYPE_UNSPECIFIED", 1: "PYTHON3", } Content_Notebook_KernelType_value = map[string]int32{ "KERNEL_TYPE_UNSPECIFIED": 0, "PYTHON3": 1, } )
Enum value maps for Content_Notebook_KernelType.
var ( EntryView_name = map[int32]string{ 0: "ENTRY_VIEW_UNSPECIFIED", 1: "BASIC", 2: "FULL", 3: "CUSTOM", 4: "ALL", } EntryView_value = map[string]int32{ "ENTRY_VIEW_UNSPECIFIED": 0, "BASIC": 1, "FULL": 2, "CUSTOM": 3, "ALL": 4, } )
Enum value maps for EntryView.
var ( TransferStatus_name = map[int32]string{ 0: "TRANSFER_STATUS_UNSPECIFIED", 1: "TRANSFER_STATUS_MIGRATED", 2: "TRANSFER_STATUS_TRANSFERRED", } TransferStatus_value = map[string]int32{ "TRANSFER_STATUS_UNSPECIFIED": 0, "TRANSFER_STATUS_MIGRATED": 1, "TRANSFER_STATUS_TRANSFERRED": 2, } )
Enum value maps for TransferStatus.
var ( MetadataJob_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "IMPORT", } MetadataJob_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "IMPORT": 1, } )
Enum value maps for MetadataJob_Type.
var ( MetadataJob_ImportJobSpec_SyncMode_name = map[int32]string{ 0: "SYNC_MODE_UNSPECIFIED", 1: "FULL", 2: "INCREMENTAL", } MetadataJob_ImportJobSpec_SyncMode_value = map[string]int32{ "SYNC_MODE_UNSPECIFIED": 0, "FULL": 1, "INCREMENTAL": 2, } )
Enum value maps for MetadataJob_ImportJobSpec_SyncMode.
var ( MetadataJob_ImportJobSpec_LogLevel_name = map[int32]string{ 0: "LOG_LEVEL_UNSPECIFIED", 1: "DEBUG", 2: "INFO", } MetadataJob_ImportJobSpec_LogLevel_value = map[string]int32{ "LOG_LEVEL_UNSPECIFIED": 0, "DEBUG": 1, "INFO": 2, } )
Enum value maps for MetadataJob_ImportJobSpec_LogLevel.
var ( MetadataJob_Status_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "QUEUED", 2: "RUNNING", 3: "CANCELING", 4: "CANCELED", 5: "SUCCEEDED", 6: "FAILED", 7: "SUCCEEDED_WITH_ERRORS", } MetadataJob_Status_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "QUEUED": 1, "RUNNING": 2, "CANCELING": 3, "CANCELED": 4, "SUCCEEDED": 5, "FAILED": 6, "SUCCEEDED_WITH_ERRORS": 7, } )
Enum value maps for MetadataJob_Status_State.
var ( GetContentRequest_ContentView_name = map[int32]string{ 0: "CONTENT_VIEW_UNSPECIFIED", 1: "BASIC", 2: "FULL", } GetContentRequest_ContentView_value = map[string]int32{ "CONTENT_VIEW_UNSPECIFIED": 0, "BASIC": 1, "FULL": 2, } )
Enum value maps for GetContentRequest_ContentView.
var ( DataDiscoverySpec_BigQueryPublishingConfig_TableType_name = map[int32]string{ 0: "TABLE_TYPE_UNSPECIFIED", 1: "EXTERNAL", 2: "BIGLAKE", } DataDiscoverySpec_BigQueryPublishingConfig_TableType_value = map[string]int32{ "TABLE_TYPE_UNSPECIFIED": 0, "EXTERNAL": 1, "BIGLAKE": 2, } )
Enum value maps for DataDiscoverySpec_BigQueryPublishingConfig_TableType.
var ( DataProfileResult_PostScanActionsResult_BigQueryExportResult_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "SUCCEEDED", 2: "FAILED", 3: "SKIPPED", } DataProfileResult_PostScanActionsResult_BigQueryExportResult_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "SUCCEEDED": 1, "FAILED": 2, "SKIPPED": 3, } )
Enum value maps for DataProfileResult_PostScanActionsResult_BigQueryExportResult_State.
var ( DataQualityResult_PostScanActionsResult_BigQueryExportResult_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "SUCCEEDED", 2: "FAILED", 3: "SKIPPED", } DataQualityResult_PostScanActionsResult_BigQueryExportResult_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "SUCCEEDED": 1, "FAILED": 2, "SKIPPED": 3, } )
Enum value maps for DataQualityResult_PostScanActionsResult_BigQueryExportResult_State.
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.
var ( DataScanType_name = map[int32]string{ 0: "DATA_SCAN_TYPE_UNSPECIFIED", 1: "DATA_QUALITY", 2: "DATA_PROFILE", 3: "DATA_DISCOVERY", } DataScanType_value = map[string]int32{ "DATA_SCAN_TYPE_UNSPECIFIED": 0, "DATA_QUALITY": 1, "DATA_PROFILE": 2, "DATA_DISCOVERY": 3, } )
Enum value maps for DataScanType.
var ( GetDataScanRequest_DataScanView_name = map[int32]string{ 0: "DATA_SCAN_VIEW_UNSPECIFIED", 1: "BASIC", 10: "FULL", } GetDataScanRequest_DataScanView_value = map[string]int32{ "DATA_SCAN_VIEW_UNSPECIFIED": 0, "BASIC": 1, "FULL": 10, } )
Enum value maps for GetDataScanRequest_DataScanView.
var ( GetDataScanJobRequest_DataScanJobView_name = map[int32]string{ 0: "DATA_SCAN_JOB_VIEW_UNSPECIFIED", 1: "BASIC", 10: "FULL", } GetDataScanJobRequest_DataScanJobView_value = map[string]int32{ "DATA_SCAN_JOB_VIEW_UNSPECIFIED": 0, "BASIC": 1, "FULL": 10, } )
Enum value maps for GetDataScanJobRequest_DataScanJobView.
var ( DataScanJob_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "RUNNING", 2: "CANCELING", 3: "CANCELLED", 4: "SUCCEEDED", 5: "FAILED", 7: "PENDING", } DataScanJob_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "RUNNING": 1, "CANCELING": 2, "CANCELLED": 3, "SUCCEEDED": 4, "FAILED": 5, "PENDING": 7, } )
Enum value maps for DataScanJob_State.
var ( DiscoveryEvent_EventType_name = map[int32]string{ 0: "EVENT_TYPE_UNSPECIFIED", 1: "CONFIG", 2: "ENTITY_CREATED", 3: "ENTITY_UPDATED", 4: "ENTITY_DELETED", 5: "PARTITION_CREATED", 6: "PARTITION_UPDATED", 7: "PARTITION_DELETED", 10: "TABLE_PUBLISHED", 11: "TABLE_UPDATED", 12: "TABLE_IGNORED", 13: "TABLE_DELETED", } DiscoveryEvent_EventType_value = map[string]int32{ "EVENT_TYPE_UNSPECIFIED": 0, "CONFIG": 1, "ENTITY_CREATED": 2, "ENTITY_UPDATED": 3, "ENTITY_DELETED": 4, "PARTITION_CREATED": 5, "PARTITION_UPDATED": 6, "PARTITION_DELETED": 7, "TABLE_PUBLISHED": 10, "TABLE_UPDATED": 11, "TABLE_IGNORED": 12, "TABLE_DELETED": 13, } )
Enum value maps for DiscoveryEvent_EventType.
var ( DiscoveryEvent_EntityType_name = map[int32]string{ 0: "ENTITY_TYPE_UNSPECIFIED", 1: "TABLE", 2: "FILESET", } DiscoveryEvent_EntityType_value = map[string]int32{ "ENTITY_TYPE_UNSPECIFIED": 0, "TABLE": 1, "FILESET": 2, } )
Enum value maps for DiscoveryEvent_EntityType.
var ( DiscoveryEvent_TableType_name = map[int32]string{ 0: "TABLE_TYPE_UNSPECIFIED", 1: "EXTERNAL_TABLE", 2: "BIGLAKE_TABLE", 3: "OBJECT_TABLE", } DiscoveryEvent_TableType_value = map[string]int32{ "TABLE_TYPE_UNSPECIFIED": 0, "EXTERNAL_TABLE": 1, "BIGLAKE_TABLE": 2, "OBJECT_TABLE": 3, } )
Enum value maps for DiscoveryEvent_TableType.
var ( JobEvent_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "SPARK", 2: "NOTEBOOK", } JobEvent_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "SPARK": 1, "NOTEBOOK": 2, } )
Enum value maps for JobEvent_Type.
var ( JobEvent_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "SUCCEEDED", 2: "FAILED", 3: "CANCELLED", 4: "ABORTED", } JobEvent_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "SUCCEEDED": 1, "FAILED": 2, "CANCELLED": 3, "ABORTED": 4, } )
Enum value maps for JobEvent_State.
var ( JobEvent_Service_name = map[int32]string{ 0: "SERVICE_UNSPECIFIED", 1: "DATAPROC", } JobEvent_Service_value = map[string]int32{ "SERVICE_UNSPECIFIED": 0, "DATAPROC": 1, } )
Enum value maps for JobEvent_Service.
var ( JobEvent_ExecutionTrigger_name = map[int32]string{ 0: "EXECUTION_TRIGGER_UNSPECIFIED", 1: "TASK_CONFIG", 2: "RUN_REQUEST", } JobEvent_ExecutionTrigger_value = map[string]int32{ "EXECUTION_TRIGGER_UNSPECIFIED": 0, "TASK_CONFIG": 1, "RUN_REQUEST": 2, } )
Enum value maps for JobEvent_ExecutionTrigger.
var ( SessionEvent_EventType_name = map[int32]string{ 0: "EVENT_TYPE_UNSPECIFIED", 1: "START", 2: "STOP", 3: "QUERY", 4: "CREATE", } SessionEvent_EventType_value = map[string]int32{ "EVENT_TYPE_UNSPECIFIED": 0, "START": 1, "STOP": 2, "QUERY": 3, "CREATE": 4, } )
Enum value maps for SessionEvent_EventType.
var ( SessionEvent_QueryDetail_Engine_name = map[int32]string{ 0: "ENGINE_UNSPECIFIED", 1: "SPARK_SQL", 2: "BIGQUERY", } SessionEvent_QueryDetail_Engine_value = map[string]int32{ "ENGINE_UNSPECIFIED": 0, "SPARK_SQL": 1, "BIGQUERY": 2, } )
Enum value maps for SessionEvent_QueryDetail_Engine.
var ( GovernanceEvent_EventType_name = map[int32]string{ 0: "EVENT_TYPE_UNSPECIFIED", 1: "RESOURCE_IAM_POLICY_UPDATE", 2: "BIGQUERY_TABLE_CREATE", 3: "BIGQUERY_TABLE_UPDATE", 4: "BIGQUERY_TABLE_DELETE", 5: "BIGQUERY_CONNECTION_CREATE", 6: "BIGQUERY_CONNECTION_UPDATE", 7: "BIGQUERY_CONNECTION_DELETE", 10: "BIGQUERY_TAXONOMY_CREATE", 11: "BIGQUERY_POLICY_TAG_CREATE", 12: "BIGQUERY_POLICY_TAG_DELETE", 13: "BIGQUERY_POLICY_TAG_SET_IAM_POLICY", 14: "ACCESS_POLICY_UPDATE", 15: "GOVERNANCE_RULE_MATCHED_RESOURCES", 16: "GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS", 17: "GOVERNANCE_RULE_ERRORS", 18: "GOVERNANCE_RULE_PROCESSING", } GovernanceEvent_EventType_value = map[string]int32{ "EVENT_TYPE_UNSPECIFIED": 0, "RESOURCE_IAM_POLICY_UPDATE": 1, "BIGQUERY_TABLE_CREATE": 2, "BIGQUERY_TABLE_UPDATE": 3, "BIGQUERY_TABLE_DELETE": 4, "BIGQUERY_CONNECTION_CREATE": 5, "BIGQUERY_CONNECTION_UPDATE": 6, "BIGQUERY_CONNECTION_DELETE": 7, "BIGQUERY_TAXONOMY_CREATE": 10, "BIGQUERY_POLICY_TAG_CREATE": 11, "BIGQUERY_POLICY_TAG_DELETE": 12, "BIGQUERY_POLICY_TAG_SET_IAM_POLICY": 13, "ACCESS_POLICY_UPDATE": 14, "GOVERNANCE_RULE_MATCHED_RESOURCES": 15, "GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS": 16, "GOVERNANCE_RULE_ERRORS": 17, "GOVERNANCE_RULE_PROCESSING": 18, } )
Enum value maps for GovernanceEvent_EventType.
var ( GovernanceEvent_Entity_EntityType_name = map[int32]string{ 0: "ENTITY_TYPE_UNSPECIFIED", 1: "TABLE", 2: "FILESET", } GovernanceEvent_Entity_EntityType_value = map[string]int32{ "ENTITY_TYPE_UNSPECIFIED": 0, "TABLE": 1, "FILESET": 2, } )
Enum value maps for GovernanceEvent_Entity_EntityType.
var ( DataScanEvent_ScanType_name = map[int32]string{ 0: "SCAN_TYPE_UNSPECIFIED", 1: "DATA_PROFILE", 2: "DATA_QUALITY", 4: "DATA_DISCOVERY", } DataScanEvent_ScanType_value = map[string]int32{ "SCAN_TYPE_UNSPECIFIED": 0, "DATA_PROFILE": 1, "DATA_QUALITY": 2, "DATA_DISCOVERY": 4, } )
Enum value maps for DataScanEvent_ScanType.
var ( DataScanEvent_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "STARTED", 2: "SUCCEEDED", 3: "FAILED", 4: "CANCELLED", 5: "CREATED", } DataScanEvent_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "STARTED": 1, "SUCCEEDED": 2, "FAILED": 3, "CANCELLED": 4, "CREATED": 5, } )
Enum value maps for DataScanEvent_State.
var ( DataScanEvent_Trigger_name = map[int32]string{ 0: "TRIGGER_UNSPECIFIED", 1: "ON_DEMAND", 2: "SCHEDULE", } DataScanEvent_Trigger_value = map[string]int32{ "TRIGGER_UNSPECIFIED": 0, "ON_DEMAND": 1, "SCHEDULE": 2, } )
Enum value maps for DataScanEvent_Trigger.
var ( DataScanEvent_Scope_name = map[int32]string{ 0: "SCOPE_UNSPECIFIED", 1: "FULL", 2: "INCREMENTAL", } DataScanEvent_Scope_value = map[string]int32{ "SCOPE_UNSPECIFIED": 0, "FULL": 1, "INCREMENTAL": 2, } )
Enum value maps for DataScanEvent_Scope.
var ( DataScanEvent_PostScanActionsResult_BigQueryExportResult_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "SUCCEEDED", 2: "FAILED", 3: "SKIPPED", } DataScanEvent_PostScanActionsResult_BigQueryExportResult_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "SUCCEEDED": 1, "FAILED": 2, "SKIPPED": 3, } )
Enum value maps for DataScanEvent_PostScanActionsResult_BigQueryExportResult_State.
var ( DataQualityScanRuleResult_RuleType_name = map[int32]string{ 0: "RULE_TYPE_UNSPECIFIED", 1: "NON_NULL_EXPECTATION", 2: "RANGE_EXPECTATION", 3: "REGEX_EXPECTATION", 4: "ROW_CONDITION_EXPECTATION", 5: "SET_EXPECTATION", 6: "STATISTIC_RANGE_EXPECTATION", 7: "TABLE_CONDITION_EXPECTATION", 8: "UNIQUENESS_EXPECTATION", 9: "SQL_ASSERTION", } DataQualityScanRuleResult_RuleType_value = map[string]int32{ "RULE_TYPE_UNSPECIFIED": 0, "NON_NULL_EXPECTATION": 1, "RANGE_EXPECTATION": 2, "REGEX_EXPECTATION": 3, "ROW_CONDITION_EXPECTATION": 4, "SET_EXPECTATION": 5, "STATISTIC_RANGE_EXPECTATION": 6, "TABLE_CONDITION_EXPECTATION": 7, "UNIQUENESS_EXPECTATION": 8, "SQL_ASSERTION": 9, } )
Enum value maps for DataQualityScanRuleResult_RuleType.
var ( DataQualityScanRuleResult_EvaluationType_name = map[int32]string{ 0: "EVALUATION_TYPE_UNSPECIFIED", 1: "PER_ROW", 2: "AGGREGATE", } DataQualityScanRuleResult_EvaluationType_value = map[string]int32{ "EVALUATION_TYPE_UNSPECIFIED": 0, "PER_ROW": 1, "AGGREGATE": 2, } )
Enum value maps for DataQualityScanRuleResult_EvaluationType.
var ( DataQualityScanRuleResult_Result_name = map[int32]string{ 0: "RESULT_UNSPECIFIED", 1: "PASSED", 2: "FAILED", } DataQualityScanRuleResult_Result_value = map[string]int32{ "RESULT_UNSPECIFIED": 0, "PASSED": 1, "FAILED": 2, } )
Enum value maps for DataQualityScanRuleResult_Result.
var ( StorageSystem_name = map[int32]string{ 0: "STORAGE_SYSTEM_UNSPECIFIED", 1: "CLOUD_STORAGE", 2: "BIGQUERY", } StorageSystem_value = map[string]int32{ "STORAGE_SYSTEM_UNSPECIFIED": 0, "CLOUD_STORAGE": 1, "BIGQUERY": 2, } )
Enum value maps for StorageSystem.
var ( ListEntitiesRequest_EntityView_name = map[int32]string{ 0: "ENTITY_VIEW_UNSPECIFIED", 1: "TABLES", 2: "FILESETS", } ListEntitiesRequest_EntityView_value = map[string]int32{ "ENTITY_VIEW_UNSPECIFIED": 0, "TABLES": 1, "FILESETS": 2, } )
Enum value maps for ListEntitiesRequest_EntityView.
var ( GetEntityRequest_EntityView_name = map[int32]string{ 0: "ENTITY_VIEW_UNSPECIFIED", 1: "BASIC", 2: "SCHEMA", 4: "FULL", } GetEntityRequest_EntityView_value = map[string]int32{ "ENTITY_VIEW_UNSPECIFIED": 0, "BASIC": 1, "SCHEMA": 2, "FULL": 4, } )
Enum value maps for GetEntityRequest_EntityView.
var ( Entity_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "TABLE", 2: "FILESET", } Entity_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "TABLE": 1, "FILESET": 2, } )
Enum value maps for Entity_Type.
var ( Schema_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "BOOLEAN", 2: "BYTE", 3: "INT16", 4: "INT32", 5: "INT64", 6: "FLOAT", 7: "DOUBLE", 8: "DECIMAL", 9: "STRING", 10: "BINARY", 11: "TIMESTAMP", 12: "DATE", 13: "TIME", 14: "RECORD", 100: "NULL", } Schema_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "BOOLEAN": 1, "BYTE": 2, "INT16": 3, "INT32": 4, "INT64": 5, "FLOAT": 6, "DOUBLE": 7, "DECIMAL": 8, "STRING": 9, "BINARY": 10, "TIMESTAMP": 11, "DATE": 12, "TIME": 13, "RECORD": 14, "NULL": 100, } )
Enum value maps for Schema_Type.
var ( Schema_Mode_name = map[int32]string{ 0: "MODE_UNSPECIFIED", 1: "REQUIRED", 2: "NULLABLE", 3: "REPEATED", } Schema_Mode_value = map[string]int32{ "MODE_UNSPECIFIED": 0, "REQUIRED": 1, "NULLABLE": 2, "REPEATED": 3, } )
Enum value maps for Schema_Mode.
var ( Schema_PartitionStyle_name = map[int32]string{ 0: "PARTITION_STYLE_UNSPECIFIED", 1: "HIVE_COMPATIBLE", } Schema_PartitionStyle_value = map[string]int32{ "PARTITION_STYLE_UNSPECIFIED": 0, "HIVE_COMPATIBLE": 1, } )
Enum value maps for Schema_PartitionStyle.
var ( StorageFormat_Format_name = map[int32]string{ 0: "FORMAT_UNSPECIFIED", 1: "PARQUET", 2: "AVRO", 3: "ORC", 100: "CSV", 101: "JSON", 200: "IMAGE", 201: "AUDIO", 202: "VIDEO", 203: "TEXT", 204: "TFRECORD", 1000: "OTHER", 1001: "UNKNOWN", } StorageFormat_Format_value = map[string]int32{ "FORMAT_UNSPECIFIED": 0, "PARQUET": 1, "AVRO": 2, "ORC": 3, "CSV": 100, "JSON": 101, "IMAGE": 200, "AUDIO": 201, "VIDEO": 202, "TEXT": 203, "TFRECORD": 204, "OTHER": 1000, "UNKNOWN": 1001, } )
Enum value maps for StorageFormat_Format.
var ( StorageFormat_CompressionFormat_name = map[int32]string{ 0: "COMPRESSION_FORMAT_UNSPECIFIED", 2: "GZIP", 3: "BZIP2", } StorageFormat_CompressionFormat_value = map[string]int32{ "COMPRESSION_FORMAT_UNSPECIFIED": 0, "GZIP": 2, "BZIP2": 3, } )
Enum value maps for StorageFormat_CompressionFormat.
var ( StorageAccess_AccessMode_name = map[int32]string{ 0: "ACCESS_MODE_UNSPECIFIED", 1: "DIRECT", 2: "MANAGED", } StorageAccess_AccessMode_value = map[string]int32{ "ACCESS_MODE_UNSPECIFIED": 0, "DIRECT": 1, "MANAGED": 2, } )
Enum value maps for StorageAccess_AccessMode.
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.
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.
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.
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.
var ( Action_Category_name = map[int32]string{ 0: "CATEGORY_UNSPECIFIED", 1: "RESOURCE_MANAGEMENT", 2: "SECURITY_POLICY", 3: "DATA_DISCOVERY", } Action_Category_value = map[string]int32{ "CATEGORY_UNSPECIFIED": 0, "RESOURCE_MANAGEMENT": 1, "SECURITY_POLICY": 2, "DATA_DISCOVERY": 3, } )
Enum value maps for Action_Category.
var ( Action_IncompatibleDataSchema_SchemaChange_name = map[int32]string{ 0: "SCHEMA_CHANGE_UNSPECIFIED", 1: "INCOMPATIBLE", 2: "MODIFIED", } Action_IncompatibleDataSchema_SchemaChange_value = map[string]int32{ "SCHEMA_CHANGE_UNSPECIFIED": 0, "INCOMPATIBLE": 1, "MODIFIED": 2, } )
Enum value maps for Action_IncompatibleDataSchema_SchemaChange.
var ( Action_InvalidDataPartition_PartitionStructure_name = map[int32]string{ 0: "PARTITION_STRUCTURE_UNSPECIFIED", 1: "CONSISTENT_KEYS", 2: "HIVE_STYLE_KEYS", } Action_InvalidDataPartition_PartitionStructure_value = map[string]int32{ "PARTITION_STRUCTURE_UNSPECIFIED": 0, "CONSISTENT_KEYS": 1, "HIVE_STYLE_KEYS": 2, } )
Enum value maps for Action_InvalidDataPartition_PartitionStructure.
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.
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.
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.
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.
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.
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.
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.
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.
var ( Job_Trigger_name = map[int32]string{ 0: "TRIGGER_UNSPECIFIED", 1: "TASK_CONFIG", 2: "RUN_REQUEST", } Job_Trigger_value = map[string]int32{ "TRIGGER_UNSPECIFIED": 0, "TASK_CONFIG": 1, "RUN_REQUEST": 2, } )
Enum value maps for Job_Trigger.
var File_google_cloud_dataplex_v1_analyze_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_catalog_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_content_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_data_discovery_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_data_profile_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_data_quality_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_data_taxonomy_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_datascans_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_logs_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_metadata_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_processing_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_resources_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_security_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_service_proto protoreflect.FileDescriptor
var File_google_cloud_dataplex_v1_tasks_proto protoreflect.FileDescriptor
Functions ¶
func RegisterCatalogServiceServer ¶ added in v1.15.0
func RegisterCatalogServiceServer(s *grpc.Server, srv CatalogServiceServer)
func RegisterContentServiceServer ¶
func RegisterContentServiceServer(s *grpc.Server, srv ContentServiceServer)
func RegisterDataScanServiceServer ¶ added in v1.5.0
func RegisterDataScanServiceServer(s *grpc.Server, srv DataScanServiceServer)
func RegisterDataTaxonomyServiceServer ¶ added in v1.9.0
func RegisterDataTaxonomyServiceServer(s *grpc.Server, srv DataTaxonomyServiceServer)
func RegisterDataplexServiceServer ¶
func RegisterDataplexServiceServer(s *grpc.Server, srv DataplexServiceServer)
func RegisterMetadataServiceServer ¶
func RegisterMetadataServiceServer(s *grpc.Server, srv MetadataServiceServer)
Types ¶
type Action ¶
type Action struct { // The category of issue associated with the action. Category Action_Category `protobuf:"varint,1,opt,name=category,proto3,enum=google.cloud.dataplex.v1.Action_Category" json:"category,omitempty"` // Detailed description of the issue requiring action. Issue string `protobuf:"bytes,2,opt,name=issue,proto3" json:"issue,omitempty"` // The time that the issue was detected. DetectTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=detect_time,json=detectTime,proto3" json:"detect_time,omitempty"` // Output only. The relative resource name of the action, of the form: // `projects/{project}/locations/{location}/lakes/{lake}/actions/{action}` // `projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/actions/{action}` // `projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}/actions/{action}`. Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` // Output only. The relative resource name of the lake, of the form: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`. Lake string `protobuf:"bytes,6,opt,name=lake,proto3" json:"lake,omitempty"` // Output only. The relative resource name of the zone, of the form: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`. Zone string `protobuf:"bytes,7,opt,name=zone,proto3" json:"zone,omitempty"` // 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}`. Asset string `protobuf:"bytes,8,opt,name=asset,proto3" json:"asset,omitempty"` // The list of data locations associated with this action. Cloud Storage // locations are represented as URI paths(E.g. // `gs://bucket/table1/year=2020/month=Jan/`). BigQuery locations refer to // resource names(E.g. // `bigquery.googleapis.com/projects/project-id/datasets/dataset-id`). DataLocations []string `protobuf:"bytes,9,rep,name=data_locations,json=dataLocations,proto3" json:"data_locations,omitempty"` // Additional details about the action based on the action category. // // Types that are assignable to Details: // // *Action_InvalidDataFormat_ // *Action_IncompatibleDataSchema_ // *Action_InvalidDataPartition_ // *Action_MissingData_ // *Action_MissingResource_ // *Action_UnauthorizedResource_ // *Action_FailedSecurityPolicyApply_ // *Action_InvalidDataOrganization_ Details isAction_Details `protobuf_oneof:"details"` // contains filtered or unexported fields }
Action represents an issue requiring administrator action for resolution.
func (*Action) Descriptor
deprecated
func (*Action) GetCategory ¶
func (x *Action) GetCategory() Action_Category
func (*Action) GetDataLocations ¶
func (*Action) GetDetails ¶
func (m *Action) GetDetails() isAction_Details
func (*Action) GetDetectTime ¶
func (x *Action) GetDetectTime() *timestamppb.Timestamp
func (*Action) GetFailedSecurityPolicyApply ¶
func (x *Action) GetFailedSecurityPolicyApply() *Action_FailedSecurityPolicyApply
func (*Action) GetIncompatibleDataSchema ¶
func (x *Action) GetIncompatibleDataSchema() *Action_IncompatibleDataSchema
func (*Action) GetInvalidDataFormat ¶
func (x *Action) GetInvalidDataFormat() *Action_InvalidDataFormat
func (*Action) GetInvalidDataOrganization ¶
func (x *Action) GetInvalidDataOrganization() *Action_InvalidDataOrganization
func (*Action) GetInvalidDataPartition ¶
func (x *Action) GetInvalidDataPartition() *Action_InvalidDataPartition
func (*Action) GetMissingData ¶
func (x *Action) GetMissingData() *Action_MissingData
func (*Action) GetMissingResource ¶
func (x *Action) GetMissingResource() *Action_MissingResource
func (*Action) GetUnauthorizedResource ¶
func (x *Action) GetUnauthorizedResource() *Action_UnauthorizedResource
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type Action_Category ¶
type Action_Category int32
The category of issues.
const ( // Unspecified category. Action_CATEGORY_UNSPECIFIED Action_Category = 0 // Resource management related issues. Action_RESOURCE_MANAGEMENT Action_Category = 1 // Security policy related issues. Action_SECURITY_POLICY Action_Category = 2 // Data and discovery related issues. Action_DATA_DISCOVERY Action_Category = 3 )
func (Action_Category) Descriptor ¶
func (Action_Category) Descriptor() protoreflect.EnumDescriptor
func (Action_Category) Enum ¶
func (x Action_Category) Enum() *Action_Category
func (Action_Category) EnumDescriptor
deprecated
func (Action_Category) EnumDescriptor() ([]byte, []int)
Deprecated: Use Action_Category.Descriptor instead.
func (Action_Category) Number ¶
func (x Action_Category) Number() protoreflect.EnumNumber
func (Action_Category) String ¶
func (x Action_Category) String() string
func (Action_Category) Type ¶
func (Action_Category) Type() protoreflect.EnumType
type Action_FailedSecurityPolicyApply ¶
type Action_FailedSecurityPolicyApply struct { // Resource name of one of the assets with failing security policy // application. Populated for a lake or zone resource only. Asset string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"` // contains filtered or unexported fields }
Failed to apply security policy to the managed resource(s) under a lake, zone or an asset. For a lake or zone resource, one or more underlying assets has a failure applying security policy to the associated managed resource.
func (*Action_FailedSecurityPolicyApply) Descriptor
deprecated
func (*Action_FailedSecurityPolicyApply) Descriptor() ([]byte, []int)
Deprecated: Use Action_FailedSecurityPolicyApply.ProtoReflect.Descriptor instead.
func (*Action_FailedSecurityPolicyApply) GetAsset ¶
func (x *Action_FailedSecurityPolicyApply) GetAsset() string
func (*Action_FailedSecurityPolicyApply) ProtoMessage ¶
func (*Action_FailedSecurityPolicyApply) ProtoMessage()
func (*Action_FailedSecurityPolicyApply) ProtoReflect ¶
func (x *Action_FailedSecurityPolicyApply) ProtoReflect() protoreflect.Message
func (*Action_FailedSecurityPolicyApply) Reset ¶
func (x *Action_FailedSecurityPolicyApply) Reset()
func (*Action_FailedSecurityPolicyApply) String ¶
func (x *Action_FailedSecurityPolicyApply) String() string
type Action_FailedSecurityPolicyApply_ ¶
type Action_FailedSecurityPolicyApply_ struct { // Details for issues related to applying security policy. FailedSecurityPolicyApply *Action_FailedSecurityPolicyApply `protobuf:"bytes,21,opt,name=failed_security_policy_apply,json=failedSecurityPolicyApply,proto3,oneof"` }
type Action_IncompatibleDataSchema ¶
type Action_IncompatibleDataSchema struct { // The name of the table containing invalid data. Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"` // The existing and expected schema of the table. The schema is provided as // a JSON formatted structure listing columns and data types. ExistingSchema string `protobuf:"bytes,2,opt,name=existing_schema,json=existingSchema,proto3" json:"existing_schema,omitempty"` // The new and incompatible schema within the table. The schema is provided // as a JSON formatted structured listing columns and data types. NewSchema string `protobuf:"bytes,3,opt,name=new_schema,json=newSchema,proto3" json:"new_schema,omitempty"` // The list of data locations sampled and used for format/schema // inference. SampledDataLocations []string `protobuf:"bytes,4,rep,name=sampled_data_locations,json=sampledDataLocations,proto3" json:"sampled_data_locations,omitempty"` // Whether the action relates to a schema that is incompatible or modified. SchemaChange Action_IncompatibleDataSchema_SchemaChange `` /* 171-byte string literal not displayed */ // contains filtered or unexported fields }
Action details for incompatible schemas detected by discovery.
func (*Action_IncompatibleDataSchema) Descriptor
deprecated
func (*Action_IncompatibleDataSchema) Descriptor() ([]byte, []int)
Deprecated: Use Action_IncompatibleDataSchema.ProtoReflect.Descriptor instead.
func (*Action_IncompatibleDataSchema) GetExistingSchema ¶
func (x *Action_IncompatibleDataSchema) GetExistingSchema() string
func (*Action_IncompatibleDataSchema) GetNewSchema ¶
func (x *Action_IncompatibleDataSchema) GetNewSchema() string
func (*Action_IncompatibleDataSchema) GetSampledDataLocations ¶
func (x *Action_IncompatibleDataSchema) GetSampledDataLocations() []string
func (*Action_IncompatibleDataSchema) GetSchemaChange ¶
func (x *Action_IncompatibleDataSchema) GetSchemaChange() Action_IncompatibleDataSchema_SchemaChange
func (*Action_IncompatibleDataSchema) GetTable ¶
func (x *Action_IncompatibleDataSchema) GetTable() string
func (*Action_IncompatibleDataSchema) ProtoMessage ¶
func (*Action_IncompatibleDataSchema) ProtoMessage()
func (*Action_IncompatibleDataSchema) ProtoReflect ¶
func (x *Action_IncompatibleDataSchema) ProtoReflect() protoreflect.Message
func (*Action_IncompatibleDataSchema) Reset ¶
func (x *Action_IncompatibleDataSchema) Reset()
func (*Action_IncompatibleDataSchema) String ¶
func (x *Action_IncompatibleDataSchema) String() string
type Action_IncompatibleDataSchema_ ¶
type Action_IncompatibleDataSchema_ struct { // Details for issues related to incompatible schemas detected within data. IncompatibleDataSchema *Action_IncompatibleDataSchema `protobuf:"bytes,11,opt,name=incompatible_data_schema,json=incompatibleDataSchema,proto3,oneof"` }
type Action_IncompatibleDataSchema_SchemaChange ¶
type Action_IncompatibleDataSchema_SchemaChange int32
Whether the action relates to a schema that is incompatible or modified.
const ( // Schema change unspecified. Action_IncompatibleDataSchema_SCHEMA_CHANGE_UNSPECIFIED Action_IncompatibleDataSchema_SchemaChange = 0 // Newly discovered schema is incompatible with existing schema. Action_IncompatibleDataSchema_INCOMPATIBLE Action_IncompatibleDataSchema_SchemaChange = 1 // Newly discovered schema has changed from existing schema for data in a // curated zone. Action_IncompatibleDataSchema_MODIFIED Action_IncompatibleDataSchema_SchemaChange = 2 )
func (Action_IncompatibleDataSchema_SchemaChange) Descriptor ¶
func (Action_IncompatibleDataSchema_SchemaChange) Descriptor() protoreflect.EnumDescriptor
func (Action_IncompatibleDataSchema_SchemaChange) EnumDescriptor
deprecated
func (Action_IncompatibleDataSchema_SchemaChange) EnumDescriptor() ([]byte, []int)
Deprecated: Use Action_IncompatibleDataSchema_SchemaChange.Descriptor instead.
func (Action_IncompatibleDataSchema_SchemaChange) Number ¶
func (x Action_IncompatibleDataSchema_SchemaChange) Number() protoreflect.EnumNumber
func (Action_IncompatibleDataSchema_SchemaChange) String ¶
func (x Action_IncompatibleDataSchema_SchemaChange) String() string
func (Action_IncompatibleDataSchema_SchemaChange) Type ¶
func (Action_IncompatibleDataSchema_SchemaChange) Type() protoreflect.EnumType
type Action_InvalidDataFormat ¶
type Action_InvalidDataFormat struct { // The list of data locations sampled and used for format/schema // inference. SampledDataLocations []string `protobuf:"bytes,1,rep,name=sampled_data_locations,json=sampledDataLocations,proto3" json:"sampled_data_locations,omitempty"` // The expected data format of the entity. ExpectedFormat string `protobuf:"bytes,2,opt,name=expected_format,json=expectedFormat,proto3" json:"expected_format,omitempty"` // The new unexpected data format within the entity. NewFormat string `protobuf:"bytes,3,opt,name=new_format,json=newFormat,proto3" json:"new_format,omitempty"` // contains filtered or unexported fields }
Action details for invalid or unsupported data files detected by discovery.
func (*Action_InvalidDataFormat) Descriptor
deprecated
func (*Action_InvalidDataFormat) Descriptor() ([]byte, []int)
Deprecated: Use Action_InvalidDataFormat.ProtoReflect.Descriptor instead.
func (*Action_InvalidDataFormat) GetExpectedFormat ¶
func (x *Action_InvalidDataFormat) GetExpectedFormat() string
func (*Action_InvalidDataFormat) GetNewFormat ¶
func (x *Action_InvalidDataFormat) GetNewFormat() string
func (*Action_InvalidDataFormat) GetSampledDataLocations ¶
func (x *Action_InvalidDataFormat) GetSampledDataLocations() []string
func (*Action_InvalidDataFormat) ProtoMessage ¶
func (*Action_InvalidDataFormat) ProtoMessage()
func (*Action_InvalidDataFormat) ProtoReflect ¶
func (x *Action_InvalidDataFormat) ProtoReflect() protoreflect.Message
func (*Action_InvalidDataFormat) Reset ¶
func (x *Action_InvalidDataFormat) Reset()
func (*Action_InvalidDataFormat) String ¶
func (x *Action_InvalidDataFormat) String() string
type Action_InvalidDataFormat_ ¶
type Action_InvalidDataFormat_ struct { // Details for issues related to invalid or unsupported data formats. InvalidDataFormat *Action_InvalidDataFormat `protobuf:"bytes,10,opt,name=invalid_data_format,json=invalidDataFormat,proto3,oneof"` }
type Action_InvalidDataOrganization ¶
type Action_InvalidDataOrganization struct {
// contains filtered or unexported fields
}
Action details for invalid data arrangement.
func (*Action_InvalidDataOrganization) Descriptor
deprecated
func (*Action_InvalidDataOrganization) Descriptor() ([]byte, []int)
Deprecated: Use Action_InvalidDataOrganization.ProtoReflect.Descriptor instead.
func (*Action_InvalidDataOrganization) ProtoMessage ¶
func (*Action_InvalidDataOrganization) ProtoMessage()
func (*Action_InvalidDataOrganization) ProtoReflect ¶
func (x *Action_InvalidDataOrganization) ProtoReflect() protoreflect.Message
func (*Action_InvalidDataOrganization) Reset ¶
func (x *Action_InvalidDataOrganization) Reset()
func (*Action_InvalidDataOrganization) String ¶
func (x *Action_InvalidDataOrganization) String() string
type Action_InvalidDataOrganization_ ¶
type Action_InvalidDataOrganization_ struct { // Details for issues related to invalid data arrangement. InvalidDataOrganization *Action_InvalidDataOrganization `protobuf:"bytes,22,opt,name=invalid_data_organization,json=invalidDataOrganization,proto3,oneof"` }
type Action_InvalidDataPartition ¶
type Action_InvalidDataPartition struct { // The issue type of InvalidDataPartition. ExpectedStructure Action_InvalidDataPartition_PartitionStructure `` /* 190-byte string literal not displayed */ // contains filtered or unexported fields }
Action details for invalid or unsupported partitions detected by discovery.
func (*Action_InvalidDataPartition) Descriptor
deprecated
func (*Action_InvalidDataPartition) Descriptor() ([]byte, []int)
Deprecated: Use Action_InvalidDataPartition.ProtoReflect.Descriptor instead.
func (*Action_InvalidDataPartition) GetExpectedStructure ¶
func (x *Action_InvalidDataPartition) GetExpectedStructure() Action_InvalidDataPartition_PartitionStructure
func (*Action_InvalidDataPartition) ProtoMessage ¶
func (*Action_InvalidDataPartition) ProtoMessage()
func (*Action_InvalidDataPartition) ProtoReflect ¶
func (x *Action_InvalidDataPartition) ProtoReflect() protoreflect.Message
func (*Action_InvalidDataPartition) Reset ¶
func (x *Action_InvalidDataPartition) Reset()
func (*Action_InvalidDataPartition) String ¶
func (x *Action_InvalidDataPartition) String() string
type Action_InvalidDataPartition_ ¶
type Action_InvalidDataPartition_ struct { // Details for issues related to invalid or unsupported data partition // structure. InvalidDataPartition *Action_InvalidDataPartition `protobuf:"bytes,12,opt,name=invalid_data_partition,json=invalidDataPartition,proto3,oneof"` }
type Action_InvalidDataPartition_PartitionStructure ¶
type Action_InvalidDataPartition_PartitionStructure int32
The expected partition structure.
const ( // PartitionStructure unspecified. Action_InvalidDataPartition_PARTITION_STRUCTURE_UNSPECIFIED Action_InvalidDataPartition_PartitionStructure = 0 // Consistent hive-style partition definition (both raw and curated zone). Action_InvalidDataPartition_CONSISTENT_KEYS Action_InvalidDataPartition_PartitionStructure = 1 // Hive style partition definition (curated zone only). Action_InvalidDataPartition_HIVE_STYLE_KEYS Action_InvalidDataPartition_PartitionStructure = 2 )
func (Action_InvalidDataPartition_PartitionStructure) Descriptor ¶
func (Action_InvalidDataPartition_PartitionStructure) Descriptor() protoreflect.EnumDescriptor
func (Action_InvalidDataPartition_PartitionStructure) EnumDescriptor
deprecated
func (Action_InvalidDataPartition_PartitionStructure) EnumDescriptor() ([]byte, []int)
Deprecated: Use Action_InvalidDataPartition_PartitionStructure.Descriptor instead.
func (Action_InvalidDataPartition_PartitionStructure) Number ¶
func (x Action_InvalidDataPartition_PartitionStructure) Number() protoreflect.EnumNumber
func (Action_InvalidDataPartition_PartitionStructure) String ¶
func (x Action_InvalidDataPartition_PartitionStructure) String() string
type Action_MissingData ¶
type Action_MissingData struct {
// contains filtered or unexported fields
}
Action details for absence of data detected by discovery.
func (*Action_MissingData) Descriptor
deprecated
func (*Action_MissingData) Descriptor() ([]byte, []int)
Deprecated: Use Action_MissingData.ProtoReflect.Descriptor instead.
func (*Action_MissingData) ProtoMessage ¶
func (*Action_MissingData) ProtoMessage()
func (*Action_MissingData) ProtoReflect ¶
func (x *Action_MissingData) ProtoReflect() protoreflect.Message
func (*Action_MissingData) Reset ¶
func (x *Action_MissingData) Reset()
func (*Action_MissingData) String ¶
func (x *Action_MissingData) String() string
type Action_MissingData_ ¶
type Action_MissingData_ struct { // Details for issues related to absence of data within managed resources. MissingData *Action_MissingData `protobuf:"bytes,13,opt,name=missing_data,json=missingData,proto3,oneof"` }
type Action_MissingResource ¶
type Action_MissingResource struct {
// contains filtered or unexported fields
}
Action details for resource references in assets that cannot be located.
func (*Action_MissingResource) Descriptor
deprecated
func (*Action_MissingResource) Descriptor() ([]byte, []int)
Deprecated: Use Action_MissingResource.ProtoReflect.Descriptor instead.
func (*Action_MissingResource) ProtoMessage ¶
func (*Action_MissingResource) ProtoMessage()
func (*Action_MissingResource) ProtoReflect ¶
func (x *Action_MissingResource) ProtoReflect() protoreflect.Message
func (*Action_MissingResource) Reset ¶
func (x *Action_MissingResource) Reset()
func (*Action_MissingResource) String ¶
func (x *Action_MissingResource) String() string
type Action_MissingResource_ ¶
type Action_MissingResource_ struct { // Details for issues related to absence of a managed resource. MissingResource *Action_MissingResource `protobuf:"bytes,14,opt,name=missing_resource,json=missingResource,proto3,oneof"` }
type Action_UnauthorizedResource ¶
type Action_UnauthorizedResource struct {
// contains filtered or unexported fields
}
Action details for unauthorized resource issues raised to indicate that the service account associated with the lake instance is not authorized to access or manage the resource associated with an asset.
func (*Action_UnauthorizedResource) Descriptor
deprecated
func (*Action_UnauthorizedResource) Descriptor() ([]byte, []int)
Deprecated: Use Action_UnauthorizedResource.ProtoReflect.Descriptor instead.
func (*Action_UnauthorizedResource) ProtoMessage ¶
func (*Action_UnauthorizedResource) ProtoMessage()
func (*Action_UnauthorizedResource) ProtoReflect ¶
func (x *Action_UnauthorizedResource) ProtoReflect() protoreflect.Message
func (*Action_UnauthorizedResource) Reset ¶
func (x *Action_UnauthorizedResource) Reset()
func (*Action_UnauthorizedResource) String ¶
func (x *Action_UnauthorizedResource) String() string
type Action_UnauthorizedResource_ ¶
type Action_UnauthorizedResource_ struct { // resources. UnauthorizedResource *Action_UnauthorizedResource `protobuf:"bytes,15,opt,name=unauthorized_resource,json=unauthorizedResource,proto3,oneof"` }
type Aspect ¶ added in v1.15.0
type Aspect struct { // Output only. The resource name of the type used to create this Aspect. AspectType string `protobuf:"bytes,1,opt,name=aspect_type,json=aspectType,proto3" json:"aspect_type,omitempty"` // Output only. The path in the entry under which the aspect is attached. Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // Output only. The time when the Aspect 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 Aspect was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Required. The content of the aspect, according to its aspect type schema. // The maximum size of the field is 120KB (encoded as UTF-8). Data *structpb.Struct `protobuf:"bytes,8,opt,name=data,proto3" json:"data,omitempty"` // Optional. Information related to the source system of the aspect. AspectSource *AspectSource `protobuf:"bytes,9,opt,name=aspect_source,json=aspectSource,proto3" json:"aspect_source,omitempty"` // contains filtered or unexported fields }
An aspect is a single piece of metadata describing an entry.
func (*Aspect) Descriptor
deprecated
added in
v1.15.0
func (*Aspect) GetAspectSource ¶ added in v1.15.0
func (x *Aspect) GetAspectSource() *AspectSource
func (*Aspect) GetAspectType ¶ added in v1.15.0
func (*Aspect) GetCreateTime ¶ added in v1.15.0
func (x *Aspect) GetCreateTime() *timestamppb.Timestamp
func (*Aspect) GetUpdateTime ¶ added in v1.15.0
func (x *Aspect) GetUpdateTime() *timestamppb.Timestamp
func (*Aspect) ProtoMessage ¶ added in v1.15.0
func (*Aspect) ProtoMessage()
func (*Aspect) ProtoReflect ¶ added in v1.15.0
func (x *Aspect) ProtoReflect() protoreflect.Message
type AspectSource ¶ added in v1.15.0
type AspectSource struct { // The time the aspect was created in the source system. CreateTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The time the aspect was last updated in the source system. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // The version of the data format used to produce this data. This field is // used to indicated when the underlying data format changes (e.g., schema // modifications, changes to the source URL format definition, etc). DataVersion string `protobuf:"bytes,12,opt,name=data_version,json=dataVersion,proto3" json:"data_version,omitempty"` // contains filtered or unexported fields }
Information related to the source system of the aspect.
func (*AspectSource) Descriptor
deprecated
added in
v1.15.0
func (*AspectSource) Descriptor() ([]byte, []int)
Deprecated: Use AspectSource.ProtoReflect.Descriptor instead.
func (*AspectSource) GetCreateTime ¶ added in v1.15.0
func (x *AspectSource) GetCreateTime() *timestamppb.Timestamp
func (*AspectSource) GetDataVersion ¶ added in v1.20.0
func (x *AspectSource) GetDataVersion() string
func (*AspectSource) GetUpdateTime ¶ added in v1.15.0
func (x *AspectSource) GetUpdateTime() *timestamppb.Timestamp
func (*AspectSource) ProtoMessage ¶ added in v1.15.0
func (*AspectSource) ProtoMessage()
func (*AspectSource) ProtoReflect ¶ added in v1.15.0
func (x *AspectSource) ProtoReflect() protoreflect.Message
func (*AspectSource) Reset ¶ added in v1.15.0
func (x *AspectSource) Reset()
func (*AspectSource) String ¶ added in v1.15.0
func (x *AspectSource) String() string
type AspectType ¶ added in v1.15.0
type AspectType struct { // Output only. The relative resource name of the AspectType, of the form: // projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. System generated globally unique ID for the AspectType. // If you delete and recreate the AspectType with the same name, then this ID // will be different. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Output only. The time when the AspectType 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 AspectType was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Optional. Description of the AspectType. 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 AspectType. Labels map[string]string `` /* 153-byte string literal not displayed */ // The service computes this checksum. The client may send it on update and // delete requests to ensure it has an up-to-date value before proceeding. Etag string `protobuf:"bytes,8,opt,name=etag,proto3" json:"etag,omitempty"` // Immutable. Defines the Authorization for this type. Authorization *AspectType_Authorization `protobuf:"bytes,52,opt,name=authorization,proto3" json:"authorization,omitempty"` // Required. MetadataTemplate of the aspect. MetadataTemplate *AspectType_MetadataTemplate `protobuf:"bytes,53,opt,name=metadata_template,json=metadataTemplate,proto3" json:"metadata_template,omitempty"` // Output only. Denotes the transfer status of the Aspect Type. It is // unspecified for Aspect Types created from Dataplex API. TransferStatus TransferStatus `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry, for example, BigQuery Table Schema.
func (*AspectType) Descriptor
deprecated
added in
v1.15.0
func (*AspectType) Descriptor() ([]byte, []int)
Deprecated: Use AspectType.ProtoReflect.Descriptor instead.
func (*AspectType) GetAuthorization ¶ added in v1.15.0
func (x *AspectType) GetAuthorization() *AspectType_Authorization
func (*AspectType) GetCreateTime ¶ added in v1.15.0
func (x *AspectType) GetCreateTime() *timestamppb.Timestamp
func (*AspectType) GetDescription ¶ added in v1.15.0
func (x *AspectType) GetDescription() string
func (*AspectType) GetDisplayName ¶ added in v1.15.0
func (x *AspectType) GetDisplayName() string
func (*AspectType) GetEtag ¶ added in v1.15.0
func (x *AspectType) GetEtag() string
func (*AspectType) GetLabels ¶ added in v1.15.0
func (x *AspectType) GetLabels() map[string]string
func (*AspectType) GetMetadataTemplate ¶ added in v1.15.0
func (x *AspectType) GetMetadataTemplate() *AspectType_MetadataTemplate
func (*AspectType) GetName ¶ added in v1.15.0
func (x *AspectType) GetName() string
func (*AspectType) GetTransferStatus ¶ added in v1.15.0
func (x *AspectType) GetTransferStatus() TransferStatus
func (*AspectType) GetUid ¶ added in v1.15.0
func (x *AspectType) GetUid() string
func (*AspectType) GetUpdateTime ¶ added in v1.15.0
func (x *AspectType) GetUpdateTime() *timestamppb.Timestamp
func (*AspectType) ProtoMessage ¶ added in v1.15.0
func (*AspectType) ProtoMessage()
func (*AspectType) ProtoReflect ¶ added in v1.15.0
func (x *AspectType) ProtoReflect() protoreflect.Message
func (*AspectType) Reset ¶ added in v1.15.0
func (x *AspectType) Reset()
func (*AspectType) String ¶ added in v1.15.0
func (x *AspectType) String() string
type AspectType_Authorization ¶ added in v1.15.0
type AspectType_Authorization struct { // Immutable. The IAM permission grantable on the EntryGroup to allow access // to instantiate Aspects of Dataplex owned AspectTypes, only settable for // Dataplex owned Types. AlternateUsePermission string `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
Autorization for an AspectType.
func (*AspectType_Authorization) Descriptor
deprecated
added in
v1.15.0
func (*AspectType_Authorization) Descriptor() ([]byte, []int)
Deprecated: Use AspectType_Authorization.ProtoReflect.Descriptor instead.
func (*AspectType_Authorization) GetAlternateUsePermission ¶ added in v1.15.0
func (x *AspectType_Authorization) GetAlternateUsePermission() string
func (*AspectType_Authorization) ProtoMessage ¶ added in v1.15.0
func (*AspectType_Authorization) ProtoMessage()
func (*AspectType_Authorization) ProtoReflect ¶ added in v1.15.0
func (x *AspectType_Authorization) ProtoReflect() protoreflect.Message
func (*AspectType_Authorization) Reset ¶ added in v1.15.0
func (x *AspectType_Authorization) Reset()
func (*AspectType_Authorization) String ¶ added in v1.15.0
func (x *AspectType_Authorization) String() string
type AspectType_MetadataTemplate ¶ added in v1.15.0
type AspectType_MetadataTemplate struct { // Optional. Index is used to encode Template messages. The value of index // can range between 1 and 2,147,483,647. Index must be unique within all // fields in a Template. (Nested Templates can reuse indexes). Once a // Template is defined, the index cannot be changed, because it identifies // the field in the actual storage format. Index is a mandatory field, but // it is optional for top level fields, and map/array "values" definitions. Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` // Required. The name of the field. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Required. The datatype of this field. The following values are supported: // // Primitive types: // // * string // * integer // * boolean // * double // * datetime. Must be of the format RFC3339 UTC "Zulu" (Examples: // "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"). // // Complex types: // // * enum // * array // * map // * record Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` // Optional. Field definition. You must specify it if the type is record. It // defines the nested fields. RecordFields []*AspectType_MetadataTemplate `protobuf:"bytes,6,rep,name=record_fields,json=recordFields,proto3" json:"record_fields,omitempty"` // Optional. The list of values for an enum type. You must define it if the // type is enum. EnumValues []*AspectType_MetadataTemplate_EnumValue `protobuf:"bytes,8,rep,name=enum_values,json=enumValues,proto3" json:"enum_values,omitempty"` // Optional. If the type is map, set map_items. map_items can refer to a // primitive field or a complex (record only) field. To specify a primitive // field, you only need to set name and type in the nested // MetadataTemplate. The recommended value for the name field is item, as // this isn't used in the actual payload. MapItems *AspectType_MetadataTemplate `protobuf:"bytes,10,opt,name=map_items,json=mapItems,proto3" json:"map_items,omitempty"` // Optional. If the type is array, set array_items. array_items can refer // to a primitive field or a complex (record only) field. To specify a // primitive field, you only need to set name and type in the nested // MetadataTemplate. The recommended value for the name field is item, as // this isn't used in the actual payload. ArrayItems *AspectType_MetadataTemplate `protobuf:"bytes,11,opt,name=array_items,json=arrayItems,proto3" json:"array_items,omitempty"` // Optional. You can use type id if this definition of the field needs to be // reused later. The type id must be unique across the entire template. You // can only specify it if the field type is record. TypeId string `protobuf:"bytes,12,opt,name=type_id,json=typeId,proto3" json:"type_id,omitempty"` // Optional. A reference to another field definition (not an inline // definition). The value must be equal to the value of an id field defined // elsewhere in the MetadataTemplate. Only fields with record type can // refer to other fields. TypeRef string `protobuf:"bytes,13,opt,name=type_ref,json=typeRef,proto3" json:"type_ref,omitempty"` // Optional. Specifies the constraints on this field. Constraints *AspectType_MetadataTemplate_Constraints `protobuf:"bytes,50,opt,name=constraints,proto3" json:"constraints,omitempty"` // Optional. Specifies annotations on this field. Annotations *AspectType_MetadataTemplate_Annotations `protobuf:"bytes,51,opt,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
MetadataTemplate definition for an AspectType.
func (*AspectType_MetadataTemplate) Descriptor
deprecated
added in
v1.15.0
func (*AspectType_MetadataTemplate) Descriptor() ([]byte, []int)
Deprecated: Use AspectType_MetadataTemplate.ProtoReflect.Descriptor instead.
func (*AspectType_MetadataTemplate) GetAnnotations ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetAnnotations() *AspectType_MetadataTemplate_Annotations
func (*AspectType_MetadataTemplate) GetArrayItems ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetArrayItems() *AspectType_MetadataTemplate
func (*AspectType_MetadataTemplate) GetConstraints ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetConstraints() *AspectType_MetadataTemplate_Constraints
func (*AspectType_MetadataTemplate) GetEnumValues ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetEnumValues() []*AspectType_MetadataTemplate_EnumValue
func (*AspectType_MetadataTemplate) GetIndex ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetIndex() int32
func (*AspectType_MetadataTemplate) GetMapItems ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetMapItems() *AspectType_MetadataTemplate
func (*AspectType_MetadataTemplate) GetName ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetName() string
func (*AspectType_MetadataTemplate) GetRecordFields ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetRecordFields() []*AspectType_MetadataTemplate
func (*AspectType_MetadataTemplate) GetType ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetType() string
func (*AspectType_MetadataTemplate) GetTypeId ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetTypeId() string
func (*AspectType_MetadataTemplate) GetTypeRef ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) GetTypeRef() string
func (*AspectType_MetadataTemplate) ProtoMessage ¶ added in v1.15.0
func (*AspectType_MetadataTemplate) ProtoMessage()
func (*AspectType_MetadataTemplate) ProtoReflect ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) ProtoReflect() protoreflect.Message
func (*AspectType_MetadataTemplate) Reset ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) Reset()
func (*AspectType_MetadataTemplate) String ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate) String() string
type AspectType_MetadataTemplate_Annotations ¶ added in v1.15.0
type AspectType_MetadataTemplate_Annotations struct { // Optional. Marks a field as deprecated. You can include a deprecation // message. Deprecated string `protobuf:"bytes,1,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // Optional. Display name for a field. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Optional. Description for a field. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Optional. Display order for a field. You can use this to reorder where // a field is rendered. DisplayOrder int32 `protobuf:"varint,4,opt,name=display_order,json=displayOrder,proto3" json:"display_order,omitempty"` // Optional. You can use String Type annotations to specify special // meaning to string fields. The following values are supported: // // * richText: The field must be interpreted as a rich text field. // * url: A fully qualified URL link. // * resource: A service qualified resource reference. StringType string `protobuf:"bytes,6,opt,name=string_type,json=stringType,proto3" json:"string_type,omitempty"` // Optional. Suggested hints for string fields. You can use them to // suggest values to users through console. StringValues []string `protobuf:"bytes,7,rep,name=string_values,json=stringValues,proto3" json:"string_values,omitempty"` // contains filtered or unexported fields }
Definition of the annotations of a field.
func (*AspectType_MetadataTemplate_Annotations) Descriptor
deprecated
added in
v1.15.0
func (*AspectType_MetadataTemplate_Annotations) Descriptor() ([]byte, []int)
Deprecated: Use AspectType_MetadataTemplate_Annotations.ProtoReflect.Descriptor instead.
func (*AspectType_MetadataTemplate_Annotations) GetDeprecated ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Annotations) GetDeprecated() string
func (*AspectType_MetadataTemplate_Annotations) GetDescription ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Annotations) GetDescription() string
func (*AspectType_MetadataTemplate_Annotations) GetDisplayName ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Annotations) GetDisplayName() string
func (*AspectType_MetadataTemplate_Annotations) GetDisplayOrder ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Annotations) GetDisplayOrder() int32
func (*AspectType_MetadataTemplate_Annotations) GetStringType ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Annotations) GetStringType() string
func (*AspectType_MetadataTemplate_Annotations) GetStringValues ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Annotations) GetStringValues() []string
func (*AspectType_MetadataTemplate_Annotations) ProtoMessage ¶ added in v1.15.0
func (*AspectType_MetadataTemplate_Annotations) ProtoMessage()
func (*AspectType_MetadataTemplate_Annotations) ProtoReflect ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Annotations) ProtoReflect() protoreflect.Message
func (*AspectType_MetadataTemplate_Annotations) Reset ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Annotations) Reset()
func (*AspectType_MetadataTemplate_Annotations) String ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Annotations) String() string
type AspectType_MetadataTemplate_Constraints ¶ added in v1.15.0
type AspectType_MetadataTemplate_Constraints struct { // Optional. Marks this field as optional or required. Required bool `protobuf:"varint,1,opt,name=required,proto3" json:"required,omitempty"` // contains filtered or unexported fields }
Definition of the constraints of a field.
func (*AspectType_MetadataTemplate_Constraints) Descriptor
deprecated
added in
v1.15.0
func (*AspectType_MetadataTemplate_Constraints) Descriptor() ([]byte, []int)
Deprecated: Use AspectType_MetadataTemplate_Constraints.ProtoReflect.Descriptor instead.
func (*AspectType_MetadataTemplate_Constraints) GetRequired ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Constraints) GetRequired() bool
func (*AspectType_MetadataTemplate_Constraints) ProtoMessage ¶ added in v1.15.0
func (*AspectType_MetadataTemplate_Constraints) ProtoMessage()
func (*AspectType_MetadataTemplate_Constraints) ProtoReflect ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Constraints) ProtoReflect() protoreflect.Message
func (*AspectType_MetadataTemplate_Constraints) Reset ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Constraints) Reset()
func (*AspectType_MetadataTemplate_Constraints) String ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_Constraints) String() string
type AspectType_MetadataTemplate_EnumValue ¶ added in v1.15.0
type AspectType_MetadataTemplate_EnumValue struct { // Required. Index for the enum value. It can't be modified. Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` // Required. Name of the enumvalue. This is the actual value that the // aspect can contain. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Optional. You can set this message if you need to deprecate an enum // value. Deprecated string `protobuf:"bytes,3,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // contains filtered or unexported fields }
Definition of Enumvalue, to be used for enum fields.
func (*AspectType_MetadataTemplate_EnumValue) Descriptor
deprecated
added in
v1.15.0
func (*AspectType_MetadataTemplate_EnumValue) Descriptor() ([]byte, []int)
Deprecated: Use AspectType_MetadataTemplate_EnumValue.ProtoReflect.Descriptor instead.
func (*AspectType_MetadataTemplate_EnumValue) GetDeprecated ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_EnumValue) GetDeprecated() string
func (*AspectType_MetadataTemplate_EnumValue) GetIndex ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_EnumValue) GetIndex() int32
func (*AspectType_MetadataTemplate_EnumValue) GetName ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_EnumValue) GetName() string
func (*AspectType_MetadataTemplate_EnumValue) ProtoMessage ¶ added in v1.15.0
func (*AspectType_MetadataTemplate_EnumValue) ProtoMessage()
func (*AspectType_MetadataTemplate_EnumValue) ProtoReflect ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_EnumValue) ProtoReflect() protoreflect.Message
func (*AspectType_MetadataTemplate_EnumValue) Reset ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_EnumValue) Reset()
func (*AspectType_MetadataTemplate_EnumValue) String ¶ added in v1.15.0
func (x *AspectType_MetadataTemplate_EnumValue) String() string
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.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) GetCreateTime ¶
func (x *Asset) GetCreateTime() *timestamppb.Timestamp
func (*Asset) GetDescription ¶
func (*Asset) GetDiscoverySpec ¶
func (x *Asset) GetDiscoverySpec() *Asset_DiscoverySpec
func (*Asset) GetDiscoveryStatus ¶
func (x *Asset) GetDiscoveryStatus() *Asset_DiscoveryStatus
func (*Asset) GetDisplayName ¶
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) GetUpdateTime ¶
func (x *Asset) GetUpdateTime() *timestamppb.Timestamp
func (*Asset) ProtoMessage ¶
func (*Asset) ProtoMessage()
func (*Asset) ProtoReflect ¶
func (x *Asset) ProtoReflect() protoreflect.Message
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 (x *Asset_DiscoverySpec) GetCsvOptions() *Asset_DiscoverySpec_CsvOptions
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 (x *Asset_DiscoverySpec) GetJsonOptions() *Asset_DiscoverySpec_JsonOptions
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 (x *Asset_DiscoverySpec_CsvOptions) ProtoReflect() protoreflect.Message
func (*Asset_DiscoverySpec_CsvOptions) Reset ¶
func (x *Asset_DiscoverySpec_CsvOptions) Reset()
func (*Asset_DiscoverySpec_CsvOptions) String ¶
func (x *Asset_DiscoverySpec_CsvOptions) String() 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 (x *Asset_DiscoverySpec_JsonOptions) ProtoReflect() protoreflect.Message
func (*Asset_DiscoverySpec_JsonOptions) Reset ¶
func (x *Asset_DiscoverySpec_JsonOptions) Reset()
func (*Asset_DiscoverySpec_JsonOptions) String ¶
func (x *Asset_DiscoverySpec_JsonOptions) String() 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 `protobuf:"varint,1,opt,name=state,proto3,enum=google.cloud.dataplex.v1.Asset_DiscoveryStatus_State" json:"state,omitempty"` // 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 (x *Asset_DiscoveryStatus) GetState() Asset_DiscoveryStatus_State
func (*Asset_DiscoveryStatus) GetStats ¶
func (x *Asset_DiscoveryStatus) GetStats() *Asset_DiscoveryStatus_Stats
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) Descriptor() protoreflect.EnumDescriptor
func (Asset_DiscoveryStatus_State) Enum ¶
func (x Asset_DiscoveryStatus_State) Enum() *Asset_DiscoveryStatus_State
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 (x Asset_DiscoveryStatus_State) Number() protoreflect.EnumNumber
func (Asset_DiscoveryStatus_State) String ¶
func (x Asset_DiscoveryStatus_State) String() string
func (Asset_DiscoveryStatus_State) Type ¶
func (Asset_DiscoveryStatus_State) Type() protoreflect.EnumType
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 (x *Asset_DiscoveryStatus_Stats) ProtoReflect() protoreflect.Message
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.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 `` /* 166-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 ¶ added in v1.7.0
func (x *Asset_ResourceSpec) GetReadAccessMode() Asset_ResourceSpec_AccessMode
func (*Asset_ResourceSpec) GetType ¶
func (x *Asset_ResourceSpec) GetType() Asset_ResourceSpec_Type
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 ¶ added in v1.7.0
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 ¶ added in v1.7.0
func (Asset_ResourceSpec_AccessMode) Descriptor() protoreflect.EnumDescriptor
func (Asset_ResourceSpec_AccessMode) Enum ¶ added in v1.7.0
func (x Asset_ResourceSpec_AccessMode) Enum() *Asset_ResourceSpec_AccessMode
func (Asset_ResourceSpec_AccessMode) EnumDescriptor
deprecated
added in
v1.7.0
func (Asset_ResourceSpec_AccessMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use Asset_ResourceSpec_AccessMode.Descriptor instead.
func (Asset_ResourceSpec_AccessMode) Number ¶ added in v1.7.0
func (x Asset_ResourceSpec_AccessMode) Number() protoreflect.EnumNumber
func (Asset_ResourceSpec_AccessMode) String ¶ added in v1.7.0
func (x Asset_ResourceSpec_AccessMode) String() string
func (Asset_ResourceSpec_AccessMode) Type ¶ added in v1.7.0
func (Asset_ResourceSpec_AccessMode) Type() protoreflect.EnumType
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) Descriptor() protoreflect.EnumDescriptor
func (Asset_ResourceSpec_Type) Enum ¶
func (x Asset_ResourceSpec_Type) Enum() *Asset_ResourceSpec_Type
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 (x Asset_ResourceSpec_Type) Number() protoreflect.EnumNumber
func (Asset_ResourceSpec_Type) String ¶
func (x Asset_ResourceSpec_Type) String() string
func (Asset_ResourceSpec_Type) Type ¶
func (Asset_ResourceSpec_Type) Type() protoreflect.EnumType
type Asset_ResourceStatus ¶
type Asset_ResourceStatus struct { // The current state of the managed resource. State Asset_ResourceStatus_State `protobuf:"varint,1,opt,name=state,proto3,enum=google.cloud.dataplex.v1.Asset_ResourceStatus_State" json:"state,omitempty"` // 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 ¶ added in v1.7.0
func (x *Asset_ResourceStatus) GetManagedAccessIdentity() string
func (*Asset_ResourceStatus) GetMessage ¶
func (x *Asset_ResourceStatus) GetMessage() string
func (*Asset_ResourceStatus) GetState ¶
func (x *Asset_ResourceStatus) GetState() Asset_ResourceStatus_State
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) Descriptor() protoreflect.EnumDescriptor
func (Asset_ResourceStatus_State) Enum ¶
func (x Asset_ResourceStatus_State) Enum() *Asset_ResourceStatus_State
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 (x Asset_ResourceStatus_State) Number() protoreflect.EnumNumber
func (Asset_ResourceStatus_State) String ¶
func (x Asset_ResourceStatus_State) String() string
func (Asset_ResourceStatus_State) Type ¶
func (Asset_ResourceStatus_State) Type() protoreflect.EnumType
type Asset_SecurityStatus ¶
type Asset_SecurityStatus struct { // The current state of the security policy applied to the attached // resource. State Asset_SecurityStatus_State `protobuf:"varint,1,opt,name=state,proto3,enum=google.cloud.dataplex.v1.Asset_SecurityStatus_State" json:"state,omitempty"` // 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 (x *Asset_SecurityStatus) GetState() Asset_SecurityStatus_State
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) Descriptor() protoreflect.EnumDescriptor
func (Asset_SecurityStatus_State) Enum ¶
func (x Asset_SecurityStatus_State) Enum() *Asset_SecurityStatus_State
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 (x Asset_SecurityStatus_State) Number() protoreflect.EnumNumber
func (Asset_SecurityStatus_State) String ¶
func (x Asset_SecurityStatus_State) String() string
func (Asset_SecurityStatus_State) Type ¶
func (Asset_SecurityStatus_State) Type() protoreflect.EnumType
type CancelJobRequest ¶
type CancelJobRequest struct { // Required. The resource name of the job: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/task/{task_id}/job/{job_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Cancel task jobs.
func (*CancelJobRequest) Descriptor
deprecated
func (*CancelJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelJobRequest.ProtoReflect.Descriptor instead.
func (*CancelJobRequest) GetName ¶
func (x *CancelJobRequest) GetName() string
func (*CancelJobRequest) ProtoMessage ¶
func (*CancelJobRequest) ProtoMessage()
func (*CancelJobRequest) ProtoReflect ¶
func (x *CancelJobRequest) ProtoReflect() protoreflect.Message
func (*CancelJobRequest) Reset ¶
func (x *CancelJobRequest) Reset()
func (*CancelJobRequest) String ¶
func (x *CancelJobRequest) String() string
type CancelMetadataJobRequest ¶ added in v1.20.0
type CancelMetadataJobRequest struct { // Required. The resource name of the job, in the format // `projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Cancel metadata job request.
func (*CancelMetadataJobRequest) Descriptor
deprecated
added in
v1.20.0
func (*CancelMetadataJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelMetadataJobRequest.ProtoReflect.Descriptor instead.
func (*CancelMetadataJobRequest) GetName ¶ added in v1.20.0
func (x *CancelMetadataJobRequest) GetName() string
func (*CancelMetadataJobRequest) ProtoMessage ¶ added in v1.20.0
func (*CancelMetadataJobRequest) ProtoMessage()
func (*CancelMetadataJobRequest) ProtoReflect ¶ added in v1.20.0
func (x *CancelMetadataJobRequest) ProtoReflect() protoreflect.Message
func (*CancelMetadataJobRequest) Reset ¶ added in v1.20.0
func (x *CancelMetadataJobRequest) Reset()
func (*CancelMetadataJobRequest) String ¶ added in v1.20.0
func (x *CancelMetadataJobRequest) String() string
type CatalogServiceClient ¶ added in v1.15.0
type CatalogServiceClient interface { // Creates an EntryType. CreateEntryType(ctx context.Context, in *CreateEntryTypeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates an EntryType. UpdateEntryType(ctx context.Context, in *UpdateEntryTypeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes an EntryType. DeleteEntryType(ctx context.Context, in *DeleteEntryTypeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists EntryType resources in a project and location. ListEntryTypes(ctx context.Context, in *ListEntryTypesRequest, opts ...grpc.CallOption) (*ListEntryTypesResponse, error) // Gets an EntryType. GetEntryType(ctx context.Context, in *GetEntryTypeRequest, opts ...grpc.CallOption) (*EntryType, error) // Creates an AspectType. CreateAspectType(ctx context.Context, in *CreateAspectTypeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates an AspectType. UpdateAspectType(ctx context.Context, in *UpdateAspectTypeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes an AspectType. DeleteAspectType(ctx context.Context, in *DeleteAspectTypeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists AspectType resources in a project and location. ListAspectTypes(ctx context.Context, in *ListAspectTypesRequest, opts ...grpc.CallOption) (*ListAspectTypesResponse, error) // Gets an AspectType. GetAspectType(ctx context.Context, in *GetAspectTypeRequest, opts ...grpc.CallOption) (*AspectType, error) // Creates an EntryGroup. CreateEntryGroup(ctx context.Context, in *CreateEntryGroupRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates an EntryGroup. UpdateEntryGroup(ctx context.Context, in *UpdateEntryGroupRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes an EntryGroup. DeleteEntryGroup(ctx context.Context, in *DeleteEntryGroupRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists EntryGroup resources in a project and location. ListEntryGroups(ctx context.Context, in *ListEntryGroupsRequest, opts ...grpc.CallOption) (*ListEntryGroupsResponse, error) // Gets an EntryGroup. GetEntryGroup(ctx context.Context, in *GetEntryGroupRequest, opts ...grpc.CallOption) (*EntryGroup, error) // Creates an Entry. CreateEntry(ctx context.Context, in *CreateEntryRequest, opts ...grpc.CallOption) (*Entry, error) // Updates an Entry. UpdateEntry(ctx context.Context, in *UpdateEntryRequest, opts ...grpc.CallOption) (*Entry, error) // Deletes an Entry. DeleteEntry(ctx context.Context, in *DeleteEntryRequest, opts ...grpc.CallOption) (*Entry, error) // Lists Entries within an EntryGroup. ListEntries(ctx context.Context, in *ListEntriesRequest, opts ...grpc.CallOption) (*ListEntriesResponse, error) // Gets an Entry. // // **Caution**: The BigQuery metadata that is stored in Dataplex Catalog is // changing. For more information, see [Changes to BigQuery metadata stored in // Dataplex // Catalog](https://cloud.google.com/dataplex/docs/biqquery-metadata-changes). GetEntry(ctx context.Context, in *GetEntryRequest, opts ...grpc.CallOption) (*Entry, error) // Looks up a single Entry by name using the permission on the source system. // // **Caution**: The BigQuery metadata that is stored in Dataplex Catalog is // changing. For more information, see [Changes to BigQuery metadata stored in // Dataplex // Catalog](https://cloud.google.com/dataplex/docs/biqquery-metadata-changes). LookupEntry(ctx context.Context, in *LookupEntryRequest, opts ...grpc.CallOption) (*Entry, error) // Searches for Entries matching the given query and scope. SearchEntries(ctx context.Context, in *SearchEntriesRequest, opts ...grpc.CallOption) (*SearchEntriesResponse, error) // Creates a metadata job. For example, use a metadata job to import Dataplex // Catalog entries and aspects from a third-party system into Dataplex. CreateMetadataJob(ctx context.Context, in *CreateMetadataJobRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Gets a metadata job. GetMetadataJob(ctx context.Context, in *GetMetadataJobRequest, opts ...grpc.CallOption) (*MetadataJob, error) // Lists metadata jobs. ListMetadataJobs(ctx context.Context, in *ListMetadataJobsRequest, opts ...grpc.CallOption) (*ListMetadataJobsResponse, error) // Cancels a metadata job. // // If you cancel a metadata import job that is in progress, the changes in the // job might be partially applied. We recommend that you reset the state of // the entry groups in your project by running another metadata job that // reverts the changes from the canceled job. CancelMetadataJob(ctx context.Context, in *CancelMetadataJobRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
CatalogServiceClient is the client API for CatalogService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewCatalogServiceClient ¶ added in v1.15.0
func NewCatalogServiceClient(cc grpc.ClientConnInterface) CatalogServiceClient
type CatalogServiceServer ¶ added in v1.15.0
type CatalogServiceServer interface { // Creates an EntryType. CreateEntryType(context.Context, *CreateEntryTypeRequest) (*longrunningpb.Operation, error) // Updates an EntryType. UpdateEntryType(context.Context, *UpdateEntryTypeRequest) (*longrunningpb.Operation, error) // Deletes an EntryType. DeleteEntryType(context.Context, *DeleteEntryTypeRequest) (*longrunningpb.Operation, error) // Lists EntryType resources in a project and location. ListEntryTypes(context.Context, *ListEntryTypesRequest) (*ListEntryTypesResponse, error) // Gets an EntryType. GetEntryType(context.Context, *GetEntryTypeRequest) (*EntryType, error) // Creates an AspectType. CreateAspectType(context.Context, *CreateAspectTypeRequest) (*longrunningpb.Operation, error) // Updates an AspectType. UpdateAspectType(context.Context, *UpdateAspectTypeRequest) (*longrunningpb.Operation, error) // Deletes an AspectType. DeleteAspectType(context.Context, *DeleteAspectTypeRequest) (*longrunningpb.Operation, error) // Lists AspectType resources in a project and location. ListAspectTypes(context.Context, *ListAspectTypesRequest) (*ListAspectTypesResponse, error) // Gets an AspectType. GetAspectType(context.Context, *GetAspectTypeRequest) (*AspectType, error) // Creates an EntryGroup. CreateEntryGroup(context.Context, *CreateEntryGroupRequest) (*longrunningpb.Operation, error) // Updates an EntryGroup. UpdateEntryGroup(context.Context, *UpdateEntryGroupRequest) (*longrunningpb.Operation, error) // Deletes an EntryGroup. DeleteEntryGroup(context.Context, *DeleteEntryGroupRequest) (*longrunningpb.Operation, error) // Lists EntryGroup resources in a project and location. ListEntryGroups(context.Context, *ListEntryGroupsRequest) (*ListEntryGroupsResponse, error) // Gets an EntryGroup. GetEntryGroup(context.Context, *GetEntryGroupRequest) (*EntryGroup, error) // Creates an Entry. CreateEntry(context.Context, *CreateEntryRequest) (*Entry, error) // Updates an Entry. UpdateEntry(context.Context, *UpdateEntryRequest) (*Entry, error) // Deletes an Entry. DeleteEntry(context.Context, *DeleteEntryRequest) (*Entry, error) // Lists Entries within an EntryGroup. ListEntries(context.Context, *ListEntriesRequest) (*ListEntriesResponse, error) // Gets an Entry. // // **Caution**: The BigQuery metadata that is stored in Dataplex Catalog is // changing. For more information, see [Changes to BigQuery metadata stored in // Dataplex // Catalog](https://cloud.google.com/dataplex/docs/biqquery-metadata-changes). GetEntry(context.Context, *GetEntryRequest) (*Entry, error) // Looks up a single Entry by name using the permission on the source system. // // **Caution**: The BigQuery metadata that is stored in Dataplex Catalog is // changing. For more information, see [Changes to BigQuery metadata stored in // Dataplex // Catalog](https://cloud.google.com/dataplex/docs/biqquery-metadata-changes). LookupEntry(context.Context, *LookupEntryRequest) (*Entry, error) // Searches for Entries matching the given query and scope. SearchEntries(context.Context, *SearchEntriesRequest) (*SearchEntriesResponse, error) // Creates a metadata job. For example, use a metadata job to import Dataplex // Catalog entries and aspects from a third-party system into Dataplex. CreateMetadataJob(context.Context, *CreateMetadataJobRequest) (*longrunningpb.Operation, error) // Gets a metadata job. GetMetadataJob(context.Context, *GetMetadataJobRequest) (*MetadataJob, error) // Lists metadata jobs. ListMetadataJobs(context.Context, *ListMetadataJobsRequest) (*ListMetadataJobsResponse, error) // Cancels a metadata job. // // If you cancel a metadata import job that is in progress, the changes in the // job might be partially applied. We recommend that you reset the state of // the entry groups in your project by running another metadata job that // reverts the changes from the canceled job. CancelMetadataJob(context.Context, *CancelMetadataJobRequest) (*emptypb.Empty, error) }
CatalogServiceServer is the server API for CatalogService service.
type Content ¶
type Content struct { // Output only. The relative resource name of the content, of the form: // projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. System generated globally unique ID for the content. This ID // will be different if the content is deleted and re-created with the same // name. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Required. The path for the Content file, represented as directory // structure. Unique within a lake. Limited to alphanumerics, hyphens, // underscores, dots and slashes. Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // Output only. Content 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 content 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 content. Labels map[string]string `` /* 153-byte string literal not displayed */ // Optional. Description of the content. Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"` // Only returned in `GetContent` requests and not in `ListContent` request. // // Types that are assignable to Data: // // *Content_DataText Data isContent_Data `protobuf_oneof:"data"` // Types of content // // Types that are assignable to Content: // // *Content_SqlScript_ // *Content_Notebook_ Content isContent_Content `protobuf_oneof:"content"` // contains filtered or unexported fields }
Content represents a user-visible notebook or a sql script
func (*Content) Descriptor
deprecated
func (*Content) GetContent ¶
func (m *Content) GetContent() isContent_Content
func (*Content) GetCreateTime ¶
func (x *Content) GetCreateTime() *timestamppb.Timestamp
func (*Content) GetDataText ¶
func (*Content) GetDescription ¶
func (*Content) GetNotebook ¶
func (x *Content) GetNotebook() *Content_Notebook
func (*Content) GetSqlScript ¶
func (x *Content) GetSqlScript() *Content_SqlScript
func (*Content) GetUpdateTime ¶
func (x *Content) GetUpdateTime() *timestamppb.Timestamp
func (*Content) ProtoMessage ¶
func (*Content) ProtoMessage()
func (*Content) ProtoReflect ¶
func (x *Content) ProtoReflect() protoreflect.Message
type ContentServiceClient ¶
type ContentServiceClient interface { // Create a content. CreateContent(ctx context.Context, in *CreateContentRequest, opts ...grpc.CallOption) (*Content, error) // Update a content. Only supports full resource update. UpdateContent(ctx context.Context, in *UpdateContentRequest, opts ...grpc.CallOption) (*Content, error) // Delete a content. DeleteContent(ctx context.Context, in *DeleteContentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Get a content resource. GetContent(ctx context.Context, in *GetContentRequest, opts ...grpc.CallOption) (*Content, error) // Gets the access control policy for a contentitem resource. A `NOT_FOUND` // error is returned if the resource does not exist. An empty policy is // returned if the resource exists but does not have a policy set on it. // // Caller must have Google IAM `dataplex.content.getIamPolicy` permission // on the resource. GetIamPolicy(ctx context.Context, in *iampb.GetIamPolicyRequest, opts ...grpc.CallOption) (*iampb.Policy, error) // Sets the access control policy on the specified contentitem resource. // Replaces any existing policy. // // Caller must have Google IAM `dataplex.content.setIamPolicy` permission // on the resource. SetIamPolicy(ctx context.Context, in *iampb.SetIamPolicyRequest, opts ...grpc.CallOption) (*iampb.Policy, error) // Returns the caller's permissions on a resource. // If the resource does not exist, an empty set of // permissions is returned (a `NOT_FOUND` error is not returned). // // A caller is not required to have Google IAM permission to make this // request. // // Note: This operation is designed to be used for building permission-aware // UIs and command-line tools, not for authorization checking. This operation // may "fail open" without warning. TestIamPermissions(ctx context.Context, in *iampb.TestIamPermissionsRequest, opts ...grpc.CallOption) (*iampb.TestIamPermissionsResponse, error) // List content. ListContent(ctx context.Context, in *ListContentRequest, opts ...grpc.CallOption) (*ListContentResponse, error) }
ContentServiceClient is the client API for ContentService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewContentServiceClient ¶
func NewContentServiceClient(cc grpc.ClientConnInterface) ContentServiceClient
type ContentServiceServer ¶
type ContentServiceServer interface { // Create a content. CreateContent(context.Context, *CreateContentRequest) (*Content, error) // Update a content. Only supports full resource update. UpdateContent(context.Context, *UpdateContentRequest) (*Content, error) // Delete a content. DeleteContent(context.Context, *DeleteContentRequest) (*emptypb.Empty, error) // Get a content resource. GetContent(context.Context, *GetContentRequest) (*Content, error) // Gets the access control policy for a contentitem resource. A `NOT_FOUND` // error is returned if the resource does not exist. An empty policy is // returned if the resource exists but does not have a policy set on it. // // Caller must have Google IAM `dataplex.content.getIamPolicy` permission // on the resource. GetIamPolicy(context.Context, *iampb.GetIamPolicyRequest) (*iampb.Policy, error) // Sets the access control policy on the specified contentitem resource. // Replaces any existing policy. // // Caller must have Google IAM `dataplex.content.setIamPolicy` permission // on the resource. SetIamPolicy(context.Context, *iampb.SetIamPolicyRequest) (*iampb.Policy, error) // Returns the caller's permissions on a resource. // If the resource does not exist, an empty set of // permissions is returned (a `NOT_FOUND` error is not returned). // // A caller is not required to have Google IAM permission to make this // request. // // Note: This operation is designed to be used for building permission-aware // UIs and command-line tools, not for authorization checking. This operation // may "fail open" without warning. TestIamPermissions(context.Context, *iampb.TestIamPermissionsRequest) (*iampb.TestIamPermissionsResponse, error) // List content. ListContent(context.Context, *ListContentRequest) (*ListContentResponse, error) }
ContentServiceServer is the server API for ContentService service.
type Content_DataText ¶
type Content_DataText struct { // Required. Content data in string format. DataText string `protobuf:"bytes,9,opt,name=data_text,json=dataText,proto3,oneof"` }
type Content_Notebook ¶
type Content_Notebook struct { // Required. Kernel Type of the notebook. KernelType Content_Notebook_KernelType `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
Configuration for Notebook content.
func (*Content_Notebook) Descriptor
deprecated
func (*Content_Notebook) Descriptor() ([]byte, []int)
Deprecated: Use Content_Notebook.ProtoReflect.Descriptor instead.
func (*Content_Notebook) GetKernelType ¶
func (x *Content_Notebook) GetKernelType() Content_Notebook_KernelType
func (*Content_Notebook) ProtoMessage ¶
func (*Content_Notebook) ProtoMessage()
func (*Content_Notebook) ProtoReflect ¶
func (x *Content_Notebook) ProtoReflect() protoreflect.Message
func (*Content_Notebook) Reset ¶
func (x *Content_Notebook) Reset()
func (*Content_Notebook) String ¶
func (x *Content_Notebook) String() string
type Content_Notebook_ ¶
type Content_Notebook_ struct { // Notebook related configurations. Notebook *Content_Notebook `protobuf:"bytes,101,opt,name=notebook,proto3,oneof"` }
type Content_Notebook_KernelType ¶
type Content_Notebook_KernelType int32
Kernel Type of the Jupyter notebook.
const ( // Kernel Type unspecified. Content_Notebook_KERNEL_TYPE_UNSPECIFIED Content_Notebook_KernelType = 0 // Python 3 Kernel. Content_Notebook_PYTHON3 Content_Notebook_KernelType = 1 )
func (Content_Notebook_KernelType) Descriptor ¶
func (Content_Notebook_KernelType) Descriptor() protoreflect.EnumDescriptor
func (Content_Notebook_KernelType) Enum ¶
func (x Content_Notebook_KernelType) Enum() *Content_Notebook_KernelType
func (Content_Notebook_KernelType) EnumDescriptor
deprecated
func (Content_Notebook_KernelType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Content_Notebook_KernelType.Descriptor instead.
func (Content_Notebook_KernelType) Number ¶
func (x Content_Notebook_KernelType) Number() protoreflect.EnumNumber
func (Content_Notebook_KernelType) String ¶
func (x Content_Notebook_KernelType) String() string
func (Content_Notebook_KernelType) Type ¶
func (Content_Notebook_KernelType) Type() protoreflect.EnumType
type Content_SqlScript ¶
type Content_SqlScript struct { // Required. Query Engine to be used for the Sql Query. Engine Content_SqlScript_QueryEngine `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
Configuration for the Sql Script content.
func (*Content_SqlScript) Descriptor
deprecated
func (*Content_SqlScript) Descriptor() ([]byte, []int)
Deprecated: Use Content_SqlScript.ProtoReflect.Descriptor instead.
func (*Content_SqlScript) GetEngine ¶
func (x *Content_SqlScript) GetEngine() Content_SqlScript_QueryEngine
func (*Content_SqlScript) ProtoMessage ¶
func (*Content_SqlScript) ProtoMessage()
func (*Content_SqlScript) ProtoReflect ¶
func (x *Content_SqlScript) ProtoReflect() protoreflect.Message
func (*Content_SqlScript) Reset ¶
func (x *Content_SqlScript) Reset()
func (*Content_SqlScript) String ¶
func (x *Content_SqlScript) String() string
type Content_SqlScript_ ¶
type Content_SqlScript_ struct { // Sql Script related configurations. SqlScript *Content_SqlScript `protobuf:"bytes,100,opt,name=sql_script,json=sqlScript,proto3,oneof"` }
type Content_SqlScript_QueryEngine ¶
type Content_SqlScript_QueryEngine int32
Query Engine Type of the SQL Script.
const ( // Value was unspecified. Content_SqlScript_QUERY_ENGINE_UNSPECIFIED Content_SqlScript_QueryEngine = 0 // Spark SQL Query. Content_SqlScript_SPARK Content_SqlScript_QueryEngine = 2 )
func (Content_SqlScript_QueryEngine) Descriptor ¶
func (Content_SqlScript_QueryEngine) Descriptor() protoreflect.EnumDescriptor
func (Content_SqlScript_QueryEngine) Enum ¶
func (x Content_SqlScript_QueryEngine) Enum() *Content_SqlScript_QueryEngine
func (Content_SqlScript_QueryEngine) EnumDescriptor
deprecated
func (Content_SqlScript_QueryEngine) EnumDescriptor() ([]byte, []int)
Deprecated: Use Content_SqlScript_QueryEngine.Descriptor instead.
func (Content_SqlScript_QueryEngine) Number ¶
func (x Content_SqlScript_QueryEngine) Number() protoreflect.EnumNumber
func (Content_SqlScript_QueryEngine) String ¶
func (x Content_SqlScript_QueryEngine) String() string
func (Content_SqlScript_QueryEngine) Type ¶
func (Content_SqlScript_QueryEngine) Type() protoreflect.EnumType
type CreateAspectTypeRequest ¶ added in v1.15.0
type CreateAspectTypeRequest struct { // Required. The resource name of the AspectType, of the form: // projects/{project_number}/locations/{location_id} // where `location_id` refers to a Google Cloud region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. AspectType identifier. AspectTypeId string `protobuf:"bytes,2,opt,name=aspect_type_id,json=aspectTypeId,proto3" json:"aspect_type_id,omitempty"` // Required. AspectType Resource. AspectType *AspectType `protobuf:"bytes,3,opt,name=aspect_type,json=aspectType,proto3" json:"aspect_type,omitempty"` // Optional. The service validates the request without performing any // mutations. The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create AspectType Request.
func (*CreateAspectTypeRequest) Descriptor
deprecated
added in
v1.15.0
func (*CreateAspectTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAspectTypeRequest.ProtoReflect.Descriptor instead.
func (*CreateAspectTypeRequest) GetAspectType ¶ added in v1.15.0
func (x *CreateAspectTypeRequest) GetAspectType() *AspectType
func (*CreateAspectTypeRequest) GetAspectTypeId ¶ added in v1.15.0
func (x *CreateAspectTypeRequest) GetAspectTypeId() string
func (*CreateAspectTypeRequest) GetParent ¶ added in v1.15.0
func (x *CreateAspectTypeRequest) GetParent() string
func (*CreateAspectTypeRequest) GetValidateOnly ¶ added in v1.15.0
func (x *CreateAspectTypeRequest) GetValidateOnly() bool
func (*CreateAspectTypeRequest) ProtoMessage ¶ added in v1.15.0
func (*CreateAspectTypeRequest) ProtoMessage()
func (*CreateAspectTypeRequest) ProtoReflect ¶ added in v1.15.0
func (x *CreateAspectTypeRequest) ProtoReflect() protoreflect.Message
func (*CreateAspectTypeRequest) Reset ¶ added in v1.15.0
func (x *CreateAspectTypeRequest) Reset()
func (*CreateAspectTypeRequest) String ¶ added in v1.15.0
func (x *CreateAspectTypeRequest) String() string
type CreateAssetRequest ¶
type CreateAssetRequest struct { // Required. The resource name of the parent zone: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Asset identifier. // This ID will be used to generate names such as table names when publishing // metadata to Hive Metastore and BigQuery. // * Must contain only lowercase letters, numbers and hyphens. // * Must start with a letter. // * Must end with a number or a letter. // * Must be between 1-63 characters. // * Must be unique within the zone. AssetId string `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // Required. Asset resource. Asset *Asset `protobuf:"bytes,3,opt,name=asset,proto3" json:"asset,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create asset request.
func (*CreateAssetRequest) Descriptor
deprecated
func (*CreateAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAssetRequest.ProtoReflect.Descriptor instead.
func (*CreateAssetRequest) GetAsset ¶
func (x *CreateAssetRequest) GetAsset() *Asset
func (*CreateAssetRequest) GetAssetId ¶
func (x *CreateAssetRequest) GetAssetId() string
func (*CreateAssetRequest) GetParent ¶
func (x *CreateAssetRequest) GetParent() string
func (*CreateAssetRequest) GetValidateOnly ¶
func (x *CreateAssetRequest) GetValidateOnly() bool
func (*CreateAssetRequest) ProtoMessage ¶
func (*CreateAssetRequest) ProtoMessage()
func (*CreateAssetRequest) ProtoReflect ¶
func (x *CreateAssetRequest) ProtoReflect() protoreflect.Message
func (*CreateAssetRequest) Reset ¶
func (x *CreateAssetRequest) Reset()
func (*CreateAssetRequest) String ¶
func (x *CreateAssetRequest) String() string
type CreateContentRequest ¶
type CreateContentRequest struct { // Required. The resource name of the parent lake: // projects/{project_id}/locations/{location_id}/lakes/{lake_id} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Content resource. Content *Content `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create content request.
func (*CreateContentRequest) Descriptor
deprecated
func (*CreateContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateContentRequest.ProtoReflect.Descriptor instead.
func (*CreateContentRequest) GetContent ¶
func (x *CreateContentRequest) GetContent() *Content
func (*CreateContentRequest) GetParent ¶
func (x *CreateContentRequest) GetParent() string
func (*CreateContentRequest) GetValidateOnly ¶
func (x *CreateContentRequest) GetValidateOnly() bool
func (*CreateContentRequest) ProtoMessage ¶
func (*CreateContentRequest) ProtoMessage()
func (*CreateContentRequest) ProtoReflect ¶
func (x *CreateContentRequest) ProtoReflect() protoreflect.Message
func (*CreateContentRequest) Reset ¶
func (x *CreateContentRequest) Reset()
func (*CreateContentRequest) String ¶
func (x *CreateContentRequest) String() string
type CreateDataAttributeBindingRequest ¶ added in v1.9.0
type CreateDataAttributeBindingRequest struct { // Required. The resource name of the parent data taxonomy // projects/{project_number}/locations/{location_id} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. DataAttributeBinding identifier. // * Must contain only lowercase letters, numbers and hyphens. // * Must start with a letter. // * Must be between 1-63 characters. // * Must end with a number or a letter. // * Must be unique within the Location. DataAttributeBindingId string `` /* 131-byte string literal not displayed */ // Required. DataAttributeBinding resource. DataAttributeBinding *DataAttributeBinding `protobuf:"bytes,3,opt,name=data_attribute_binding,json=dataAttributeBinding,proto3" json:"data_attribute_binding,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create DataAttributeBinding request.
func (*CreateDataAttributeBindingRequest) Descriptor
deprecated
added in
v1.9.0
func (*CreateDataAttributeBindingRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataAttributeBindingRequest.ProtoReflect.Descriptor instead.
func (*CreateDataAttributeBindingRequest) GetDataAttributeBinding ¶ added in v1.9.0
func (x *CreateDataAttributeBindingRequest) GetDataAttributeBinding() *DataAttributeBinding
func (*CreateDataAttributeBindingRequest) GetDataAttributeBindingId ¶ added in v1.9.0
func (x *CreateDataAttributeBindingRequest) GetDataAttributeBindingId() string
func (*CreateDataAttributeBindingRequest) GetParent ¶ added in v1.9.0
func (x *CreateDataAttributeBindingRequest) GetParent() string
func (*CreateDataAttributeBindingRequest) GetValidateOnly ¶ added in v1.9.0
func (x *CreateDataAttributeBindingRequest) GetValidateOnly() bool
func (*CreateDataAttributeBindingRequest) ProtoMessage ¶ added in v1.9.0
func (*CreateDataAttributeBindingRequest) ProtoMessage()
func (*CreateDataAttributeBindingRequest) ProtoReflect ¶ added in v1.9.0
func (x *CreateDataAttributeBindingRequest) ProtoReflect() protoreflect.Message
func (*CreateDataAttributeBindingRequest) Reset ¶ added in v1.9.0
func (x *CreateDataAttributeBindingRequest) Reset()
func (*CreateDataAttributeBindingRequest) String ¶ added in v1.9.0
func (x *CreateDataAttributeBindingRequest) String() string
type CreateDataAttributeRequest ¶ added in v1.9.0
type CreateDataAttributeRequest struct { // Required. The resource name of the parent data taxonomy // projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. DataAttribute identifier. // * Must contain only lowercase letters, numbers and hyphens. // * Must start with a letter. // * Must be between 1-63 characters. // * Must end with a number or a letter. // * Must be unique within the DataTaxonomy. DataAttributeId string `protobuf:"bytes,2,opt,name=data_attribute_id,json=dataAttributeId,proto3" json:"data_attribute_id,omitempty"` // Required. DataAttribute resource. DataAttribute *DataAttribute `protobuf:"bytes,3,opt,name=data_attribute,json=dataAttribute,proto3" json:"data_attribute,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create DataAttribute request.
func (*CreateDataAttributeRequest) Descriptor
deprecated
added in
v1.9.0
func (*CreateDataAttributeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataAttributeRequest.ProtoReflect.Descriptor instead.
func (*CreateDataAttributeRequest) GetDataAttribute ¶ added in v1.9.0
func (x *CreateDataAttributeRequest) GetDataAttribute() *DataAttribute
func (*CreateDataAttributeRequest) GetDataAttributeId ¶ added in v1.9.0
func (x *CreateDataAttributeRequest) GetDataAttributeId() string
func (*CreateDataAttributeRequest) GetParent ¶ added in v1.9.0
func (x *CreateDataAttributeRequest) GetParent() string
func (*CreateDataAttributeRequest) GetValidateOnly ¶ added in v1.9.0
func (x *CreateDataAttributeRequest) GetValidateOnly() bool
func (*CreateDataAttributeRequest) ProtoMessage ¶ added in v1.9.0
func (*CreateDataAttributeRequest) ProtoMessage()
func (*CreateDataAttributeRequest) ProtoReflect ¶ added in v1.9.0
func (x *CreateDataAttributeRequest) ProtoReflect() protoreflect.Message
func (*CreateDataAttributeRequest) Reset ¶ added in v1.9.0
func (x *CreateDataAttributeRequest) Reset()
func (*CreateDataAttributeRequest) String ¶ added in v1.9.0
func (x *CreateDataAttributeRequest) String() string
type CreateDataScanRequest ¶ added in v1.5.0
type CreateDataScanRequest struct { // Required. The resource name of the parent location: // `projects/{project}/locations/{location_id}` // where `project` refers to a *project_id* or *project_number* and // `location_id` refers to a GCP region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. DataScan resource. DataScan *DataScan `protobuf:"bytes,2,opt,name=data_scan,json=dataScan,proto3" json:"data_scan,omitempty"` // Required. DataScan identifier. // // * Must contain only lowercase letters, numbers and hyphens. // * Must start with a letter. // * Must end with a number or a letter. // * Must be between 1-63 characters. // * Must be unique within the customer project / location. DataScanId string `protobuf:"bytes,3,opt,name=data_scan_id,json=dataScanId,proto3" json:"data_scan_id,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is `false`. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create dataScan request.
func (*CreateDataScanRequest) Descriptor
deprecated
added in
v1.5.0
func (*CreateDataScanRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataScanRequest.ProtoReflect.Descriptor instead.
func (*CreateDataScanRequest) GetDataScan ¶ added in v1.5.0
func (x *CreateDataScanRequest) GetDataScan() *DataScan
func (*CreateDataScanRequest) GetDataScanId ¶ added in v1.5.0
func (x *CreateDataScanRequest) GetDataScanId() string
func (*CreateDataScanRequest) GetParent ¶ added in v1.5.0
func (x *CreateDataScanRequest) GetParent() string
func (*CreateDataScanRequest) GetValidateOnly ¶ added in v1.7.0
func (x *CreateDataScanRequest) GetValidateOnly() bool
func (*CreateDataScanRequest) ProtoMessage ¶ added in v1.5.0
func (*CreateDataScanRequest) ProtoMessage()
func (*CreateDataScanRequest) ProtoReflect ¶ added in v1.5.0
func (x *CreateDataScanRequest) ProtoReflect() protoreflect.Message
func (*CreateDataScanRequest) Reset ¶ added in v1.5.0
func (x *CreateDataScanRequest) Reset()
func (*CreateDataScanRequest) String ¶ added in v1.5.0
func (x *CreateDataScanRequest) String() string
type CreateDataTaxonomyRequest ¶ added in v1.9.0
type CreateDataTaxonomyRequest struct { // Required. The resource name of the data taxonomy location, of the form: // projects/{project_number}/locations/{location_id} // where `location_id` refers to a GCP region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. DataTaxonomy identifier. // * Must contain only lowercase letters, numbers and hyphens. // * Must start with a letter. // * Must be between 1-63 characters. // * Must end with a number or a letter. // * Must be unique within the Project. DataTaxonomyId string `protobuf:"bytes,2,opt,name=data_taxonomy_id,json=dataTaxonomyId,proto3" json:"data_taxonomy_id,omitempty"` // Required. DataTaxonomy resource. DataTaxonomy *DataTaxonomy `protobuf:"bytes,3,opt,name=data_taxonomy,json=dataTaxonomy,proto3" json:"data_taxonomy,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create DataTaxonomy request.
func (*CreateDataTaxonomyRequest) Descriptor
deprecated
added in
v1.9.0
func (*CreateDataTaxonomyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataTaxonomyRequest.ProtoReflect.Descriptor instead.
func (*CreateDataTaxonomyRequest) GetDataTaxonomy ¶ added in v1.9.0
func (x *CreateDataTaxonomyRequest) GetDataTaxonomy() *DataTaxonomy
func (*CreateDataTaxonomyRequest) GetDataTaxonomyId ¶ added in v1.9.0
func (x *CreateDataTaxonomyRequest) GetDataTaxonomyId() string
func (*CreateDataTaxonomyRequest) GetParent ¶ added in v1.9.0
func (x *CreateDataTaxonomyRequest) GetParent() string
func (*CreateDataTaxonomyRequest) GetValidateOnly ¶ added in v1.9.0
func (x *CreateDataTaxonomyRequest) GetValidateOnly() bool
func (*CreateDataTaxonomyRequest) ProtoMessage ¶ added in v1.9.0
func (*CreateDataTaxonomyRequest) ProtoMessage()
func (*CreateDataTaxonomyRequest) ProtoReflect ¶ added in v1.9.0
func (x *CreateDataTaxonomyRequest) ProtoReflect() protoreflect.Message
func (*CreateDataTaxonomyRequest) Reset ¶ added in v1.9.0
func (x *CreateDataTaxonomyRequest) Reset()
func (*CreateDataTaxonomyRequest) String ¶ added in v1.9.0
func (x *CreateDataTaxonomyRequest) String() string
type CreateEntityRequest ¶
type CreateEntityRequest struct { // Required. The resource name of the parent zone: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Entity resource. Entity *Entity `protobuf:"bytes,3,opt,name=entity,proto3" json:"entity,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create a metadata entity request.
func (*CreateEntityRequest) Descriptor
deprecated
func (*CreateEntityRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEntityRequest.ProtoReflect.Descriptor instead.
func (*CreateEntityRequest) GetEntity ¶
func (x *CreateEntityRequest) GetEntity() *Entity
func (*CreateEntityRequest) GetParent ¶
func (x *CreateEntityRequest) GetParent() string
func (*CreateEntityRequest) GetValidateOnly ¶
func (x *CreateEntityRequest) GetValidateOnly() bool
func (*CreateEntityRequest) ProtoMessage ¶
func (*CreateEntityRequest) ProtoMessage()
func (*CreateEntityRequest) ProtoReflect ¶
func (x *CreateEntityRequest) ProtoReflect() protoreflect.Message
func (*CreateEntityRequest) Reset ¶
func (x *CreateEntityRequest) Reset()
func (*CreateEntityRequest) String ¶
func (x *CreateEntityRequest) String() string
type CreateEntryGroupRequest ¶ added in v1.15.0
type CreateEntryGroupRequest struct { // Required. The resource name of the entryGroup, of the form: // projects/{project_number}/locations/{location_id} // where `location_id` refers to a GCP region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. EntryGroup identifier. EntryGroupId string `protobuf:"bytes,2,opt,name=entry_group_id,json=entryGroupId,proto3" json:"entry_group_id,omitempty"` // Required. EntryGroup Resource. EntryGroup *EntryGroup `protobuf:"bytes,3,opt,name=entry_group,json=entryGroup,proto3" json:"entry_group,omitempty"` // Optional. The service validates the request without performing any // mutations. The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create EntryGroup Request.
func (*CreateEntryGroupRequest) Descriptor
deprecated
added in
v1.15.0
func (*CreateEntryGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEntryGroupRequest.ProtoReflect.Descriptor instead.
func (*CreateEntryGroupRequest) GetEntryGroup ¶ added in v1.15.0
func (x *CreateEntryGroupRequest) GetEntryGroup() *EntryGroup
func (*CreateEntryGroupRequest) GetEntryGroupId ¶ added in v1.15.0
func (x *CreateEntryGroupRequest) GetEntryGroupId() string
func (*CreateEntryGroupRequest) GetParent ¶ added in v1.15.0
func (x *CreateEntryGroupRequest) GetParent() string
func (*CreateEntryGroupRequest) GetValidateOnly ¶ added in v1.15.0
func (x *CreateEntryGroupRequest) GetValidateOnly() bool
func (*CreateEntryGroupRequest) ProtoMessage ¶ added in v1.15.0
func (*CreateEntryGroupRequest) ProtoMessage()
func (*CreateEntryGroupRequest) ProtoReflect ¶ added in v1.15.0
func (x *CreateEntryGroupRequest) ProtoReflect() protoreflect.Message
func (*CreateEntryGroupRequest) Reset ¶ added in v1.15.0
func (x *CreateEntryGroupRequest) Reset()
func (*CreateEntryGroupRequest) String ¶ added in v1.15.0
func (x *CreateEntryGroupRequest) String() string
type CreateEntryRequest ¶ added in v1.15.0
type CreateEntryRequest struct { // Required. The resource name of the parent Entry Group: // `projects/{project}/locations/{location}/entryGroups/{entry_group}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Entry identifier. It has to be unique within an Entry Group. // // Entries corresponding to Google Cloud resources use an Entry ID format // based on [full resource // names](https://cloud.google.com/apis/design/resource_names#full_resource_name). // The format is a full resource name of the resource without the // prefix double slashes in the API service name part of the full resource // name. This allows retrieval of entries using their associated resource // name. // // For example, if the full resource name of a resource is // `//library.googleapis.com/shelves/shelf1/books/book2`, // then the suggested entry_id is // `library.googleapis.com/shelves/shelf1/books/book2`. // // It is also suggested to follow the same convention for entries // corresponding to resources from providers or systems other than Google // Cloud. // // The maximum size of the field is 4000 characters. EntryId string `protobuf:"bytes,2,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"` // Required. Entry resource. Entry *Entry `protobuf:"bytes,3,opt,name=entry,proto3" json:"entry,omitempty"` // contains filtered or unexported fields }
Create Entry request.
func (*CreateEntryRequest) Descriptor
deprecated
added in
v1.15.0
func (*CreateEntryRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEntryRequest.ProtoReflect.Descriptor instead.
func (*CreateEntryRequest) GetEntry ¶ added in v1.15.0
func (x *CreateEntryRequest) GetEntry() *Entry
func (*CreateEntryRequest) GetEntryId ¶ added in v1.15.0
func (x *CreateEntryRequest) GetEntryId() string
func (*CreateEntryRequest) GetParent ¶ added in v1.15.0
func (x *CreateEntryRequest) GetParent() string
func (*CreateEntryRequest) ProtoMessage ¶ added in v1.15.0
func (*CreateEntryRequest) ProtoMessage()
func (*CreateEntryRequest) ProtoReflect ¶ added in v1.15.0
func (x *CreateEntryRequest) ProtoReflect() protoreflect.Message
func (*CreateEntryRequest) Reset ¶ added in v1.15.0
func (x *CreateEntryRequest) Reset()
func (*CreateEntryRequest) String ¶ added in v1.15.0
func (x *CreateEntryRequest) String() string
type CreateEntryTypeRequest ¶ added in v1.15.0
type CreateEntryTypeRequest struct { // Required. The resource name of the EntryType, of the form: // projects/{project_number}/locations/{location_id} // where `location_id` refers to a Google Cloud region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. EntryType identifier. EntryTypeId string `protobuf:"bytes,2,opt,name=entry_type_id,json=entryTypeId,proto3" json:"entry_type_id,omitempty"` // Required. EntryType Resource. EntryType *EntryType `protobuf:"bytes,3,opt,name=entry_type,json=entryType,proto3" json:"entry_type,omitempty"` // Optional. The service validates the request without performing any // mutations. The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create EntryType Request.
func (*CreateEntryTypeRequest) Descriptor
deprecated
added in
v1.15.0
func (*CreateEntryTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEntryTypeRequest.ProtoReflect.Descriptor instead.
func (*CreateEntryTypeRequest) GetEntryType ¶ added in v1.15.0
func (x *CreateEntryTypeRequest) GetEntryType() *EntryType
func (*CreateEntryTypeRequest) GetEntryTypeId ¶ added in v1.15.0
func (x *CreateEntryTypeRequest) GetEntryTypeId() string
func (*CreateEntryTypeRequest) GetParent ¶ added in v1.15.0
func (x *CreateEntryTypeRequest) GetParent() string
func (*CreateEntryTypeRequest) GetValidateOnly ¶ added in v1.15.0
func (x *CreateEntryTypeRequest) GetValidateOnly() bool
func (*CreateEntryTypeRequest) ProtoMessage ¶ added in v1.15.0
func (*CreateEntryTypeRequest) ProtoMessage()
func (*CreateEntryTypeRequest) ProtoReflect ¶ added in v1.15.0
func (x *CreateEntryTypeRequest) ProtoReflect() protoreflect.Message
func (*CreateEntryTypeRequest) Reset ¶ added in v1.15.0
func (x *CreateEntryTypeRequest) Reset()
func (*CreateEntryTypeRequest) String ¶ added in v1.15.0
func (x *CreateEntryTypeRequest) String() string
type CreateEnvironmentRequest ¶
type CreateEnvironmentRequest struct { // Required. The resource name of the parent lake: // `projects/{project_id}/locations/{location_id}/lakes/{lake_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Environment identifier. // * Must contain only lowercase letters, numbers and hyphens. // * Must start with a letter. // * Must be between 1-63 characters. // * Must end with a number or a letter. // * Must be unique within the lake. EnvironmentId string `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"` // Required. Environment resource. Environment *Environment `protobuf:"bytes,3,opt,name=environment,proto3" json:"environment,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create environment request.
func (*CreateEnvironmentRequest) Descriptor
deprecated
func (*CreateEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*CreateEnvironmentRequest) GetEnvironment ¶
func (x *CreateEnvironmentRequest) GetEnvironment() *Environment
func (*CreateEnvironmentRequest) GetEnvironmentId ¶
func (x *CreateEnvironmentRequest) GetEnvironmentId() string
func (*CreateEnvironmentRequest) GetParent ¶
func (x *CreateEnvironmentRequest) GetParent() string
func (*CreateEnvironmentRequest) GetValidateOnly ¶
func (x *CreateEnvironmentRequest) GetValidateOnly() bool
func (*CreateEnvironmentRequest) ProtoMessage ¶
func (*CreateEnvironmentRequest) ProtoMessage()
func (*CreateEnvironmentRequest) ProtoReflect ¶
func (x *CreateEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*CreateEnvironmentRequest) Reset ¶
func (x *CreateEnvironmentRequest) Reset()
func (*CreateEnvironmentRequest) String ¶
func (x *CreateEnvironmentRequest) String() string
type CreateLakeRequest ¶
type CreateLakeRequest struct { // Required. The resource name of the lake location, of the form: // projects/{project_number}/locations/{location_id} // where `location_id` refers to a GCP region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Lake identifier. // This ID will be used to generate names such as database and dataset names // when publishing metadata to Hive Metastore and BigQuery. // * Must contain only lowercase letters, numbers and hyphens. // * Must start with a letter. // * Must end with a number or a letter. // * Must be between 1-63 characters. // * Must be unique within the customer project / location. LakeId string `protobuf:"bytes,2,opt,name=lake_id,json=lakeId,proto3" json:"lake_id,omitempty"` // Required. Lake resource Lake *Lake `protobuf:"bytes,3,opt,name=lake,proto3" json:"lake,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create lake request.
func (*CreateLakeRequest) Descriptor
deprecated
func (*CreateLakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateLakeRequest.ProtoReflect.Descriptor instead.
func (*CreateLakeRequest) GetLake ¶
func (x *CreateLakeRequest) GetLake() *Lake
func (*CreateLakeRequest) GetLakeId ¶
func (x *CreateLakeRequest) GetLakeId() string
func (*CreateLakeRequest) GetParent ¶
func (x *CreateLakeRequest) GetParent() string
func (*CreateLakeRequest) GetValidateOnly ¶
func (x *CreateLakeRequest) GetValidateOnly() bool
func (*CreateLakeRequest) ProtoMessage ¶
func (*CreateLakeRequest) ProtoMessage()
func (*CreateLakeRequest) ProtoReflect ¶
func (x *CreateLakeRequest) ProtoReflect() protoreflect.Message
func (*CreateLakeRequest) Reset ¶
func (x *CreateLakeRequest) Reset()
func (*CreateLakeRequest) String ¶
func (x *CreateLakeRequest) String() string
type CreateMetadataJobRequest ¶ added in v1.20.0
type CreateMetadataJobRequest struct { // Required. The resource name of the parent location, in the format // `projects/{project_id_or_number}/locations/{location_id}` Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The metadata job resource. MetadataJob *MetadataJob `protobuf:"bytes,2,opt,name=metadata_job,json=metadataJob,proto3" json:"metadata_job,omitempty"` // Optional. The metadata job ID. If not provided, a unique ID is generated // with the prefix `metadata-job-`. MetadataJobId string `protobuf:"bytes,3,opt,name=metadata_job_id,json=metadataJobId,proto3" json:"metadata_job_id,omitempty"` // Optional. The service validates the request without performing any // mutations. The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create metadata job request.
func (*CreateMetadataJobRequest) Descriptor
deprecated
added in
v1.20.0
func (*CreateMetadataJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateMetadataJobRequest.ProtoReflect.Descriptor instead.
func (*CreateMetadataJobRequest) GetMetadataJob ¶ added in v1.20.0
func (x *CreateMetadataJobRequest) GetMetadataJob() *MetadataJob
func (*CreateMetadataJobRequest) GetMetadataJobId ¶ added in v1.20.0
func (x *CreateMetadataJobRequest) GetMetadataJobId() string
func (*CreateMetadataJobRequest) GetParent ¶ added in v1.20.0
func (x *CreateMetadataJobRequest) GetParent() string
func (*CreateMetadataJobRequest) GetValidateOnly ¶ added in v1.20.0
func (x *CreateMetadataJobRequest) GetValidateOnly() bool
func (*CreateMetadataJobRequest) ProtoMessage ¶ added in v1.20.0
func (*CreateMetadataJobRequest) ProtoMessage()
func (*CreateMetadataJobRequest) ProtoReflect ¶ added in v1.20.0
func (x *CreateMetadataJobRequest) ProtoReflect() protoreflect.Message
func (*CreateMetadataJobRequest) Reset ¶ added in v1.20.0
func (x *CreateMetadataJobRequest) Reset()
func (*CreateMetadataJobRequest) String ¶ added in v1.20.0
func (x *CreateMetadataJobRequest) String() string
type CreatePartitionRequest ¶
type CreatePartitionRequest struct { // Required. The resource name of the parent zone: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Partition resource. Partition *Partition `protobuf:"bytes,3,opt,name=partition,proto3" json:"partition,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create metadata partition request.
func (*CreatePartitionRequest) Descriptor
deprecated
func (*CreatePartitionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreatePartitionRequest.ProtoReflect.Descriptor instead.
func (*CreatePartitionRequest) GetParent ¶
func (x *CreatePartitionRequest) GetParent() string
func (*CreatePartitionRequest) GetPartition ¶
func (x *CreatePartitionRequest) GetPartition() *Partition
func (*CreatePartitionRequest) GetValidateOnly ¶
func (x *CreatePartitionRequest) GetValidateOnly() bool
func (*CreatePartitionRequest) ProtoMessage ¶
func (*CreatePartitionRequest) ProtoMessage()
func (*CreatePartitionRequest) ProtoReflect ¶
func (x *CreatePartitionRequest) ProtoReflect() protoreflect.Message
func (*CreatePartitionRequest) Reset ¶
func (x *CreatePartitionRequest) Reset()
func (*CreatePartitionRequest) String ¶
func (x *CreatePartitionRequest) String() string
type CreateTaskRequest ¶
type CreateTaskRequest struct { // Required. The resource name of the parent lake: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Task identifier. TaskId string `protobuf:"bytes,2,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` // Required. Task resource. Task *Task `protobuf:"bytes,3,opt,name=task,proto3" json:"task,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create task request.
func (*CreateTaskRequest) Descriptor
deprecated
func (*CreateTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTaskRequest.ProtoReflect.Descriptor instead.
func (*CreateTaskRequest) GetParent ¶
func (x *CreateTaskRequest) GetParent() string
func (*CreateTaskRequest) GetTask ¶
func (x *CreateTaskRequest) GetTask() *Task
func (*CreateTaskRequest) GetTaskId ¶
func (x *CreateTaskRequest) GetTaskId() string
func (*CreateTaskRequest) GetValidateOnly ¶
func (x *CreateTaskRequest) GetValidateOnly() bool
func (*CreateTaskRequest) ProtoMessage ¶
func (*CreateTaskRequest) ProtoMessage()
func (*CreateTaskRequest) ProtoReflect ¶
func (x *CreateTaskRequest) ProtoReflect() protoreflect.Message
func (*CreateTaskRequest) Reset ¶
func (x *CreateTaskRequest) Reset()
func (*CreateTaskRequest) String ¶
func (x *CreateTaskRequest) String() string
type CreateZoneRequest ¶
type CreateZoneRequest struct { // Required. The resource name of the parent lake: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Zone identifier. // This ID will be used to generate names such as database and dataset names // when publishing metadata to Hive Metastore and BigQuery. // * Must contain only lowercase letters, numbers and hyphens. // * Must start with a letter. // * Must end with a number or a letter. // * Must be between 1-63 characters. // * Must be unique across all lakes from all locations in a project. // * Must not be one of the reserved IDs (i.e. "default", "global-temp") ZoneId string `protobuf:"bytes,2,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"` // Required. Zone resource. Zone *Zone `protobuf:"bytes,3,opt,name=zone,proto3" json:"zone,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Create zone request.
func (*CreateZoneRequest) Descriptor
deprecated
func (*CreateZoneRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateZoneRequest.ProtoReflect.Descriptor instead.
func (*CreateZoneRequest) GetParent ¶
func (x *CreateZoneRequest) GetParent() string
func (*CreateZoneRequest) GetValidateOnly ¶
func (x *CreateZoneRequest) GetValidateOnly() bool
func (*CreateZoneRequest) GetZone ¶
func (x *CreateZoneRequest) GetZone() *Zone
func (*CreateZoneRequest) GetZoneId ¶
func (x *CreateZoneRequest) GetZoneId() string
func (*CreateZoneRequest) ProtoMessage ¶
func (*CreateZoneRequest) ProtoMessage()
func (*CreateZoneRequest) ProtoReflect ¶
func (x *CreateZoneRequest) ProtoReflect() protoreflect.Message
func (*CreateZoneRequest) Reset ¶
func (x *CreateZoneRequest) Reset()
func (*CreateZoneRequest) String ¶
func (x *CreateZoneRequest) String() string
type DataAccessSpec ¶ added in v1.9.0
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
added in
v1.9.0
func (*DataAccessSpec) Descriptor() ([]byte, []int)
Deprecated: Use DataAccessSpec.ProtoReflect.Descriptor instead.
func (*DataAccessSpec) GetReaders ¶ added in v1.9.0
func (x *DataAccessSpec) GetReaders() []string
func (*DataAccessSpec) ProtoMessage ¶ added in v1.9.0
func (*DataAccessSpec) ProtoMessage()
func (*DataAccessSpec) ProtoReflect ¶ added in v1.9.0
func (x *DataAccessSpec) ProtoReflect() protoreflect.Message
func (*DataAccessSpec) Reset ¶ added in v1.9.0
func (x *DataAccessSpec) Reset()
func (*DataAccessSpec) String ¶ added in v1.9.0
func (x *DataAccessSpec) String() string
type DataAttribute ¶ added in v1.9.0
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
added in
v1.9.0
func (*DataAttribute) Descriptor() ([]byte, []int)
Deprecated: Use DataAttribute.ProtoReflect.Descriptor instead.
func (*DataAttribute) GetAttributeCount ¶ added in v1.9.0
func (x *DataAttribute) GetAttributeCount() int32
func (*DataAttribute) GetCreateTime ¶ added in v1.9.0
func (x *DataAttribute) GetCreateTime() *timestamppb.Timestamp
func (*DataAttribute) GetDataAccessSpec ¶ added in v1.9.0
func (x *DataAttribute) GetDataAccessSpec() *DataAccessSpec
func (*DataAttribute) GetDescription ¶ added in v1.9.0
func (x *DataAttribute) GetDescription() string
func (*DataAttribute) GetDisplayName ¶ added in v1.9.0
func (x *DataAttribute) GetDisplayName() string
func (*DataAttribute) GetEtag ¶ added in v1.9.0
func (x *DataAttribute) GetEtag() string
func (*DataAttribute) GetLabels ¶ added in v1.9.0
func (x *DataAttribute) GetLabels() map[string]string
func (*DataAttribute) GetName ¶ added in v1.9.0
func (x *DataAttribute) GetName() string
func (*DataAttribute) GetParentId ¶ added in v1.9.0
func (x *DataAttribute) GetParentId() string
func (*DataAttribute) GetResourceAccessSpec ¶ added in v1.9.0
func (x *DataAttribute) GetResourceAccessSpec() *ResourceAccessSpec
func (*DataAttribute) GetUid ¶ added in v1.9.0
func (x *DataAttribute) GetUid() string
func (*DataAttribute) GetUpdateTime ¶ added in v1.9.0
func (x *DataAttribute) GetUpdateTime() *timestamppb.Timestamp
func (*DataAttribute) ProtoMessage ¶ added in v1.9.0
func (*DataAttribute) ProtoMessage()
func (*DataAttribute) ProtoReflect ¶ added in v1.9.0
func (x *DataAttribute) ProtoReflect() protoreflect.Message
func (*DataAttribute) Reset ¶ added in v1.9.0
func (x *DataAttribute) Reset()
func (*DataAttribute) String ¶ added in v1.9.0
func (x *DataAttribute) String() string
type DataAttributeBinding ¶ added in v1.9.0
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, or // the query to match resources and associate 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 and partitions 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
added in
v1.9.0
func (*DataAttributeBinding) Descriptor() ([]byte, []int)
Deprecated: Use DataAttributeBinding.ProtoReflect.Descriptor instead.
func (*DataAttributeBinding) GetAttributes ¶ added in v1.9.0
func (x *DataAttributeBinding) GetAttributes() []string
func (*DataAttributeBinding) GetCreateTime ¶ added in v1.9.0
func (x *DataAttributeBinding) GetCreateTime() *timestamppb.Timestamp
func (*DataAttributeBinding) GetDescription ¶ added in v1.9.0
func (x *DataAttributeBinding) GetDescription() string
func (*DataAttributeBinding) GetDisplayName ¶ added in v1.9.0
func (x *DataAttributeBinding) GetDisplayName() string
func (*DataAttributeBinding) GetEtag ¶ added in v1.9.0
func (x *DataAttributeBinding) GetEtag() string
func (*DataAttributeBinding) GetLabels ¶ added in v1.9.0
func (x *DataAttributeBinding) GetLabels() map[string]string
func (*DataAttributeBinding) GetName ¶ added in v1.9.0
func (x *DataAttributeBinding) GetName() string
func (*DataAttributeBinding) GetPaths ¶ added in v1.9.0
func (x *DataAttributeBinding) GetPaths() []*DataAttributeBinding_Path
func (*DataAttributeBinding) GetResource ¶ added in v1.9.0
func (x *DataAttributeBinding) GetResource() string
func (*DataAttributeBinding) GetResourceReference ¶ added in v1.9.0
func (m *DataAttributeBinding) GetResourceReference() isDataAttributeBinding_ResourceReference
func (*DataAttributeBinding) GetUid ¶ added in v1.9.0
func (x *DataAttributeBinding) GetUid() string
func (*DataAttributeBinding) GetUpdateTime ¶ added in v1.9.0
func (x *DataAttributeBinding) GetUpdateTime() *timestamppb.Timestamp
func (*DataAttributeBinding) ProtoMessage ¶ added in v1.9.0
func (*DataAttributeBinding) ProtoMessage()
func (*DataAttributeBinding) ProtoReflect ¶ added in v1.9.0
func (x *DataAttributeBinding) ProtoReflect() protoreflect.Message
func (*DataAttributeBinding) Reset ¶ added in v1.9.0
func (x *DataAttributeBinding) Reset()
func (*DataAttributeBinding) String ¶ added in v1.9.0
func (x *DataAttributeBinding) String() string
type DataAttributeBinding_Path ¶ added in v1.9.0
type DataAttributeBinding_Path struct { // Required. The name identifier of the path. // Nested columns should be of the form: 'address.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 the given resource, and associated bindings with it. Currently supported subresources are column and partition schema fields within a table.
func (*DataAttributeBinding_Path) Descriptor
deprecated
added in
v1.9.0
func (*DataAttributeBinding_Path) Descriptor() ([]byte, []int)
Deprecated: Use DataAttributeBinding_Path.ProtoReflect.Descriptor instead.
func (*DataAttributeBinding_Path) GetAttributes ¶ added in v1.9.0
func (x *DataAttributeBinding_Path) GetAttributes() []string
func (*DataAttributeBinding_Path) GetName ¶ added in v1.9.0
func (x *DataAttributeBinding_Path) GetName() string
func (*DataAttributeBinding_Path) ProtoMessage ¶ added in v1.9.0
func (*DataAttributeBinding_Path) ProtoMessage()
func (*DataAttributeBinding_Path) ProtoReflect ¶ added in v1.9.0
func (x *DataAttributeBinding_Path) ProtoReflect() protoreflect.Message
func (*DataAttributeBinding_Path) Reset ¶ added in v1.9.0
func (x *DataAttributeBinding_Path) Reset()
func (*DataAttributeBinding_Path) String ¶ added in v1.9.0
func (x *DataAttributeBinding_Path) String() string
type DataAttributeBinding_Resource ¶ added in v1.9.0
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 DataDiscoveryResult ¶ added in v1.20.0
type DataDiscoveryResult struct { // Output only. Configuration for metadata publishing. BigqueryPublishing *DataDiscoveryResult_BigQueryPublishing `protobuf:"bytes,1,opt,name=bigquery_publishing,json=bigqueryPublishing,proto3" json:"bigquery_publishing,omitempty"` // contains filtered or unexported fields }
The output of a data discovery scan.
func (*DataDiscoveryResult) Descriptor
deprecated
added in
v1.20.0
func (*DataDiscoveryResult) Descriptor() ([]byte, []int)
Deprecated: Use DataDiscoveryResult.ProtoReflect.Descriptor instead.
func (*DataDiscoveryResult) GetBigqueryPublishing ¶ added in v1.20.0
func (x *DataDiscoveryResult) GetBigqueryPublishing() *DataDiscoveryResult_BigQueryPublishing
func (*DataDiscoveryResult) ProtoMessage ¶ added in v1.20.0
func (*DataDiscoveryResult) ProtoMessage()
func (*DataDiscoveryResult) ProtoReflect ¶ added in v1.20.0
func (x *DataDiscoveryResult) ProtoReflect() protoreflect.Message
func (*DataDiscoveryResult) Reset ¶ added in v1.20.0
func (x *DataDiscoveryResult) Reset()
func (*DataDiscoveryResult) String ¶ added in v1.20.0
func (x *DataDiscoveryResult) String() string
type DataDiscoveryResult_BigQueryPublishing ¶ added in v1.20.0
type DataDiscoveryResult_BigQueryPublishing struct { // Output only. The BigQuery dataset to publish to. It takes the form // `projects/{project_id}/datasets/{dataset_id}`. // If not set, the service creates a default publishing dataset. Dataset string `protobuf:"bytes,1,opt,name=dataset,proto3" json:"dataset,omitempty"` // contains filtered or unexported fields }
Describes BigQuery publishing configurations.
func (*DataDiscoveryResult_BigQueryPublishing) Descriptor
deprecated
added in
v1.20.0
func (*DataDiscoveryResult_BigQueryPublishing) Descriptor() ([]byte, []int)
Deprecated: Use DataDiscoveryResult_BigQueryPublishing.ProtoReflect.Descriptor instead.
func (*DataDiscoveryResult_BigQueryPublishing) GetDataset ¶ added in v1.20.0
func (x *DataDiscoveryResult_BigQueryPublishing) GetDataset() string
func (*DataDiscoveryResult_BigQueryPublishing) ProtoMessage ¶ added in v1.20.0
func (*DataDiscoveryResult_BigQueryPublishing) ProtoMessage()
func (*DataDiscoveryResult_BigQueryPublishing) ProtoReflect ¶ added in v1.20.0
func (x *DataDiscoveryResult_BigQueryPublishing) ProtoReflect() protoreflect.Message
func (*DataDiscoveryResult_BigQueryPublishing) Reset ¶ added in v1.20.0
func (x *DataDiscoveryResult_BigQueryPublishing) Reset()
func (*DataDiscoveryResult_BigQueryPublishing) String ¶ added in v1.20.0
func (x *DataDiscoveryResult_BigQueryPublishing) String() string
type DataDiscoverySpec ¶ added in v1.20.0
type DataDiscoverySpec struct { // Optional. Configuration for metadata publishing. BigqueryPublishingConfig *DataDiscoverySpec_BigQueryPublishingConfig `` /* 135-byte string literal not displayed */ // The configurations of the data discovery scan resource. // // Types that are assignable to ResourceConfig: // // *DataDiscoverySpec_StorageConfig_ ResourceConfig isDataDiscoverySpec_ResourceConfig `protobuf_oneof:"resource_config"` // contains filtered or unexported fields }
Spec for a data discovery scan.
func (*DataDiscoverySpec) Descriptor
deprecated
added in
v1.20.0
func (*DataDiscoverySpec) Descriptor() ([]byte, []int)
Deprecated: Use DataDiscoverySpec.ProtoReflect.Descriptor instead.
func (*DataDiscoverySpec) GetBigqueryPublishingConfig ¶ added in v1.20.0
func (x *DataDiscoverySpec) GetBigqueryPublishingConfig() *DataDiscoverySpec_BigQueryPublishingConfig
func (*DataDiscoverySpec) GetResourceConfig ¶ added in v1.20.0
func (m *DataDiscoverySpec) GetResourceConfig() isDataDiscoverySpec_ResourceConfig
func (*DataDiscoverySpec) GetStorageConfig ¶ added in v1.20.0
func (x *DataDiscoverySpec) GetStorageConfig() *DataDiscoverySpec_StorageConfig
func (*DataDiscoverySpec) ProtoMessage ¶ added in v1.20.0
func (*DataDiscoverySpec) ProtoMessage()
func (*DataDiscoverySpec) ProtoReflect ¶ added in v1.20.0
func (x *DataDiscoverySpec) ProtoReflect() protoreflect.Message
func (*DataDiscoverySpec) Reset ¶ added in v1.20.0
func (x *DataDiscoverySpec) Reset()
func (*DataDiscoverySpec) String ¶ added in v1.20.0
func (x *DataDiscoverySpec) String() string
type DataDiscoverySpec_BigQueryPublishingConfig ¶ added in v1.20.0
type DataDiscoverySpec_BigQueryPublishingConfig struct { // Optional. Determines whether to publish discovered tables as BigLake // external tables or non-BigLake external tables. TableType DataDiscoverySpec_BigQueryPublishingConfig_TableType `` /* 172-byte string literal not displayed */ // Optional. The BigQuery connection used to create BigLake tables. // Must be in the form // `projects/{project_id}/locations/{location_id}/connections/{connection_id}` Connection string `protobuf:"bytes,3,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
Describes BigQuery publishing configurations.
func (*DataDiscoverySpec_BigQueryPublishingConfig) Descriptor
deprecated
added in
v1.20.0
func (*DataDiscoverySpec_BigQueryPublishingConfig) Descriptor() ([]byte, []int)
Deprecated: Use DataDiscoverySpec_BigQueryPublishingConfig.ProtoReflect.Descriptor instead.
func (*DataDiscoverySpec_BigQueryPublishingConfig) GetConnection ¶ added in v1.20.0
func (x *DataDiscoverySpec_BigQueryPublishingConfig) GetConnection() string
func (*DataDiscoverySpec_BigQueryPublishingConfig) GetTableType ¶ added in v1.20.0
func (x *DataDiscoverySpec_BigQueryPublishingConfig) GetTableType() DataDiscoverySpec_BigQueryPublishingConfig_TableType
func (*DataDiscoverySpec_BigQueryPublishingConfig) ProtoMessage ¶ added in v1.20.0
func (*DataDiscoverySpec_BigQueryPublishingConfig) ProtoMessage()
func (*DataDiscoverySpec_BigQueryPublishingConfig) ProtoReflect ¶ added in v1.20.0
func (x *DataDiscoverySpec_BigQueryPublishingConfig) ProtoReflect() protoreflect.Message
func (*DataDiscoverySpec_BigQueryPublishingConfig) Reset ¶ added in v1.20.0
func (x *DataDiscoverySpec_BigQueryPublishingConfig) Reset()
func (*DataDiscoverySpec_BigQueryPublishingConfig) String ¶ added in v1.20.0
func (x *DataDiscoverySpec_BigQueryPublishingConfig) String() string
type DataDiscoverySpec_BigQueryPublishingConfig_TableType ¶ added in v1.20.0
type DataDiscoverySpec_BigQueryPublishingConfig_TableType int32
Determines how discovered tables are published.
const ( // Table type unspecified. DataDiscoverySpec_BigQueryPublishingConfig_TABLE_TYPE_UNSPECIFIED DataDiscoverySpec_BigQueryPublishingConfig_TableType = 0 // Default. Discovered tables are published as BigQuery external tables // whose data is accessed using the credentials of the user querying the // table. DataDiscoverySpec_BigQueryPublishingConfig_EXTERNAL DataDiscoverySpec_BigQueryPublishingConfig_TableType = 1 // Discovered tables are published as BigLake external tables whose data // is accessed using the credentials of the associated BigQuery // connection. DataDiscoverySpec_BigQueryPublishingConfig_BIGLAKE DataDiscoverySpec_BigQueryPublishingConfig_TableType = 2 )
func (DataDiscoverySpec_BigQueryPublishingConfig_TableType) Descriptor ¶ added in v1.20.0
func (DataDiscoverySpec_BigQueryPublishingConfig_TableType) Descriptor() protoreflect.EnumDescriptor
func (DataDiscoverySpec_BigQueryPublishingConfig_TableType) EnumDescriptor
deprecated
added in
v1.20.0
func (DataDiscoverySpec_BigQueryPublishingConfig_TableType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataDiscoverySpec_BigQueryPublishingConfig_TableType.Descriptor instead.
func (DataDiscoverySpec_BigQueryPublishingConfig_TableType) Number ¶ added in v1.20.0
func (x DataDiscoverySpec_BigQueryPublishingConfig_TableType) Number() protoreflect.EnumNumber
func (DataDiscoverySpec_BigQueryPublishingConfig_TableType) String ¶ added in v1.20.0
func (x DataDiscoverySpec_BigQueryPublishingConfig_TableType) String() string
type DataDiscoverySpec_StorageConfig ¶ added in v1.20.0
type DataDiscoverySpec_StorageConfig struct { // Optional. Defines the data to include during discovery when only a subset // of the data should be considered. Provide a list of patterns that // identify the data to include. For Cloud Storage bucket assets, these // patterns are interpreted as glob patterns used to match object names. For // BigQuery dataset assets, these patterns are interpreted as patterns to // match table names. IncludePatterns []string `protobuf:"bytes,1,rep,name=include_patterns,json=includePatterns,proto3" json:"include_patterns,omitempty"` // Optional. Defines the data to exclude during discovery. Provide a list of // patterns that identify the data to exclude. For Cloud Storage bucket // assets, these patterns are interpreted as glob patterns used to match // object names. For BigQuery dataset assets, these patterns are interpreted // as patterns to match table names. ExcludePatterns []string `protobuf:"bytes,2,rep,name=exclude_patterns,json=excludePatterns,proto3" json:"exclude_patterns,omitempty"` // Optional. Configuration for CSV data. CsvOptions *DataDiscoverySpec_StorageConfig_CsvOptions `protobuf:"bytes,3,opt,name=csv_options,json=csvOptions,proto3" json:"csv_options,omitempty"` // Optional. Configuration for JSON data. JsonOptions *DataDiscoverySpec_StorageConfig_JsonOptions `protobuf:"bytes,4,opt,name=json_options,json=jsonOptions,proto3" json:"json_options,omitempty"` // contains filtered or unexported fields }
Configurations related to Cloud Storage as the data source.
func (*DataDiscoverySpec_StorageConfig) Descriptor
deprecated
added in
v1.20.0
func (*DataDiscoverySpec_StorageConfig) Descriptor() ([]byte, []int)
Deprecated: Use DataDiscoverySpec_StorageConfig.ProtoReflect.Descriptor instead.
func (*DataDiscoverySpec_StorageConfig) GetCsvOptions ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig) GetCsvOptions() *DataDiscoverySpec_StorageConfig_CsvOptions
func (*DataDiscoverySpec_StorageConfig) GetExcludePatterns ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig) GetExcludePatterns() []string
func (*DataDiscoverySpec_StorageConfig) GetIncludePatterns ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig) GetIncludePatterns() []string
func (*DataDiscoverySpec_StorageConfig) GetJsonOptions ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig) GetJsonOptions() *DataDiscoverySpec_StorageConfig_JsonOptions
func (*DataDiscoverySpec_StorageConfig) ProtoMessage ¶ added in v1.20.0
func (*DataDiscoverySpec_StorageConfig) ProtoMessage()
func (*DataDiscoverySpec_StorageConfig) ProtoReflect ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig) ProtoReflect() protoreflect.Message
func (*DataDiscoverySpec_StorageConfig) Reset ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig) Reset()
func (*DataDiscoverySpec_StorageConfig) String ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig) String() string
type DataDiscoverySpec_StorageConfig_ ¶ added in v1.20.0
type DataDiscoverySpec_StorageConfig_ struct { // Cloud Storage related configurations. StorageConfig *DataDiscoverySpec_StorageConfig `protobuf:"bytes,100,opt,name=storage_config,json=storageConfig,proto3,oneof"` }
type DataDiscoverySpec_StorageConfig_CsvOptions ¶ added in v1.20.0
type DataDiscoverySpec_StorageConfig_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 that is used to separate values. The default is // `,` (comma). 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 types for CSV data. // If true, all columns are registered as strings. TypeInferenceDisabled bool `` /* 127-byte string literal not displayed */ // Optional. The character used to quote column values. Accepts `"` // (double quotation mark) or `'` (single quotation mark). If unspecified, // defaults to `"` (double quotation mark). Quote string `protobuf:"bytes,5,opt,name=quote,proto3" json:"quote,omitempty"` // contains filtered or unexported fields }
Describes CSV and similar semi-structured data formats.
func (*DataDiscoverySpec_StorageConfig_CsvOptions) Descriptor
deprecated
added in
v1.20.0
func (*DataDiscoverySpec_StorageConfig_CsvOptions) Descriptor() ([]byte, []int)
Deprecated: Use DataDiscoverySpec_StorageConfig_CsvOptions.ProtoReflect.Descriptor instead.
func (*DataDiscoverySpec_StorageConfig_CsvOptions) GetDelimiter ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetDelimiter() string
func (*DataDiscoverySpec_StorageConfig_CsvOptions) GetEncoding ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetEncoding() string
func (*DataDiscoverySpec_StorageConfig_CsvOptions) GetHeaderRows ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetHeaderRows() int32
func (*DataDiscoverySpec_StorageConfig_CsvOptions) GetQuote ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetQuote() string
func (*DataDiscoverySpec_StorageConfig_CsvOptions) GetTypeInferenceDisabled ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_CsvOptions) GetTypeInferenceDisabled() bool
func (*DataDiscoverySpec_StorageConfig_CsvOptions) ProtoMessage ¶ added in v1.20.0
func (*DataDiscoverySpec_StorageConfig_CsvOptions) ProtoMessage()
func (*DataDiscoverySpec_StorageConfig_CsvOptions) ProtoReflect ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_CsvOptions) ProtoReflect() protoreflect.Message
func (*DataDiscoverySpec_StorageConfig_CsvOptions) Reset ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_CsvOptions) Reset()
func (*DataDiscoverySpec_StorageConfig_CsvOptions) String ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_CsvOptions) String() string
type DataDiscoverySpec_StorageConfig_JsonOptions ¶ added in v1.20.0
type DataDiscoverySpec_StorageConfig_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 types for JSON data. // If true, all columns are registered as their primitive types // (strings, number, or boolean). TypeInferenceDisabled bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
Describes JSON data format.
func (*DataDiscoverySpec_StorageConfig_JsonOptions) Descriptor
deprecated
added in
v1.20.0
func (*DataDiscoverySpec_StorageConfig_JsonOptions) Descriptor() ([]byte, []int)
Deprecated: Use DataDiscoverySpec_StorageConfig_JsonOptions.ProtoReflect.Descriptor instead.
func (*DataDiscoverySpec_StorageConfig_JsonOptions) GetEncoding ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_JsonOptions) GetEncoding() string
func (*DataDiscoverySpec_StorageConfig_JsonOptions) GetTypeInferenceDisabled ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_JsonOptions) GetTypeInferenceDisabled() bool
func (*DataDiscoverySpec_StorageConfig_JsonOptions) ProtoMessage ¶ added in v1.20.0
func (*DataDiscoverySpec_StorageConfig_JsonOptions) ProtoMessage()
func (*DataDiscoverySpec_StorageConfig_JsonOptions) ProtoReflect ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_JsonOptions) ProtoReflect() protoreflect.Message
func (*DataDiscoverySpec_StorageConfig_JsonOptions) Reset ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_JsonOptions) Reset()
func (*DataDiscoverySpec_StorageConfig_JsonOptions) String ¶ added in v1.20.0
func (x *DataDiscoverySpec_StorageConfig_JsonOptions) String() string
type DataProfileResult ¶ added in v1.5.0
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"` // Output only. The result of post scan actions. PostScanActionsResult *DataProfileResult_PostScanActionsResult `` /* 128-byte string literal not displayed */ // 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
added in
v1.5.0
func (*DataProfileResult) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult.ProtoReflect.Descriptor instead.
func (*DataProfileResult) GetPostScanActionsResult ¶ added in v1.9.0
func (x *DataProfileResult) GetPostScanActionsResult() *DataProfileResult_PostScanActionsResult
func (*DataProfileResult) GetProfile ¶ added in v1.5.0
func (x *DataProfileResult) GetProfile() *DataProfileResult_Profile
func (*DataProfileResult) GetRowCount ¶ added in v1.5.0
func (x *DataProfileResult) GetRowCount() int64
func (*DataProfileResult) GetScannedData ¶ added in v1.5.0
func (x *DataProfileResult) GetScannedData() *ScannedData
func (*DataProfileResult) ProtoMessage ¶ added in v1.5.0
func (*DataProfileResult) ProtoMessage()
func (*DataProfileResult) ProtoReflect ¶ added in v1.5.0
func (x *DataProfileResult) ProtoReflect() protoreflect.Message
func (*DataProfileResult) Reset ¶ added in v1.5.0
func (x *DataProfileResult) Reset()
func (*DataProfileResult) String ¶ added in v1.5.0
func (x *DataProfileResult) String() string
type DataProfileResult_PostScanActionsResult ¶ added in v1.9.0
type DataProfileResult_PostScanActionsResult struct { // Output only. The result of BigQuery export post scan action. BigqueryExportResult *DataProfileResult_PostScanActionsResult_BigQueryExportResult `protobuf:"bytes,1,opt,name=bigquery_export_result,json=bigqueryExportResult,proto3" json:"bigquery_export_result,omitempty"` // contains filtered or unexported fields }
The result of post scan actions of DataProfileScan job.
func (*DataProfileResult_PostScanActionsResult) Descriptor
deprecated
added in
v1.9.0
func (*DataProfileResult_PostScanActionsResult) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_PostScanActionsResult.ProtoReflect.Descriptor instead.
func (*DataProfileResult_PostScanActionsResult) GetBigqueryExportResult ¶ added in v1.9.0
func (x *DataProfileResult_PostScanActionsResult) GetBigqueryExportResult() *DataProfileResult_PostScanActionsResult_BigQueryExportResult
func (*DataProfileResult_PostScanActionsResult) ProtoMessage ¶ added in v1.9.0
func (*DataProfileResult_PostScanActionsResult) ProtoMessage()
func (*DataProfileResult_PostScanActionsResult) ProtoReflect ¶ added in v1.9.0
func (x *DataProfileResult_PostScanActionsResult) ProtoReflect() protoreflect.Message
func (*DataProfileResult_PostScanActionsResult) Reset ¶ added in v1.9.0
func (x *DataProfileResult_PostScanActionsResult) Reset()
func (*DataProfileResult_PostScanActionsResult) String ¶ added in v1.9.0
func (x *DataProfileResult_PostScanActionsResult) String() string
type DataProfileResult_PostScanActionsResult_BigQueryExportResult ¶ added in v1.9.0
type DataProfileResult_PostScanActionsResult_BigQueryExportResult struct { // Output only. Execution state for the BigQuery exporting. State DataProfileResult_PostScanActionsResult_BigQueryExportResult_State `` /* 161-byte string literal not displayed */ // Output only. Additional information about the BigQuery exporting. Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
The result of BigQuery export post scan action.
func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) Descriptor
deprecated
added in
v1.9.0
func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_PostScanActionsResult_BigQueryExportResult.ProtoReflect.Descriptor instead.
func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) GetMessage ¶ added in v1.9.0
func (x *DataProfileResult_PostScanActionsResult_BigQueryExportResult) GetMessage() string
func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) ProtoMessage ¶ added in v1.9.0
func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) ProtoMessage()
func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) ProtoReflect ¶ added in v1.9.0
func (x *DataProfileResult_PostScanActionsResult_BigQueryExportResult) ProtoReflect() protoreflect.Message
func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) Reset ¶ added in v1.9.0
func (x *DataProfileResult_PostScanActionsResult_BigQueryExportResult) Reset()
func (*DataProfileResult_PostScanActionsResult_BigQueryExportResult) String ¶ added in v1.9.0
func (x *DataProfileResult_PostScanActionsResult_BigQueryExportResult) String() string
type DataProfileResult_PostScanActionsResult_BigQueryExportResult_State ¶ added in v1.9.0
type DataProfileResult_PostScanActionsResult_BigQueryExportResult_State int32
Execution state for the exporting.
const ( // The exporting state is unspecified. DataProfileResult_PostScanActionsResult_BigQueryExportResult_STATE_UNSPECIFIED DataProfileResult_PostScanActionsResult_BigQueryExportResult_State = 0 // The exporting completed successfully. DataProfileResult_PostScanActionsResult_BigQueryExportResult_SUCCEEDED DataProfileResult_PostScanActionsResult_BigQueryExportResult_State = 1 // The exporting is no longer running due to an error. DataProfileResult_PostScanActionsResult_BigQueryExportResult_FAILED DataProfileResult_PostScanActionsResult_BigQueryExportResult_State = 2 // The exporting is skipped due to no valid scan result to export // (usually caused by scan failed). DataProfileResult_PostScanActionsResult_BigQueryExportResult_SKIPPED DataProfileResult_PostScanActionsResult_BigQueryExportResult_State = 3 )
func (DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) Descriptor ¶ added in v1.9.0
func (DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) EnumDescriptor
deprecated
added in
v1.9.0
func (DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_PostScanActionsResult_BigQueryExportResult_State.Descriptor instead.
func (DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) String ¶ added in v1.9.0
func (x DataProfileResult_PostScanActionsResult_BigQueryExportResult_State) String() string
type DataProfileResult_Profile ¶ added in v1.5.0
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
added in
v1.5.0
func (*DataProfileResult_Profile) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_Profile.ProtoReflect.Descriptor instead.
func (*DataProfileResult_Profile) GetFields ¶ added in v1.5.0
func (x *DataProfileResult_Profile) GetFields() []*DataProfileResult_Profile_Field
func (*DataProfileResult_Profile) ProtoMessage ¶ added in v1.5.0
func (*DataProfileResult_Profile) ProtoMessage()
func (*DataProfileResult_Profile) ProtoReflect ¶ added in v1.5.0
func (x *DataProfileResult_Profile) ProtoReflect() protoreflect.Message
func (*DataProfileResult_Profile) Reset ¶ added in v1.5.0
func (x *DataProfileResult_Profile) Reset()
func (*DataProfileResult_Profile) String ¶ added in v1.5.0
func (x *DataProfileResult_Profile) String() string
type DataProfileResult_Profile_Field ¶ added in v1.5.0
type DataProfileResult_Profile_Field struct { // The name of the field. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The data type retrieved from the schema of the data source. For // instance, for a BigQuery native table, it is the [BigQuery Table // Schema](https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). // For a Dataplex Entity, it is the [Entity // Schema](https://cloud.google.com/dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3). 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
added in
v1.5.0
func (*DataProfileResult_Profile_Field) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_Profile_Field.ProtoReflect.Descriptor instead.
func (*DataProfileResult_Profile_Field) GetMode ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field) GetMode() string
func (*DataProfileResult_Profile_Field) GetName ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field) GetName() string
func (*DataProfileResult_Profile_Field) GetProfile ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field) GetProfile() *DataProfileResult_Profile_Field_ProfileInfo
func (*DataProfileResult_Profile_Field) GetType ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field) GetType() string
func (*DataProfileResult_Profile_Field) ProtoMessage ¶ added in v1.5.0
func (*DataProfileResult_Profile_Field) ProtoMessage()
func (*DataProfileResult_Profile_Field) ProtoReflect ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field) ProtoReflect() protoreflect.Message
func (*DataProfileResult_Profile_Field) Reset ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field) Reset()
func (*DataProfileResult_Profile_Field) String ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field) String() string
type DataProfileResult_Profile_Field_ProfileInfo ¶ added in v1.5.0
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, including RECORD, // ARRAY, GEOGRAPHY, and JSON, as well as 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, frequency and ratio with which // 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, including RECORD, ARRAY, GEOGRAPHY, // and JSON, as well as 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
added in
v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo.ProtoReflect.Descriptor instead.
func (*DataProfileResult_Profile_Field_ProfileInfo) GetDistinctRatio ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo) GetDistinctRatio() float64
func (*DataProfileResult_Profile_Field_ProfileInfo) GetDoubleProfile ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo) GetDoubleProfile() *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo
func (*DataProfileResult_Profile_Field_ProfileInfo) GetFieldInfo ¶ added in v1.5.0
func (m *DataProfileResult_Profile_Field_ProfileInfo) GetFieldInfo() isDataProfileResult_Profile_Field_ProfileInfo_FieldInfo
func (*DataProfileResult_Profile_Field_ProfileInfo) GetIntegerProfile ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo) GetIntegerProfile() *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo
func (*DataProfileResult_Profile_Field_ProfileInfo) GetNullRatio ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo) GetNullRatio() float64
func (*DataProfileResult_Profile_Field_ProfileInfo) GetStringProfile ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo) GetStringProfile() *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo
func (*DataProfileResult_Profile_Field_ProfileInfo) GetTopNValues ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo) GetTopNValues() []*DataProfileResult_Profile_Field_ProfileInfo_TopNValue
func (*DataProfileResult_Profile_Field_ProfileInfo) ProtoMessage ¶ added in v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo) ProtoMessage()
func (*DataProfileResult_Profile_Field_ProfileInfo) ProtoReflect ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo) ProtoReflect() protoreflect.Message
func (*DataProfileResult_Profile_Field_ProfileInfo) Reset ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo) Reset()
func (*DataProfileResult_Profile_Field_ProfileInfo) String ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo) String() string
type DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo ¶ added in v1.5.0
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
added in
v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo.ProtoReflect.Descriptor instead.
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetAverage ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetAverage() float64
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetMax ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetMax() float64
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetMin ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetMin() float64
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetQuartiles ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetQuartiles() []float64
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetStandardDeviation ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) GetStandardDeviation() float64
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) ProtoMessage ¶ added in v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) ProtoMessage()
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) ProtoReflect ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) ProtoReflect() protoreflect.Message
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) Reset ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) Reset()
func (*DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) String ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_DoubleFieldInfo) String() string
type DataProfileResult_Profile_Field_ProfileInfo_DoubleProfile ¶ added in v1.5.0
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 ¶ added in v1.5.0
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 approximate // 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
added in
v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo.ProtoReflect.Descriptor instead.
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetAverage ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetAverage() float64
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetMax ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetMax() int64
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetMin ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetMin() int64
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetQuartiles ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetQuartiles() []int64
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetStandardDeviation ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) GetStandardDeviation() float64
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) ProtoMessage ¶ added in v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) ProtoMessage()
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) ProtoReflect ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) ProtoReflect() protoreflect.Message
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) Reset ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) Reset()
func (*DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) String ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_IntegerFieldInfo) String() string
type DataProfileResult_Profile_Field_ProfileInfo_IntegerProfile ¶ added in v1.5.0
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 ¶ added in v1.5.0
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
added in
v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo.ProtoReflect.Descriptor instead.
func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetAverageLength ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetAverageLength() float64
func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetMaxLength ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetMaxLength() int64
func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetMinLength ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) GetMinLength() int64
func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) ProtoMessage ¶ added in v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) ProtoMessage()
func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) ProtoReflect ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) ProtoReflect() protoreflect.Message
func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) Reset ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) Reset()
func (*DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) String ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_StringFieldInfo) String() string
type DataProfileResult_Profile_Field_ProfileInfo_StringProfile ¶ added in v1.5.0
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 ¶ added in v1.5.0
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"` // Ratio of the corresponding value in the field against the total // number of rows in the scanned data. Ratio float64 `protobuf:"fixed64,3,opt,name=ratio,proto3" json:"ratio,omitempty"` // contains filtered or unexported fields }
Top N non-null values in the scanned data.
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) Descriptor
deprecated
added in
v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileResult_Profile_Field_ProfileInfo_TopNValue.ProtoReflect.Descriptor instead.
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetCount ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetCount() int64
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetRatio ¶ added in v1.9.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetRatio() float64
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetValue ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) GetValue() string
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) ProtoMessage ¶ added in v1.5.0
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) ProtoMessage()
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) ProtoReflect ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) ProtoReflect() protoreflect.Message
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) Reset ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) Reset()
func (*DataProfileResult_Profile_Field_ProfileInfo_TopNValue) String ¶ added in v1.5.0
func (x *DataProfileResult_Profile_Field_ProfileInfo_TopNValue) String() string
type DataProfileSpec ¶ added in v1.5.0
type DataProfileSpec struct { // Optional. The percentage of the records to be selected from the dataset for // DataScan. // // * Value can range between 0.0 and 100.0 with up to 3 significant decimal // digits. // * Sampling is not applied if `sampling_percent` is not specified, 0 or // 100. SamplingPercent float32 `protobuf:"fixed32,2,opt,name=sampling_percent,json=samplingPercent,proto3" json:"sampling_percent,omitempty"` // Optional. A filter applied to all rows in a single DataScan job. // The filter needs to be a valid SQL expression for a WHERE clause in // BigQuery standard SQL syntax. // Example: col1 >= 0 AND col2 < 10 RowFilter string `protobuf:"bytes,3,opt,name=row_filter,json=rowFilter,proto3" json:"row_filter,omitempty"` // Optional. Actions to take upon job completion.. PostScanActions *DataProfileSpec_PostScanActions `protobuf:"bytes,4,opt,name=post_scan_actions,json=postScanActions,proto3" json:"post_scan_actions,omitempty"` // Optional. The fields to include in data profile. // // If not specified, all fields at the time of profile scan job execution are // included, except for ones listed in `exclude_fields`. IncludeFields *DataProfileSpec_SelectedFields `protobuf:"bytes,5,opt,name=include_fields,json=includeFields,proto3" json:"include_fields,omitempty"` // Optional. The fields to exclude from data profile. // // If specified, the fields will be excluded from data profile, regardless of // `include_fields` value. ExcludeFields *DataProfileSpec_SelectedFields `protobuf:"bytes,6,opt,name=exclude_fields,json=excludeFields,proto3" json:"exclude_fields,omitempty"` // contains filtered or unexported fields }
DataProfileScan related setting.
func (*DataProfileSpec) Descriptor
deprecated
added in
v1.5.0
func (*DataProfileSpec) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileSpec.ProtoReflect.Descriptor instead.
func (*DataProfileSpec) GetExcludeFields ¶ added in v1.9.0
func (x *DataProfileSpec) GetExcludeFields() *DataProfileSpec_SelectedFields
func (*DataProfileSpec) GetIncludeFields ¶ added in v1.9.0
func (x *DataProfileSpec) GetIncludeFields() *DataProfileSpec_SelectedFields
func (*DataProfileSpec) GetPostScanActions ¶ added in v1.9.0
func (x *DataProfileSpec) GetPostScanActions() *DataProfileSpec_PostScanActions
func (*DataProfileSpec) GetRowFilter ¶ added in v1.9.0
func (x *DataProfileSpec) GetRowFilter() string
func (*DataProfileSpec) GetSamplingPercent ¶ added in v1.9.0
func (x *DataProfileSpec) GetSamplingPercent() float32
func (*DataProfileSpec) ProtoMessage ¶ added in v1.5.0
func (*DataProfileSpec) ProtoMessage()
func (*DataProfileSpec) ProtoReflect ¶ added in v1.5.0
func (x *DataProfileSpec) ProtoReflect() protoreflect.Message
func (*DataProfileSpec) Reset ¶ added in v1.5.0
func (x *DataProfileSpec) Reset()
func (*DataProfileSpec) String ¶ added in v1.5.0
func (x *DataProfileSpec) String() string
type DataProfileSpec_PostScanActions ¶ added in v1.9.0
type DataProfileSpec_PostScanActions struct { // Optional. If set, results will be exported to the provided BigQuery // table. BigqueryExport *DataProfileSpec_PostScanActions_BigQueryExport `protobuf:"bytes,1,opt,name=bigquery_export,json=bigqueryExport,proto3" json:"bigquery_export,omitempty"` // contains filtered or unexported fields }
The configuration of post scan actions of DataProfileScan job.
func (*DataProfileSpec_PostScanActions) Descriptor
deprecated
added in
v1.9.0
func (*DataProfileSpec_PostScanActions) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileSpec_PostScanActions.ProtoReflect.Descriptor instead.
func (*DataProfileSpec_PostScanActions) GetBigqueryExport ¶ added in v1.9.0
func (x *DataProfileSpec_PostScanActions) GetBigqueryExport() *DataProfileSpec_PostScanActions_BigQueryExport
func (*DataProfileSpec_PostScanActions) ProtoMessage ¶ added in v1.9.0
func (*DataProfileSpec_PostScanActions) ProtoMessage()
func (*DataProfileSpec_PostScanActions) ProtoReflect ¶ added in v1.9.0
func (x *DataProfileSpec_PostScanActions) ProtoReflect() protoreflect.Message
func (*DataProfileSpec_PostScanActions) Reset ¶ added in v1.9.0
func (x *DataProfileSpec_PostScanActions) Reset()
func (*DataProfileSpec_PostScanActions) String ¶ added in v1.9.0
func (x *DataProfileSpec_PostScanActions) String() string
type DataProfileSpec_PostScanActions_BigQueryExport ¶ added in v1.9.0
type DataProfileSpec_PostScanActions_BigQueryExport struct { // Optional. The BigQuery table to export DataProfileScan results to. // Format: // //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID ResultsTable string `protobuf:"bytes,1,opt,name=results_table,json=resultsTable,proto3" json:"results_table,omitempty"` // contains filtered or unexported fields }
The configuration of BigQuery export post scan action.
func (*DataProfileSpec_PostScanActions_BigQueryExport) Descriptor
deprecated
added in
v1.9.0
func (*DataProfileSpec_PostScanActions_BigQueryExport) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileSpec_PostScanActions_BigQueryExport.ProtoReflect.Descriptor instead.
func (*DataProfileSpec_PostScanActions_BigQueryExport) GetResultsTable ¶ added in v1.9.0
func (x *DataProfileSpec_PostScanActions_BigQueryExport) GetResultsTable() string
func (*DataProfileSpec_PostScanActions_BigQueryExport) ProtoMessage ¶ added in v1.9.0
func (*DataProfileSpec_PostScanActions_BigQueryExport) ProtoMessage()
func (*DataProfileSpec_PostScanActions_BigQueryExport) ProtoReflect ¶ added in v1.9.0
func (x *DataProfileSpec_PostScanActions_BigQueryExport) ProtoReflect() protoreflect.Message
func (*DataProfileSpec_PostScanActions_BigQueryExport) Reset ¶ added in v1.9.0
func (x *DataProfileSpec_PostScanActions_BigQueryExport) Reset()
func (*DataProfileSpec_PostScanActions_BigQueryExport) String ¶ added in v1.9.0
func (x *DataProfileSpec_PostScanActions_BigQueryExport) String() string
type DataProfileSpec_SelectedFields ¶ added in v1.9.0
type DataProfileSpec_SelectedFields struct { // Optional. Expected input is a list of fully qualified names of fields as // in the schema. // // Only top-level field names for nested fields are supported. // For instance, if 'x' is of nested field type, listing 'x' is supported // but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of // 'x'. FieldNames []string `protobuf:"bytes,1,rep,name=field_names,json=fieldNames,proto3" json:"field_names,omitempty"` // contains filtered or unexported fields }
The specification for fields to include or exclude in data profile scan.
func (*DataProfileSpec_SelectedFields) Descriptor
deprecated
added in
v1.9.0
func (*DataProfileSpec_SelectedFields) Descriptor() ([]byte, []int)
Deprecated: Use DataProfileSpec_SelectedFields.ProtoReflect.Descriptor instead.
func (*DataProfileSpec_SelectedFields) GetFieldNames ¶ added in v1.9.0
func (x *DataProfileSpec_SelectedFields) GetFieldNames() []string
func (*DataProfileSpec_SelectedFields) ProtoMessage ¶ added in v1.9.0
func (*DataProfileSpec_SelectedFields) ProtoMessage()
func (*DataProfileSpec_SelectedFields) ProtoReflect ¶ added in v1.9.0
func (x *DataProfileSpec_SelectedFields) ProtoReflect() protoreflect.Message
func (*DataProfileSpec_SelectedFields) Reset ¶ added in v1.9.0
func (x *DataProfileSpec_SelectedFields) Reset()
func (*DataProfileSpec_SelectedFields) String ¶ added in v1.9.0
func (x *DataProfileSpec_SelectedFields) String() string
type DataQualityColumnResult ¶ added in v1.13.0
type DataQualityColumnResult struct { // Output only. The column specified in the DataQualityRule. Column string `protobuf:"bytes,1,opt,name=column,proto3" json:"column,omitempty"` // Output only. The column-level data quality score for this data scan job if // and only if the 'column' field is set. // // The score ranges between between [0, 100] (up to two decimal // points). Score *float32 `protobuf:"fixed32,2,opt,name=score,proto3,oneof" json:"score,omitempty"` // contains filtered or unexported fields }
DataQualityColumnResult provides a more detailed, per-column view of the results.
func (*DataQualityColumnResult) Descriptor
deprecated
added in
v1.13.0
func (*DataQualityColumnResult) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityColumnResult.ProtoReflect.Descriptor instead.
func (*DataQualityColumnResult) GetColumn ¶ added in v1.13.0
func (x *DataQualityColumnResult) GetColumn() string
func (*DataQualityColumnResult) GetScore ¶ added in v1.13.0
func (x *DataQualityColumnResult) GetScore() float32
func (*DataQualityColumnResult) ProtoMessage ¶ added in v1.13.0
func (*DataQualityColumnResult) ProtoMessage()
func (*DataQualityColumnResult) ProtoReflect ¶ added in v1.13.0
func (x *DataQualityColumnResult) ProtoReflect() protoreflect.Message
func (*DataQualityColumnResult) Reset ¶ added in v1.13.0
func (x *DataQualityColumnResult) Reset()
func (*DataQualityColumnResult) String ¶ added in v1.13.0
func (x *DataQualityColumnResult) String() string
type DataQualityDimension ¶ added in v1.10.0
type DataQualityDimension struct { // The dimension name a rule belongs to. Supported dimensions are // ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", // "FRESHNESS", "VOLUME"] Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
A dimension captures data quality intent about a defined subset of the rules specified.
func (*DataQualityDimension) Descriptor
deprecated
added in
v1.10.0
func (*DataQualityDimension) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityDimension.ProtoReflect.Descriptor instead.
func (*DataQualityDimension) GetName ¶ added in v1.10.0
func (x *DataQualityDimension) GetName() string
func (*DataQualityDimension) ProtoMessage ¶ added in v1.10.0
func (*DataQualityDimension) ProtoMessage()
func (*DataQualityDimension) ProtoReflect ¶ added in v1.10.0
func (x *DataQualityDimension) ProtoReflect() protoreflect.Message
func (*DataQualityDimension) Reset ¶ added in v1.10.0
func (x *DataQualityDimension) Reset()
func (*DataQualityDimension) String ¶ added in v1.10.0
func (x *DataQualityDimension) String() string
type DataQualityDimensionResult ¶ added in v1.5.0
type DataQualityDimensionResult struct { // Output only. The dimension config specified in the DataQualitySpec, as is. Dimension *DataQualityDimension `protobuf:"bytes,1,opt,name=dimension,proto3" json:"dimension,omitempty"` // Whether the dimension passed or failed. Passed bool `protobuf:"varint,3,opt,name=passed,proto3" json:"passed,omitempty"` // Output only. The dimension-level data quality score for this data scan job // if and only if the 'dimension' field is set. // // The score ranges between [0, 100] (up to two decimal // points). Score *float32 `protobuf:"fixed32,4,opt,name=score,proto3,oneof" json:"score,omitempty"` // contains filtered or unexported fields }
DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
func (*DataQualityDimensionResult) Descriptor
deprecated
added in
v1.5.0
func (*DataQualityDimensionResult) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityDimensionResult.ProtoReflect.Descriptor instead.
func (*DataQualityDimensionResult) GetDimension ¶ added in v1.10.0
func (x *DataQualityDimensionResult) GetDimension() *DataQualityDimension
func (*DataQualityDimensionResult) GetPassed ¶ added in v1.5.0
func (x *DataQualityDimensionResult) GetPassed() bool
func (*DataQualityDimensionResult) GetScore ¶ added in v1.13.0
func (x *DataQualityDimensionResult) GetScore() float32
func (*DataQualityDimensionResult) ProtoMessage ¶ added in v1.5.0
func (*DataQualityDimensionResult) ProtoMessage()
func (*DataQualityDimensionResult) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityDimensionResult) ProtoReflect() protoreflect.Message
func (*DataQualityDimensionResult) Reset ¶ added in v1.5.0
func (x *DataQualityDimensionResult) Reset()
func (*DataQualityDimensionResult) String ¶ added in v1.5.0
func (x *DataQualityDimensionResult) String() string
type DataQualityResult ¶ added in v1.5.0
type DataQualityResult struct { // Overall data quality result -- `true` if all rules passed. Passed bool `protobuf:"varint,5,opt,name=passed,proto3" json:"passed,omitempty"` // Output only. The overall data quality score. // // The score ranges between [0, 100] (up to two decimal points). Score *float32 `protobuf:"fixed32,9,opt,name=score,proto3,oneof" json:"score,omitempty"` // A list of results at the dimension level. // // A dimension will have a corresponding `DataQualityDimensionResult` if and // only if there is at least one rule with the 'dimension' field set to it. Dimensions []*DataQualityDimensionResult `protobuf:"bytes,2,rep,name=dimensions,proto3" json:"dimensions,omitempty"` // Output only. A list of results at the column level. // // A column will have a corresponding `DataQualityColumnResult` if and only if // there is at least one rule with the 'column' field set to it. Columns []*DataQualityColumnResult `protobuf:"bytes,10,rep,name=columns,proto3" json:"columns,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"` // Output only. The result of post scan actions. PostScanActionsResult *DataQualityResult_PostScanActionsResult `` /* 128-byte string literal not displayed */ // contains filtered or unexported fields }
The output of a DataQualityScan.
func (*DataQualityResult) Descriptor
deprecated
added in
v1.5.0
func (*DataQualityResult) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityResult.ProtoReflect.Descriptor instead.
func (*DataQualityResult) GetColumns ¶ added in v1.13.0
func (x *DataQualityResult) GetColumns() []*DataQualityColumnResult
func (*DataQualityResult) GetDimensions ¶ added in v1.5.0
func (x *DataQualityResult) GetDimensions() []*DataQualityDimensionResult
func (*DataQualityResult) GetPassed ¶ added in v1.5.0
func (x *DataQualityResult) GetPassed() bool
func (*DataQualityResult) GetPostScanActionsResult ¶ added in v1.9.0
func (x *DataQualityResult) GetPostScanActionsResult() *DataQualityResult_PostScanActionsResult
func (*DataQualityResult) GetRowCount ¶ added in v1.5.0
func (x *DataQualityResult) GetRowCount() int64
func (*DataQualityResult) GetRules ¶ added in v1.5.0
func (x *DataQualityResult) GetRules() []*DataQualityRuleResult
func (*DataQualityResult) GetScannedData ¶ added in v1.5.0
func (x *DataQualityResult) GetScannedData() *ScannedData
func (*DataQualityResult) GetScore ¶ added in v1.13.0
func (x *DataQualityResult) GetScore() float32
func (*DataQualityResult) ProtoMessage ¶ added in v1.5.0
func (*DataQualityResult) ProtoMessage()
func (*DataQualityResult) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityResult) ProtoReflect() protoreflect.Message
func (*DataQualityResult) Reset ¶ added in v1.5.0
func (x *DataQualityResult) Reset()
func (*DataQualityResult) String ¶ added in v1.5.0
func (x *DataQualityResult) String() string
type DataQualityResult_PostScanActionsResult ¶ added in v1.9.0
type DataQualityResult_PostScanActionsResult struct { // Output only. The result of BigQuery export post scan action. BigqueryExportResult *DataQualityResult_PostScanActionsResult_BigQueryExportResult `protobuf:"bytes,1,opt,name=bigquery_export_result,json=bigqueryExportResult,proto3" json:"bigquery_export_result,omitempty"` // contains filtered or unexported fields }
The result of post scan actions of DataQualityScan job.
func (*DataQualityResult_PostScanActionsResult) Descriptor
deprecated
added in
v1.9.0
func (*DataQualityResult_PostScanActionsResult) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityResult_PostScanActionsResult.ProtoReflect.Descriptor instead.
func (*DataQualityResult_PostScanActionsResult) GetBigqueryExportResult ¶ added in v1.9.0
func (x *DataQualityResult_PostScanActionsResult) GetBigqueryExportResult() *DataQualityResult_PostScanActionsResult_BigQueryExportResult
func (*DataQualityResult_PostScanActionsResult) ProtoMessage ¶ added in v1.9.0
func (*DataQualityResult_PostScanActionsResult) ProtoMessage()
func (*DataQualityResult_PostScanActionsResult) ProtoReflect ¶ added in v1.9.0
func (x *DataQualityResult_PostScanActionsResult) ProtoReflect() protoreflect.Message
func (*DataQualityResult_PostScanActionsResult) Reset ¶ added in v1.9.0
func (x *DataQualityResult_PostScanActionsResult) Reset()
func (*DataQualityResult_PostScanActionsResult) String ¶ added in v1.9.0
func (x *DataQualityResult_PostScanActionsResult) String() string
type DataQualityResult_PostScanActionsResult_BigQueryExportResult ¶ added in v1.9.0
type DataQualityResult_PostScanActionsResult_BigQueryExportResult struct { // Output only. Execution state for the BigQuery exporting. State DataQualityResult_PostScanActionsResult_BigQueryExportResult_State `` /* 161-byte string literal not displayed */ // Output only. Additional information about the BigQuery exporting. Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
The result of BigQuery export post scan action.
func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) Descriptor
deprecated
added in
v1.9.0
func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityResult_PostScanActionsResult_BigQueryExportResult.ProtoReflect.Descriptor instead.
func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) GetMessage ¶ added in v1.9.0
func (x *DataQualityResult_PostScanActionsResult_BigQueryExportResult) GetMessage() string
func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) ProtoMessage ¶ added in v1.9.0
func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) ProtoMessage()
func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) ProtoReflect ¶ added in v1.9.0
func (x *DataQualityResult_PostScanActionsResult_BigQueryExportResult) ProtoReflect() protoreflect.Message
func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) Reset ¶ added in v1.9.0
func (x *DataQualityResult_PostScanActionsResult_BigQueryExportResult) Reset()
func (*DataQualityResult_PostScanActionsResult_BigQueryExportResult) String ¶ added in v1.9.0
func (x *DataQualityResult_PostScanActionsResult_BigQueryExportResult) String() string
type DataQualityResult_PostScanActionsResult_BigQueryExportResult_State ¶ added in v1.9.0
type DataQualityResult_PostScanActionsResult_BigQueryExportResult_State int32
Execution state for the exporting.
const ( // The exporting state is unspecified. DataQualityResult_PostScanActionsResult_BigQueryExportResult_STATE_UNSPECIFIED DataQualityResult_PostScanActionsResult_BigQueryExportResult_State = 0 // The exporting completed successfully. DataQualityResult_PostScanActionsResult_BigQueryExportResult_SUCCEEDED DataQualityResult_PostScanActionsResult_BigQueryExportResult_State = 1 // The exporting is no longer running due to an error. DataQualityResult_PostScanActionsResult_BigQueryExportResult_FAILED DataQualityResult_PostScanActionsResult_BigQueryExportResult_State = 2 // The exporting is skipped due to no valid scan result to export // (usually caused by scan failed). DataQualityResult_PostScanActionsResult_BigQueryExportResult_SKIPPED DataQualityResult_PostScanActionsResult_BigQueryExportResult_State = 3 )
func (DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) Descriptor ¶ added in v1.9.0
func (DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) EnumDescriptor
deprecated
added in
v1.9.0
func (DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataQualityResult_PostScanActionsResult_BigQueryExportResult_State.Descriptor instead.
func (DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) String ¶ added in v1.9.0
func (x DataQualityResult_PostScanActionsResult_BigQueryExportResult_State) String() string
type DataQualityRule ¶ added in v1.5.0
type DataQualityRule struct { // The rule-specific configuration. // // Types that are assignable to RuleType: // // *DataQualityRule_RangeExpectation_ // *DataQualityRule_NonNullExpectation_ // *DataQualityRule_SetExpectation_ // *DataQualityRule_RegexExpectation_ // *DataQualityRule_UniquenessExpectation_ // *DataQualityRule_StatisticRangeExpectation_ // *DataQualityRule_RowConditionExpectation_ // *DataQualityRule_TableConditionExpectation_ // *DataQualityRule_SqlAssertion_ 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. // // This field is only valid for the following type of rules: // // * RangeExpectation // * RegexExpectation // * SetExpectation // * UniquenessExpectation 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", "FRESHNESS", // "VOLUME"]** 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). // // This field is only valid for row-level type rules. Threshold float64 `protobuf:"fixed64,503,opt,name=threshold,proto3" json:"threshold,omitempty"` // Optional. A mutable name for the rule. // // * The name must contain only letters (a-z, A-Z), numbers (0-9), or // hyphens (-). // * The maximum length is 63 characters. // * Must start with a letter. // * Must end with a number or a letter. Name string `protobuf:"bytes,504,opt,name=name,proto3" json:"name,omitempty"` // Optional. Description of the rule. // // * The maximum length is 1,024 characters. Description string `protobuf:"bytes,505,opt,name=description,proto3" json:"description,omitempty"` // Optional. Whether the Rule is active or suspended. // Default is false. Suspended bool `protobuf:"varint,506,opt,name=suspended,proto3" json:"suspended,omitempty"` // contains filtered or unexported fields }
A rule captures data quality intent about a data source.
func (*DataQualityRule) Descriptor
deprecated
added in
v1.5.0
func (*DataQualityRule) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule.ProtoReflect.Descriptor instead.
func (*DataQualityRule) GetColumn ¶ added in v1.5.0
func (x *DataQualityRule) GetColumn() string
func (*DataQualityRule) GetDescription ¶ added in v1.9.0
func (x *DataQualityRule) GetDescription() string
func (*DataQualityRule) GetDimension ¶ added in v1.5.0
func (x *DataQualityRule) GetDimension() string
func (*DataQualityRule) GetIgnoreNull ¶ added in v1.5.0
func (x *DataQualityRule) GetIgnoreNull() bool
func (*DataQualityRule) GetName ¶ added in v1.9.0
func (x *DataQualityRule) GetName() string
func (*DataQualityRule) GetNonNullExpectation ¶ added in v1.5.0
func (x *DataQualityRule) GetNonNullExpectation() *DataQualityRule_NonNullExpectation
func (*DataQualityRule) GetRangeExpectation ¶ added in v1.5.0
func (x *DataQualityRule) GetRangeExpectation() *DataQualityRule_RangeExpectation
func (*DataQualityRule) GetRegexExpectation ¶ added in v1.5.0
func (x *DataQualityRule) GetRegexExpectation() *DataQualityRule_RegexExpectation
func (*DataQualityRule) GetRowConditionExpectation ¶ added in v1.5.0
func (x *DataQualityRule) GetRowConditionExpectation() *DataQualityRule_RowConditionExpectation
func (*DataQualityRule) GetRuleType ¶ added in v1.5.0
func (m *DataQualityRule) GetRuleType() isDataQualityRule_RuleType
func (*DataQualityRule) GetSetExpectation ¶ added in v1.5.0
func (x *DataQualityRule) GetSetExpectation() *DataQualityRule_SetExpectation
func (*DataQualityRule) GetSqlAssertion ¶ added in v1.16.0
func (x *DataQualityRule) GetSqlAssertion() *DataQualityRule_SqlAssertion
func (*DataQualityRule) GetStatisticRangeExpectation ¶ added in v1.5.0
func (x *DataQualityRule) GetStatisticRangeExpectation() *DataQualityRule_StatisticRangeExpectation
func (*DataQualityRule) GetSuspended ¶ added in v1.20.0
func (x *DataQualityRule) GetSuspended() bool
func (*DataQualityRule) GetTableConditionExpectation ¶ added in v1.5.0
func (x *DataQualityRule) GetTableConditionExpectation() *DataQualityRule_TableConditionExpectation
func (*DataQualityRule) GetThreshold ¶ added in v1.5.0
func (x *DataQualityRule) GetThreshold() float64
func (*DataQualityRule) GetUniquenessExpectation ¶ added in v1.5.0
func (x *DataQualityRule) GetUniquenessExpectation() *DataQualityRule_UniquenessExpectation
func (*DataQualityRule) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRule) ProtoMessage()
func (*DataQualityRule) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRule) ProtoReflect() protoreflect.Message
func (*DataQualityRule) Reset ¶ added in v1.5.0
func (x *DataQualityRule) Reset()
func (*DataQualityRule) String ¶ added in v1.5.0
func (x *DataQualityRule) String() string
type DataQualityRuleResult ¶ added in v1.5.0
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 row-level 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 row-level 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 row-level 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. // // This field is only valid for row-level type rules. FailingRowsQuery string `protobuf:"bytes,10,opt,name=failing_rows_query,json=failingRowsQuery,proto3" json:"failing_rows_query,omitempty"` // Output only. The number of rows returned by the SQL statement in a SQL // assertion rule. // // This field is only valid for SQL assertion rules. AssertionRowCount int64 `protobuf:"varint,11,opt,name=assertion_row_count,json=assertionRowCount,proto3" json:"assertion_row_count,omitempty"` // contains filtered or unexported fields }
DataQualityRuleResult provides a more detailed, per-rule view of the results.
func (*DataQualityRuleResult) Descriptor
deprecated
added in
v1.5.0
func (*DataQualityRuleResult) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRuleResult.ProtoReflect.Descriptor instead.
func (*DataQualityRuleResult) GetAssertionRowCount ¶ added in v1.16.0
func (x *DataQualityRuleResult) GetAssertionRowCount() int64
func (*DataQualityRuleResult) GetEvaluatedCount ¶ added in v1.5.0
func (x *DataQualityRuleResult) GetEvaluatedCount() int64
func (*DataQualityRuleResult) GetFailingRowsQuery ¶ added in v1.5.0
func (x *DataQualityRuleResult) GetFailingRowsQuery() string
func (*DataQualityRuleResult) GetNullCount ¶ added in v1.5.0
func (x *DataQualityRuleResult) GetNullCount() int64
func (*DataQualityRuleResult) GetPassRatio ¶ added in v1.5.0
func (x *DataQualityRuleResult) GetPassRatio() float64
func (*DataQualityRuleResult) GetPassed ¶ added in v1.5.0
func (x *DataQualityRuleResult) GetPassed() bool
func (*DataQualityRuleResult) GetPassedCount ¶ added in v1.5.0
func (x *DataQualityRuleResult) GetPassedCount() int64
func (*DataQualityRuleResult) GetRule ¶ added in v1.5.0
func (x *DataQualityRuleResult) GetRule() *DataQualityRule
func (*DataQualityRuleResult) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRuleResult) ProtoMessage()
func (*DataQualityRuleResult) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRuleResult) ProtoReflect() protoreflect.Message
func (*DataQualityRuleResult) Reset ¶ added in v1.5.0
func (x *DataQualityRuleResult) Reset()
func (*DataQualityRuleResult) String ¶ added in v1.5.0
func (x *DataQualityRuleResult) String() string
type DataQualityRule_NonNullExpectation ¶ added in v1.5.0
type DataQualityRule_NonNullExpectation struct {
// contains filtered or unexported fields
}
Evaluates whether each column value is null.
func (*DataQualityRule_NonNullExpectation) Descriptor
deprecated
added in
v1.5.0
func (*DataQualityRule_NonNullExpectation) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_NonNullExpectation.ProtoReflect.Descriptor instead.
func (*DataQualityRule_NonNullExpectation) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRule_NonNullExpectation) ProtoMessage()
func (*DataQualityRule_NonNullExpectation) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRule_NonNullExpectation) ProtoReflect() protoreflect.Message
func (*DataQualityRule_NonNullExpectation) Reset ¶ added in v1.5.0
func (x *DataQualityRule_NonNullExpectation) Reset()
func (*DataQualityRule_NonNullExpectation) String ¶ added in v1.5.0
func (x *DataQualityRule_NonNullExpectation) String() string
type DataQualityRule_NonNullExpectation_ ¶ added in v1.5.0
type DataQualityRule_NonNullExpectation_ struct { // Row-level 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 ¶ added in v1.5.0
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
added in
v1.5.0
func (*DataQualityRule_RangeExpectation) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_RangeExpectation.ProtoReflect.Descriptor instead.
func (*DataQualityRule_RangeExpectation) GetMaxValue ¶ added in v1.5.0
func (x *DataQualityRule_RangeExpectation) GetMaxValue() string
func (*DataQualityRule_RangeExpectation) GetMinValue ¶ added in v1.5.0
func (x *DataQualityRule_RangeExpectation) GetMinValue() string
func (*DataQualityRule_RangeExpectation) GetStrictMaxEnabled ¶ added in v1.5.0
func (x *DataQualityRule_RangeExpectation) GetStrictMaxEnabled() bool
func (*DataQualityRule_RangeExpectation) GetStrictMinEnabled ¶ added in v1.5.0
func (x *DataQualityRule_RangeExpectation) GetStrictMinEnabled() bool
func (*DataQualityRule_RangeExpectation) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRule_RangeExpectation) ProtoMessage()
func (*DataQualityRule_RangeExpectation) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRule_RangeExpectation) ProtoReflect() protoreflect.Message
func (*DataQualityRule_RangeExpectation) Reset ¶ added in v1.5.0
func (x *DataQualityRule_RangeExpectation) Reset()
func (*DataQualityRule_RangeExpectation) String ¶ added in v1.5.0
func (x *DataQualityRule_RangeExpectation) String() string
type DataQualityRule_RangeExpectation_ ¶ added in v1.5.0
type DataQualityRule_RangeExpectation_ struct { // Row-level 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 ¶ added in v1.5.0
type DataQualityRule_RegexExpectation struct { // Optional. 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
added in
v1.5.0
func (*DataQualityRule_RegexExpectation) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_RegexExpectation.ProtoReflect.Descriptor instead.
func (*DataQualityRule_RegexExpectation) GetRegex ¶ added in v1.5.0
func (x *DataQualityRule_RegexExpectation) GetRegex() string
func (*DataQualityRule_RegexExpectation) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRule_RegexExpectation) ProtoMessage()
func (*DataQualityRule_RegexExpectation) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRule_RegexExpectation) ProtoReflect() protoreflect.Message
func (*DataQualityRule_RegexExpectation) Reset ¶ added in v1.5.0
func (x *DataQualityRule_RegexExpectation) Reset()
func (*DataQualityRule_RegexExpectation) String ¶ added in v1.5.0
func (x *DataQualityRule_RegexExpectation) String() string
type DataQualityRule_RegexExpectation_ ¶ added in v1.5.0
type DataQualityRule_RegexExpectation_ struct { // Row-level 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 ¶ added in v1.5.0
type DataQualityRule_RowConditionExpectation struct { // Optional. 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
added in
v1.5.0
func (*DataQualityRule_RowConditionExpectation) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_RowConditionExpectation.ProtoReflect.Descriptor instead.
func (*DataQualityRule_RowConditionExpectation) GetSqlExpression ¶ added in v1.5.0
func (x *DataQualityRule_RowConditionExpectation) GetSqlExpression() string
func (*DataQualityRule_RowConditionExpectation) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRule_RowConditionExpectation) ProtoMessage()
func (*DataQualityRule_RowConditionExpectation) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRule_RowConditionExpectation) ProtoReflect() protoreflect.Message
func (*DataQualityRule_RowConditionExpectation) Reset ¶ added in v1.5.0
func (x *DataQualityRule_RowConditionExpectation) Reset()
func (*DataQualityRule_RowConditionExpectation) String ¶ added in v1.5.0
func (x *DataQualityRule_RowConditionExpectation) String() string
type DataQualityRule_RowConditionExpectation_ ¶ added in v1.5.0
type DataQualityRule_RowConditionExpectation_ struct { // Row-level rule which evaluates whether each row in a table passes the // specified condition. RowConditionExpectation *DataQualityRule_RowConditionExpectation `protobuf:"bytes,200,opt,name=row_condition_expectation,json=rowConditionExpectation,proto3,oneof"` }
type DataQualityRule_SetExpectation ¶ added in v1.5.0
type DataQualityRule_SetExpectation struct { // Optional. 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
added in
v1.5.0
func (*DataQualityRule_SetExpectation) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_SetExpectation.ProtoReflect.Descriptor instead.
func (*DataQualityRule_SetExpectation) GetValues ¶ added in v1.5.0
func (x *DataQualityRule_SetExpectation) GetValues() []string
func (*DataQualityRule_SetExpectation) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRule_SetExpectation) ProtoMessage()
func (*DataQualityRule_SetExpectation) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRule_SetExpectation) ProtoReflect() protoreflect.Message
func (*DataQualityRule_SetExpectation) Reset ¶ added in v1.5.0
func (x *DataQualityRule_SetExpectation) Reset()
func (*DataQualityRule_SetExpectation) String ¶ added in v1.5.0
func (x *DataQualityRule_SetExpectation) String() string
type DataQualityRule_SetExpectation_ ¶ added in v1.5.0
type DataQualityRule_SetExpectation_ struct { // Row-level 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_SqlAssertion ¶ added in v1.16.0
type DataQualityRule_SqlAssertion struct { // Optional. The SQL statement. SqlStatement string `protobuf:"bytes,1,opt,name=sql_statement,json=sqlStatement,proto3" json:"sql_statement,omitempty"` // contains filtered or unexported fields }
A SQL statement that is evaluated to return rows that match an invalid state. If any rows are are returned, this rule fails.
The SQL statement must use BigQuery standard SQL syntax, and must not contain any semicolons.
You can use the data reference parameter `${data()}` to reference the source table with all of its precondition filters applied. Examples of precondition filters include row filters, incremental data filters, and sampling. For more information, see [Data reference parameter](https://cloud.google.com/dataplex/docs/auto-data-quality-overview#data-reference-parameter).
Example: `SELECT * FROM ${data()} WHERE price < 0`
func (*DataQualityRule_SqlAssertion) Descriptor
deprecated
added in
v1.16.0
func (*DataQualityRule_SqlAssertion) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_SqlAssertion.ProtoReflect.Descriptor instead.
func (*DataQualityRule_SqlAssertion) GetSqlStatement ¶ added in v1.16.0
func (x *DataQualityRule_SqlAssertion) GetSqlStatement() string
func (*DataQualityRule_SqlAssertion) ProtoMessage ¶ added in v1.16.0
func (*DataQualityRule_SqlAssertion) ProtoMessage()
func (*DataQualityRule_SqlAssertion) ProtoReflect ¶ added in v1.16.0
func (x *DataQualityRule_SqlAssertion) ProtoReflect() protoreflect.Message
func (*DataQualityRule_SqlAssertion) Reset ¶ added in v1.16.0
func (x *DataQualityRule_SqlAssertion) Reset()
func (*DataQualityRule_SqlAssertion) String ¶ added in v1.16.0
func (x *DataQualityRule_SqlAssertion) String() string
type DataQualityRule_SqlAssertion_ ¶ added in v1.16.0
type DataQualityRule_SqlAssertion_ struct { // Aggregate rule which evaluates the number of rows returned for the // provided statement. If any rows are returned, this rule fails. SqlAssertion *DataQualityRule_SqlAssertion `protobuf:"bytes,202,opt,name=sql_assertion,json=sqlAssertion,proto3,oneof"` }
type DataQualityRule_StatisticRangeExpectation ¶ added in v1.5.0
type DataQualityRule_StatisticRangeExpectation struct { // Optional. The aggregate metric to evaluate. Statistic DataQualityRule_StatisticRangeExpectation_ColumnStatistic `` /* 160-byte string literal not displayed */ // Optional. 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"` // Optional. 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"` // Optional. 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"` // Optional. 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
added in
v1.5.0
func (*DataQualityRule_StatisticRangeExpectation) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_StatisticRangeExpectation.ProtoReflect.Descriptor instead.
func (*DataQualityRule_StatisticRangeExpectation) GetMaxValue ¶ added in v1.5.0
func (x *DataQualityRule_StatisticRangeExpectation) GetMaxValue() string
func (*DataQualityRule_StatisticRangeExpectation) GetMinValue ¶ added in v1.5.0
func (x *DataQualityRule_StatisticRangeExpectation) GetMinValue() string
func (*DataQualityRule_StatisticRangeExpectation) GetStatistic ¶ added in v1.5.0
func (x *DataQualityRule_StatisticRangeExpectation) GetStatistic() DataQualityRule_StatisticRangeExpectation_ColumnStatistic
func (*DataQualityRule_StatisticRangeExpectation) GetStrictMaxEnabled ¶ added in v1.5.0
func (x *DataQualityRule_StatisticRangeExpectation) GetStrictMaxEnabled() bool
func (*DataQualityRule_StatisticRangeExpectation) GetStrictMinEnabled ¶ added in v1.5.0
func (x *DataQualityRule_StatisticRangeExpectation) GetStrictMinEnabled() bool
func (*DataQualityRule_StatisticRangeExpectation) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRule_StatisticRangeExpectation) ProtoMessage()
func (*DataQualityRule_StatisticRangeExpectation) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRule_StatisticRangeExpectation) ProtoReflect() protoreflect.Message
func (*DataQualityRule_StatisticRangeExpectation) Reset ¶ added in v1.5.0
func (x *DataQualityRule_StatisticRangeExpectation) Reset()
func (*DataQualityRule_StatisticRangeExpectation) String ¶ added in v1.5.0
func (x *DataQualityRule_StatisticRangeExpectation) String() string
type DataQualityRule_StatisticRangeExpectation_ ¶ added in v1.5.0
type DataQualityRule_StatisticRangeExpectation_ struct { // Aggregate 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 ¶ added in v1.5.0
type DataQualityRule_StatisticRangeExpectation_ColumnStatistic int32
The list of aggregate metrics a rule can be evaluated against.
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 ¶ added in v1.5.0
func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Descriptor() protoreflect.EnumDescriptor
func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) EnumDescriptor
deprecated
added in
v1.5.0
func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_StatisticRangeExpectation_ColumnStatistic.Descriptor instead.
func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Number ¶ added in v1.5.0
func (x DataQualityRule_StatisticRangeExpectation_ColumnStatistic) Number() protoreflect.EnumNumber
func (DataQualityRule_StatisticRangeExpectation_ColumnStatistic) String ¶ added in v1.5.0
func (x DataQualityRule_StatisticRangeExpectation_ColumnStatistic) String() string
type DataQualityRule_TableConditionExpectation ¶ added in v1.5.0
type DataQualityRule_TableConditionExpectation struct { // Optional. 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
added in
v1.5.0
func (*DataQualityRule_TableConditionExpectation) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_TableConditionExpectation.ProtoReflect.Descriptor instead.
func (*DataQualityRule_TableConditionExpectation) GetSqlExpression ¶ added in v1.5.0
func (x *DataQualityRule_TableConditionExpectation) GetSqlExpression() string
func (*DataQualityRule_TableConditionExpectation) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRule_TableConditionExpectation) ProtoMessage()
func (*DataQualityRule_TableConditionExpectation) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRule_TableConditionExpectation) ProtoReflect() protoreflect.Message
func (*DataQualityRule_TableConditionExpectation) Reset ¶ added in v1.5.0
func (x *DataQualityRule_TableConditionExpectation) Reset()
func (*DataQualityRule_TableConditionExpectation) String ¶ added in v1.5.0
func (x *DataQualityRule_TableConditionExpectation) String() string
type DataQualityRule_TableConditionExpectation_ ¶ added in v1.5.0
type DataQualityRule_TableConditionExpectation_ struct { // Aggregate rule which evaluates whether the provided expression is true // for a table. TableConditionExpectation *DataQualityRule_TableConditionExpectation `protobuf:"bytes,201,opt,name=table_condition_expectation,json=tableConditionExpectation,proto3,oneof"` }
type DataQualityRule_UniquenessExpectation ¶ added in v1.5.0
type DataQualityRule_UniquenessExpectation struct {
// contains filtered or unexported fields
}
Evaluates whether the column has duplicates.
func (*DataQualityRule_UniquenessExpectation) Descriptor
deprecated
added in
v1.5.0
func (*DataQualityRule_UniquenessExpectation) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityRule_UniquenessExpectation.ProtoReflect.Descriptor instead.
func (*DataQualityRule_UniquenessExpectation) ProtoMessage ¶ added in v1.5.0
func (*DataQualityRule_UniquenessExpectation) ProtoMessage()
func (*DataQualityRule_UniquenessExpectation) ProtoReflect ¶ added in v1.5.0
func (x *DataQualityRule_UniquenessExpectation) ProtoReflect() protoreflect.Message
func (*DataQualityRule_UniquenessExpectation) Reset ¶ added in v1.5.0
func (x *DataQualityRule_UniquenessExpectation) Reset()
func (*DataQualityRule_UniquenessExpectation) String ¶ added in v1.5.0
func (x *DataQualityRule_UniquenessExpectation) String() string
type DataQualityRule_UniquenessExpectation_ ¶ added in v1.5.0
type DataQualityRule_UniquenessExpectation_ struct { // Row-level rule which evaluates whether each column value is unique. UniquenessExpectation *DataQualityRule_UniquenessExpectation `protobuf:"bytes,100,opt,name=uniqueness_expectation,json=uniquenessExpectation,proto3,oneof"` }
type DataQualityScanRuleResult ¶ added in v1.9.0
type DataQualityScanRuleResult struct { // Identifier of the specific data scan job this log entry is for. JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // The data source of the data scan (e.g. BigQuery table name). DataSource string `protobuf:"bytes,2,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"` // The column which this rule is evaluated against. Column string `protobuf:"bytes,3,opt,name=column,proto3" json:"column,omitempty"` // The name of the data quality rule. RuleName string `protobuf:"bytes,4,opt,name=rule_name,json=ruleName,proto3" json:"rule_name,omitempty"` // The type of the data quality rule. RuleType DataQualityScanRuleResult_RuleType `` /* 151-byte string literal not displayed */ // The evaluation type of the data quality rule. EvalutionType DataQualityScanRuleResult_EvaluationType `` /* 172-byte string literal not displayed */ // The dimension of the data quality rule. RuleDimension string `protobuf:"bytes,7,opt,name=rule_dimension,json=ruleDimension,proto3" json:"rule_dimension,omitempty"` // The passing threshold ([0.0, 100.0]) of the data quality rule. ThresholdPercent float64 `protobuf:"fixed64,8,opt,name=threshold_percent,json=thresholdPercent,proto3" json:"threshold_percent,omitempty"` // The result of the data quality rule. Result DataQualityScanRuleResult_Result `` /* 129-byte string literal not displayed */ // The number of rows evaluated against the data quality rule. // This field is only valid for rules of PER_ROW evaluation type. EvaluatedRowCount int64 `protobuf:"varint,10,opt,name=evaluated_row_count,json=evaluatedRowCount,proto3" json:"evaluated_row_count,omitempty"` // The number of rows which passed a rule evaluation. // This field is only valid for rules of PER_ROW evaluation type. PassedRowCount int64 `protobuf:"varint,11,opt,name=passed_row_count,json=passedRowCount,proto3" json:"passed_row_count,omitempty"` // The number of rows with null values in the specified column. NullRowCount int64 `protobuf:"varint,12,opt,name=null_row_count,json=nullRowCount,proto3" json:"null_row_count,omitempty"` // The number of rows returned by the SQL statement in a SQL assertion rule. // This field is only valid for SQL assertion rules. AssertionRowCount int64 `protobuf:"varint,13,opt,name=assertion_row_count,json=assertionRowCount,proto3" json:"assertion_row_count,omitempty"` // contains filtered or unexported fields }
Information about the result of a data quality rule for data quality scan. The monitored resource is 'DataScan'.
func (*DataQualityScanRuleResult) Descriptor
deprecated
added in
v1.9.0
func (*DataQualityScanRuleResult) Descriptor() ([]byte, []int)
Deprecated: Use DataQualityScanRuleResult.ProtoReflect.Descriptor instead.
func (*DataQualityScanRuleResult) GetAssertionRowCount ¶ added in v1.16.0
func (x *DataQualityScanRuleResult) GetAssertionRowCount() int64
func (*DataQualityScanRuleResult) GetColumn ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetColumn() string
func (*DataQualityScanRuleResult) GetDataSource ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetDataSource() string
func (*DataQualityScanRuleResult) GetEvaluatedRowCount ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetEvaluatedRowCount() int64
func (*DataQualityScanRuleResult) GetEvalutionType ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetEvalutionType() DataQualityScanRuleResult_EvaluationType
func (*DataQualityScanRuleResult) GetJobId ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetJobId() string
func (*DataQualityScanRuleResult) GetNullRowCount ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetNullRowCount() int64
func (*DataQualityScanRuleResult) GetPassedRowCount ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetPassedRowCount() int64
func (*DataQualityScanRuleResult) GetResult ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetResult() DataQualityScanRuleResult_Result
func (*DataQualityScanRuleResult) GetRuleDimension ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetRuleDimension() string
func (*DataQualityScanRuleResult) GetRuleName ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetRuleName() string
func (*DataQualityScanRuleResult) GetRuleType ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetRuleType() DataQualityScanRuleResult_RuleType
func (*DataQualityScanRuleResult) GetThresholdPercent ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) GetThresholdPercent() float64
func (*DataQualityScanRuleResult) ProtoMessage ¶ added in v1.9.0
func (*DataQualityScanRuleResult) ProtoMessage()
func (*DataQualityScanRuleResult) ProtoReflect ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) ProtoReflect() protoreflect.Message
func (*DataQualityScanRuleResult) Reset ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) Reset()
func (*DataQualityScanRuleResult) String ¶ added in v1.9.0
func (x *DataQualityScanRuleResult) String() string
type DataQualityScanRuleResult_EvaluationType ¶ added in v1.9.0
type DataQualityScanRuleResult_EvaluationType int32
The evaluation type of the data quality rule.
const ( // An unspecified evaluation type. DataQualityScanRuleResult_EVALUATION_TYPE_UNSPECIFIED DataQualityScanRuleResult_EvaluationType = 0 // The rule evaluation is done at per row level. DataQualityScanRuleResult_PER_ROW DataQualityScanRuleResult_EvaluationType = 1 // The rule evaluation is done for an aggregate of rows. DataQualityScanRuleResult_AGGREGATE DataQualityScanRuleResult_EvaluationType = 2 )
func (DataQualityScanRuleResult_EvaluationType) Descriptor ¶ added in v1.9.0
func (DataQualityScanRuleResult_EvaluationType) Descriptor() protoreflect.EnumDescriptor
func (DataQualityScanRuleResult_EvaluationType) EnumDescriptor
deprecated
added in
v1.9.0
func (DataQualityScanRuleResult_EvaluationType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataQualityScanRuleResult_EvaluationType.Descriptor instead.
func (DataQualityScanRuleResult_EvaluationType) Number ¶ added in v1.9.0
func (x DataQualityScanRuleResult_EvaluationType) Number() protoreflect.EnumNumber
func (DataQualityScanRuleResult_EvaluationType) String ¶ added in v1.9.0
func (x DataQualityScanRuleResult_EvaluationType) String() string
func (DataQualityScanRuleResult_EvaluationType) Type ¶ added in v1.9.0
func (DataQualityScanRuleResult_EvaluationType) Type() protoreflect.EnumType
type DataQualityScanRuleResult_Result ¶ added in v1.9.0
type DataQualityScanRuleResult_Result int32
Whether the data quality rule passed or failed.
const ( // An unspecified result. DataQualityScanRuleResult_RESULT_UNSPECIFIED DataQualityScanRuleResult_Result = 0 // The data quality rule passed. DataQualityScanRuleResult_PASSED DataQualityScanRuleResult_Result = 1 // The data quality rule failed. DataQualityScanRuleResult_FAILED DataQualityScanRuleResult_Result = 2 )
func (DataQualityScanRuleResult_Result) Descriptor ¶ added in v1.9.0
func (DataQualityScanRuleResult_Result) Descriptor() protoreflect.EnumDescriptor
func (DataQualityScanRuleResult_Result) Enum ¶ added in v1.9.0
func (x DataQualityScanRuleResult_Result) Enum() *DataQualityScanRuleResult_Result
func (DataQualityScanRuleResult_Result) EnumDescriptor
deprecated
added in
v1.9.0
func (DataQualityScanRuleResult_Result) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataQualityScanRuleResult_Result.Descriptor instead.
func (DataQualityScanRuleResult_Result) Number ¶ added in v1.9.0
func (x DataQualityScanRuleResult_Result) Number() protoreflect.EnumNumber
func (DataQualityScanRuleResult_Result) String ¶ added in v1.9.0
func (x DataQualityScanRuleResult_Result) String() string
func (DataQualityScanRuleResult_Result) Type ¶ added in v1.9.0
func (DataQualityScanRuleResult_Result) Type() protoreflect.EnumType
type DataQualityScanRuleResult_RuleType ¶ added in v1.9.0
type DataQualityScanRuleResult_RuleType int32
The type of the data quality rule.
const ( // An unspecified rule type. DataQualityScanRuleResult_RULE_TYPE_UNSPECIFIED DataQualityScanRuleResult_RuleType = 0 // See // [DataQualityRule.NonNullExpectation][google.cloud.dataplex.v1.DataQualityRule.NonNullExpectation]. DataQualityScanRuleResult_NON_NULL_EXPECTATION DataQualityScanRuleResult_RuleType = 1 // See // [DataQualityRule.RangeExpectation][google.cloud.dataplex.v1.DataQualityRule.RangeExpectation]. DataQualityScanRuleResult_RANGE_EXPECTATION DataQualityScanRuleResult_RuleType = 2 // See // [DataQualityRule.RegexExpectation][google.cloud.dataplex.v1.DataQualityRule.RegexExpectation]. DataQualityScanRuleResult_REGEX_EXPECTATION DataQualityScanRuleResult_RuleType = 3 // See // [DataQualityRule.RowConditionExpectation][google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation]. DataQualityScanRuleResult_ROW_CONDITION_EXPECTATION DataQualityScanRuleResult_RuleType = 4 // See // [DataQualityRule.SetExpectation][google.cloud.dataplex.v1.DataQualityRule.SetExpectation]. DataQualityScanRuleResult_SET_EXPECTATION DataQualityScanRuleResult_RuleType = 5 // See // [DataQualityRule.StatisticRangeExpectation][google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation]. DataQualityScanRuleResult_STATISTIC_RANGE_EXPECTATION DataQualityScanRuleResult_RuleType = 6 // See // [DataQualityRule.TableConditionExpectation][google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation]. DataQualityScanRuleResult_TABLE_CONDITION_EXPECTATION DataQualityScanRuleResult_RuleType = 7 // See // [DataQualityRule.UniquenessExpectation][google.cloud.dataplex.v1.DataQualityRule.UniquenessExpectation]. DataQualityScanRuleResult_UNIQUENESS_EXPECTATION DataQualityScanRuleResult_RuleType = 8 // See // [DataQualityRule.SqlAssertion][google.cloud.dataplex.v1.DataQualityRule.SqlAssertion]. DataQualityScanRuleResult_SQL_ASSERTION DataQualityScanRuleResult_RuleType = 9 )
func (DataQualityScanRuleResult_RuleType) Descriptor ¶ added in v1.9.0
func (DataQualityScanRuleResult_RuleType) Descriptor() protoreflect.EnumDescriptor
func (DataQualityScanRuleResult_RuleType) Enum ¶ added in v1.9.0
func (x DataQualityScanRuleResult_RuleType) Enum() *DataQualityScanRuleResult_RuleType
func (DataQualityScanRuleResult_RuleType) EnumDescriptor
deprecated
added in
v1.9.0
func (DataQualityScanRuleResult_RuleType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataQualityScanRuleResult_RuleType.Descriptor instead.
func (DataQualityScanRuleResult_RuleType) Number ¶ added in v1.9.0
func (x DataQualityScanRuleResult_RuleType) Number() protoreflect.EnumNumber
func (DataQualityScanRuleResult_RuleType) String ¶ added in v1.9.0
func (x DataQualityScanRuleResult_RuleType) String() string
func (DataQualityScanRuleResult_RuleType) Type ¶ added in v1.9.0
func (DataQualityScanRuleResult_RuleType) Type() protoreflect.EnumType
type DataQualitySpec ¶ added in v1.5.0
type DataQualitySpec struct { // Required. 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"` // Optional. The percentage of the records to be selected from the dataset for // DataScan. // // * Value can range between 0.0 and 100.0 with up to 3 significant decimal // digits. // * Sampling is not applied if `sampling_percent` is not specified, 0 or // 100. SamplingPercent float32 `protobuf:"fixed32,4,opt,name=sampling_percent,json=samplingPercent,proto3" json:"sampling_percent,omitempty"` // Optional. A filter applied to all rows in a single DataScan job. // The filter needs to be a valid SQL expression for a WHERE clause in // BigQuery standard SQL syntax. // Example: col1 >= 0 AND col2 < 10 RowFilter string `protobuf:"bytes,5,opt,name=row_filter,json=rowFilter,proto3" json:"row_filter,omitempty"` // Optional. Actions to take upon job completion. PostScanActions *DataQualitySpec_PostScanActions `protobuf:"bytes,6,opt,name=post_scan_actions,json=postScanActions,proto3" json:"post_scan_actions,omitempty"` // contains filtered or unexported fields }
DataQualityScan related setting.
func (*DataQualitySpec) Descriptor
deprecated
added in
v1.5.0
func (*DataQualitySpec) Descriptor() ([]byte, []int)
Deprecated: Use DataQualitySpec.ProtoReflect.Descriptor instead.
func (*DataQualitySpec) GetPostScanActions ¶ added in v1.9.0
func (x *DataQualitySpec) GetPostScanActions() *DataQualitySpec_PostScanActions
func (*DataQualitySpec) GetRowFilter ¶ added in v1.9.0
func (x *DataQualitySpec) GetRowFilter() string
func (*DataQualitySpec) GetRules ¶ added in v1.5.0
func (x *DataQualitySpec) GetRules() []*DataQualityRule
func (*DataQualitySpec) GetSamplingPercent ¶ added in v1.9.0
func (x *DataQualitySpec) GetSamplingPercent() float32
func (*DataQualitySpec) ProtoMessage ¶ added in v1.5.0
func (*DataQualitySpec) ProtoMessage()
func (*DataQualitySpec) ProtoReflect ¶ added in v1.5.0
func (x *DataQualitySpec) ProtoReflect() protoreflect.Message
func (*DataQualitySpec) Reset ¶ added in v1.5.0
func (x *DataQualitySpec) Reset()
func (*DataQualitySpec) String ¶ added in v1.5.0
func (x *DataQualitySpec) String() string
type DataQualitySpec_PostScanActions ¶ added in v1.9.0
type DataQualitySpec_PostScanActions struct { // Optional. If set, results will be exported to the provided BigQuery // table. BigqueryExport *DataQualitySpec_PostScanActions_BigQueryExport `protobuf:"bytes,1,opt,name=bigquery_export,json=bigqueryExport,proto3" json:"bigquery_export,omitempty"` // Optional. If set, results will be sent to the provided notification // receipts upon triggers. NotificationReport *DataQualitySpec_PostScanActions_NotificationReport `protobuf:"bytes,2,opt,name=notification_report,json=notificationReport,proto3" json:"notification_report,omitempty"` // contains filtered or unexported fields }
The configuration of post scan actions of DataQualityScan.
func (*DataQualitySpec_PostScanActions) Descriptor
deprecated
added in
v1.9.0
func (*DataQualitySpec_PostScanActions) Descriptor() ([]byte, []int)
Deprecated: Use DataQualitySpec_PostScanActions.ProtoReflect.Descriptor instead.
func (*DataQualitySpec_PostScanActions) GetBigqueryExport ¶ added in v1.9.0
func (x *DataQualitySpec_PostScanActions) GetBigqueryExport() *DataQualitySpec_PostScanActions_BigQueryExport
func (*DataQualitySpec_PostScanActions) GetNotificationReport ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions) GetNotificationReport() *DataQualitySpec_PostScanActions_NotificationReport
func (*DataQualitySpec_PostScanActions) ProtoMessage ¶ added in v1.9.0
func (*DataQualitySpec_PostScanActions) ProtoMessage()
func (*DataQualitySpec_PostScanActions) ProtoReflect ¶ added in v1.9.0
func (x *DataQualitySpec_PostScanActions) ProtoReflect() protoreflect.Message
func (*DataQualitySpec_PostScanActions) Reset ¶ added in v1.9.0
func (x *DataQualitySpec_PostScanActions) Reset()
func (*DataQualitySpec_PostScanActions) String ¶ added in v1.9.0
func (x *DataQualitySpec_PostScanActions) String() string
type DataQualitySpec_PostScanActions_BigQueryExport ¶ added in v1.9.0
type DataQualitySpec_PostScanActions_BigQueryExport struct { // Optional. The BigQuery table to export DataQualityScan results to. // Format: // //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID ResultsTable string `protobuf:"bytes,1,opt,name=results_table,json=resultsTable,proto3" json:"results_table,omitempty"` // contains filtered or unexported fields }
The configuration of BigQuery export post scan action.
func (*DataQualitySpec_PostScanActions_BigQueryExport) Descriptor
deprecated
added in
v1.9.0
func (*DataQualitySpec_PostScanActions_BigQueryExport) Descriptor() ([]byte, []int)
Deprecated: Use DataQualitySpec_PostScanActions_BigQueryExport.ProtoReflect.Descriptor instead.
func (*DataQualitySpec_PostScanActions_BigQueryExport) GetResultsTable ¶ added in v1.9.0
func (x *DataQualitySpec_PostScanActions_BigQueryExport) GetResultsTable() string
func (*DataQualitySpec_PostScanActions_BigQueryExport) ProtoMessage ¶ added in v1.9.0
func (*DataQualitySpec_PostScanActions_BigQueryExport) ProtoMessage()
func (*DataQualitySpec_PostScanActions_BigQueryExport) ProtoReflect ¶ added in v1.9.0
func (x *DataQualitySpec_PostScanActions_BigQueryExport) ProtoReflect() protoreflect.Message
func (*DataQualitySpec_PostScanActions_BigQueryExport) Reset ¶ added in v1.9.0
func (x *DataQualitySpec_PostScanActions_BigQueryExport) Reset()
func (*DataQualitySpec_PostScanActions_BigQueryExport) String ¶ added in v1.9.0
func (x *DataQualitySpec_PostScanActions_BigQueryExport) String() string
type DataQualitySpec_PostScanActions_JobEndTrigger ¶ added in v1.15.0
type DataQualitySpec_PostScanActions_JobEndTrigger struct {
// contains filtered or unexported fields
}
This trigger is triggered whenever a scan job run ends, regardless of the result.
func (*DataQualitySpec_PostScanActions_JobEndTrigger) Descriptor
deprecated
added in
v1.15.0
func (*DataQualitySpec_PostScanActions_JobEndTrigger) Descriptor() ([]byte, []int)
Deprecated: Use DataQualitySpec_PostScanActions_JobEndTrigger.ProtoReflect.Descriptor instead.
func (*DataQualitySpec_PostScanActions_JobEndTrigger) ProtoMessage ¶ added in v1.15.0
func (*DataQualitySpec_PostScanActions_JobEndTrigger) ProtoMessage()
func (*DataQualitySpec_PostScanActions_JobEndTrigger) ProtoReflect ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_JobEndTrigger) ProtoReflect() protoreflect.Message
func (*DataQualitySpec_PostScanActions_JobEndTrigger) Reset ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_JobEndTrigger) Reset()
func (*DataQualitySpec_PostScanActions_JobEndTrigger) String ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_JobEndTrigger) String() string
type DataQualitySpec_PostScanActions_JobFailureTrigger ¶ added in v1.15.0
type DataQualitySpec_PostScanActions_JobFailureTrigger struct {
// contains filtered or unexported fields
}
This trigger is triggered when the scan job itself fails, regardless of the result.
func (*DataQualitySpec_PostScanActions_JobFailureTrigger) Descriptor
deprecated
added in
v1.15.0
func (*DataQualitySpec_PostScanActions_JobFailureTrigger) Descriptor() ([]byte, []int)
Deprecated: Use DataQualitySpec_PostScanActions_JobFailureTrigger.ProtoReflect.Descriptor instead.
func (*DataQualitySpec_PostScanActions_JobFailureTrigger) ProtoMessage ¶ added in v1.15.0
func (*DataQualitySpec_PostScanActions_JobFailureTrigger) ProtoMessage()
func (*DataQualitySpec_PostScanActions_JobFailureTrigger) ProtoReflect ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_JobFailureTrigger) ProtoReflect() protoreflect.Message
func (*DataQualitySpec_PostScanActions_JobFailureTrigger) Reset ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_JobFailureTrigger) Reset()
func (*DataQualitySpec_PostScanActions_JobFailureTrigger) String ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_JobFailureTrigger) String() string
type DataQualitySpec_PostScanActions_NotificationReport ¶ added in v1.15.0
type DataQualitySpec_PostScanActions_NotificationReport struct { // Required. The recipients who will receive the notification report. Recipients *DataQualitySpec_PostScanActions_Recipients `protobuf:"bytes,1,opt,name=recipients,proto3" json:"recipients,omitempty"` // Optional. If set, report will be sent when score threshold is met. ScoreThresholdTrigger *DataQualitySpec_PostScanActions_ScoreThresholdTrigger `` /* 126-byte string literal not displayed */ // Optional. If set, report will be sent when a scan job fails. JobFailureTrigger *DataQualitySpec_PostScanActions_JobFailureTrigger `protobuf:"bytes,4,opt,name=job_failure_trigger,json=jobFailureTrigger,proto3" json:"job_failure_trigger,omitempty"` // Optional. If set, report will be sent when a scan job ends. JobEndTrigger *DataQualitySpec_PostScanActions_JobEndTrigger `protobuf:"bytes,5,opt,name=job_end_trigger,json=jobEndTrigger,proto3" json:"job_end_trigger,omitempty"` // contains filtered or unexported fields }
The configuration of notification report post scan action.
func (*DataQualitySpec_PostScanActions_NotificationReport) Descriptor
deprecated
added in
v1.15.0
func (*DataQualitySpec_PostScanActions_NotificationReport) Descriptor() ([]byte, []int)
Deprecated: Use DataQualitySpec_PostScanActions_NotificationReport.ProtoReflect.Descriptor instead.
func (*DataQualitySpec_PostScanActions_NotificationReport) GetJobEndTrigger ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_NotificationReport) GetJobEndTrigger() *DataQualitySpec_PostScanActions_JobEndTrigger
func (*DataQualitySpec_PostScanActions_NotificationReport) GetJobFailureTrigger ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_NotificationReport) GetJobFailureTrigger() *DataQualitySpec_PostScanActions_JobFailureTrigger
func (*DataQualitySpec_PostScanActions_NotificationReport) GetRecipients ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_NotificationReport) GetRecipients() *DataQualitySpec_PostScanActions_Recipients
func (*DataQualitySpec_PostScanActions_NotificationReport) GetScoreThresholdTrigger ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_NotificationReport) GetScoreThresholdTrigger() *DataQualitySpec_PostScanActions_ScoreThresholdTrigger
func (*DataQualitySpec_PostScanActions_NotificationReport) ProtoMessage ¶ added in v1.15.0
func (*DataQualitySpec_PostScanActions_NotificationReport) ProtoMessage()
func (*DataQualitySpec_PostScanActions_NotificationReport) ProtoReflect ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_NotificationReport) ProtoReflect() protoreflect.Message
func (*DataQualitySpec_PostScanActions_NotificationReport) Reset ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_NotificationReport) Reset()
func (*DataQualitySpec_PostScanActions_NotificationReport) String ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_NotificationReport) String() string
type DataQualitySpec_PostScanActions_Recipients ¶ added in v1.15.0
type DataQualitySpec_PostScanActions_Recipients struct { // Optional. The email recipients who will receive the DataQualityScan // results report. Emails []string `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"` // contains filtered or unexported fields }
The individuals or groups who are designated to receive notifications upon triggers.
func (*DataQualitySpec_PostScanActions_Recipients) Descriptor
deprecated
added in
v1.15.0
func (*DataQualitySpec_PostScanActions_Recipients) Descriptor() ([]byte, []int)
Deprecated: Use DataQualitySpec_PostScanActions_Recipients.ProtoReflect.Descriptor instead.
func (*DataQualitySpec_PostScanActions_Recipients) GetEmails ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_Recipients) GetEmails() []string
func (*DataQualitySpec_PostScanActions_Recipients) ProtoMessage ¶ added in v1.15.0
func (*DataQualitySpec_PostScanActions_Recipients) ProtoMessage()
func (*DataQualitySpec_PostScanActions_Recipients) ProtoReflect ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_Recipients) ProtoReflect() protoreflect.Message
func (*DataQualitySpec_PostScanActions_Recipients) Reset ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_Recipients) Reset()
func (*DataQualitySpec_PostScanActions_Recipients) String ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_Recipients) String() string
type DataQualitySpec_PostScanActions_ScoreThresholdTrigger ¶ added in v1.15.0
type DataQualitySpec_PostScanActions_ScoreThresholdTrigger struct { // Optional. The score range is in [0,100]. ScoreThreshold float32 `protobuf:"fixed32,2,opt,name=score_threshold,json=scoreThreshold,proto3" json:"score_threshold,omitempty"` // contains filtered or unexported fields }
This trigger is triggered when the DQ score in the job result is less than a specified input score.
func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) Descriptor
deprecated
added in
v1.15.0
func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) Descriptor() ([]byte, []int)
Deprecated: Use DataQualitySpec_PostScanActions_ScoreThresholdTrigger.ProtoReflect.Descriptor instead.
func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) GetScoreThreshold ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_ScoreThresholdTrigger) GetScoreThreshold() float32
func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) ProtoMessage ¶ added in v1.15.0
func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) ProtoMessage()
func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) ProtoReflect ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_ScoreThresholdTrigger) ProtoReflect() protoreflect.Message
func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) Reset ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_ScoreThresholdTrigger) Reset()
func (*DataQualitySpec_PostScanActions_ScoreThresholdTrigger) String ¶ added in v1.15.0
func (x *DataQualitySpec_PostScanActions_ScoreThresholdTrigger) String() string
type DataScan ¶ added in v1.5.0
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.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.cloud.dataplex.v1.DataScanType" json:"type,omitempty"` // Data scan related setting. // The settings are required and immutable. After you configure the settings // for one type of data scan, you can't change the data scan to a different // type of data scan. // // Types that are assignable to Spec: // // *DataScan_DataQualitySpec // *DataScan_DataProfileSpec // *DataScan_DataDiscoverySpec Spec isDataScan_Spec `protobuf_oneof:"spec"` // The result of the data scan. // // Types that are assignable to Result: // // *DataScan_DataQualityResult // *DataScan_DataProfileResult // *DataScan_DataDiscoveryResult 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
added in
v1.5.0
func (*DataScan) GetCreateTime ¶ added in v1.5.0
func (x *DataScan) GetCreateTime() *timestamppb.Timestamp
func (*DataScan) GetData ¶ added in v1.5.0
func (x *DataScan) GetData() *DataSource
func (*DataScan) GetDataDiscoveryResult ¶ added in v1.20.0
func (x *DataScan) GetDataDiscoveryResult() *DataDiscoveryResult
func (*DataScan) GetDataDiscoverySpec ¶ added in v1.20.0
func (x *DataScan) GetDataDiscoverySpec() *DataDiscoverySpec
func (*DataScan) GetDataProfileResult ¶ added in v1.5.0
func (x *DataScan) GetDataProfileResult() *DataProfileResult
func (*DataScan) GetDataProfileSpec ¶ added in v1.5.0
func (x *DataScan) GetDataProfileSpec() *DataProfileSpec
func (*DataScan) GetDataQualityResult ¶ added in v1.5.0
func (x *DataScan) GetDataQualityResult() *DataQualityResult
func (*DataScan) GetDataQualitySpec ¶ added in v1.5.0
func (x *DataScan) GetDataQualitySpec() *DataQualitySpec
func (*DataScan) GetDescription ¶ added in v1.5.0
func (*DataScan) GetDisplayName ¶ added in v1.5.0
func (*DataScan) GetExecutionSpec ¶ added in v1.5.0
func (x *DataScan) GetExecutionSpec() *DataScan_ExecutionSpec
func (*DataScan) GetExecutionStatus ¶ added in v1.5.0
func (x *DataScan) GetExecutionStatus() *DataScan_ExecutionStatus
func (*DataScan) GetType ¶ added in v1.5.0
func (x *DataScan) GetType() DataScanType
func (*DataScan) GetUpdateTime ¶ added in v1.5.0
func (x *DataScan) GetUpdateTime() *timestamppb.Timestamp
func (*DataScan) ProtoMessage ¶ added in v1.5.0
func (*DataScan) ProtoMessage()
func (*DataScan) ProtoReflect ¶ added in v1.5.0
func (x *DataScan) ProtoReflect() protoreflect.Message
type DataScanEvent ¶ added in v1.5.0
type DataScanEvent struct { // The data source of the data scan DataSource string `protobuf:"bytes,1,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"` // The identifier of the specific data scan job this log entry is for. JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // The time when the data scan job was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The time when the data scan job started to run. StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // The time when the data scan job finished. EndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // The type of the data scan. Type DataScanEvent_ScanType `protobuf:"varint,5,opt,name=type,proto3,enum=google.cloud.dataplex.v1.DataScanEvent_ScanType" json:"type,omitempty"` // The status of the data scan job. State DataScanEvent_State `protobuf:"varint,6,opt,name=state,proto3,enum=google.cloud.dataplex.v1.DataScanEvent_State" json:"state,omitempty"` // The message describing the data scan job event. Message string `protobuf:"bytes,7,opt,name=message,proto3" json:"message,omitempty"` // A version identifier of the spec which was used to execute this job. SpecVersion string `protobuf:"bytes,8,opt,name=spec_version,json=specVersion,proto3" json:"spec_version,omitempty"` // The trigger type of the data scan job. Trigger DataScanEvent_Trigger `protobuf:"varint,9,opt,name=trigger,proto3,enum=google.cloud.dataplex.v1.DataScanEvent_Trigger" json:"trigger,omitempty"` // The scope of the data scan (e.g. full, incremental). Scope DataScanEvent_Scope `protobuf:"varint,10,opt,name=scope,proto3,enum=google.cloud.dataplex.v1.DataScanEvent_Scope" json:"scope,omitempty"` // The result of the data scan job. // // Types that are assignable to Result: // // *DataScanEvent_DataProfile // *DataScanEvent_DataQuality Result isDataScanEvent_Result `protobuf_oneof:"result"` // The applied configs in the data scan job. // // Types that are assignable to AppliedConfigs: // // *DataScanEvent_DataProfileConfigs // *DataScanEvent_DataQualityConfigs AppliedConfigs isDataScanEvent_AppliedConfigs `protobuf_oneof:"appliedConfigs"` // The result of post scan actions. PostScanActionsResult *DataScanEvent_PostScanActionsResult `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
These messages contain information about the execution of a datascan. The monitored resource is 'DataScan'
func (*DataScanEvent) Descriptor
deprecated
added in
v1.5.0
func (*DataScanEvent) Descriptor() ([]byte, []int)
Deprecated: Use DataScanEvent.ProtoReflect.Descriptor instead.
func (*DataScanEvent) GetAppliedConfigs ¶ added in v1.9.0
func (m *DataScanEvent) GetAppliedConfigs() isDataScanEvent_AppliedConfigs
func (*DataScanEvent) GetCreateTime ¶ added in v1.9.0
func (x *DataScanEvent) GetCreateTime() *timestamppb.Timestamp
func (*DataScanEvent) GetDataProfile ¶ added in v1.5.0
func (x *DataScanEvent) GetDataProfile() *DataScanEvent_DataProfileResult
func (*DataScanEvent) GetDataProfileConfigs ¶ added in v1.9.0
func (x *DataScanEvent) GetDataProfileConfigs() *DataScanEvent_DataProfileAppliedConfigs
func (*DataScanEvent) GetDataQuality ¶ added in v1.5.0
func (x *DataScanEvent) GetDataQuality() *DataScanEvent_DataQualityResult
func (*DataScanEvent) GetDataQualityConfigs ¶ added in v1.9.0
func (x *DataScanEvent) GetDataQualityConfigs() *DataScanEvent_DataQualityAppliedConfigs
func (*DataScanEvent) GetDataSource ¶ added in v1.5.0
func (x *DataScanEvent) GetDataSource() string
func (*DataScanEvent) GetEndTime ¶ added in v1.5.0
func (x *DataScanEvent) GetEndTime() *timestamppb.Timestamp
func (*DataScanEvent) GetJobId ¶ added in v1.5.0
func (x *DataScanEvent) GetJobId() string
func (*DataScanEvent) GetMessage ¶ added in v1.5.0
func (x *DataScanEvent) GetMessage() string
func (*DataScanEvent) GetPostScanActionsResult ¶ added in v1.9.0
func (x *DataScanEvent) GetPostScanActionsResult() *DataScanEvent_PostScanActionsResult
func (*DataScanEvent) GetResult ¶ added in v1.5.0
func (m *DataScanEvent) GetResult() isDataScanEvent_Result
func (*DataScanEvent) GetScope ¶ added in v1.5.0
func (x *DataScanEvent) GetScope() DataScanEvent_Scope
func (*DataScanEvent) GetSpecVersion ¶ added in v1.5.0
func (x *DataScanEvent) GetSpecVersion() string
func (*DataScanEvent) GetStartTime ¶ added in v1.5.0
func (x *DataScanEvent) GetStartTime() *timestamppb.Timestamp
func (*DataScanEvent) GetState ¶ added in v1.5.0
func (x *DataScanEvent) GetState() DataScanEvent_State
func (*DataScanEvent) GetTrigger ¶ added in v1.5.0
func (x *DataScanEvent) GetTrigger() DataScanEvent_Trigger
func (*DataScanEvent) GetType ¶ added in v1.5.0
func (x *DataScanEvent) GetType() DataScanEvent_ScanType
func (*DataScanEvent) ProtoMessage ¶ added in v1.5.0
func (*DataScanEvent) ProtoMessage()
func (*DataScanEvent) ProtoReflect ¶ added in v1.5.0
func (x *DataScanEvent) ProtoReflect() protoreflect.Message
func (*DataScanEvent) Reset ¶ added in v1.5.0
func (x *DataScanEvent) Reset()
func (*DataScanEvent) String ¶ added in v1.5.0
func (x *DataScanEvent) String() string
type DataScanEvent_DataProfile ¶ added in v1.5.0
type DataScanEvent_DataProfile struct { // Data profile result for data profile type data scan. DataProfile *DataScanEvent_DataProfileResult `protobuf:"bytes,101,opt,name=data_profile,json=dataProfile,proto3,oneof"` }
type DataScanEvent_DataProfileAppliedConfigs ¶ added in v1.9.0
type DataScanEvent_DataProfileAppliedConfigs struct { // The percentage of the records selected from the dataset for DataScan. // // * Value ranges between 0.0 and 100.0. // * Value 0.0 or 100.0 imply that sampling was not applied. SamplingPercent float32 `protobuf:"fixed32,1,opt,name=sampling_percent,json=samplingPercent,proto3" json:"sampling_percent,omitempty"` // Boolean indicating whether a row filter was applied in the DataScan job. RowFilterApplied bool `protobuf:"varint,2,opt,name=row_filter_applied,json=rowFilterApplied,proto3" json:"row_filter_applied,omitempty"` // Boolean indicating whether a column filter was applied in the DataScan // job. ColumnFilterApplied bool `protobuf:"varint,3,opt,name=column_filter_applied,json=columnFilterApplied,proto3" json:"column_filter_applied,omitempty"` // contains filtered or unexported fields }
Applied configs for data profile type data scan job.
func (*DataScanEvent_DataProfileAppliedConfigs) Descriptor
deprecated
added in
v1.9.0
func (*DataScanEvent_DataProfileAppliedConfigs) Descriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_DataProfileAppliedConfigs.ProtoReflect.Descriptor instead.
func (*DataScanEvent_DataProfileAppliedConfigs) GetColumnFilterApplied ¶ added in v1.9.0
func (x *DataScanEvent_DataProfileAppliedConfigs) GetColumnFilterApplied() bool
func (*DataScanEvent_DataProfileAppliedConfigs) GetRowFilterApplied ¶ added in v1.9.0
func (x *DataScanEvent_DataProfileAppliedConfigs) GetRowFilterApplied() bool
func (*DataScanEvent_DataProfileAppliedConfigs) GetSamplingPercent ¶ added in v1.9.0
func (x *DataScanEvent_DataProfileAppliedConfigs) GetSamplingPercent() float32
func (*DataScanEvent_DataProfileAppliedConfigs) ProtoMessage ¶ added in v1.9.0
func (*DataScanEvent_DataProfileAppliedConfigs) ProtoMessage()
func (*DataScanEvent_DataProfileAppliedConfigs) ProtoReflect ¶ added in v1.9.0
func (x *DataScanEvent_DataProfileAppliedConfigs) ProtoReflect() protoreflect.Message
func (*DataScanEvent_DataProfileAppliedConfigs) Reset ¶ added in v1.9.0
func (x *DataScanEvent_DataProfileAppliedConfigs) Reset()
func (*DataScanEvent_DataProfileAppliedConfigs) String ¶ added in v1.9.0
func (x *DataScanEvent_DataProfileAppliedConfigs) String() string
type DataScanEvent_DataProfileConfigs ¶ added in v1.9.0
type DataScanEvent_DataProfileConfigs struct { // Applied configs for data profile type data scan. DataProfileConfigs *DataScanEvent_DataProfileAppliedConfigs `protobuf:"bytes,201,opt,name=data_profile_configs,json=dataProfileConfigs,proto3,oneof"` }
type DataScanEvent_DataProfileResult ¶ added in v1.5.0
type DataScanEvent_DataProfileResult struct { // The count of rows processed in the data scan job. RowCount int64 `protobuf:"varint,1,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"` // contains filtered or unexported fields }
Data profile result for data scan job.
func (*DataScanEvent_DataProfileResult) Descriptor
deprecated
added in
v1.5.0
func (*DataScanEvent_DataProfileResult) Descriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_DataProfileResult.ProtoReflect.Descriptor instead.
func (*DataScanEvent_DataProfileResult) GetRowCount ¶ added in v1.5.0
func (x *DataScanEvent_DataProfileResult) GetRowCount() int64
func (*DataScanEvent_DataProfileResult) ProtoMessage ¶ added in v1.5.0
func (*DataScanEvent_DataProfileResult) ProtoMessage()
func (*DataScanEvent_DataProfileResult) ProtoReflect ¶ added in v1.5.0
func (x *DataScanEvent_DataProfileResult) ProtoReflect() protoreflect.Message
func (*DataScanEvent_DataProfileResult) Reset ¶ added in v1.5.0
func (x *DataScanEvent_DataProfileResult) Reset()
func (*DataScanEvent_DataProfileResult) String ¶ added in v1.5.0
func (x *DataScanEvent_DataProfileResult) String() string
type DataScanEvent_DataQuality ¶ added in v1.5.0
type DataScanEvent_DataQuality struct { // Data quality result for data quality type data scan. DataQuality *DataScanEvent_DataQualityResult `protobuf:"bytes,102,opt,name=data_quality,json=dataQuality,proto3,oneof"` }
type DataScanEvent_DataQualityAppliedConfigs ¶ added in v1.9.0
type DataScanEvent_DataQualityAppliedConfigs struct { // The percentage of the records selected from the dataset for DataScan. // // * Value ranges between 0.0 and 100.0. // * Value 0.0 or 100.0 imply that sampling was not applied. SamplingPercent float32 `protobuf:"fixed32,1,opt,name=sampling_percent,json=samplingPercent,proto3" json:"sampling_percent,omitempty"` // Boolean indicating whether a row filter was applied in the DataScan job. RowFilterApplied bool `protobuf:"varint,2,opt,name=row_filter_applied,json=rowFilterApplied,proto3" json:"row_filter_applied,omitempty"` // contains filtered or unexported fields }
Applied configs for data quality type data scan job.
func (*DataScanEvent_DataQualityAppliedConfigs) Descriptor
deprecated
added in
v1.9.0
func (*DataScanEvent_DataQualityAppliedConfigs) Descriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_DataQualityAppliedConfigs.ProtoReflect.Descriptor instead.
func (*DataScanEvent_DataQualityAppliedConfigs) GetRowFilterApplied ¶ added in v1.9.0
func (x *DataScanEvent_DataQualityAppliedConfigs) GetRowFilterApplied() bool
func (*DataScanEvent_DataQualityAppliedConfigs) GetSamplingPercent ¶ added in v1.9.0
func (x *DataScanEvent_DataQualityAppliedConfigs) GetSamplingPercent() float32
func (*DataScanEvent_DataQualityAppliedConfigs) ProtoMessage ¶ added in v1.9.0
func (*DataScanEvent_DataQualityAppliedConfigs) ProtoMessage()
func (*DataScanEvent_DataQualityAppliedConfigs) ProtoReflect ¶ added in v1.9.0
func (x *DataScanEvent_DataQualityAppliedConfigs) ProtoReflect() protoreflect.Message
func (*DataScanEvent_DataQualityAppliedConfigs) Reset ¶ added in v1.9.0
func (x *DataScanEvent_DataQualityAppliedConfigs) Reset()
func (*DataScanEvent_DataQualityAppliedConfigs) String ¶ added in v1.9.0
func (x *DataScanEvent_DataQualityAppliedConfigs) String() string
type DataScanEvent_DataQualityConfigs ¶ added in v1.9.0
type DataScanEvent_DataQualityConfigs struct { // Applied configs for data quality type data scan. DataQualityConfigs *DataScanEvent_DataQualityAppliedConfigs `protobuf:"bytes,202,opt,name=data_quality_configs,json=dataQualityConfigs,proto3,oneof"` }
type DataScanEvent_DataQualityResult ¶ added in v1.5.0
type DataScanEvent_DataQualityResult struct { // The count of rows processed in the data scan job. RowCount int64 `protobuf:"varint,1,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"` // Whether the data quality result was `pass` or not. Passed bool `protobuf:"varint,2,opt,name=passed,proto3" json:"passed,omitempty"` // The result of each dimension for data quality result. // The key of the map is the name of the dimension. // The value is the bool value depicting whether the dimension result was // `pass` or not. DimensionPassed map[string]bool `` /* 195-byte string literal not displayed */ // The table-level data quality score for the data scan job. // // The data quality score ranges between [0, 100] (up to two decimal // points). Score float32 `protobuf:"fixed32,4,opt,name=score,proto3" json:"score,omitempty"` // The score of each dimension for data quality result. // The key of the map is the name of the dimension. // The value is the data quality score for the dimension. // // The score ranges between [0, 100] (up to two decimal // points). DimensionScore map[string]float32 `` /* 193-byte string literal not displayed */ // The score of each column scanned in the data scan job. // The key of the map is the name of the column. // The value is the data quality score for the column. // // The score ranges between [0, 100] (up to two decimal // points). ColumnScore map[string]float32 `` /* 184-byte string literal not displayed */ // contains filtered or unexported fields }
Data quality result for data scan job.
func (*DataScanEvent_DataQualityResult) Descriptor
deprecated
added in
v1.5.0
func (*DataScanEvent_DataQualityResult) Descriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_DataQualityResult.ProtoReflect.Descriptor instead.
func (*DataScanEvent_DataQualityResult) GetColumnScore ¶ added in v1.12.0
func (x *DataScanEvent_DataQualityResult) GetColumnScore() map[string]float32
func (*DataScanEvent_DataQualityResult) GetDimensionPassed ¶ added in v1.5.0
func (x *DataScanEvent_DataQualityResult) GetDimensionPassed() map[string]bool
func (*DataScanEvent_DataQualityResult) GetDimensionScore ¶ added in v1.12.0
func (x *DataScanEvent_DataQualityResult) GetDimensionScore() map[string]float32
func (*DataScanEvent_DataQualityResult) GetPassed ¶ added in v1.5.0
func (x *DataScanEvent_DataQualityResult) GetPassed() bool
func (*DataScanEvent_DataQualityResult) GetRowCount ¶ added in v1.5.0
func (x *DataScanEvent_DataQualityResult) GetRowCount() int64
func (*DataScanEvent_DataQualityResult) GetScore ¶ added in v1.12.0
func (x *DataScanEvent_DataQualityResult) GetScore() float32
func (*DataScanEvent_DataQualityResult) ProtoMessage ¶ added in v1.5.0
func (*DataScanEvent_DataQualityResult) ProtoMessage()
func (*DataScanEvent_DataQualityResult) ProtoReflect ¶ added in v1.5.0
func (x *DataScanEvent_DataQualityResult) ProtoReflect() protoreflect.Message
func (*DataScanEvent_DataQualityResult) Reset ¶ added in v1.5.0
func (x *DataScanEvent_DataQualityResult) Reset()
func (*DataScanEvent_DataQualityResult) String ¶ added in v1.5.0
func (x *DataScanEvent_DataQualityResult) String() string
type DataScanEvent_PostScanActionsResult ¶ added in v1.9.0
type DataScanEvent_PostScanActionsResult struct { // The result of BigQuery export post scan action. BigqueryExportResult *DataScanEvent_PostScanActionsResult_BigQueryExportResult `protobuf:"bytes,1,opt,name=bigquery_export_result,json=bigqueryExportResult,proto3" json:"bigquery_export_result,omitempty"` // contains filtered or unexported fields }
Post scan actions result for data scan job.
func (*DataScanEvent_PostScanActionsResult) Descriptor
deprecated
added in
v1.9.0
func (*DataScanEvent_PostScanActionsResult) Descriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_PostScanActionsResult.ProtoReflect.Descriptor instead.
func (*DataScanEvent_PostScanActionsResult) GetBigqueryExportResult ¶ added in v1.9.0
func (x *DataScanEvent_PostScanActionsResult) GetBigqueryExportResult() *DataScanEvent_PostScanActionsResult_BigQueryExportResult
func (*DataScanEvent_PostScanActionsResult) ProtoMessage ¶ added in v1.9.0
func (*DataScanEvent_PostScanActionsResult) ProtoMessage()
func (*DataScanEvent_PostScanActionsResult) ProtoReflect ¶ added in v1.9.0
func (x *DataScanEvent_PostScanActionsResult) ProtoReflect() protoreflect.Message
func (*DataScanEvent_PostScanActionsResult) Reset ¶ added in v1.9.0
func (x *DataScanEvent_PostScanActionsResult) Reset()
func (*DataScanEvent_PostScanActionsResult) String ¶ added in v1.9.0
func (x *DataScanEvent_PostScanActionsResult) String() string
type DataScanEvent_PostScanActionsResult_BigQueryExportResult ¶ added in v1.9.0
type DataScanEvent_PostScanActionsResult_BigQueryExportResult struct { // Execution state for the BigQuery exporting. State DataScanEvent_PostScanActionsResult_BigQueryExportResult_State `` /* 157-byte string literal not displayed */ // Additional information about the BigQuery exporting. Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
The result of BigQuery export post scan action.
func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) Descriptor
deprecated
added in
v1.9.0
func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) Descriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_PostScanActionsResult_BigQueryExportResult.ProtoReflect.Descriptor instead.
func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) GetMessage ¶ added in v1.9.0
func (x *DataScanEvent_PostScanActionsResult_BigQueryExportResult) GetMessage() string
func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) ProtoMessage ¶ added in v1.9.0
func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) ProtoMessage()
func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) ProtoReflect ¶ added in v1.9.0
func (x *DataScanEvent_PostScanActionsResult_BigQueryExportResult) ProtoReflect() protoreflect.Message
func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) Reset ¶ added in v1.9.0
func (x *DataScanEvent_PostScanActionsResult_BigQueryExportResult) Reset()
func (*DataScanEvent_PostScanActionsResult_BigQueryExportResult) String ¶ added in v1.9.0
func (x *DataScanEvent_PostScanActionsResult_BigQueryExportResult) String() string
type DataScanEvent_PostScanActionsResult_BigQueryExportResult_State ¶ added in v1.9.0
type DataScanEvent_PostScanActionsResult_BigQueryExportResult_State int32
Execution state for the exporting.
const ( // The exporting state is unspecified. DataScanEvent_PostScanActionsResult_BigQueryExportResult_STATE_UNSPECIFIED DataScanEvent_PostScanActionsResult_BigQueryExportResult_State = 0 // The exporting completed successfully. DataScanEvent_PostScanActionsResult_BigQueryExportResult_SUCCEEDED DataScanEvent_PostScanActionsResult_BigQueryExportResult_State = 1 // The exporting is no longer running due to an error. DataScanEvent_PostScanActionsResult_BigQueryExportResult_FAILED DataScanEvent_PostScanActionsResult_BigQueryExportResult_State = 2 // The exporting is skipped due to no valid scan result to export // (usually caused by scan failed). DataScanEvent_PostScanActionsResult_BigQueryExportResult_SKIPPED DataScanEvent_PostScanActionsResult_BigQueryExportResult_State = 3 )
func (DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) Descriptor ¶ added in v1.9.0
func (DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) Descriptor() protoreflect.EnumDescriptor
func (DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) EnumDescriptor
deprecated
added in
v1.9.0
func (DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_PostScanActionsResult_BigQueryExportResult_State.Descriptor instead.
func (DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) String ¶ added in v1.9.0
func (x DataScanEvent_PostScanActionsResult_BigQueryExportResult_State) String() string
type DataScanEvent_ScanType ¶ added in v1.5.0
type DataScanEvent_ScanType int32
The type of the data scan.
const ( // An unspecified data scan type. DataScanEvent_SCAN_TYPE_UNSPECIFIED DataScanEvent_ScanType = 0 // Data scan for data profile. DataScanEvent_DATA_PROFILE DataScanEvent_ScanType = 1 // Data scan for data quality. DataScanEvent_DATA_QUALITY DataScanEvent_ScanType = 2 // Data scan for data discovery. DataScanEvent_DATA_DISCOVERY DataScanEvent_ScanType = 4 )
func (DataScanEvent_ScanType) Descriptor ¶ added in v1.5.0
func (DataScanEvent_ScanType) Descriptor() protoreflect.EnumDescriptor
func (DataScanEvent_ScanType) Enum ¶ added in v1.5.0
func (x DataScanEvent_ScanType) Enum() *DataScanEvent_ScanType
func (DataScanEvent_ScanType) EnumDescriptor
deprecated
added in
v1.5.0
func (DataScanEvent_ScanType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_ScanType.Descriptor instead.
func (DataScanEvent_ScanType) Number ¶ added in v1.5.0
func (x DataScanEvent_ScanType) Number() protoreflect.EnumNumber
func (DataScanEvent_ScanType) String ¶ added in v1.5.0
func (x DataScanEvent_ScanType) String() string
func (DataScanEvent_ScanType) Type ¶ added in v1.5.0
func (DataScanEvent_ScanType) Type() protoreflect.EnumType
type DataScanEvent_Scope ¶ added in v1.5.0
type DataScanEvent_Scope int32
The scope of job for the data scan.
const ( // An unspecified scope type. DataScanEvent_SCOPE_UNSPECIFIED DataScanEvent_Scope = 0 // Data scan runs on all of the data. DataScanEvent_FULL DataScanEvent_Scope = 1 // Data scan runs on incremental data. DataScanEvent_INCREMENTAL DataScanEvent_Scope = 2 )
func (DataScanEvent_Scope) Descriptor ¶ added in v1.5.0
func (DataScanEvent_Scope) Descriptor() protoreflect.EnumDescriptor
func (DataScanEvent_Scope) Enum ¶ added in v1.5.0
func (x DataScanEvent_Scope) Enum() *DataScanEvent_Scope
func (DataScanEvent_Scope) EnumDescriptor
deprecated
added in
v1.5.0
func (DataScanEvent_Scope) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_Scope.Descriptor instead.
func (DataScanEvent_Scope) Number ¶ added in v1.5.0
func (x DataScanEvent_Scope) Number() protoreflect.EnumNumber
func (DataScanEvent_Scope) String ¶ added in v1.5.0
func (x DataScanEvent_Scope) String() string
func (DataScanEvent_Scope) Type ¶ added in v1.5.0
func (DataScanEvent_Scope) Type() protoreflect.EnumType
type DataScanEvent_State ¶ added in v1.5.0
type DataScanEvent_State int32
The job state of the data scan.
const ( // Unspecified job state. DataScanEvent_STATE_UNSPECIFIED DataScanEvent_State = 0 // Data scan job started. DataScanEvent_STARTED DataScanEvent_State = 1 // Data scan job successfully completed. DataScanEvent_SUCCEEDED DataScanEvent_State = 2 // Data scan job was unsuccessful. DataScanEvent_FAILED DataScanEvent_State = 3 // Data scan job was cancelled. DataScanEvent_CANCELLED DataScanEvent_State = 4 // Data scan job was createed. DataScanEvent_CREATED DataScanEvent_State = 5 )
func (DataScanEvent_State) Descriptor ¶ added in v1.5.0
func (DataScanEvent_State) Descriptor() protoreflect.EnumDescriptor
func (DataScanEvent_State) Enum ¶ added in v1.5.0
func (x DataScanEvent_State) Enum() *DataScanEvent_State
func (DataScanEvent_State) EnumDescriptor
deprecated
added in
v1.5.0
func (DataScanEvent_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_State.Descriptor instead.
func (DataScanEvent_State) Number ¶ added in v1.5.0
func (x DataScanEvent_State) Number() protoreflect.EnumNumber
func (DataScanEvent_State) String ¶ added in v1.5.0
func (x DataScanEvent_State) String() string
func (DataScanEvent_State) Type ¶ added in v1.5.0
func (DataScanEvent_State) Type() protoreflect.EnumType
type DataScanEvent_Trigger ¶ added in v1.5.0
type DataScanEvent_Trigger int32
The trigger type for the data scan.
const ( // An unspecified trigger type. DataScanEvent_TRIGGER_UNSPECIFIED DataScanEvent_Trigger = 0 // Data scan triggers on demand. DataScanEvent_ON_DEMAND DataScanEvent_Trigger = 1 // Data scan triggers as per schedule. DataScanEvent_SCHEDULE DataScanEvent_Trigger = 2 )
func (DataScanEvent_Trigger) Descriptor ¶ added in v1.5.0
func (DataScanEvent_Trigger) Descriptor() protoreflect.EnumDescriptor
func (DataScanEvent_Trigger) Enum ¶ added in v1.5.0
func (x DataScanEvent_Trigger) Enum() *DataScanEvent_Trigger
func (DataScanEvent_Trigger) EnumDescriptor
deprecated
added in
v1.5.0
func (DataScanEvent_Trigger) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataScanEvent_Trigger.Descriptor instead.
func (DataScanEvent_Trigger) Number ¶ added in v1.5.0
func (x DataScanEvent_Trigger) Number() protoreflect.EnumNumber
func (DataScanEvent_Trigger) String ¶ added in v1.5.0
func (x DataScanEvent_Trigger) String() string
func (DataScanEvent_Trigger) Type ¶ added in v1.5.0
func (DataScanEvent_Trigger) Type() protoreflect.EnumType
type DataScanJob ¶ added in v1.5.0
type DataScanJob struct { // Output only. The relative resource name of the DataScanJob, of the form: // `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_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 DataScanJob. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Output only. The time when the DataScanJob was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The time when the DataScanJob 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 DataScanJob ended. EndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // Output only. Execution state for the DataScanJob. State DataScanJob_State `protobuf:"varint,5,opt,name=state,proto3,enum=google.cloud.dataplex.v1.DataScanJob_State" json:"state,omitempty"` // Output only. Additional information about the current state. Message string `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"` // Output only. The type of the parent DataScan. Type DataScanType `protobuf:"varint,7,opt,name=type,proto3,enum=google.cloud.dataplex.v1.DataScanType" json:"type,omitempty"` // Data scan related setting. // // Types that are assignable to Spec: // // *DataScanJob_DataQualitySpec // *DataScanJob_DataProfileSpec // *DataScanJob_DataDiscoverySpec Spec isDataScanJob_Spec `protobuf_oneof:"spec"` // The result of the data scan. // // Types that are assignable to Result: // // *DataScanJob_DataQualityResult // *DataScanJob_DataProfileResult // *DataScanJob_DataDiscoveryResult Result isDataScanJob_Result `protobuf_oneof:"result"` // contains filtered or unexported fields }
A DataScanJob represents an instance of DataScan execution.
func (*DataScanJob) Descriptor
deprecated
added in
v1.5.0
func (*DataScanJob) Descriptor() ([]byte, []int)
Deprecated: Use DataScanJob.ProtoReflect.Descriptor instead.
func (*DataScanJob) GetCreateTime ¶ added in v1.20.0
func (x *DataScanJob) GetCreateTime() *timestamppb.Timestamp
func (*DataScanJob) GetDataDiscoveryResult ¶ added in v1.20.0
func (x *DataScanJob) GetDataDiscoveryResult() *DataDiscoveryResult
func (*DataScanJob) GetDataDiscoverySpec ¶ added in v1.20.0
func (x *DataScanJob) GetDataDiscoverySpec() *DataDiscoverySpec
func (*DataScanJob) GetDataProfileResult ¶ added in v1.5.0
func (x *DataScanJob) GetDataProfileResult() *DataProfileResult
func (*DataScanJob) GetDataProfileSpec ¶ added in v1.5.0
func (x *DataScanJob) GetDataProfileSpec() *DataProfileSpec
func (*DataScanJob) GetDataQualityResult ¶ added in v1.5.0
func (x *DataScanJob) GetDataQualityResult() *DataQualityResult
func (*DataScanJob) GetDataQualitySpec ¶ added in v1.5.0
func (x *DataScanJob) GetDataQualitySpec() *DataQualitySpec
func (*DataScanJob) GetEndTime ¶ added in v1.5.0
func (x *DataScanJob) GetEndTime() *timestamppb.Timestamp
func (*DataScanJob) GetMessage ¶ added in v1.5.0
func (x *DataScanJob) GetMessage() string
func (*DataScanJob) GetName ¶ added in v1.5.0
func (x *DataScanJob) GetName() string
func (*DataScanJob) GetResult ¶ added in v1.5.0
func (m *DataScanJob) GetResult() isDataScanJob_Result
func (*DataScanJob) GetSpec ¶ added in v1.5.0
func (m *DataScanJob) GetSpec() isDataScanJob_Spec
func (*DataScanJob) GetStartTime ¶ added in v1.5.0
func (x *DataScanJob) GetStartTime() *timestamppb.Timestamp
func (*DataScanJob) GetState ¶ added in v1.5.0
func (x *DataScanJob) GetState() DataScanJob_State
func (*DataScanJob) GetType ¶ added in v1.5.0
func (x *DataScanJob) GetType() DataScanType
func (*DataScanJob) GetUid ¶ added in v1.5.0
func (x *DataScanJob) GetUid() string
func (*DataScanJob) ProtoMessage ¶ added in v1.5.0
func (*DataScanJob) ProtoMessage()
func (*DataScanJob) ProtoReflect ¶ added in v1.5.0
func (x *DataScanJob) ProtoReflect() protoreflect.Message
func (*DataScanJob) Reset ¶ added in v1.5.0
func (x *DataScanJob) Reset()
func (*DataScanJob) String ¶ added in v1.5.0
func (x *DataScanJob) String() string
type DataScanJob_DataDiscoveryResult ¶ added in v1.20.0
type DataScanJob_DataDiscoveryResult struct { // Output only. The result of a data discovery scan. DataDiscoveryResult *DataDiscoveryResult `protobuf:"bytes,202,opt,name=data_discovery_result,json=dataDiscoveryResult,proto3,oneof"` }
type DataScanJob_DataDiscoverySpec ¶ added in v1.20.0
type DataScanJob_DataDiscoverySpec struct { // Output only. Settings for a data discovery scan. DataDiscoverySpec *DataDiscoverySpec `protobuf:"bytes,102,opt,name=data_discovery_spec,json=dataDiscoverySpec,proto3,oneof"` }
type DataScanJob_DataProfileResult ¶ added in v1.5.0
type DataScanJob_DataProfileResult struct { // Output only. The result of a data profile scan. DataProfileResult *DataProfileResult `protobuf:"bytes,201,opt,name=data_profile_result,json=dataProfileResult,proto3,oneof"` }
type DataScanJob_DataProfileSpec ¶ added in v1.5.0
type DataScanJob_DataProfileSpec struct { // Output only. Settings for a data profile scan. DataProfileSpec *DataProfileSpec `protobuf:"bytes,101,opt,name=data_profile_spec,json=dataProfileSpec,proto3,oneof"` }
type DataScanJob_DataQualityResult ¶ added in v1.5.0
type DataScanJob_DataQualityResult struct { // Output only. The result of a data quality scan. DataQualityResult *DataQualityResult `protobuf:"bytes,200,opt,name=data_quality_result,json=dataQualityResult,proto3,oneof"` }
type DataScanJob_DataQualitySpec ¶ added in v1.5.0
type DataScanJob_DataQualitySpec struct { // Output only. Settings for a data quality scan. DataQualitySpec *DataQualitySpec `protobuf:"bytes,100,opt,name=data_quality_spec,json=dataQualitySpec,proto3,oneof"` }
type DataScanJob_State ¶ added in v1.5.0
type DataScanJob_State int32
Execution state for the DataScanJob.
const ( // The DataScanJob state is unspecified. DataScanJob_STATE_UNSPECIFIED DataScanJob_State = 0 // The DataScanJob is running. DataScanJob_RUNNING DataScanJob_State = 1 // The DataScanJob is canceling. DataScanJob_CANCELING DataScanJob_State = 2 // The DataScanJob cancellation was successful. DataScanJob_CANCELLED DataScanJob_State = 3 // The DataScanJob completed successfully. DataScanJob_SUCCEEDED DataScanJob_State = 4 // The DataScanJob is no longer running due to an error. DataScanJob_FAILED DataScanJob_State = 5 // The DataScanJob has been created but not started to run yet. DataScanJob_PENDING DataScanJob_State = 7 )
func (DataScanJob_State) Descriptor ¶ added in v1.5.0
func (DataScanJob_State) Descriptor() protoreflect.EnumDescriptor
func (DataScanJob_State) Enum ¶ added in v1.5.0
func (x DataScanJob_State) Enum() *DataScanJob_State
func (DataScanJob_State) EnumDescriptor
deprecated
added in
v1.5.0
func (DataScanJob_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataScanJob_State.Descriptor instead.
func (DataScanJob_State) Number ¶ added in v1.5.0
func (x DataScanJob_State) Number() protoreflect.EnumNumber
func (DataScanJob_State) String ¶ added in v1.5.0
func (x DataScanJob_State) String() string
func (DataScanJob_State) Type ¶ added in v1.5.0
func (DataScanJob_State) Type() protoreflect.EnumType
type DataScanServiceClient ¶ added in v1.5.0
type DataScanServiceClient interface { // Creates a DataScan resource. CreateDataScan(ctx context.Context, in *CreateDataScanRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates a DataScan resource. UpdateDataScan(ctx context.Context, in *UpdateDataScanRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a DataScan resource. DeleteDataScan(ctx context.Context, in *DeleteDataScanRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Gets a DataScan resource. GetDataScan(ctx context.Context, in *GetDataScanRequest, opts ...grpc.CallOption) (*DataScan, error) // Lists DataScans. ListDataScans(ctx context.Context, in *ListDataScansRequest, opts ...grpc.CallOption) (*ListDataScansResponse, error) // Runs an on-demand execution of a DataScan RunDataScan(ctx context.Context, in *RunDataScanRequest, opts ...grpc.CallOption) (*RunDataScanResponse, error) // Gets a DataScanJob resource. GetDataScanJob(ctx context.Context, in *GetDataScanJobRequest, opts ...grpc.CallOption) (*DataScanJob, error) // Lists DataScanJobs under the given DataScan. ListDataScanJobs(ctx context.Context, in *ListDataScanJobsRequest, opts ...grpc.CallOption) (*ListDataScanJobsResponse, error) // Generates recommended data quality rules based on the results of a data // profiling scan. // // Use the recommendations to build rules for a data quality scan. GenerateDataQualityRules(ctx context.Context, in *GenerateDataQualityRulesRequest, opts ...grpc.CallOption) (*GenerateDataQualityRulesResponse, error) }
DataScanServiceClient is the client API for DataScanService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDataScanServiceClient ¶ added in v1.5.0
func NewDataScanServiceClient(cc grpc.ClientConnInterface) DataScanServiceClient
type DataScanServiceServer ¶ added in v1.5.0
type DataScanServiceServer interface { // Creates a DataScan resource. CreateDataScan(context.Context, *CreateDataScanRequest) (*longrunningpb.Operation, error) // Updates a DataScan resource. UpdateDataScan(context.Context, *UpdateDataScanRequest) (*longrunningpb.Operation, error) // Deletes a DataScan resource. DeleteDataScan(context.Context, *DeleteDataScanRequest) (*longrunningpb.Operation, error) // Gets a DataScan resource. GetDataScan(context.Context, *GetDataScanRequest) (*DataScan, error) // Lists DataScans. ListDataScans(context.Context, *ListDataScansRequest) (*ListDataScansResponse, error) // Runs an on-demand execution of a DataScan RunDataScan(context.Context, *RunDataScanRequest) (*RunDataScanResponse, error) // Gets a DataScanJob resource. GetDataScanJob(context.Context, *GetDataScanJobRequest) (*DataScanJob, error) // Lists DataScanJobs under the given DataScan. ListDataScanJobs(context.Context, *ListDataScanJobsRequest) (*ListDataScanJobsResponse, error) // Generates recommended data quality rules based on the results of a data // profiling scan. // // Use the recommendations to build rules for a data quality scan. GenerateDataQualityRules(context.Context, *GenerateDataQualityRulesRequest) (*GenerateDataQualityRulesResponse, error) }
DataScanServiceServer is the server API for DataScanService service.
type DataScanType ¶ added in v1.5.0
type DataScanType int32
The type of data scan.
const ( // The data scan 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 // Data discovery scan. DataScanType_DATA_DISCOVERY DataScanType = 3 )
func (DataScanType) Descriptor ¶ added in v1.5.0
func (DataScanType) Descriptor() protoreflect.EnumDescriptor
func (DataScanType) Enum ¶ added in v1.5.0
func (x DataScanType) Enum() *DataScanType
func (DataScanType) EnumDescriptor
deprecated
added in
v1.5.0
func (DataScanType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataScanType.Descriptor instead.
func (DataScanType) Number ¶ added in v1.5.0
func (x DataScanType) Number() protoreflect.EnumNumber
func (DataScanType) String ¶ added in v1.5.0
func (x DataScanType) String() string
func (DataScanType) Type ¶ added in v1.5.0
func (DataScanType) Type() protoreflect.EnumType
type DataScan_DataDiscoveryResult ¶ added in v1.20.0
type DataScan_DataDiscoveryResult struct { // Output only. The result of a data discovery scan. DataDiscoveryResult *DataDiscoveryResult `protobuf:"bytes,202,opt,name=data_discovery_result,json=dataDiscoveryResult,proto3,oneof"` }
type DataScan_DataDiscoverySpec ¶ added in v1.20.0
type DataScan_DataDiscoverySpec struct { // Settings for a data discovery scan. DataDiscoverySpec *DataDiscoverySpec `protobuf:"bytes,102,opt,name=data_discovery_spec,json=dataDiscoverySpec,proto3,oneof"` }
type DataScan_DataProfileResult ¶ added in v1.5.0
type DataScan_DataProfileResult struct { // Output only. The result of a data profile scan. DataProfileResult *DataProfileResult `protobuf:"bytes,201,opt,name=data_profile_result,json=dataProfileResult,proto3,oneof"` }
type DataScan_DataProfileSpec ¶ added in v1.5.0
type DataScan_DataProfileSpec struct { // Settings for a data profile scan. DataProfileSpec *DataProfileSpec `protobuf:"bytes,101,opt,name=data_profile_spec,json=dataProfileSpec,proto3,oneof"` }
type DataScan_DataQualityResult ¶ added in v1.5.0
type DataScan_DataQualityResult struct { // Output only. The result of a data quality scan. DataQualityResult *DataQualityResult `protobuf:"bytes,200,opt,name=data_quality_result,json=dataQualityResult,proto3,oneof"` }
type DataScan_DataQualitySpec ¶ added in v1.5.0
type DataScan_DataQualitySpec struct { // Settings for a data quality scan. DataQualitySpec *DataQualitySpec `protobuf:"bytes,100,opt,name=data_quality_spec,json=dataQualitySpec,proto3,oneof"` }
type DataScan_ExecutionSpec ¶ added in v1.5.0
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
added in
v1.5.0
func (*DataScan_ExecutionSpec) Descriptor() ([]byte, []int)
Deprecated: Use DataScan_ExecutionSpec.ProtoReflect.Descriptor instead.
func (*DataScan_ExecutionSpec) GetField ¶ added in v1.5.0
func (x *DataScan_ExecutionSpec) GetField() string
func (*DataScan_ExecutionSpec) GetIncremental ¶ added in v1.5.0
func (m *DataScan_ExecutionSpec) GetIncremental() isDataScan_ExecutionSpec_Incremental
func (*DataScan_ExecutionSpec) GetTrigger ¶ added in v1.5.0
func (x *DataScan_ExecutionSpec) GetTrigger() *Trigger
func (*DataScan_ExecutionSpec) ProtoMessage ¶ added in v1.5.0
func (*DataScan_ExecutionSpec) ProtoMessage()
func (*DataScan_ExecutionSpec) ProtoReflect ¶ added in v1.5.0
func (x *DataScan_ExecutionSpec) ProtoReflect() protoreflect.Message
func (*DataScan_ExecutionSpec) Reset ¶ added in v1.5.0
func (x *DataScan_ExecutionSpec) Reset()
func (*DataScan_ExecutionSpec) String ¶ added in v1.5.0
func (x *DataScan_ExecutionSpec) String() string
type DataScan_ExecutionSpec_Field ¶ added in v1.5.0
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 ¶ added in v1.5.0
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"` // Optional. The time when the DataScanJob execution was created. LatestJobCreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=latest_job_create_time,json=latestJobCreateTime,proto3" json:"latest_job_create_time,omitempty"` // contains filtered or unexported fields }
Status of the data scan execution.
func (*DataScan_ExecutionStatus) Descriptor
deprecated
added in
v1.5.0
func (*DataScan_ExecutionStatus) Descriptor() ([]byte, []int)
Deprecated: Use DataScan_ExecutionStatus.ProtoReflect.Descriptor instead.
func (*DataScan_ExecutionStatus) GetLatestJobCreateTime ¶ added in v1.18.0
func (x *DataScan_ExecutionStatus) GetLatestJobCreateTime() *timestamppb.Timestamp
func (*DataScan_ExecutionStatus) GetLatestJobEndTime ¶ added in v1.5.0
func (x *DataScan_ExecutionStatus) GetLatestJobEndTime() *timestamppb.Timestamp
func (*DataScan_ExecutionStatus) GetLatestJobStartTime ¶ added in v1.5.0
func (x *DataScan_ExecutionStatus) GetLatestJobStartTime() *timestamppb.Timestamp
func (*DataScan_ExecutionStatus) ProtoMessage ¶ added in v1.5.0
func (*DataScan_ExecutionStatus) ProtoMessage()
func (*DataScan_ExecutionStatus) ProtoReflect ¶ added in v1.5.0
func (x *DataScan_ExecutionStatus) ProtoReflect() protoreflect.Message
func (*DataScan_ExecutionStatus) Reset ¶ added in v1.5.0
func (x *DataScan_ExecutionStatus) Reset()
func (*DataScan_ExecutionStatus) String ¶ added in v1.5.0
func (x *DataScan_ExecutionStatus) String() string
type DataSource ¶ added in v1.5.0
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 // *DataSource_Resource Source isDataSource_Source `protobuf_oneof:"source"` // contains filtered or unexported fields }
The data source for DataScan.
func (*DataSource) Descriptor
deprecated
added in
v1.5.0
func (*DataSource) Descriptor() ([]byte, []int)
Deprecated: Use DataSource.ProtoReflect.Descriptor instead.
func (*DataSource) GetEntity ¶ added in v1.5.0
func (x *DataSource) GetEntity() string
func (*DataSource) GetResource ¶ added in v1.7.0
func (x *DataSource) GetResource() string
func (*DataSource) GetSource ¶ added in v1.5.0
func (m *DataSource) GetSource() isDataSource_Source
func (*DataSource) ProtoMessage ¶ added in v1.5.0
func (*DataSource) ProtoMessage()
func (*DataSource) ProtoReflect ¶ added in v1.5.0
func (x *DataSource) ProtoReflect() protoreflect.Message
func (*DataSource) Reset ¶ added in v1.5.0
func (x *DataSource) Reset()
func (*DataSource) String ¶ added in v1.5.0
func (x *DataSource) String() string
type DataSource_Entity ¶ added in v1.5.0
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 DataSource_Resource ¶ added in v1.7.0
type DataSource_Resource struct { // Immutable. The service-qualified full resource name of the cloud resource // for a DataScan job to scan against. The field could be: BigQuery table of // type "TABLE" for DataProfileScan/DataQualityScan Format: // //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID Resource string `protobuf:"bytes,101,opt,name=resource,proto3,oneof"` }
type DataTaxonomy ¶ added in v1.9.0
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"` // Output only. The number of classes in the DataTaxonomy. ClassCount int32 `protobuf:"varint,11,opt,name=class_count,json=classCount,proto3" json:"class_count,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
added in
v1.9.0
func (*DataTaxonomy) Descriptor() ([]byte, []int)
Deprecated: Use DataTaxonomy.ProtoReflect.Descriptor instead.
func (*DataTaxonomy) GetAttributeCount ¶ added in v1.9.0
func (x *DataTaxonomy) GetAttributeCount() int32
func (*DataTaxonomy) GetClassCount ¶ added in v1.9.0
func (x *DataTaxonomy) GetClassCount() int32
func (*DataTaxonomy) GetCreateTime ¶ added in v1.9.0
func (x *DataTaxonomy) GetCreateTime() *timestamppb.Timestamp
func (*DataTaxonomy) GetDescription ¶ added in v1.9.0
func (x *DataTaxonomy) GetDescription() string
func (*DataTaxonomy) GetDisplayName ¶ added in v1.9.0
func (x *DataTaxonomy) GetDisplayName() string
func (*DataTaxonomy) GetEtag ¶ added in v1.9.0
func (x *DataTaxonomy) GetEtag() string
func (*DataTaxonomy) GetLabels ¶ added in v1.9.0
func (x *DataTaxonomy) GetLabels() map[string]string
func (*DataTaxonomy) GetName ¶ added in v1.9.0
func (x *DataTaxonomy) GetName() string
func (*DataTaxonomy) GetUid ¶ added in v1.9.0
func (x *DataTaxonomy) GetUid() string
func (*DataTaxonomy) GetUpdateTime ¶ added in v1.9.0
func (x *DataTaxonomy) GetUpdateTime() *timestamppb.Timestamp
func (*DataTaxonomy) ProtoMessage ¶ added in v1.9.0
func (*DataTaxonomy) ProtoMessage()
func (*DataTaxonomy) ProtoReflect ¶ added in v1.9.0
func (x *DataTaxonomy) ProtoReflect() protoreflect.Message
func (*DataTaxonomy) Reset ¶ added in v1.9.0
func (x *DataTaxonomy) Reset()
func (*DataTaxonomy) String ¶ added in v1.9.0
func (x *DataTaxonomy) String() string
type DataTaxonomyServiceClient ¶ added in v1.9.0
type DataTaxonomyServiceClient interface { // Create a DataTaxonomy resource. CreateDataTaxonomy(ctx context.Context, in *CreateDataTaxonomyRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates a DataTaxonomy resource. UpdateDataTaxonomy(ctx context.Context, in *UpdateDataTaxonomyRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a DataTaxonomy resource. All attributes within the DataTaxonomy // must be deleted before the DataTaxonomy can be deleted. DeleteDataTaxonomy(ctx context.Context, in *DeleteDataTaxonomyRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists DataTaxonomy resources in a project and location. ListDataTaxonomies(ctx context.Context, in *ListDataTaxonomiesRequest, opts ...grpc.CallOption) (*ListDataTaxonomiesResponse, error) // Retrieves a DataTaxonomy resource. GetDataTaxonomy(ctx context.Context, in *GetDataTaxonomyRequest, opts ...grpc.CallOption) (*DataTaxonomy, error) // Create a DataAttributeBinding resource. CreateDataAttributeBinding(ctx context.Context, in *CreateDataAttributeBindingRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates a DataAttributeBinding resource. UpdateDataAttributeBinding(ctx context.Context, in *UpdateDataAttributeBindingRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a DataAttributeBinding resource. All attributes within the // DataAttributeBinding must be deleted before the DataAttributeBinding can be // deleted. DeleteDataAttributeBinding(ctx context.Context, in *DeleteDataAttributeBindingRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists DataAttributeBinding resources in a project and location. ListDataAttributeBindings(ctx context.Context, in *ListDataAttributeBindingsRequest, opts ...grpc.CallOption) (*ListDataAttributeBindingsResponse, error) // Retrieves a DataAttributeBinding resource. GetDataAttributeBinding(ctx context.Context, in *GetDataAttributeBindingRequest, opts ...grpc.CallOption) (*DataAttributeBinding, error) // Create a DataAttribute resource. CreateDataAttribute(ctx context.Context, in *CreateDataAttributeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates a DataAttribute resource. UpdateDataAttribute(ctx context.Context, in *UpdateDataAttributeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a Data Attribute resource. DeleteDataAttribute(ctx context.Context, in *DeleteDataAttributeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists Data Attribute resources in a DataTaxonomy. ListDataAttributes(ctx context.Context, in *ListDataAttributesRequest, opts ...grpc.CallOption) (*ListDataAttributesResponse, error) // Retrieves a Data Attribute resource. GetDataAttribute(ctx context.Context, in *GetDataAttributeRequest, opts ...grpc.CallOption) (*DataAttribute, error) }
DataTaxonomyServiceClient is the client API for DataTaxonomyService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDataTaxonomyServiceClient ¶ added in v1.9.0
func NewDataTaxonomyServiceClient(cc grpc.ClientConnInterface) DataTaxonomyServiceClient
type DataTaxonomyServiceServer ¶ added in v1.9.0
type DataTaxonomyServiceServer interface { // Create a DataTaxonomy resource. CreateDataTaxonomy(context.Context, *CreateDataTaxonomyRequest) (*longrunningpb.Operation, error) // Updates a DataTaxonomy resource. UpdateDataTaxonomy(context.Context, *UpdateDataTaxonomyRequest) (*longrunningpb.Operation, error) // Deletes a DataTaxonomy resource. All attributes within the DataTaxonomy // must be deleted before the DataTaxonomy can be deleted. DeleteDataTaxonomy(context.Context, *DeleteDataTaxonomyRequest) (*longrunningpb.Operation, error) // Lists DataTaxonomy resources in a project and location. ListDataTaxonomies(context.Context, *ListDataTaxonomiesRequest) (*ListDataTaxonomiesResponse, error) // Retrieves a DataTaxonomy resource. GetDataTaxonomy(context.Context, *GetDataTaxonomyRequest) (*DataTaxonomy, error) // Create a DataAttributeBinding resource. CreateDataAttributeBinding(context.Context, *CreateDataAttributeBindingRequest) (*longrunningpb.Operation, error) // Updates a DataAttributeBinding resource. UpdateDataAttributeBinding(context.Context, *UpdateDataAttributeBindingRequest) (*longrunningpb.Operation, error) // Deletes a DataAttributeBinding resource. All attributes within the // DataAttributeBinding must be deleted before the DataAttributeBinding can be // deleted. DeleteDataAttributeBinding(context.Context, *DeleteDataAttributeBindingRequest) (*longrunningpb.Operation, error) // Lists DataAttributeBinding resources in a project and location. ListDataAttributeBindings(context.Context, *ListDataAttributeBindingsRequest) (*ListDataAttributeBindingsResponse, error) // Retrieves a DataAttributeBinding resource. GetDataAttributeBinding(context.Context, *GetDataAttributeBindingRequest) (*DataAttributeBinding, error) // Create a DataAttribute resource. CreateDataAttribute(context.Context, *CreateDataAttributeRequest) (*longrunningpb.Operation, error) // Updates a DataAttribute resource. UpdateDataAttribute(context.Context, *UpdateDataAttributeRequest) (*longrunningpb.Operation, error) // Deletes a Data Attribute resource. DeleteDataAttribute(context.Context, *DeleteDataAttributeRequest) (*longrunningpb.Operation, error) // Lists Data Attribute resources in a DataTaxonomy. ListDataAttributes(context.Context, *ListDataAttributesRequest) (*ListDataAttributesResponse, error) // Retrieves a Data Attribute resource. GetDataAttribute(context.Context, *GetDataAttributeRequest) (*DataAttribute, error) }
DataTaxonomyServiceServer is the server API for DataTaxonomyService service.
type DataplexServiceClient ¶
type DataplexServiceClient interface { // Creates a lake resource. CreateLake(ctx context.Context, in *CreateLakeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates a lake resource. UpdateLake(ctx context.Context, in *UpdateLakeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a lake resource. All zones within the lake must be deleted before // the lake can be deleted. DeleteLake(ctx context.Context, in *DeleteLakeRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists lake resources in a project and location. ListLakes(ctx context.Context, in *ListLakesRequest, opts ...grpc.CallOption) (*ListLakesResponse, error) // Retrieves a lake resource. GetLake(ctx context.Context, in *GetLakeRequest, opts ...grpc.CallOption) (*Lake, error) // Lists action resources in a lake. ListLakeActions(ctx context.Context, in *ListLakeActionsRequest, opts ...grpc.CallOption) (*ListActionsResponse, error) // Creates a zone resource within a lake. CreateZone(ctx context.Context, in *CreateZoneRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates a zone resource. UpdateZone(ctx context.Context, in *UpdateZoneRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes a zone resource. All assets within a zone must be deleted before // the zone can be deleted. DeleteZone(ctx context.Context, in *DeleteZoneRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists zone resources in a lake. ListZones(ctx context.Context, in *ListZonesRequest, opts ...grpc.CallOption) (*ListZonesResponse, error) // Retrieves a zone resource. GetZone(ctx context.Context, in *GetZoneRequest, opts ...grpc.CallOption) (*Zone, error) // Lists action resources in a zone. ListZoneActions(ctx context.Context, in *ListZoneActionsRequest, opts ...grpc.CallOption) (*ListActionsResponse, error) // Creates an asset resource. CreateAsset(ctx context.Context, in *CreateAssetRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Updates an asset resource. UpdateAsset(ctx context.Context, in *UpdateAssetRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Deletes an asset resource. The referenced storage resource is detached // (default) or deleted based on the associated Lifecycle policy. DeleteAsset(ctx context.Context, in *DeleteAssetRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists asset resources in a zone. ListAssets(ctx context.Context, in *ListAssetsRequest, opts ...grpc.CallOption) (*ListAssetsResponse, error) // Retrieves an asset resource. GetAsset(ctx context.Context, in *GetAssetRequest, opts ...grpc.CallOption) (*Asset, error) // Lists action resources in an asset. ListAssetActions(ctx context.Context, in *ListAssetActionsRequest, opts ...grpc.CallOption) (*ListActionsResponse, error) // Creates a task resource within a lake. CreateTask(ctx context.Context, in *CreateTaskRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Update the task resource. UpdateTask(ctx context.Context, in *UpdateTaskRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Delete the task resource. DeleteTask(ctx context.Context, in *DeleteTaskRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists tasks under the given lake. ListTasks(ctx context.Context, in *ListTasksRequest, opts ...grpc.CallOption) (*ListTasksResponse, error) // Get task resource. GetTask(ctx context.Context, in *GetTaskRequest, opts ...grpc.CallOption) (*Task, error) // Lists Jobs under the given task. ListJobs(ctx context.Context, in *ListJobsRequest, opts ...grpc.CallOption) (*ListJobsResponse, error) // Run an on demand execution of a Task. RunTask(ctx context.Context, in *RunTaskRequest, opts ...grpc.CallOption) (*RunTaskResponse, error) // Get job resource. GetJob(ctx context.Context, in *GetJobRequest, opts ...grpc.CallOption) (*Job, error) // Cancel jobs running for the task resource. CancelJob(ctx context.Context, in *CancelJobRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Create an environment resource. CreateEnvironment(ctx context.Context, in *CreateEnvironmentRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Update the environment resource. UpdateEnvironment(ctx context.Context, in *UpdateEnvironmentRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Delete the environment resource. All the child resources must have been // deleted before environment deletion can be initiated. DeleteEnvironment(ctx context.Context, in *DeleteEnvironmentRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error) // Lists environments under the given lake. ListEnvironments(ctx context.Context, in *ListEnvironmentsRequest, opts ...grpc.CallOption) (*ListEnvironmentsResponse, error) // Get environment resource. GetEnvironment(ctx context.Context, in *GetEnvironmentRequest, opts ...grpc.CallOption) (*Environment, error) // Lists session resources in an environment. ListSessions(ctx context.Context, in *ListSessionsRequest, opts ...grpc.CallOption) (*ListSessionsResponse, error) }
DataplexServiceClient is the client API for DataplexService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDataplexServiceClient ¶
func NewDataplexServiceClient(cc grpc.ClientConnInterface) DataplexServiceClient
type DataplexServiceServer ¶
type DataplexServiceServer interface { // Creates a lake resource. CreateLake(context.Context, *CreateLakeRequest) (*longrunningpb.Operation, error) // Updates a lake resource. UpdateLake(context.Context, *UpdateLakeRequest) (*longrunningpb.Operation, error) // Deletes a lake resource. All zones within the lake must be deleted before // the lake can be deleted. DeleteLake(context.Context, *DeleteLakeRequest) (*longrunningpb.Operation, error) // Lists lake resources in a project and location. ListLakes(context.Context, *ListLakesRequest) (*ListLakesResponse, error) // Retrieves a lake resource. GetLake(context.Context, *GetLakeRequest) (*Lake, error) // Lists action resources in a lake. ListLakeActions(context.Context, *ListLakeActionsRequest) (*ListActionsResponse, error) // Creates a zone resource within a lake. CreateZone(context.Context, *CreateZoneRequest) (*longrunningpb.Operation, error) // Updates a zone resource. UpdateZone(context.Context, *UpdateZoneRequest) (*longrunningpb.Operation, error) // Deletes a zone resource. All assets within a zone must be deleted before // the zone can be deleted. DeleteZone(context.Context, *DeleteZoneRequest) (*longrunningpb.Operation, error) // Lists zone resources in a lake. ListZones(context.Context, *ListZonesRequest) (*ListZonesResponse, error) // Retrieves a zone resource. GetZone(context.Context, *GetZoneRequest) (*Zone, error) // Lists action resources in a zone. ListZoneActions(context.Context, *ListZoneActionsRequest) (*ListActionsResponse, error) // Creates an asset resource. CreateAsset(context.Context, *CreateAssetRequest) (*longrunningpb.Operation, error) // Updates an asset resource. UpdateAsset(context.Context, *UpdateAssetRequest) (*longrunningpb.Operation, error) // Deletes an asset resource. The referenced storage resource is detached // (default) or deleted based on the associated Lifecycle policy. DeleteAsset(context.Context, *DeleteAssetRequest) (*longrunningpb.Operation, error) // Lists asset resources in a zone. ListAssets(context.Context, *ListAssetsRequest) (*ListAssetsResponse, error) // Retrieves an asset resource. GetAsset(context.Context, *GetAssetRequest) (*Asset, error) // Lists action resources in an asset. ListAssetActions(context.Context, *ListAssetActionsRequest) (*ListActionsResponse, error) // Creates a task resource within a lake. CreateTask(context.Context, *CreateTaskRequest) (*longrunningpb.Operation, error) // Update the task resource. UpdateTask(context.Context, *UpdateTaskRequest) (*longrunningpb.Operation, error) // Delete the task resource. DeleteTask(context.Context, *DeleteTaskRequest) (*longrunningpb.Operation, error) // Lists tasks under the given lake. ListTasks(context.Context, *ListTasksRequest) (*ListTasksResponse, error) // Get task resource. GetTask(context.Context, *GetTaskRequest) (*Task, error) // Lists Jobs under the given task. ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error) // Run an on demand execution of a Task. RunTask(context.Context, *RunTaskRequest) (*RunTaskResponse, error) // Get job resource. GetJob(context.Context, *GetJobRequest) (*Job, error) // Cancel jobs running for the task resource. CancelJob(context.Context, *CancelJobRequest) (*emptypb.Empty, error) // Create an environment resource. CreateEnvironment(context.Context, *CreateEnvironmentRequest) (*longrunningpb.Operation, error) // Update the environment resource. UpdateEnvironment(context.Context, *UpdateEnvironmentRequest) (*longrunningpb.Operation, error) // Delete the environment resource. All the child resources must have been // deleted before environment deletion can be initiated. DeleteEnvironment(context.Context, *DeleteEnvironmentRequest) (*longrunningpb.Operation, error) // Lists environments under the given lake. ListEnvironments(context.Context, *ListEnvironmentsRequest) (*ListEnvironmentsResponse, error) // Get environment resource. GetEnvironment(context.Context, *GetEnvironmentRequest) (*Environment, error) // Lists session resources in an environment. ListSessions(context.Context, *ListSessionsRequest) (*ListSessionsResponse, error) }
DataplexServiceServer is the server API for DataplexService service.
type DeleteAspectTypeRequest ¶ added in v1.15.0
type DeleteAspectTypeRequest struct { // Required. The resource name of the AspectType: // `projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. If the client provided etag value does not match the current etag // value, the DeleteAspectTypeRequest method returns an ABORTED error // response. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
Delele AspectType Request.
func (*DeleteAspectTypeRequest) Descriptor
deprecated
added in
v1.15.0
func (*DeleteAspectTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAspectTypeRequest.ProtoReflect.Descriptor instead.
func (*DeleteAspectTypeRequest) GetEtag ¶ added in v1.15.0
func (x *DeleteAspectTypeRequest) GetEtag() string
func (*DeleteAspectTypeRequest) GetName ¶ added in v1.15.0
func (x *DeleteAspectTypeRequest) GetName() string
func (*DeleteAspectTypeRequest) ProtoMessage ¶ added in v1.15.0
func (*DeleteAspectTypeRequest) ProtoMessage()
func (*DeleteAspectTypeRequest) ProtoReflect ¶ added in v1.15.0
func (x *DeleteAspectTypeRequest) ProtoReflect() protoreflect.Message
func (*DeleteAspectTypeRequest) Reset ¶ added in v1.15.0
func (x *DeleteAspectTypeRequest) Reset()
func (*DeleteAspectTypeRequest) String ¶ added in v1.15.0
func (x *DeleteAspectTypeRequest) String() string
type DeleteAssetRequest ¶
type DeleteAssetRequest struct { // Required. The resource name of the asset: // `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"` // contains filtered or unexported fields }
Delete asset request.
func (*DeleteAssetRequest) Descriptor
deprecated
func (*DeleteAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAssetRequest.ProtoReflect.Descriptor instead.
func (*DeleteAssetRequest) GetName ¶
func (x *DeleteAssetRequest) GetName() string
func (*DeleteAssetRequest) ProtoMessage ¶
func (*DeleteAssetRequest) ProtoMessage()
func (*DeleteAssetRequest) ProtoReflect ¶
func (x *DeleteAssetRequest) ProtoReflect() protoreflect.Message
func (*DeleteAssetRequest) Reset ¶
func (x *DeleteAssetRequest) Reset()
func (*DeleteAssetRequest) String ¶
func (x *DeleteAssetRequest) String() string
type DeleteContentRequest ¶
type DeleteContentRequest struct { // Required. The resource name of the content: // projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Delete content request.
func (*DeleteContentRequest) Descriptor
deprecated
func (*DeleteContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteContentRequest.ProtoReflect.Descriptor instead.
func (*DeleteContentRequest) GetName ¶
func (x *DeleteContentRequest) GetName() string
func (*DeleteContentRequest) ProtoMessage ¶
func (*DeleteContentRequest) ProtoMessage()
func (*DeleteContentRequest) ProtoReflect ¶
func (x *DeleteContentRequest) ProtoReflect() protoreflect.Message
func (*DeleteContentRequest) Reset ¶
func (x *DeleteContentRequest) Reset()
func (*DeleteContentRequest) String ¶
func (x *DeleteContentRequest) String() string
type DeleteDataAttributeBindingRequest ¶ added in v1.9.0
type DeleteDataAttributeBindingRequest struct { // Required. The resource name of the DataAttributeBinding: // projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_binding_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. If the client provided etag value does not match the current etag // value, the DeleteDataAttributeBindingRequest method returns an ABORTED // error response. Etags must be used when calling the // DeleteDataAttributeBinding. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
Delete DataAttributeBinding request.
func (*DeleteDataAttributeBindingRequest) Descriptor
deprecated
added in
v1.9.0
func (*DeleteDataAttributeBindingRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDataAttributeBindingRequest.ProtoReflect.Descriptor instead.
func (*DeleteDataAttributeBindingRequest) GetEtag ¶ added in v1.9.0
func (x *DeleteDataAttributeBindingRequest) GetEtag() string
func (*DeleteDataAttributeBindingRequest) GetName ¶ added in v1.9.0
func (x *DeleteDataAttributeBindingRequest) GetName() string
func (*DeleteDataAttributeBindingRequest) ProtoMessage ¶ added in v1.9.0
func (*DeleteDataAttributeBindingRequest) ProtoMessage()
func (*DeleteDataAttributeBindingRequest) ProtoReflect ¶ added in v1.9.0
func (x *DeleteDataAttributeBindingRequest) ProtoReflect() protoreflect.Message
func (*DeleteDataAttributeBindingRequest) Reset ¶ added in v1.9.0
func (x *DeleteDataAttributeBindingRequest) Reset()
func (*DeleteDataAttributeBindingRequest) String ¶ added in v1.9.0
func (x *DeleteDataAttributeBindingRequest) String() string
type DeleteDataAttributeRequest ¶ added in v1.9.0
type DeleteDataAttributeRequest struct { // Required. The resource name of the DataAttribute: // projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. If the client provided etag value does not match the current etag // value, the DeleteDataAttribute method returns an ABORTED error response. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
Delete DataAttribute request.
func (*DeleteDataAttributeRequest) Descriptor
deprecated
added in
v1.9.0
func (*DeleteDataAttributeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDataAttributeRequest.ProtoReflect.Descriptor instead.
func (*DeleteDataAttributeRequest) GetEtag ¶ added in v1.9.0
func (x *DeleteDataAttributeRequest) GetEtag() string
func (*DeleteDataAttributeRequest) GetName ¶ added in v1.9.0
func (x *DeleteDataAttributeRequest) GetName() string
func (*DeleteDataAttributeRequest) ProtoMessage ¶ added in v1.9.0
func (*DeleteDataAttributeRequest) ProtoMessage()
func (*DeleteDataAttributeRequest) ProtoReflect ¶ added in v1.9.0
func (x *DeleteDataAttributeRequest) ProtoReflect() protoreflect.Message
func (*DeleteDataAttributeRequest) Reset ¶ added in v1.9.0
func (x *DeleteDataAttributeRequest) Reset()
func (*DeleteDataAttributeRequest) String ¶ added in v1.9.0
func (x *DeleteDataAttributeRequest) String() string
type DeleteDataScanRequest ¶ added in v1.5.0
type DeleteDataScanRequest struct { // Required. The resource name of the dataScan: // `projects/{project}/locations/{location_id}/dataScans/{data_scan_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"` // contains filtered or unexported fields }
Delete dataScan request.
func (*DeleteDataScanRequest) Descriptor
deprecated
added in
v1.5.0
func (*DeleteDataScanRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDataScanRequest.ProtoReflect.Descriptor instead.
func (*DeleteDataScanRequest) GetName ¶ added in v1.5.0
func (x *DeleteDataScanRequest) GetName() string
func (*DeleteDataScanRequest) ProtoMessage ¶ added in v1.5.0
func (*DeleteDataScanRequest) ProtoMessage()
func (*DeleteDataScanRequest) ProtoReflect ¶ added in v1.5.0
func (x *DeleteDataScanRequest) ProtoReflect() protoreflect.Message
func (*DeleteDataScanRequest) Reset ¶ added in v1.5.0
func (x *DeleteDataScanRequest) Reset()
func (*DeleteDataScanRequest) String ¶ added in v1.5.0
func (x *DeleteDataScanRequest) String() string
type DeleteDataTaxonomyRequest ¶ added in v1.9.0
type DeleteDataTaxonomyRequest struct { // Required. The resource name of the DataTaxonomy: // projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. If the client provided etag value does not match the current etag // value,the DeleteDataTaxonomy method returns an ABORTED error. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
Delete DataTaxonomy request.
func (*DeleteDataTaxonomyRequest) Descriptor
deprecated
added in
v1.9.0
func (*DeleteDataTaxonomyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDataTaxonomyRequest.ProtoReflect.Descriptor instead.
func (*DeleteDataTaxonomyRequest) GetEtag ¶ added in v1.9.0
func (x *DeleteDataTaxonomyRequest) GetEtag() string
func (*DeleteDataTaxonomyRequest) GetName ¶ added in v1.9.0
func (x *DeleteDataTaxonomyRequest) GetName() string
func (*DeleteDataTaxonomyRequest) ProtoMessage ¶ added in v1.9.0
func (*DeleteDataTaxonomyRequest) ProtoMessage()
func (*DeleteDataTaxonomyRequest) ProtoReflect ¶ added in v1.9.0
func (x *DeleteDataTaxonomyRequest) ProtoReflect() protoreflect.Message
func (*DeleteDataTaxonomyRequest) Reset ¶ added in v1.9.0
func (x *DeleteDataTaxonomyRequest) Reset()
func (*DeleteDataTaxonomyRequest) String ¶ added in v1.9.0
func (x *DeleteDataTaxonomyRequest) String() string
type DeleteEntityRequest ¶
type DeleteEntityRequest struct { // Required. The resource name of the entity: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The etag associated with the entity, which can be retrieved with // a [GetEntity][] request. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
Delete a metadata entity request.
func (*DeleteEntityRequest) Descriptor
deprecated
func (*DeleteEntityRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEntityRequest.ProtoReflect.Descriptor instead.
func (*DeleteEntityRequest) GetEtag ¶
func (x *DeleteEntityRequest) GetEtag() string
func (*DeleteEntityRequest) GetName ¶
func (x *DeleteEntityRequest) GetName() string
func (*DeleteEntityRequest) ProtoMessage ¶
func (*DeleteEntityRequest) ProtoMessage()
func (*DeleteEntityRequest) ProtoReflect ¶
func (x *DeleteEntityRequest) ProtoReflect() protoreflect.Message
func (*DeleteEntityRequest) Reset ¶
func (x *DeleteEntityRequest) Reset()
func (*DeleteEntityRequest) String ¶
func (x *DeleteEntityRequest) String() string
type DeleteEntryGroupRequest ¶ added in v1.15.0
type DeleteEntryGroupRequest struct { // Required. The resource name of the EntryGroup: // `projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. If the client provided etag value does not match the current etag // value, the DeleteEntryGroupRequest method returns an ABORTED error // response. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
Delete EntryGroup Request.
func (*DeleteEntryGroupRequest) Descriptor
deprecated
added in
v1.15.0
func (*DeleteEntryGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEntryGroupRequest.ProtoReflect.Descriptor instead.
func (*DeleteEntryGroupRequest) GetEtag ¶ added in v1.15.0
func (x *DeleteEntryGroupRequest) GetEtag() string
func (*DeleteEntryGroupRequest) GetName ¶ added in v1.15.0
func (x *DeleteEntryGroupRequest) GetName() string
func (*DeleteEntryGroupRequest) ProtoMessage ¶ added in v1.15.0
func (*DeleteEntryGroupRequest) ProtoMessage()
func (*DeleteEntryGroupRequest) ProtoReflect ¶ added in v1.15.0
func (x *DeleteEntryGroupRequest) ProtoReflect() protoreflect.Message
func (*DeleteEntryGroupRequest) Reset ¶ added in v1.15.0
func (x *DeleteEntryGroupRequest) Reset()
func (*DeleteEntryGroupRequest) String ¶ added in v1.15.0
func (x *DeleteEntryGroupRequest) String() string
type DeleteEntryRequest ¶ added in v1.15.0
type DeleteEntryRequest struct { // Required. The resource name of the Entry: // `projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Delete Entry request.
func (*DeleteEntryRequest) Descriptor
deprecated
added in
v1.15.0
func (*DeleteEntryRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEntryRequest.ProtoReflect.Descriptor instead.
func (*DeleteEntryRequest) GetName ¶ added in v1.15.0
func (x *DeleteEntryRequest) GetName() string
func (*DeleteEntryRequest) ProtoMessage ¶ added in v1.15.0
func (*DeleteEntryRequest) ProtoMessage()
func (*DeleteEntryRequest) ProtoReflect ¶ added in v1.15.0
func (x *DeleteEntryRequest) ProtoReflect() protoreflect.Message
func (*DeleteEntryRequest) Reset ¶ added in v1.15.0
func (x *DeleteEntryRequest) Reset()
func (*DeleteEntryRequest) String ¶ added in v1.15.0
func (x *DeleteEntryRequest) String() string
type DeleteEntryTypeRequest ¶ added in v1.15.0
type DeleteEntryTypeRequest struct { // Required. The resource name of the EntryType: // `projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. If the client provided etag value does not match the current etag // value, the DeleteEntryTypeRequest method returns an ABORTED error response. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
Delele EntryType Request.
func (*DeleteEntryTypeRequest) Descriptor
deprecated
added in
v1.15.0
func (*DeleteEntryTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEntryTypeRequest.ProtoReflect.Descriptor instead.
func (*DeleteEntryTypeRequest) GetEtag ¶ added in v1.15.0
func (x *DeleteEntryTypeRequest) GetEtag() string
func (*DeleteEntryTypeRequest) GetName ¶ added in v1.15.0
func (x *DeleteEntryTypeRequest) GetName() string
func (*DeleteEntryTypeRequest) ProtoMessage ¶ added in v1.15.0
func (*DeleteEntryTypeRequest) ProtoMessage()
func (*DeleteEntryTypeRequest) ProtoReflect ¶ added in v1.15.0
func (x *DeleteEntryTypeRequest) ProtoReflect() protoreflect.Message
func (*DeleteEntryTypeRequest) Reset ¶ added in v1.15.0
func (x *DeleteEntryTypeRequest) Reset()
func (*DeleteEntryTypeRequest) String ¶ added in v1.15.0
func (x *DeleteEntryTypeRequest) String() string
type DeleteEnvironmentRequest ¶
type DeleteEnvironmentRequest struct { // Required. The resource name of the environment: // `projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Delete environment request.
func (*DeleteEnvironmentRequest) Descriptor
deprecated
func (*DeleteEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*DeleteEnvironmentRequest) GetName ¶
func (x *DeleteEnvironmentRequest) GetName() string
func (*DeleteEnvironmentRequest) ProtoMessage ¶
func (*DeleteEnvironmentRequest) ProtoMessage()
func (*DeleteEnvironmentRequest) ProtoReflect ¶
func (x *DeleteEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*DeleteEnvironmentRequest) Reset ¶
func (x *DeleteEnvironmentRequest) Reset()
func (*DeleteEnvironmentRequest) String ¶
func (x *DeleteEnvironmentRequest) String() string
type DeleteLakeRequest ¶
type DeleteLakeRequest struct { // Required. The resource name of the lake: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Delete lake request.
func (*DeleteLakeRequest) Descriptor
deprecated
func (*DeleteLakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLakeRequest.ProtoReflect.Descriptor instead.
func (*DeleteLakeRequest) GetName ¶
func (x *DeleteLakeRequest) GetName() string
func (*DeleteLakeRequest) ProtoMessage ¶
func (*DeleteLakeRequest) ProtoMessage()
func (*DeleteLakeRequest) ProtoReflect ¶
func (x *DeleteLakeRequest) ProtoReflect() protoreflect.Message
func (*DeleteLakeRequest) Reset ¶
func (x *DeleteLakeRequest) Reset()
func (*DeleteLakeRequest) String ¶
func (x *DeleteLakeRequest) String() string
type DeletePartitionRequest ¶
type DeletePartitionRequest struct { // Required. The resource name of the partition. // format: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}`. // The {partition_value_path} segment consists of an ordered sequence of // partition values separated by "/". All values must be provided. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The etag associated with the partition. // // Deprecated: Marked as deprecated in google/cloud/dataplex/v1/metadata.proto. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
Delete metadata partition request.
func (*DeletePartitionRequest) Descriptor
deprecated
func (*DeletePartitionRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePartitionRequest.ProtoReflect.Descriptor instead.
func (*DeletePartitionRequest) GetEtag
deprecated
func (x *DeletePartitionRequest) GetEtag() string
Deprecated: Marked as deprecated in google/cloud/dataplex/v1/metadata.proto.
func (*DeletePartitionRequest) GetName ¶
func (x *DeletePartitionRequest) GetName() string
func (*DeletePartitionRequest) ProtoMessage ¶
func (*DeletePartitionRequest) ProtoMessage()
func (*DeletePartitionRequest) ProtoReflect ¶
func (x *DeletePartitionRequest) ProtoReflect() protoreflect.Message
func (*DeletePartitionRequest) Reset ¶
func (x *DeletePartitionRequest) Reset()
func (*DeletePartitionRequest) String ¶
func (x *DeletePartitionRequest) String() string
type DeleteTaskRequest ¶
type DeleteTaskRequest struct { // Required. The resource name of the task: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/task/{task_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Delete task request.
func (*DeleteTaskRequest) Descriptor
deprecated
func (*DeleteTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTaskRequest.ProtoReflect.Descriptor instead.
func (*DeleteTaskRequest) GetName ¶
func (x *DeleteTaskRequest) GetName() string
func (*DeleteTaskRequest) ProtoMessage ¶
func (*DeleteTaskRequest) ProtoMessage()
func (*DeleteTaskRequest) ProtoReflect ¶
func (x *DeleteTaskRequest) ProtoReflect() protoreflect.Message
func (*DeleteTaskRequest) Reset ¶
func (x *DeleteTaskRequest) Reset()
func (*DeleteTaskRequest) String ¶
func (x *DeleteTaskRequest) String() string
type DeleteZoneRequest ¶
type DeleteZoneRequest struct { // Required. The resource name of the zone: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Delete zone request.
func (*DeleteZoneRequest) Descriptor
deprecated
func (*DeleteZoneRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteZoneRequest.ProtoReflect.Descriptor instead.
func (*DeleteZoneRequest) GetName ¶
func (x *DeleteZoneRequest) GetName() string
func (*DeleteZoneRequest) ProtoMessage ¶
func (*DeleteZoneRequest) ProtoMessage()
func (*DeleteZoneRequest) ProtoReflect ¶
func (x *DeleteZoneRequest) ProtoReflect() protoreflect.Message
func (*DeleteZoneRequest) Reset ¶
func (x *DeleteZoneRequest) Reset()
func (*DeleteZoneRequest) String ¶
func (x *DeleteZoneRequest) String() string
type DiscoveryEvent ¶
type DiscoveryEvent struct { // The log message. Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // The id of the associated lake. LakeId string `protobuf:"bytes,2,opt,name=lake_id,json=lakeId,proto3" json:"lake_id,omitempty"` // The id of the associated zone. ZoneId string `protobuf:"bytes,3,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"` // The id of the associated asset. AssetId string `protobuf:"bytes,4,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // The data location associated with the event. DataLocation string `protobuf:"bytes,5,opt,name=data_location,json=dataLocation,proto3" json:"data_location,omitempty"` // The id of the associated datascan for standalone discovery. DatascanId string `protobuf:"bytes,6,opt,name=datascan_id,json=datascanId,proto3" json:"datascan_id,omitempty"` // The type of the event being logged. Type DiscoveryEvent_EventType `protobuf:"varint,10,opt,name=type,proto3,enum=google.cloud.dataplex.v1.DiscoveryEvent_EventType" json:"type,omitempty"` // Additional details about the event. // // Types that are assignable to Details: // // *DiscoveryEvent_Config // *DiscoveryEvent_Entity // *DiscoveryEvent_Partition // *DiscoveryEvent_Action // *DiscoveryEvent_Table Details isDiscoveryEvent_Details `protobuf_oneof:"details"` // contains filtered or unexported fields }
The payload associated with Discovery data processing.
func (*DiscoveryEvent) Descriptor
deprecated
func (*DiscoveryEvent) Descriptor() ([]byte, []int)
Deprecated: Use DiscoveryEvent.ProtoReflect.Descriptor instead.
func (*DiscoveryEvent) GetAction ¶
func (x *DiscoveryEvent) GetAction() *DiscoveryEvent_ActionDetails
func (*DiscoveryEvent) GetAssetId ¶
func (x *DiscoveryEvent) GetAssetId() string
func (*DiscoveryEvent) GetConfig ¶
func (x *DiscoveryEvent) GetConfig() *DiscoveryEvent_ConfigDetails
func (*DiscoveryEvent) GetDataLocation ¶
func (x *DiscoveryEvent) GetDataLocation() string
func (*DiscoveryEvent) GetDatascanId ¶ added in v1.20.0
func (x *DiscoveryEvent) GetDatascanId() string
func (*DiscoveryEvent) GetDetails ¶
func (m *DiscoveryEvent) GetDetails() isDiscoveryEvent_Details
func (*DiscoveryEvent) GetEntity ¶
func (x *DiscoveryEvent) GetEntity() *DiscoveryEvent_EntityDetails
func (*DiscoveryEvent) GetLakeId ¶
func (x *DiscoveryEvent) GetLakeId() string
func (*DiscoveryEvent) GetMessage ¶
func (x *DiscoveryEvent) GetMessage() string
func (*DiscoveryEvent) GetPartition ¶
func (x *DiscoveryEvent) GetPartition() *DiscoveryEvent_PartitionDetails
func (*DiscoveryEvent) GetTable ¶ added in v1.20.0
func (x *DiscoveryEvent) GetTable() *DiscoveryEvent_TableDetails
func (*DiscoveryEvent) GetType ¶
func (x *DiscoveryEvent) GetType() DiscoveryEvent_EventType
func (*DiscoveryEvent) GetZoneId ¶
func (x *DiscoveryEvent) GetZoneId() string
func (*DiscoveryEvent) ProtoMessage ¶
func (*DiscoveryEvent) ProtoMessage()
func (*DiscoveryEvent) ProtoReflect ¶
func (x *DiscoveryEvent) ProtoReflect() protoreflect.Message
func (*DiscoveryEvent) Reset ¶
func (x *DiscoveryEvent) Reset()
func (*DiscoveryEvent) String ¶
func (x *DiscoveryEvent) String() string
type DiscoveryEvent_Action ¶
type DiscoveryEvent_Action struct { // Details about the action associated with the event. Action *DiscoveryEvent_ActionDetails `protobuf:"bytes,23,opt,name=action,proto3,oneof"` }
type DiscoveryEvent_ActionDetails ¶
type DiscoveryEvent_ActionDetails struct { // The type of action. // Eg. IncompatibleDataSchema, InvalidDataFormat Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // The human readable issue associated with the action. Issue string `protobuf:"bytes,2,opt,name=issue,proto3" json:"issue,omitempty"` // contains filtered or unexported fields }
Details about the action.
func (*DiscoveryEvent_ActionDetails) Descriptor
deprecated
func (*DiscoveryEvent_ActionDetails) Descriptor() ([]byte, []int)
Deprecated: Use DiscoveryEvent_ActionDetails.ProtoReflect.Descriptor instead.
func (*DiscoveryEvent_ActionDetails) GetIssue ¶ added in v1.20.0
func (x *DiscoveryEvent_ActionDetails) GetIssue() string
func (*DiscoveryEvent_ActionDetails) GetType ¶
func (x *DiscoveryEvent_ActionDetails) GetType() string
func (*DiscoveryEvent_ActionDetails) ProtoMessage ¶
func (*DiscoveryEvent_ActionDetails) ProtoMessage()
func (*DiscoveryEvent_ActionDetails) ProtoReflect ¶
func (x *DiscoveryEvent_ActionDetails) ProtoReflect() protoreflect.Message
func (*DiscoveryEvent_ActionDetails) Reset ¶
func (x *DiscoveryEvent_ActionDetails) Reset()
func (*DiscoveryEvent_ActionDetails) String ¶
func (x *DiscoveryEvent_ActionDetails) String() string
type DiscoveryEvent_Config ¶
type DiscoveryEvent_Config struct { // Details about discovery configuration in effect. Config *DiscoveryEvent_ConfigDetails `protobuf:"bytes,20,opt,name=config,proto3,oneof"` }
type DiscoveryEvent_ConfigDetails ¶
type DiscoveryEvent_ConfigDetails struct { // A list of discovery configuration parameters in effect. // The keys are the field paths within DiscoverySpec. // Eg. includePatterns, excludePatterns, csvOptions.disableTypeInference, // etc. Parameters map[string]string `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
Details about configuration events.
func (*DiscoveryEvent_ConfigDetails) Descriptor
deprecated
func (*DiscoveryEvent_ConfigDetails) Descriptor() ([]byte, []int)
Deprecated: Use DiscoveryEvent_ConfigDetails.ProtoReflect.Descriptor instead.
func (*DiscoveryEvent_ConfigDetails) GetParameters ¶
func (x *DiscoveryEvent_ConfigDetails) GetParameters() map[string]string
func (*DiscoveryEvent_ConfigDetails) ProtoMessage ¶
func (*DiscoveryEvent_ConfigDetails) ProtoMessage()
func (*DiscoveryEvent_ConfigDetails) ProtoReflect ¶
func (x *DiscoveryEvent_ConfigDetails) ProtoReflect() protoreflect.Message
func (*DiscoveryEvent_ConfigDetails) Reset ¶
func (x *DiscoveryEvent_ConfigDetails) Reset()
func (*DiscoveryEvent_ConfigDetails) String ¶
func (x *DiscoveryEvent_ConfigDetails) String() string
type DiscoveryEvent_Entity ¶
type DiscoveryEvent_Entity struct { // Details about the entity associated with the event. Entity *DiscoveryEvent_EntityDetails `protobuf:"bytes,21,opt,name=entity,proto3,oneof"` }
type DiscoveryEvent_EntityDetails ¶
type DiscoveryEvent_EntityDetails struct { // The name of the entity resource. // The name is the fully-qualified resource name. Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // The type of the entity resource. Type DiscoveryEvent_EntityType `protobuf:"varint,2,opt,name=type,proto3,enum=google.cloud.dataplex.v1.DiscoveryEvent_EntityType" json:"type,omitempty"` // contains filtered or unexported fields }
Details about the entity.
func (*DiscoveryEvent_EntityDetails) Descriptor
deprecated
func (*DiscoveryEvent_EntityDetails) Descriptor() ([]byte, []int)
Deprecated: Use DiscoveryEvent_EntityDetails.ProtoReflect.Descriptor instead.
func (*DiscoveryEvent_EntityDetails) GetEntity ¶
func (x *DiscoveryEvent_EntityDetails) GetEntity() string
func (*DiscoveryEvent_EntityDetails) GetType ¶
func (x *DiscoveryEvent_EntityDetails) GetType() DiscoveryEvent_EntityType
func (*DiscoveryEvent_EntityDetails) ProtoMessage ¶
func (*DiscoveryEvent_EntityDetails) ProtoMessage()
func (*DiscoveryEvent_EntityDetails) ProtoReflect ¶
func (x *DiscoveryEvent_EntityDetails) ProtoReflect() protoreflect.Message
func (*DiscoveryEvent_EntityDetails) Reset ¶
func (x *DiscoveryEvent_EntityDetails) Reset()
func (*DiscoveryEvent_EntityDetails) String ¶
func (x *DiscoveryEvent_EntityDetails) String() string
type DiscoveryEvent_EntityType ¶
type DiscoveryEvent_EntityType int32
The type of the entity.
const ( // An unspecified event type. DiscoveryEvent_ENTITY_TYPE_UNSPECIFIED DiscoveryEvent_EntityType = 0 // Entities representing structured data. DiscoveryEvent_TABLE DiscoveryEvent_EntityType = 1 // Entities representing unstructured data. DiscoveryEvent_FILESET DiscoveryEvent_EntityType = 2 )
func (DiscoveryEvent_EntityType) Descriptor ¶
func (DiscoveryEvent_EntityType) Descriptor() protoreflect.EnumDescriptor
func (DiscoveryEvent_EntityType) Enum ¶
func (x DiscoveryEvent_EntityType) Enum() *DiscoveryEvent_EntityType
func (DiscoveryEvent_EntityType) EnumDescriptor
deprecated
func (DiscoveryEvent_EntityType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DiscoveryEvent_EntityType.Descriptor instead.
func (DiscoveryEvent_EntityType) Number ¶
func (x DiscoveryEvent_EntityType) Number() protoreflect.EnumNumber
func (DiscoveryEvent_EntityType) String ¶
func (x DiscoveryEvent_EntityType) String() string
func (DiscoveryEvent_EntityType) Type ¶
func (DiscoveryEvent_EntityType) Type() protoreflect.EnumType
type DiscoveryEvent_EventType ¶
type DiscoveryEvent_EventType int32
The type of the event.
const ( // An unspecified event type. DiscoveryEvent_EVENT_TYPE_UNSPECIFIED DiscoveryEvent_EventType = 0 // An event representing discovery configuration in effect. DiscoveryEvent_CONFIG DiscoveryEvent_EventType = 1 // An event representing a metadata entity being created. DiscoveryEvent_ENTITY_CREATED DiscoveryEvent_EventType = 2 // An event representing a metadata entity being updated. DiscoveryEvent_ENTITY_UPDATED DiscoveryEvent_EventType = 3 // An event representing a metadata entity being deleted. DiscoveryEvent_ENTITY_DELETED DiscoveryEvent_EventType = 4 // An event representing a partition being created. DiscoveryEvent_PARTITION_CREATED DiscoveryEvent_EventType = 5 // An event representing a partition being updated. DiscoveryEvent_PARTITION_UPDATED DiscoveryEvent_EventType = 6 // An event representing a partition being deleted. DiscoveryEvent_PARTITION_DELETED DiscoveryEvent_EventType = 7 // An event representing a table being published. DiscoveryEvent_TABLE_PUBLISHED DiscoveryEvent_EventType = 10 // An event representing a table being updated. DiscoveryEvent_TABLE_UPDATED DiscoveryEvent_EventType = 11 // An event representing a table being skipped in publishing. DiscoveryEvent_TABLE_IGNORED DiscoveryEvent_EventType = 12 // An event representing a table being deleted. DiscoveryEvent_TABLE_DELETED DiscoveryEvent_EventType = 13 )
func (DiscoveryEvent_EventType) Descriptor ¶
func (DiscoveryEvent_EventType) Descriptor() protoreflect.EnumDescriptor
func (DiscoveryEvent_EventType) Enum ¶
func (x DiscoveryEvent_EventType) Enum() *DiscoveryEvent_EventType
func (DiscoveryEvent_EventType) EnumDescriptor
deprecated
func (DiscoveryEvent_EventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DiscoveryEvent_EventType.Descriptor instead.
func (DiscoveryEvent_EventType) Number ¶
func (x DiscoveryEvent_EventType) Number() protoreflect.EnumNumber
func (DiscoveryEvent_EventType) String ¶
func (x DiscoveryEvent_EventType) String() string
func (DiscoveryEvent_EventType) Type ¶
func (DiscoveryEvent_EventType) Type() protoreflect.EnumType
type DiscoveryEvent_Partition ¶
type DiscoveryEvent_Partition struct { // Details about the partition associated with the event. Partition *DiscoveryEvent_PartitionDetails `protobuf:"bytes,22,opt,name=partition,proto3,oneof"` }
type DiscoveryEvent_PartitionDetails ¶
type DiscoveryEvent_PartitionDetails struct { // The name to the partition resource. // The name is the fully-qualified resource name. Partition string `protobuf:"bytes,1,opt,name=partition,proto3" json:"partition,omitempty"` // The name to the containing entity resource. // The name is the fully-qualified resource name. Entity string `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"` // The type of the containing entity resource. Type DiscoveryEvent_EntityType `protobuf:"varint,3,opt,name=type,proto3,enum=google.cloud.dataplex.v1.DiscoveryEvent_EntityType" json:"type,omitempty"` // The locations of the data items (e.g., a Cloud Storage objects) sampled // for metadata inference. SampledDataLocations []string `protobuf:"bytes,4,rep,name=sampled_data_locations,json=sampledDataLocations,proto3" json:"sampled_data_locations,omitempty"` // contains filtered or unexported fields }
Details about the partition.
func (*DiscoveryEvent_PartitionDetails) Descriptor
deprecated
func (*DiscoveryEvent_PartitionDetails) Descriptor() ([]byte, []int)
Deprecated: Use DiscoveryEvent_PartitionDetails.ProtoReflect.Descriptor instead.
func (*DiscoveryEvent_PartitionDetails) GetEntity ¶
func (x *DiscoveryEvent_PartitionDetails) GetEntity() string
func (*DiscoveryEvent_PartitionDetails) GetPartition ¶
func (x *DiscoveryEvent_PartitionDetails) GetPartition() string
func (*DiscoveryEvent_PartitionDetails) GetSampledDataLocations ¶
func (x *DiscoveryEvent_PartitionDetails) GetSampledDataLocations() []string
func (*DiscoveryEvent_PartitionDetails) GetType ¶
func (x *DiscoveryEvent_PartitionDetails) GetType() DiscoveryEvent_EntityType
func (*DiscoveryEvent_PartitionDetails) ProtoMessage ¶
func (*DiscoveryEvent_PartitionDetails) ProtoMessage()
func (*DiscoveryEvent_PartitionDetails) ProtoReflect ¶
func (x *DiscoveryEvent_PartitionDetails) ProtoReflect() protoreflect.Message
func (*DiscoveryEvent_PartitionDetails) Reset ¶
func (x *DiscoveryEvent_PartitionDetails) Reset()
func (*DiscoveryEvent_PartitionDetails) String ¶
func (x *DiscoveryEvent_PartitionDetails) String() string
type DiscoveryEvent_Table ¶ added in v1.20.0
type DiscoveryEvent_Table struct { // Details about the BigQuery table publishing associated with the event. Table *DiscoveryEvent_TableDetails `protobuf:"bytes,24,opt,name=table,proto3,oneof"` }
type DiscoveryEvent_TableDetails ¶ added in v1.20.0
type DiscoveryEvent_TableDetails struct { // The fully-qualified resource name of the table resource. Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"` // The type of the table resource. Type DiscoveryEvent_TableType `protobuf:"varint,2,opt,name=type,proto3,enum=google.cloud.dataplex.v1.DiscoveryEvent_TableType" json:"type,omitempty"` // contains filtered or unexported fields }
Details about the published table.
func (*DiscoveryEvent_TableDetails) Descriptor
deprecated
added in
v1.20.0
func (*DiscoveryEvent_TableDetails) Descriptor() ([]byte, []int)
Deprecated: Use DiscoveryEvent_TableDetails.ProtoReflect.Descriptor instead.
func (*DiscoveryEvent_TableDetails) GetTable ¶ added in v1.20.0
func (x *DiscoveryEvent_TableDetails) GetTable() string
func (*DiscoveryEvent_TableDetails) GetType ¶ added in v1.20.0
func (x *DiscoveryEvent_TableDetails) GetType() DiscoveryEvent_TableType
func (*DiscoveryEvent_TableDetails) ProtoMessage ¶ added in v1.20.0
func (*DiscoveryEvent_TableDetails) ProtoMessage()
func (*DiscoveryEvent_TableDetails) ProtoReflect ¶ added in v1.20.0
func (x *DiscoveryEvent_TableDetails) ProtoReflect() protoreflect.Message
func (*DiscoveryEvent_TableDetails) Reset ¶ added in v1.20.0
func (x *DiscoveryEvent_TableDetails) Reset()
func (*DiscoveryEvent_TableDetails) String ¶ added in v1.20.0
func (x *DiscoveryEvent_TableDetails) String() string
type DiscoveryEvent_TableType ¶ added in v1.20.0
type DiscoveryEvent_TableType int32
The type of the published table.
const ( // An unspecified table type. DiscoveryEvent_TABLE_TYPE_UNSPECIFIED DiscoveryEvent_TableType = 0 // External table type. DiscoveryEvent_EXTERNAL_TABLE DiscoveryEvent_TableType = 1 // BigLake table type. DiscoveryEvent_BIGLAKE_TABLE DiscoveryEvent_TableType = 2 // Object table type for unstructured data. DiscoveryEvent_OBJECT_TABLE DiscoveryEvent_TableType = 3 )
func (DiscoveryEvent_TableType) Descriptor ¶ added in v1.20.0
func (DiscoveryEvent_TableType) Descriptor() protoreflect.EnumDescriptor
func (DiscoveryEvent_TableType) Enum ¶ added in v1.20.0
func (x DiscoveryEvent_TableType) Enum() *DiscoveryEvent_TableType
func (DiscoveryEvent_TableType) EnumDescriptor
deprecated
added in
v1.20.0
func (DiscoveryEvent_TableType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DiscoveryEvent_TableType.Descriptor instead.
func (DiscoveryEvent_TableType) Number ¶ added in v1.20.0
func (x DiscoveryEvent_TableType) Number() protoreflect.EnumNumber
func (DiscoveryEvent_TableType) String ¶ added in v1.20.0
func (x DiscoveryEvent_TableType) String() string
func (DiscoveryEvent_TableType) Type ¶ added in v1.20.0
func (DiscoveryEvent_TableType) Type() protoreflect.EnumType
type Entity ¶
type Entity struct { // Output only. The resource name of the entity, of the form: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. Display name must be shorter than or equal to 256 characters. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Optional. User friendly longer description text. Must be shorter than or // equal to 1024 characters. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Output only. The time when the entity was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The time when the entity was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Required. A user-provided entity ID. It is mutable, and will be used as the // published table name. Specifying a new ID in an update entity // request will override the existing value. // The ID must contain only letters (a-z, A-Z), numbers (0-9), and // underscores, and consist of 256 or fewer characters. Id string `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"` // Optional. The etag associated with the entity, which can be retrieved with // a [GetEntity][] request. Required for update and delete requests. Etag string `protobuf:"bytes,8,opt,name=etag,proto3" json:"etag,omitempty"` // Required. Immutable. The type of entity. Type Entity_Type `protobuf:"varint,10,opt,name=type,proto3,enum=google.cloud.dataplex.v1.Entity_Type" json:"type,omitempty"` // Required. Immutable. The ID of the asset associated with the storage // location containing the entity data. The entity must be with in the same // zone with the asset. Asset string `protobuf:"bytes,11,opt,name=asset,proto3" json:"asset,omitempty"` // Required. Immutable. The storage path of the entity data. // For Cloud Storage data, this is the fully-qualified path to the entity, // such as `gs://bucket/path/to/data`. For BigQuery data, this is the name of // the table resource, such as // `projects/project_id/datasets/dataset_id/tables/table_id`. DataPath string `protobuf:"bytes,12,opt,name=data_path,json=dataPath,proto3" json:"data_path,omitempty"` // Optional. The set of items within the data path constituting the data in // the entity, represented as a glob path. Example: // `gs://bucket/path/to/data/**/*.csv`. DataPathPattern string `protobuf:"bytes,13,opt,name=data_path_pattern,json=dataPathPattern,proto3" json:"data_path_pattern,omitempty"` // Output only. The name of the associated Data Catalog entry. CatalogEntry string `protobuf:"bytes,14,opt,name=catalog_entry,json=catalogEntry,proto3" json:"catalog_entry,omitempty"` // Required. Immutable. Identifies the storage system of the entity data. System StorageSystem `protobuf:"varint,15,opt,name=system,proto3,enum=google.cloud.dataplex.v1.StorageSystem" json:"system,omitempty"` // Required. Identifies the storage format of the entity data. // It does not apply to entities with data stored in BigQuery. Format *StorageFormat `protobuf:"bytes,16,opt,name=format,proto3" json:"format,omitempty"` // Output only. Metadata stores that the entity is compatible with. Compatibility *Entity_CompatibilityStatus `protobuf:"bytes,19,opt,name=compatibility,proto3" json:"compatibility,omitempty"` // Output only. Identifies the access mechanism to the entity. Not user // settable. Access *StorageAccess `protobuf:"bytes,21,opt,name=access,proto3" json:"access,omitempty"` // Output only. System generated unique ID for the Entity. This ID will be // different if the Entity is deleted and re-created with the same name. Uid string `protobuf:"bytes,22,opt,name=uid,proto3" json:"uid,omitempty"` // Required. The description of the data structure and layout. // The schema is not included in list responses. It is only included in // `SCHEMA` and `FULL` entity views of a `GetEntity` response. Schema *Schema `protobuf:"bytes,50,opt,name=schema,proto3" json:"schema,omitempty"` // contains filtered or unexported fields }
Represents tables and fileset metadata contained within a zone.
func (*Entity) Descriptor
deprecated
func (*Entity) GetAccess ¶ added in v1.7.0
func (x *Entity) GetAccess() *StorageAccess
func (*Entity) GetCatalogEntry ¶
func (*Entity) GetCompatibility ¶
func (x *Entity) GetCompatibility() *Entity_CompatibilityStatus
func (*Entity) GetCreateTime ¶
func (x *Entity) GetCreateTime() *timestamppb.Timestamp
func (*Entity) GetDataPath ¶
func (*Entity) GetDataPathPattern ¶
func (*Entity) GetDescription ¶
func (*Entity) GetDisplayName ¶
func (*Entity) GetFormat ¶
func (x *Entity) GetFormat() *StorageFormat
func (*Entity) GetSystem ¶
func (x *Entity) GetSystem() StorageSystem
func (*Entity) GetType ¶
func (x *Entity) GetType() Entity_Type
func (*Entity) GetUpdateTime ¶
func (x *Entity) GetUpdateTime() *timestamppb.Timestamp
func (*Entity) ProtoMessage ¶
func (*Entity) ProtoMessage()
func (*Entity) ProtoReflect ¶
func (x *Entity) ProtoReflect() protoreflect.Message
type Entity_CompatibilityStatus ¶
type Entity_CompatibilityStatus struct { // Output only. Whether this entity is compatible with Hive Metastore. HiveMetastore *Entity_CompatibilityStatus_Compatibility `protobuf:"bytes,1,opt,name=hive_metastore,json=hiveMetastore,proto3" json:"hive_metastore,omitempty"` // Output only. Whether this entity is compatible with BigQuery. Bigquery *Entity_CompatibilityStatus_Compatibility `protobuf:"bytes,2,opt,name=bigquery,proto3" json:"bigquery,omitempty"` // contains filtered or unexported fields }
Provides compatibility information for various metadata stores.
func (*Entity_CompatibilityStatus) Descriptor
deprecated
func (*Entity_CompatibilityStatus) Descriptor() ([]byte, []int)
Deprecated: Use Entity_CompatibilityStatus.ProtoReflect.Descriptor instead.
func (*Entity_CompatibilityStatus) GetBigquery ¶
func (x *Entity_CompatibilityStatus) GetBigquery() *Entity_CompatibilityStatus_Compatibility
func (*Entity_CompatibilityStatus) GetHiveMetastore ¶
func (x *Entity_CompatibilityStatus) GetHiveMetastore() *Entity_CompatibilityStatus_Compatibility
func (*Entity_CompatibilityStatus) ProtoMessage ¶
func (*Entity_CompatibilityStatus) ProtoMessage()
func (*Entity_CompatibilityStatus) ProtoReflect ¶
func (x *Entity_CompatibilityStatus) ProtoReflect() protoreflect.Message
func (*Entity_CompatibilityStatus) Reset ¶
func (x *Entity_CompatibilityStatus) Reset()
func (*Entity_CompatibilityStatus) String ¶
func (x *Entity_CompatibilityStatus) String() string
type Entity_CompatibilityStatus_Compatibility ¶
type Entity_CompatibilityStatus_Compatibility struct { // Output only. Whether the entity is compatible and can be represented in // the metadata store. Compatible bool `protobuf:"varint,1,opt,name=compatible,proto3" json:"compatible,omitempty"` // Output only. Provides additional detail if the entity is incompatible // with the metadata store. Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
Provides compatibility information for a specific metadata store.
func (*Entity_CompatibilityStatus_Compatibility) Descriptor
deprecated
func (*Entity_CompatibilityStatus_Compatibility) Descriptor() ([]byte, []int)
Deprecated: Use Entity_CompatibilityStatus_Compatibility.ProtoReflect.Descriptor instead.
func (*Entity_CompatibilityStatus_Compatibility) GetCompatible ¶
func (x *Entity_CompatibilityStatus_Compatibility) GetCompatible() bool
func (*Entity_CompatibilityStatus_Compatibility) GetReason ¶
func (x *Entity_CompatibilityStatus_Compatibility) GetReason() string
func (*Entity_CompatibilityStatus_Compatibility) ProtoMessage ¶
func (*Entity_CompatibilityStatus_Compatibility) ProtoMessage()
func (*Entity_CompatibilityStatus_Compatibility) ProtoReflect ¶
func (x *Entity_CompatibilityStatus_Compatibility) ProtoReflect() protoreflect.Message
func (*Entity_CompatibilityStatus_Compatibility) Reset ¶
func (x *Entity_CompatibilityStatus_Compatibility) Reset()
func (*Entity_CompatibilityStatus_Compatibility) String ¶
func (x *Entity_CompatibilityStatus_Compatibility) String() string
type Entity_Type ¶
type Entity_Type int32
The type of entity.
const ( // Type unspecified. Entity_TYPE_UNSPECIFIED Entity_Type = 0 // Structured and semi-structured data. Entity_TABLE Entity_Type = 1 // Unstructured data. Entity_FILESET Entity_Type = 2 )
func (Entity_Type) Descriptor ¶
func (Entity_Type) Descriptor() protoreflect.EnumDescriptor
func (Entity_Type) Enum ¶
func (x Entity_Type) Enum() *Entity_Type
func (Entity_Type) EnumDescriptor
deprecated
func (Entity_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Entity_Type.Descriptor instead.
func (Entity_Type) Number ¶
func (x Entity_Type) Number() protoreflect.EnumNumber
func (Entity_Type) String ¶
func (x Entity_Type) String() string
func (Entity_Type) Type ¶
func (Entity_Type) Type() protoreflect.EnumType
type Entry ¶ added in v1.15.0
type Entry struct { // Identifier. The relative resource name of the entry, in the format // `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Immutable. The relative resource name of the entry type that was // used to create this entry, in the format // `projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}`. EntryType string `protobuf:"bytes,4,opt,name=entry_type,json=entryType,proto3" json:"entry_type,omitempty"` // Output only. The time when the entry was created in Dataplex. CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The time when the entry was last updated in Dataplex. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Optional. The aspects that are attached to the entry. Depending on how the // aspect is attached to the entry, the format of the aspect key can be one of // the following: // // * If the aspect is attached directly to the entry: // `{project_id_or_number}.{location_id}.{aspect_type_id}` // * If the aspect is attached to an entry's path: // `{project_id_or_number}.{location_id}.{aspect_type_id}@{path}` Aspects map[string]*Aspect `` /* 155-byte string literal not displayed */ // Optional. Immutable. The resource name of the parent entry. ParentEntry string `protobuf:"bytes,10,opt,name=parent_entry,json=parentEntry,proto3" json:"parent_entry,omitempty"` // Optional. A name for the entry that can be referenced by an external // system. For more information, see [Fully qualified // names](https://cloud.google.com/data-catalog/docs/fully-qualified-names). // The maximum size of the field is 4000 characters. FullyQualifiedName string `protobuf:"bytes,12,opt,name=fully_qualified_name,json=fullyQualifiedName,proto3" json:"fully_qualified_name,omitempty"` // Optional. Information related to the source system of the data resource // that is represented by the entry. EntrySource *EntrySource `protobuf:"bytes,15,opt,name=entry_source,json=entrySource,proto3" json:"entry_source,omitempty"` // contains filtered or unexported fields }
An entry is a representation of a data resource that can be described by various metadata.
func (*Entry) Descriptor
deprecated
added in
v1.15.0
func (*Entry) GetAspects ¶ added in v1.15.0
func (*Entry) GetCreateTime ¶ added in v1.15.0
func (x *Entry) GetCreateTime() *timestamppb.Timestamp
func (*Entry) GetEntrySource ¶ added in v1.15.0
func (x *Entry) GetEntrySource() *EntrySource
func (*Entry) GetEntryType ¶ added in v1.15.0
func (*Entry) GetFullyQualifiedName ¶ added in v1.15.0
func (*Entry) GetParentEntry ¶ added in v1.15.0
func (*Entry) GetUpdateTime ¶ added in v1.15.0
func (x *Entry) GetUpdateTime() *timestamppb.Timestamp
func (*Entry) ProtoMessage ¶ added in v1.15.0
func (*Entry) ProtoMessage()
func (*Entry) ProtoReflect ¶ added in v1.15.0
func (x *Entry) ProtoReflect() protoreflect.Message
type EntryGroup ¶ added in v1.15.0
type EntryGroup struct { // Output only. The relative resource name of the EntryGroup, in the format // projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. System generated globally unique ID for the EntryGroup. If you // delete and recreate the EntryGroup with the same name, this ID will be // different. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Output only. The time when the EntryGroup 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 EntryGroup was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Optional. Description of the EntryGroup. 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 EntryGroup. Labels map[string]string `` /* 153-byte string literal not displayed */ // This checksum is computed by the service, and might be sent on update and // delete requests to ensure the client has an up-to-date value before // proceeding. Etag string `protobuf:"bytes,8,opt,name=etag,proto3" json:"etag,omitempty"` // Output only. Denotes the transfer status of the Entry Group. It is // unspecified for Entry Group created from Dataplex API. TransferStatus TransferStatus `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
An Entry Group represents a logical grouping of one or more Entries.
func (*EntryGroup) Descriptor
deprecated
added in
v1.15.0
func (*EntryGroup) Descriptor() ([]byte, []int)
Deprecated: Use EntryGroup.ProtoReflect.Descriptor instead.
func (*EntryGroup) GetCreateTime ¶ added in v1.15.0
func (x *EntryGroup) GetCreateTime() *timestamppb.Timestamp
func (*EntryGroup) GetDescription ¶ added in v1.15.0
func (x *EntryGroup) GetDescription() string
func (*EntryGroup) GetDisplayName ¶ added in v1.15.0
func (x *EntryGroup) GetDisplayName() string
func (*EntryGroup) GetEtag ¶ added in v1.15.0
func (x *EntryGroup) GetEtag() string
func (*EntryGroup) GetLabels ¶ added in v1.15.0
func (x *EntryGroup) GetLabels() map[string]string
func (*EntryGroup) GetName ¶ added in v1.15.0
func (x *EntryGroup) GetName() string
func (*EntryGroup) GetTransferStatus ¶ added in v1.15.0
func (x *EntryGroup) GetTransferStatus() TransferStatus
func (*EntryGroup) GetUid ¶ added in v1.15.0
func (x *EntryGroup) GetUid() string
func (*EntryGroup) GetUpdateTime ¶ added in v1.15.0
func (x *EntryGroup) GetUpdateTime() *timestamppb.Timestamp
func (*EntryGroup) ProtoMessage ¶ added in v1.15.0
func (*EntryGroup) ProtoMessage()
func (*EntryGroup) ProtoReflect ¶ added in v1.15.0
func (x *EntryGroup) ProtoReflect() protoreflect.Message
func (*EntryGroup) Reset ¶ added in v1.15.0
func (x *EntryGroup) Reset()
func (*EntryGroup) String ¶ added in v1.15.0
func (x *EntryGroup) String() string
type EntrySource ¶ added in v1.15.0
type EntrySource struct { // The name of the resource in the source system. // Maximum length is 4,000 characters. Resource string `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` // The name of the source system. // Maximum length is 64 characters. System string `protobuf:"bytes,2,opt,name=system,proto3" json:"system,omitempty"` // The platform containing the source system. // Maximum length is 64 characters. Platform string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"` // A user-friendly display name. // Maximum length is 500 characters. DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // A description of the data resource. // Maximum length is 2,000 characters. Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` // User-defined labels. // The maximum size of keys and values is 128 characters each. Labels map[string]string `` /* 153-byte string literal not displayed */ // Immutable. The entries representing the ancestors of the data resource in // the source system. Ancestors []*EntrySource_Ancestor `protobuf:"bytes,9,rep,name=ancestors,proto3" json:"ancestors,omitempty"` // The time when the resource was created in the source system. CreateTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The time when the resource was last updated in the source system. If the // entry exists in the system and its `EntrySource` has `update_time` // populated, further updates to the `EntrySource` of the entry must provide // incremental updates to its `update_time`. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Output only. Location of the resource in the source system. You can search // the entry by this location. By default, this should match the location of // the entry group containing this entry. A different value allows capturing // the source location for data external to Google Cloud. Location string `protobuf:"bytes,12,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
Information related to the source system of the data resource that is represented by the entry.
func (*EntrySource) Descriptor
deprecated
added in
v1.15.0
func (*EntrySource) Descriptor() ([]byte, []int)
Deprecated: Use EntrySource.ProtoReflect.Descriptor instead.
func (*EntrySource) GetAncestors ¶ added in v1.15.0
func (x *EntrySource) GetAncestors() []*EntrySource_Ancestor
func (*EntrySource) GetCreateTime ¶ added in v1.15.0
func (x *EntrySource) GetCreateTime() *timestamppb.Timestamp
func (*EntrySource) GetDescription ¶ added in v1.15.0
func (x *EntrySource) GetDescription() string
func (*EntrySource) GetDisplayName ¶ added in v1.15.0
func (x *EntrySource) GetDisplayName() string
func (*EntrySource) GetLabels ¶ added in v1.15.0
func (x *EntrySource) GetLabels() map[string]string
func (*EntrySource) GetLocation ¶ added in v1.17.0
func (x *EntrySource) GetLocation() string
func (*EntrySource) GetPlatform ¶ added in v1.15.0
func (x *EntrySource) GetPlatform() string
func (*EntrySource) GetResource ¶ added in v1.15.0
func (x *EntrySource) GetResource() string
func (*EntrySource) GetSystem ¶ added in v1.15.0
func (x *EntrySource) GetSystem() string
func (*EntrySource) GetUpdateTime ¶ added in v1.15.0
func (x *EntrySource) GetUpdateTime() *timestamppb.Timestamp
func (*EntrySource) ProtoMessage ¶ added in v1.15.0
func (*EntrySource) ProtoMessage()
func (*EntrySource) ProtoReflect ¶ added in v1.15.0
func (x *EntrySource) ProtoReflect() protoreflect.Message
func (*EntrySource) Reset ¶ added in v1.15.0
func (x *EntrySource) Reset()
func (*EntrySource) String ¶ added in v1.15.0
func (x *EntrySource) String() string
type EntrySource_Ancestor ¶ added in v1.15.0
type EntrySource_Ancestor struct { // Optional. The name of the ancestor resource. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The type of the ancestor resource. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
Information about individual items in the hierarchy that is associated with the data resource.
func (*EntrySource_Ancestor) Descriptor
deprecated
added in
v1.15.0
func (*EntrySource_Ancestor) Descriptor() ([]byte, []int)
Deprecated: Use EntrySource_Ancestor.ProtoReflect.Descriptor instead.
func (*EntrySource_Ancestor) GetName ¶ added in v1.15.0
func (x *EntrySource_Ancestor) GetName() string
func (*EntrySource_Ancestor) GetType ¶ added in v1.15.0
func (x *EntrySource_Ancestor) GetType() string
func (*EntrySource_Ancestor) ProtoMessage ¶ added in v1.15.0
func (*EntrySource_Ancestor) ProtoMessage()
func (*EntrySource_Ancestor) ProtoReflect ¶ added in v1.15.0
func (x *EntrySource_Ancestor) ProtoReflect() protoreflect.Message
func (*EntrySource_Ancestor) Reset ¶ added in v1.15.0
func (x *EntrySource_Ancestor) Reset()
func (*EntrySource_Ancestor) String ¶ added in v1.15.0
func (x *EntrySource_Ancestor) String() string
type EntryType ¶ added in v1.15.0
type EntryType struct { // Output only. The relative resource name of the EntryType, of the form: // projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. System generated globally unique ID for the EntryType. This ID // will be different if the EntryType 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 EntryType 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 EntryType was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Optional. Description of the EntryType. 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 EntryType. Labels map[string]string `` /* 153-byte string literal not displayed */ // Optional. This checksum is computed by the service, and might be sent on // update and delete requests to ensure the client has an up-to-date value // before proceeding. Etag string `protobuf:"bytes,8,opt,name=etag,proto3" json:"etag,omitempty"` // Optional. Indicates the classes this Entry Type belongs to, for example, // TABLE, DATABASE, MODEL. TypeAliases []string `protobuf:"bytes,9,rep,name=type_aliases,json=typeAliases,proto3" json:"type_aliases,omitempty"` // Optional. The platform that Entries of this type belongs to. Platform string `protobuf:"bytes,10,opt,name=platform,proto3" json:"platform,omitempty"` // Optional. The system that Entries of this type belongs to. Examples include // CloudSQL, MariaDB etc System string `protobuf:"bytes,11,opt,name=system,proto3" json:"system,omitempty"` // AspectInfo for the entry type. RequiredAspects []*EntryType_AspectInfo `protobuf:"bytes,50,rep,name=required_aspects,json=requiredAspects,proto3" json:"required_aspects,omitempty"` // Immutable. Authorization defined for this type. Authorization *EntryType_Authorization `protobuf:"bytes,51,opt,name=authorization,proto3" json:"authorization,omitempty"` // contains filtered or unexported fields }
Entry Type is a template for creating Entries.
func (*EntryType) Descriptor
deprecated
added in
v1.15.0
func (*EntryType) GetAuthorization ¶ added in v1.15.0
func (x *EntryType) GetAuthorization() *EntryType_Authorization
func (*EntryType) GetCreateTime ¶ added in v1.15.0
func (x *EntryType) GetCreateTime() *timestamppb.Timestamp
func (*EntryType) GetDescription ¶ added in v1.15.0
func (*EntryType) GetDisplayName ¶ added in v1.15.0
func (*EntryType) GetPlatform ¶ added in v1.15.0
func (*EntryType) GetRequiredAspects ¶ added in v1.15.0
func (x *EntryType) GetRequiredAspects() []*EntryType_AspectInfo
func (*EntryType) GetTypeAliases ¶ added in v1.15.0
func (*EntryType) GetUpdateTime ¶ added in v1.15.0
func (x *EntryType) GetUpdateTime() *timestamppb.Timestamp
func (*EntryType) ProtoMessage ¶ added in v1.15.0
func (*EntryType) ProtoMessage()
func (*EntryType) ProtoReflect ¶ added in v1.15.0
func (x *EntryType) ProtoReflect() protoreflect.Message
type EntryType_AspectInfo ¶ added in v1.15.0
type EntryType_AspectInfo struct { // Required aspect type for the entry type. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*EntryType_AspectInfo) Descriptor
deprecated
added in
v1.15.0
func (*EntryType_AspectInfo) Descriptor() ([]byte, []int)
Deprecated: Use EntryType_AspectInfo.ProtoReflect.Descriptor instead.
func (*EntryType_AspectInfo) GetType ¶ added in v1.15.0
func (x *EntryType_AspectInfo) GetType() string
func (*EntryType_AspectInfo) ProtoMessage ¶ added in v1.15.0
func (*EntryType_AspectInfo) ProtoMessage()
func (*EntryType_AspectInfo) ProtoReflect ¶ added in v1.15.0
func (x *EntryType_AspectInfo) ProtoReflect() protoreflect.Message
func (*EntryType_AspectInfo) Reset ¶ added in v1.15.0
func (x *EntryType_AspectInfo) Reset()
func (*EntryType_AspectInfo) String ¶ added in v1.15.0
func (x *EntryType_AspectInfo) String() string
type EntryType_Authorization ¶ added in v1.15.0
type EntryType_Authorization struct { // Immutable. The IAM permission grantable on the Entry Group to allow // access to instantiate Entries of Dataplex owned Entry Types, only // settable for Dataplex owned Types. AlternateUsePermission string `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
Authorization for an Entry Type.
func (*EntryType_Authorization) Descriptor
deprecated
added in
v1.15.0
func (*EntryType_Authorization) Descriptor() ([]byte, []int)
Deprecated: Use EntryType_Authorization.ProtoReflect.Descriptor instead.
func (*EntryType_Authorization) GetAlternateUsePermission ¶ added in v1.15.0
func (x *EntryType_Authorization) GetAlternateUsePermission() string
func (*EntryType_Authorization) ProtoMessage ¶ added in v1.15.0
func (*EntryType_Authorization) ProtoMessage()
func (*EntryType_Authorization) ProtoReflect ¶ added in v1.15.0
func (x *EntryType_Authorization) ProtoReflect() protoreflect.Message
func (*EntryType_Authorization) Reset ¶ added in v1.15.0
func (x *EntryType_Authorization) Reset()
func (*EntryType_Authorization) String ¶ added in v1.15.0
func (x *EntryType_Authorization) String() string
type EntryView ¶ added in v1.15.0
type EntryView int32
View for controlling which parts of an entry are to be returned.
const ( // Unspecified EntryView. Defaults to FULL. EntryView_ENTRY_VIEW_UNSPECIFIED EntryView = 0 // Returns entry only, without aspects. EntryView_BASIC EntryView = 1 // Returns all required aspects as well as the keys of all non-required // aspects. EntryView_FULL EntryView = 2 // Returns aspects matching custom fields in GetEntryRequest. If the number of // aspects exceeds 100, the first 100 will be returned. EntryView_CUSTOM EntryView = 3 // Returns all aspects. If the number of aspects exceeds 100, the first // 100 will be returned. EntryView_ALL EntryView = 4 )
func (EntryView) Descriptor ¶ added in v1.15.0
func (EntryView) Descriptor() protoreflect.EnumDescriptor
func (EntryView) EnumDescriptor
deprecated
added in
v1.15.0
func (EntryView) Number ¶ added in v1.15.0
func (x EntryView) Number() protoreflect.EnumNumber
func (EntryView) Type ¶ added in v1.15.0
func (EntryView) Type() protoreflect.EnumType
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.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 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 (x *Environment_InfrastructureSpec) GetCompute() *Environment_InfrastructureSpec_ComputeResources
func (*Environment_InfrastructureSpec) GetOsImage ¶
func (x *Environment_InfrastructureSpec) GetOsImage() *Environment_InfrastructureSpec_OsImageRuntime
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 (x *Environment_InfrastructureSpec) ProtoReflect() protoreflect.Message
func (*Environment_InfrastructureSpec) Reset ¶
func (x *Environment_InfrastructureSpec) Reset()
func (*Environment_InfrastructureSpec) String ¶
func (x *Environment_InfrastructureSpec) String() 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
func (*Environment_InfrastructureSpec_ComputeResources) Descriptor() ([]byte, []int)
Deprecated: Use Environment_InfrastructureSpec_ComputeResources.ProtoReflect.Descriptor instead.
func (*Environment_InfrastructureSpec_ComputeResources) GetDiskSizeGb ¶
func (x *Environment_InfrastructureSpec_ComputeResources) GetDiskSizeGb() int32
func (*Environment_InfrastructureSpec_ComputeResources) GetMaxNodeCount ¶
func (x *Environment_InfrastructureSpec_ComputeResources) GetMaxNodeCount() int32
func (*Environment_InfrastructureSpec_ComputeResources) GetNodeCount ¶
func (x *Environment_InfrastructureSpec_ComputeResources) GetNodeCount() int32
func (*Environment_InfrastructureSpec_ComputeResources) ProtoMessage ¶
func (*Environment_InfrastructureSpec_ComputeResources) ProtoMessage()
func (*Environment_InfrastructureSpec_ComputeResources) ProtoReflect ¶
func (x *Environment_InfrastructureSpec_ComputeResources) ProtoReflect() protoreflect.Message
func (*Environment_InfrastructureSpec_ComputeResources) Reset ¶
func (x *Environment_InfrastructureSpec_ComputeResources) Reset()
func (*Environment_InfrastructureSpec_ComputeResources) String ¶
func (x *Environment_InfrastructureSpec_ComputeResources) String() 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
func (*Environment_InfrastructureSpec_OsImageRuntime) Descriptor() ([]byte, []int)
Deprecated: Use Environment_InfrastructureSpec_OsImageRuntime.ProtoReflect.Descriptor instead.
func (*Environment_InfrastructureSpec_OsImageRuntime) GetImageVersion ¶
func (x *Environment_InfrastructureSpec_OsImageRuntime) GetImageVersion() string
func (*Environment_InfrastructureSpec_OsImageRuntime) GetJavaLibraries ¶
func (x *Environment_InfrastructureSpec_OsImageRuntime) GetJavaLibraries() []string
func (*Environment_InfrastructureSpec_OsImageRuntime) GetProperties ¶
func (x *Environment_InfrastructureSpec_OsImageRuntime) GetProperties() map[string]string
func (*Environment_InfrastructureSpec_OsImageRuntime) GetPythonPackages ¶
func (x *Environment_InfrastructureSpec_OsImageRuntime) GetPythonPackages() []string
func (*Environment_InfrastructureSpec_OsImageRuntime) ProtoMessage ¶
func (*Environment_InfrastructureSpec_OsImageRuntime) ProtoMessage()
func (*Environment_InfrastructureSpec_OsImageRuntime) ProtoReflect ¶
func (x *Environment_InfrastructureSpec_OsImageRuntime) ProtoReflect() protoreflect.Message
func (*Environment_InfrastructureSpec_OsImageRuntime) Reset ¶
func (x *Environment_InfrastructureSpec_OsImageRuntime) Reset()
func (*Environment_InfrastructureSpec_OsImageRuntime) String ¶
func (x *Environment_InfrastructureSpec_OsImageRuntime) String() 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 (x *Environment_SessionStatus) ProtoReflect() protoreflect.Message
func (*Environment_SessionStatus) Reset ¶
func (x *Environment_SessionStatus) Reset()
func (*Environment_SessionStatus) String ¶
func (x *Environment_SessionStatus) String() string
type GenerateDataQualityRulesRequest ¶ added in v1.15.0
type GenerateDataQualityRulesRequest struct { // Required. The name must be one of the following: // // * The name of a data scan with at least one successful, completed data // profiling job // * The name of a successful, completed data profiling job (a data scan job // where the job type is data profiling) Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request details for generating data quality rule recommendations.
func (*GenerateDataQualityRulesRequest) Descriptor
deprecated
added in
v1.15.0
func (*GenerateDataQualityRulesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateDataQualityRulesRequest.ProtoReflect.Descriptor instead.
func (*GenerateDataQualityRulesRequest) GetName ¶ added in v1.15.0
func (x *GenerateDataQualityRulesRequest) GetName() string
func (*GenerateDataQualityRulesRequest) ProtoMessage ¶ added in v1.15.0
func (*GenerateDataQualityRulesRequest) ProtoMessage()
func (*GenerateDataQualityRulesRequest) ProtoReflect ¶ added in v1.15.0
func (x *GenerateDataQualityRulesRequest) ProtoReflect() protoreflect.Message
func (*GenerateDataQualityRulesRequest) Reset ¶ added in v1.15.0
func (x *GenerateDataQualityRulesRequest) Reset()
func (*GenerateDataQualityRulesRequest) String ¶ added in v1.15.0
func (x *GenerateDataQualityRulesRequest) String() string
type GenerateDataQualityRulesResponse ¶ added in v1.15.0
type GenerateDataQualityRulesResponse struct { // The data quality rules that Dataplex generates based on the results // of a data profiling scan. Rule []*DataQualityRule `protobuf:"bytes,1,rep,name=rule,proto3" json:"rule,omitempty"` // contains filtered or unexported fields }
Response details for data quality rule recommendations.
func (*GenerateDataQualityRulesResponse) Descriptor
deprecated
added in
v1.15.0
func (*GenerateDataQualityRulesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateDataQualityRulesResponse.ProtoReflect.Descriptor instead.
func (*GenerateDataQualityRulesResponse) GetRule ¶ added in v1.15.0
func (x *GenerateDataQualityRulesResponse) GetRule() []*DataQualityRule
func (*GenerateDataQualityRulesResponse) ProtoMessage ¶ added in v1.15.0
func (*GenerateDataQualityRulesResponse) ProtoMessage()
func (*GenerateDataQualityRulesResponse) ProtoReflect ¶ added in v1.15.0
func (x *GenerateDataQualityRulesResponse) ProtoReflect() protoreflect.Message
func (*GenerateDataQualityRulesResponse) Reset ¶ added in v1.15.0
func (x *GenerateDataQualityRulesResponse) Reset()
func (*GenerateDataQualityRulesResponse) String ¶ added in v1.15.0
func (x *GenerateDataQualityRulesResponse) String() string
type GetAspectTypeRequest ¶ added in v1.15.0
type GetAspectTypeRequest struct { // Required. The resource name of the AspectType: // `projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get AspectType request.
func (*GetAspectTypeRequest) Descriptor
deprecated
added in
v1.15.0
func (*GetAspectTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAspectTypeRequest.ProtoReflect.Descriptor instead.
func (*GetAspectTypeRequest) GetName ¶ added in v1.15.0
func (x *GetAspectTypeRequest) GetName() string
func (*GetAspectTypeRequest) ProtoMessage ¶ added in v1.15.0
func (*GetAspectTypeRequest) ProtoMessage()
func (*GetAspectTypeRequest) ProtoReflect ¶ added in v1.15.0
func (x *GetAspectTypeRequest) ProtoReflect() protoreflect.Message
func (*GetAspectTypeRequest) Reset ¶ added in v1.15.0
func (x *GetAspectTypeRequest) Reset()
func (*GetAspectTypeRequest) String ¶ added in v1.15.0
func (x *GetAspectTypeRequest) String() string
type GetAssetRequest ¶
type GetAssetRequest struct { // Required. The resource name of the asset: // `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"` // contains filtered or unexported fields }
Get asset request.
func (*GetAssetRequest) Descriptor
deprecated
func (*GetAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetRequest.ProtoReflect.Descriptor instead.
func (*GetAssetRequest) GetName ¶
func (x *GetAssetRequest) GetName() string
func (*GetAssetRequest) ProtoMessage ¶
func (*GetAssetRequest) ProtoMessage()
func (*GetAssetRequest) ProtoReflect ¶
func (x *GetAssetRequest) ProtoReflect() protoreflect.Message
func (*GetAssetRequest) Reset ¶
func (x *GetAssetRequest) Reset()
func (*GetAssetRequest) String ¶
func (x *GetAssetRequest) String() string
type GetContentRequest ¶
type GetContentRequest struct { // Required. The resource name of the content: // projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. Specify content view to make a partial request. View GetContentRequest_ContentView `protobuf:"varint,2,opt,name=view,proto3,enum=google.cloud.dataplex.v1.GetContentRequest_ContentView" json:"view,omitempty"` // contains filtered or unexported fields }
Get content request.
func (*GetContentRequest) Descriptor
deprecated
func (*GetContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContentRequest.ProtoReflect.Descriptor instead.
func (*GetContentRequest) GetName ¶
func (x *GetContentRequest) GetName() string
func (*GetContentRequest) GetView ¶
func (x *GetContentRequest) GetView() GetContentRequest_ContentView
func (*GetContentRequest) ProtoMessage ¶
func (*GetContentRequest) ProtoMessage()
func (*GetContentRequest) ProtoReflect ¶
func (x *GetContentRequest) ProtoReflect() protoreflect.Message
func (*GetContentRequest) Reset ¶
func (x *GetContentRequest) Reset()
func (*GetContentRequest) String ¶
func (x *GetContentRequest) String() string
type GetContentRequest_ContentView ¶
type GetContentRequest_ContentView int32
Specifies whether the request should return the full or the partial representation.
const ( // Content view not specified. Defaults to BASIC. // The API will default to the BASIC view. GetContentRequest_CONTENT_VIEW_UNSPECIFIED GetContentRequest_ContentView = 0 // Will not return the `data_text` field. GetContentRequest_BASIC GetContentRequest_ContentView = 1 // Returns the complete proto. GetContentRequest_FULL GetContentRequest_ContentView = 2 )
func (GetContentRequest_ContentView) Descriptor ¶
func (GetContentRequest_ContentView) Descriptor() protoreflect.EnumDescriptor
func (GetContentRequest_ContentView) Enum ¶
func (x GetContentRequest_ContentView) Enum() *GetContentRequest_ContentView
func (GetContentRequest_ContentView) EnumDescriptor
deprecated
func (GetContentRequest_ContentView) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetContentRequest_ContentView.Descriptor instead.
func (GetContentRequest_ContentView) Number ¶
func (x GetContentRequest_ContentView) Number() protoreflect.EnumNumber
func (GetContentRequest_ContentView) String ¶
func (x GetContentRequest_ContentView) String() string
func (GetContentRequest_ContentView) Type ¶
func (GetContentRequest_ContentView) Type() protoreflect.EnumType
type GetDataAttributeBindingRequest ¶ added in v1.9.0
type GetDataAttributeBindingRequest struct { // Required. The resource name of the DataAttributeBinding: // projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_binding_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get DataAttributeBinding request.
func (*GetDataAttributeBindingRequest) Descriptor
deprecated
added in
v1.9.0
func (*GetDataAttributeBindingRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataAttributeBindingRequest.ProtoReflect.Descriptor instead.
func (*GetDataAttributeBindingRequest) GetName ¶ added in v1.9.0
func (x *GetDataAttributeBindingRequest) GetName() string
func (*GetDataAttributeBindingRequest) ProtoMessage ¶ added in v1.9.0
func (*GetDataAttributeBindingRequest) ProtoMessage()
func (*GetDataAttributeBindingRequest) ProtoReflect ¶ added in v1.9.0
func (x *GetDataAttributeBindingRequest) ProtoReflect() protoreflect.Message
func (*GetDataAttributeBindingRequest) Reset ¶ added in v1.9.0
func (x *GetDataAttributeBindingRequest) Reset()
func (*GetDataAttributeBindingRequest) String ¶ added in v1.9.0
func (x *GetDataAttributeBindingRequest) String() string
type GetDataAttributeRequest ¶ added in v1.9.0
type GetDataAttributeRequest struct { // Required. The resource name of the dataAttribute: // projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get DataAttribute request.
func (*GetDataAttributeRequest) Descriptor
deprecated
added in
v1.9.0
func (*GetDataAttributeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataAttributeRequest.ProtoReflect.Descriptor instead.
func (*GetDataAttributeRequest) GetName ¶ added in v1.9.0
func (x *GetDataAttributeRequest) GetName() string
func (*GetDataAttributeRequest) ProtoMessage ¶ added in v1.9.0
func (*GetDataAttributeRequest) ProtoMessage()
func (*GetDataAttributeRequest) ProtoReflect ¶ added in v1.9.0
func (x *GetDataAttributeRequest) ProtoReflect() protoreflect.Message
func (*GetDataAttributeRequest) Reset ¶ added in v1.9.0
func (x *GetDataAttributeRequest) Reset()
func (*GetDataAttributeRequest) String ¶ added in v1.9.0
func (x *GetDataAttributeRequest) String() string
type GetDataScanJobRequest ¶ added in v1.5.0
type GetDataScanJobRequest struct { // Required. The resource name of the DataScanJob: // `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/jobs/{data_scan_job_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"` // Optional. Select the DataScanJob view to return. Defaults to `BASIC`. View GetDataScanJobRequest_DataScanJobView `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
Get DataScanJob request.
func (*GetDataScanJobRequest) Descriptor
deprecated
added in
v1.5.0
func (*GetDataScanJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataScanJobRequest.ProtoReflect.Descriptor instead.
func (*GetDataScanJobRequest) GetName ¶ added in v1.5.0
func (x *GetDataScanJobRequest) GetName() string
func (*GetDataScanJobRequest) GetView ¶ added in v1.5.0
func (x *GetDataScanJobRequest) GetView() GetDataScanJobRequest_DataScanJobView
func (*GetDataScanJobRequest) ProtoMessage ¶ added in v1.5.0
func (*GetDataScanJobRequest) ProtoMessage()
func (*GetDataScanJobRequest) ProtoReflect ¶ added in v1.5.0
func (x *GetDataScanJobRequest) ProtoReflect() protoreflect.Message
func (*GetDataScanJobRequest) Reset ¶ added in v1.5.0
func (x *GetDataScanJobRequest) Reset()
func (*GetDataScanJobRequest) String ¶ added in v1.5.0
func (x *GetDataScanJobRequest) String() string
type GetDataScanJobRequest_DataScanJobView ¶ added in v1.5.0
type GetDataScanJobRequest_DataScanJobView int32
DataScanJob view options.
const ( // The API will default to the `BASIC` view. GetDataScanJobRequest_DATA_SCAN_JOB_VIEW_UNSPECIFIED GetDataScanJobRequest_DataScanJobView = 0 // Basic view that does not include *spec* and *result*. GetDataScanJobRequest_BASIC GetDataScanJobRequest_DataScanJobView = 1 // Include everything. GetDataScanJobRequest_FULL GetDataScanJobRequest_DataScanJobView = 10 )
func (GetDataScanJobRequest_DataScanJobView) Descriptor ¶ added in v1.5.0
func (GetDataScanJobRequest_DataScanJobView) Descriptor() protoreflect.EnumDescriptor
func (GetDataScanJobRequest_DataScanJobView) EnumDescriptor
deprecated
added in
v1.5.0
func (GetDataScanJobRequest_DataScanJobView) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetDataScanJobRequest_DataScanJobView.Descriptor instead.
func (GetDataScanJobRequest_DataScanJobView) Number ¶ added in v1.5.0
func (x GetDataScanJobRequest_DataScanJobView) Number() protoreflect.EnumNumber
func (GetDataScanJobRequest_DataScanJobView) String ¶ added in v1.5.0
func (x GetDataScanJobRequest_DataScanJobView) String() string
func (GetDataScanJobRequest_DataScanJobView) Type ¶ added in v1.5.0
func (GetDataScanJobRequest_DataScanJobView) Type() protoreflect.EnumType
type GetDataScanRequest ¶ added in v1.5.0
type GetDataScanRequest struct { // Required. The resource name of the dataScan: // `projects/{project}/locations/{location_id}/dataScans/{data_scan_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"` // Optional. Select the DataScan view to return. Defaults to `BASIC`. View GetDataScanRequest_DataScanView `protobuf:"varint,2,opt,name=view,proto3,enum=google.cloud.dataplex.v1.GetDataScanRequest_DataScanView" json:"view,omitempty"` // contains filtered or unexported fields }
Get dataScan request.
func (*GetDataScanRequest) Descriptor
deprecated
added in
v1.5.0
func (*GetDataScanRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataScanRequest.ProtoReflect.Descriptor instead.
func (*GetDataScanRequest) GetName ¶ added in v1.5.0
func (x *GetDataScanRequest) GetName() string
func (*GetDataScanRequest) GetView ¶ added in v1.5.0
func (x *GetDataScanRequest) GetView() GetDataScanRequest_DataScanView
func (*GetDataScanRequest) ProtoMessage ¶ added in v1.5.0
func (*GetDataScanRequest) ProtoMessage()
func (*GetDataScanRequest) ProtoReflect ¶ added in v1.5.0
func (x *GetDataScanRequest) ProtoReflect() protoreflect.Message
func (*GetDataScanRequest) Reset ¶ added in v1.5.0
func (x *GetDataScanRequest) Reset()
func (*GetDataScanRequest) String ¶ added in v1.5.0
func (x *GetDataScanRequest) String() string
type GetDataScanRequest_DataScanView ¶ added in v1.5.0
type GetDataScanRequest_DataScanView int32
DataScan view options.
const ( // The API will default to the `BASIC` view. GetDataScanRequest_DATA_SCAN_VIEW_UNSPECIFIED GetDataScanRequest_DataScanView = 0 // Basic view that does not include *spec* and *result*. GetDataScanRequest_BASIC GetDataScanRequest_DataScanView = 1 // Include everything. GetDataScanRequest_FULL GetDataScanRequest_DataScanView = 10 )
func (GetDataScanRequest_DataScanView) Descriptor ¶ added in v1.5.0
func (GetDataScanRequest_DataScanView) Descriptor() protoreflect.EnumDescriptor
func (GetDataScanRequest_DataScanView) Enum ¶ added in v1.5.0
func (x GetDataScanRequest_DataScanView) Enum() *GetDataScanRequest_DataScanView
func (GetDataScanRequest_DataScanView) EnumDescriptor
deprecated
added in
v1.5.0
func (GetDataScanRequest_DataScanView) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetDataScanRequest_DataScanView.Descriptor instead.
func (GetDataScanRequest_DataScanView) Number ¶ added in v1.5.0
func (x GetDataScanRequest_DataScanView) Number() protoreflect.EnumNumber
func (GetDataScanRequest_DataScanView) String ¶ added in v1.5.0
func (x GetDataScanRequest_DataScanView) String() string
func (GetDataScanRequest_DataScanView) Type ¶ added in v1.5.0
func (GetDataScanRequest_DataScanView) Type() protoreflect.EnumType
type GetDataTaxonomyRequest ¶ added in v1.9.0
type GetDataTaxonomyRequest struct { // Required. The resource name of the DataTaxonomy: // projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get DataTaxonomy request.
func (*GetDataTaxonomyRequest) Descriptor
deprecated
added in
v1.9.0
func (*GetDataTaxonomyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataTaxonomyRequest.ProtoReflect.Descriptor instead.
func (*GetDataTaxonomyRequest) GetName ¶ added in v1.9.0
func (x *GetDataTaxonomyRequest) GetName() string
func (*GetDataTaxonomyRequest) ProtoMessage ¶ added in v1.9.0
func (*GetDataTaxonomyRequest) ProtoMessage()
func (*GetDataTaxonomyRequest) ProtoReflect ¶ added in v1.9.0
func (x *GetDataTaxonomyRequest) ProtoReflect() protoreflect.Message
func (*GetDataTaxonomyRequest) Reset ¶ added in v1.9.0
func (x *GetDataTaxonomyRequest) Reset()
func (*GetDataTaxonomyRequest) String ¶ added in v1.9.0
func (x *GetDataTaxonomyRequest) String() string
type GetEntityRequest ¶
type GetEntityRequest struct { // Required. The resource name of the entity: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. Used to select the subset of entity information to return. // Defaults to `BASIC`. View GetEntityRequest_EntityView `protobuf:"varint,2,opt,name=view,proto3,enum=google.cloud.dataplex.v1.GetEntityRequest_EntityView" json:"view,omitempty"` // contains filtered or unexported fields }
Get metadata entity request.
func (*GetEntityRequest) Descriptor
deprecated
func (*GetEntityRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEntityRequest.ProtoReflect.Descriptor instead.
func (*GetEntityRequest) GetName ¶
func (x *GetEntityRequest) GetName() string
func (*GetEntityRequest) GetView ¶
func (x *GetEntityRequest) GetView() GetEntityRequest_EntityView
func (*GetEntityRequest) ProtoMessage ¶
func (*GetEntityRequest) ProtoMessage()
func (*GetEntityRequest) ProtoReflect ¶
func (x *GetEntityRequest) ProtoReflect() protoreflect.Message
func (*GetEntityRequest) Reset ¶
func (x *GetEntityRequest) Reset()
func (*GetEntityRequest) String ¶
func (x *GetEntityRequest) String() string
type GetEntityRequest_EntityView ¶
type GetEntityRequest_EntityView int32
Entity views for get entity partial result.
const ( // The API will default to the `BASIC` view. GetEntityRequest_ENTITY_VIEW_UNSPECIFIED GetEntityRequest_EntityView = 0 // Minimal view that does not include the schema. GetEntityRequest_BASIC GetEntityRequest_EntityView = 1 // Include basic information and schema. GetEntityRequest_SCHEMA GetEntityRequest_EntityView = 2 // Include everything. Currently, this is the same as the SCHEMA view. GetEntityRequest_FULL GetEntityRequest_EntityView = 4 )
func (GetEntityRequest_EntityView) Descriptor ¶
func (GetEntityRequest_EntityView) Descriptor() protoreflect.EnumDescriptor
func (GetEntityRequest_EntityView) Enum ¶
func (x GetEntityRequest_EntityView) Enum() *GetEntityRequest_EntityView
func (GetEntityRequest_EntityView) EnumDescriptor
deprecated
func (GetEntityRequest_EntityView) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetEntityRequest_EntityView.Descriptor instead.
func (GetEntityRequest_EntityView) Number ¶
func (x GetEntityRequest_EntityView) Number() protoreflect.EnumNumber
func (GetEntityRequest_EntityView) String ¶
func (x GetEntityRequest_EntityView) String() string
func (GetEntityRequest_EntityView) Type ¶
func (GetEntityRequest_EntityView) Type() protoreflect.EnumType
type GetEntryGroupRequest ¶ added in v1.15.0
type GetEntryGroupRequest struct { // Required. The resource name of the EntryGroup: // `projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get EntryGroup request.
func (*GetEntryGroupRequest) Descriptor
deprecated
added in
v1.15.0
func (*GetEntryGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEntryGroupRequest.ProtoReflect.Descriptor instead.
func (*GetEntryGroupRequest) GetName ¶ added in v1.15.0
func (x *GetEntryGroupRequest) GetName() string
func (*GetEntryGroupRequest) ProtoMessage ¶ added in v1.15.0
func (*GetEntryGroupRequest) ProtoMessage()
func (*GetEntryGroupRequest) ProtoReflect ¶ added in v1.15.0
func (x *GetEntryGroupRequest) ProtoReflect() protoreflect.Message
func (*GetEntryGroupRequest) Reset ¶ added in v1.15.0
func (x *GetEntryGroupRequest) Reset()
func (*GetEntryGroupRequest) String ¶ added in v1.15.0
func (x *GetEntryGroupRequest) String() string
type GetEntryRequest ¶ added in v1.15.0
type GetEntryRequest struct { // Required. The resource name of the Entry: // `projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. View to control which parts of an entry the service should // return. View EntryView `protobuf:"varint,2,opt,name=view,proto3,enum=google.cloud.dataplex.v1.EntryView" json:"view,omitempty"` // Optional. Limits the aspects returned to the provided aspect types. // It only works for CUSTOM view. AspectTypes []string `protobuf:"bytes,3,rep,name=aspect_types,json=aspectTypes,proto3" json:"aspect_types,omitempty"` // Optional. Limits the aspects returned to those associated with the provided // paths within the Entry. It only works for CUSTOM view. Paths []string `protobuf:"bytes,4,rep,name=paths,proto3" json:"paths,omitempty"` // contains filtered or unexported fields }
Get Entry request.
func (*GetEntryRequest) Descriptor
deprecated
added in
v1.15.0
func (*GetEntryRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEntryRequest.ProtoReflect.Descriptor instead.
func (*GetEntryRequest) GetAspectTypes ¶ added in v1.15.0
func (x *GetEntryRequest) GetAspectTypes() []string
func (*GetEntryRequest) GetName ¶ added in v1.15.0
func (x *GetEntryRequest) GetName() string
func (*GetEntryRequest) GetPaths ¶ added in v1.15.0
func (x *GetEntryRequest) GetPaths() []string
func (*GetEntryRequest) GetView ¶ added in v1.15.0
func (x *GetEntryRequest) GetView() EntryView
func (*GetEntryRequest) ProtoMessage ¶ added in v1.15.0
func (*GetEntryRequest) ProtoMessage()
func (*GetEntryRequest) ProtoReflect ¶ added in v1.15.0
func (x *GetEntryRequest) ProtoReflect() protoreflect.Message
func (*GetEntryRequest) Reset ¶ added in v1.15.0
func (x *GetEntryRequest) Reset()
func (*GetEntryRequest) String ¶ added in v1.15.0
func (x *GetEntryRequest) String() string
type GetEntryTypeRequest ¶ added in v1.15.0
type GetEntryTypeRequest struct { // Required. The resource name of the EntryType: // `projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get EntryType request.
func (*GetEntryTypeRequest) Descriptor
deprecated
added in
v1.15.0
func (*GetEntryTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEntryTypeRequest.ProtoReflect.Descriptor instead.
func (*GetEntryTypeRequest) GetName ¶ added in v1.15.0
func (x *GetEntryTypeRequest) GetName() string
func (*GetEntryTypeRequest) ProtoMessage ¶ added in v1.15.0
func (*GetEntryTypeRequest) ProtoMessage()
func (*GetEntryTypeRequest) ProtoReflect ¶ added in v1.15.0
func (x *GetEntryTypeRequest) ProtoReflect() protoreflect.Message
func (*GetEntryTypeRequest) Reset ¶ added in v1.15.0
func (x *GetEntryTypeRequest) Reset()
func (*GetEntryTypeRequest) String ¶ added in v1.15.0
func (x *GetEntryTypeRequest) String() string
type GetEnvironmentRequest ¶
type GetEnvironmentRequest struct { // Required. The resource name of the environment: // `projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get environment request.
func (*GetEnvironmentRequest) Descriptor
deprecated
func (*GetEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*GetEnvironmentRequest) GetName ¶
func (x *GetEnvironmentRequest) GetName() string
func (*GetEnvironmentRequest) ProtoMessage ¶
func (*GetEnvironmentRequest) ProtoMessage()
func (*GetEnvironmentRequest) ProtoReflect ¶
func (x *GetEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*GetEnvironmentRequest) Reset ¶
func (x *GetEnvironmentRequest) Reset()
func (*GetEnvironmentRequest) String ¶
func (x *GetEnvironmentRequest) String() string
type GetJobRequest ¶
type GetJobRequest struct { // Required. The resource name of the job: // `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"` // contains filtered or unexported fields }
Get job request.
func (*GetJobRequest) Descriptor
deprecated
func (*GetJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJobRequest.ProtoReflect.Descriptor instead.
func (*GetJobRequest) GetName ¶
func (x *GetJobRequest) GetName() string
func (*GetJobRequest) ProtoMessage ¶
func (*GetJobRequest) ProtoMessage()
func (*GetJobRequest) ProtoReflect ¶
func (x *GetJobRequest) ProtoReflect() protoreflect.Message
func (*GetJobRequest) Reset ¶
func (x *GetJobRequest) Reset()
func (*GetJobRequest) String ¶
func (x *GetJobRequest) String() string
type GetLakeRequest ¶
type GetLakeRequest struct { // Required. The resource name of the lake: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get lake request.
func (*GetLakeRequest) Descriptor
deprecated
func (*GetLakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLakeRequest.ProtoReflect.Descriptor instead.
func (*GetLakeRequest) GetName ¶
func (x *GetLakeRequest) GetName() string
func (*GetLakeRequest) ProtoMessage ¶
func (*GetLakeRequest) ProtoMessage()
func (*GetLakeRequest) ProtoReflect ¶
func (x *GetLakeRequest) ProtoReflect() protoreflect.Message
func (*GetLakeRequest) Reset ¶
func (x *GetLakeRequest) Reset()
func (*GetLakeRequest) String ¶
func (x *GetLakeRequest) String() string
type GetMetadataJobRequest ¶ added in v1.20.0
type GetMetadataJobRequest struct { // Required. The resource name of the metadata job, in the format // `projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get metadata job request.
func (*GetMetadataJobRequest) Descriptor
deprecated
added in
v1.20.0
func (*GetMetadataJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMetadataJobRequest.ProtoReflect.Descriptor instead.
func (*GetMetadataJobRequest) GetName ¶ added in v1.20.0
func (x *GetMetadataJobRequest) GetName() string
func (*GetMetadataJobRequest) ProtoMessage ¶ added in v1.20.0
func (*GetMetadataJobRequest) ProtoMessage()
func (*GetMetadataJobRequest) ProtoReflect ¶ added in v1.20.0
func (x *GetMetadataJobRequest) ProtoReflect() protoreflect.Message
func (*GetMetadataJobRequest) Reset ¶ added in v1.20.0
func (x *GetMetadataJobRequest) Reset()
func (*GetMetadataJobRequest) String ¶ added in v1.20.0
func (x *GetMetadataJobRequest) String() string
type GetPartitionRequest ¶
type GetPartitionRequest struct { // Required. The resource name of the partition: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}`. // The {partition_value_path} segment consists of an ordered sequence of // partition values separated by "/". All values must be provided. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get metadata partition request.
func (*GetPartitionRequest) Descriptor
deprecated
func (*GetPartitionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPartitionRequest.ProtoReflect.Descriptor instead.
func (*GetPartitionRequest) GetName ¶
func (x *GetPartitionRequest) GetName() string
func (*GetPartitionRequest) ProtoMessage ¶
func (*GetPartitionRequest) ProtoMessage()
func (*GetPartitionRequest) ProtoReflect ¶
func (x *GetPartitionRequest) ProtoReflect() protoreflect.Message
func (*GetPartitionRequest) Reset ¶
func (x *GetPartitionRequest) Reset()
func (*GetPartitionRequest) String ¶
func (x *GetPartitionRequest) String() string
type GetTaskRequest ¶
type GetTaskRequest struct { // Required. The resource name of the task: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{tasks_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get task request.
func (*GetTaskRequest) Descriptor
deprecated
func (*GetTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTaskRequest.ProtoReflect.Descriptor instead.
func (*GetTaskRequest) GetName ¶
func (x *GetTaskRequest) GetName() string
func (*GetTaskRequest) ProtoMessage ¶
func (*GetTaskRequest) ProtoMessage()
func (*GetTaskRequest) ProtoReflect ¶
func (x *GetTaskRequest) ProtoReflect() protoreflect.Message
func (*GetTaskRequest) Reset ¶
func (x *GetTaskRequest) Reset()
func (*GetTaskRequest) String ¶
func (x *GetTaskRequest) String() string
type GetZoneRequest ¶
type GetZoneRequest struct { // Required. The resource name of the zone: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get zone request.
func (*GetZoneRequest) Descriptor
deprecated
func (*GetZoneRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetZoneRequest.ProtoReflect.Descriptor instead.
func (*GetZoneRequest) GetName ¶
func (x *GetZoneRequest) GetName() string
func (*GetZoneRequest) ProtoMessage ¶
func (*GetZoneRequest) ProtoMessage()
func (*GetZoneRequest) ProtoReflect ¶
func (x *GetZoneRequest) ProtoReflect() protoreflect.Message
func (*GetZoneRequest) Reset ¶
func (x *GetZoneRequest) Reset()
func (*GetZoneRequest) String ¶
func (x *GetZoneRequest) String() string
type GovernanceEvent ¶ added in v1.11.0
type GovernanceEvent struct { // The log message. Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // The type of the event. EventType GovernanceEvent_EventType `` /* 145-byte string literal not displayed */ // Entity resource information if the log event is associated with a // specific entity. Entity *GovernanceEvent_Entity `protobuf:"bytes,3,opt,name=entity,proto3,oneof" json:"entity,omitempty"` // contains filtered or unexported fields }
Payload associated with Governance related log events.
func (*GovernanceEvent) Descriptor
deprecated
added in
v1.11.0
func (*GovernanceEvent) Descriptor() ([]byte, []int)
Deprecated: Use GovernanceEvent.ProtoReflect.Descriptor instead.
func (*GovernanceEvent) GetEntity ¶ added in v1.11.0
func (x *GovernanceEvent) GetEntity() *GovernanceEvent_Entity
func (*GovernanceEvent) GetEventType ¶ added in v1.11.0
func (x *GovernanceEvent) GetEventType() GovernanceEvent_EventType
func (*GovernanceEvent) GetMessage ¶ added in v1.11.0
func (x *GovernanceEvent) GetMessage() string
func (*GovernanceEvent) ProtoMessage ¶ added in v1.11.0
func (*GovernanceEvent) ProtoMessage()
func (*GovernanceEvent) ProtoReflect ¶ added in v1.11.0
func (x *GovernanceEvent) ProtoReflect() protoreflect.Message
func (*GovernanceEvent) Reset ¶ added in v1.11.0
func (x *GovernanceEvent) Reset()
func (*GovernanceEvent) String ¶ added in v1.11.0
func (x *GovernanceEvent) String() string
type GovernanceEvent_Entity ¶ added in v1.11.0
type GovernanceEvent_Entity struct { // The Entity resource the log event is associated with. // Format: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}` Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // Type of entity. EntityType GovernanceEvent_Entity_EntityType `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
Information about Entity resource that the log event is associated with.
func (*GovernanceEvent_Entity) Descriptor
deprecated
added in
v1.11.0
func (*GovernanceEvent_Entity) Descriptor() ([]byte, []int)
Deprecated: Use GovernanceEvent_Entity.ProtoReflect.Descriptor instead.
func (*GovernanceEvent_Entity) GetEntity ¶ added in v1.11.0
func (x *GovernanceEvent_Entity) GetEntity() string
func (*GovernanceEvent_Entity) GetEntityType ¶ added in v1.11.0
func (x *GovernanceEvent_Entity) GetEntityType() GovernanceEvent_Entity_EntityType
func (*GovernanceEvent_Entity) ProtoMessage ¶ added in v1.11.0
func (*GovernanceEvent_Entity) ProtoMessage()
func (*GovernanceEvent_Entity) ProtoReflect ¶ added in v1.11.0
func (x *GovernanceEvent_Entity) ProtoReflect() protoreflect.Message
func (*GovernanceEvent_Entity) Reset ¶ added in v1.11.0
func (x *GovernanceEvent_Entity) Reset()
func (*GovernanceEvent_Entity) String ¶ added in v1.11.0
func (x *GovernanceEvent_Entity) String() string
type GovernanceEvent_Entity_EntityType ¶ added in v1.11.0
type GovernanceEvent_Entity_EntityType int32
Type of entity.
const ( // An unspecified Entity type. GovernanceEvent_Entity_ENTITY_TYPE_UNSPECIFIED GovernanceEvent_Entity_EntityType = 0 // Table entity type. GovernanceEvent_Entity_TABLE GovernanceEvent_Entity_EntityType = 1 // Fileset entity type. GovernanceEvent_Entity_FILESET GovernanceEvent_Entity_EntityType = 2 )
func (GovernanceEvent_Entity_EntityType) Descriptor ¶ added in v1.11.0
func (GovernanceEvent_Entity_EntityType) Descriptor() protoreflect.EnumDescriptor
func (GovernanceEvent_Entity_EntityType) Enum ¶ added in v1.11.0
func (x GovernanceEvent_Entity_EntityType) Enum() *GovernanceEvent_Entity_EntityType
func (GovernanceEvent_Entity_EntityType) EnumDescriptor
deprecated
added in
v1.11.0
func (GovernanceEvent_Entity_EntityType) EnumDescriptor() ([]byte, []int)
Deprecated: Use GovernanceEvent_Entity_EntityType.Descriptor instead.
func (GovernanceEvent_Entity_EntityType) Number ¶ added in v1.11.0
func (x GovernanceEvent_Entity_EntityType) Number() protoreflect.EnumNumber
func (GovernanceEvent_Entity_EntityType) String ¶ added in v1.11.0
func (x GovernanceEvent_Entity_EntityType) String() string
func (GovernanceEvent_Entity_EntityType) Type ¶ added in v1.11.0
func (GovernanceEvent_Entity_EntityType) Type() protoreflect.EnumType
type GovernanceEvent_EventType ¶ added in v1.11.0
type GovernanceEvent_EventType int32
Type of governance log event.
const ( // An unspecified event type. GovernanceEvent_EVENT_TYPE_UNSPECIFIED GovernanceEvent_EventType = 0 // Resource IAM policy update event. GovernanceEvent_RESOURCE_IAM_POLICY_UPDATE GovernanceEvent_EventType = 1 // BigQuery table create event. GovernanceEvent_BIGQUERY_TABLE_CREATE GovernanceEvent_EventType = 2 // BigQuery table update event. GovernanceEvent_BIGQUERY_TABLE_UPDATE GovernanceEvent_EventType = 3 // BigQuery table delete event. GovernanceEvent_BIGQUERY_TABLE_DELETE GovernanceEvent_EventType = 4 // BigQuery connection create event. GovernanceEvent_BIGQUERY_CONNECTION_CREATE GovernanceEvent_EventType = 5 // BigQuery connection update event. GovernanceEvent_BIGQUERY_CONNECTION_UPDATE GovernanceEvent_EventType = 6 // BigQuery connection delete event. GovernanceEvent_BIGQUERY_CONNECTION_DELETE GovernanceEvent_EventType = 7 // BigQuery taxonomy created. GovernanceEvent_BIGQUERY_TAXONOMY_CREATE GovernanceEvent_EventType = 10 // BigQuery policy tag created. GovernanceEvent_BIGQUERY_POLICY_TAG_CREATE GovernanceEvent_EventType = 11 // BigQuery policy tag deleted. GovernanceEvent_BIGQUERY_POLICY_TAG_DELETE GovernanceEvent_EventType = 12 // BigQuery set iam policy for policy tag. GovernanceEvent_BIGQUERY_POLICY_TAG_SET_IAM_POLICY GovernanceEvent_EventType = 13 // Access policy update event. GovernanceEvent_ACCESS_POLICY_UPDATE GovernanceEvent_EventType = 14 // Number of resources matched with particular Query. GovernanceEvent_GOVERNANCE_RULE_MATCHED_RESOURCES GovernanceEvent_EventType = 15 // Rule processing exceeds the allowed limit. GovernanceEvent_GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS GovernanceEvent_EventType = 16 // Rule processing errors. GovernanceEvent_GOVERNANCE_RULE_ERRORS GovernanceEvent_EventType = 17 // Governance rule processing Event. GovernanceEvent_GOVERNANCE_RULE_PROCESSING GovernanceEvent_EventType = 18 )
func (GovernanceEvent_EventType) Descriptor ¶ added in v1.11.0
func (GovernanceEvent_EventType) Descriptor() protoreflect.EnumDescriptor
func (GovernanceEvent_EventType) Enum ¶ added in v1.11.0
func (x GovernanceEvent_EventType) Enum() *GovernanceEvent_EventType
func (GovernanceEvent_EventType) EnumDescriptor
deprecated
added in
v1.11.0
func (GovernanceEvent_EventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use GovernanceEvent_EventType.Descriptor instead.
func (GovernanceEvent_EventType) Number ¶ added in v1.11.0
func (x GovernanceEvent_EventType) Number() protoreflect.EnumNumber
func (GovernanceEvent_EventType) String ¶ added in v1.11.0
func (x GovernanceEvent_EventType) String() string
func (GovernanceEvent_EventType) Type ¶ added in v1.11.0
func (GovernanceEvent_EventType) Type() protoreflect.EnumType
type ImportItem ¶ added in v1.20.0
type ImportItem struct { // Information about an entry and its attached aspects. Entry *Entry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"` // The fields to update, in paths that are relative to the `Entry` resource. // Separate each field with a comma. // // In `FULL` entry sync mode, Dataplex includes the paths of all of the fields // for an entry that can be modified, including aspects. This means that // Dataplex replaces the existing entry with the entry in the metadata import // file. All modifiable fields are updated, regardless of the fields that are // listed in the update mask, and regardless of whether a field is present // in the `entry` object. // // The `update_mask` field is ignored when an entry is created or re-created. // // Dataplex also determines which entries and aspects to modify by comparing // the values and timestamps that you provide in the metadata import file with // the values and timestamps that exist in your project. For more information, // see [Comparison // logic](https://cloud.google.com/dataplex/docs/import-metadata#data-modification-logic). UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // The aspects to modify. Supports the following syntaxes: // // * `{aspect_type_reference}`: matches aspects that belong to the specified // aspect type and are attached directly to the entry. // * `{aspect_type_reference}@{path}`: matches aspects that belong to the // specified aspect type and path. // * `{aspect_type_reference}@*`: matches aspects that belong to the specified // aspect type for all paths. // // Replace `{aspect_type_reference}` with a reference to the aspect type, in // the format // `{project_id_or_number}.{location_id}.{aspect_type_id}`. // // If you leave this field empty, it is treated as specifying exactly those // aspects that are present within the specified entry. // // In `FULL` entry sync mode, Dataplex implicitly adds the keys for all of the // required aspects of an entry. AspectKeys []string `protobuf:"bytes,3,rep,name=aspect_keys,json=aspectKeys,proto3" json:"aspect_keys,omitempty"` // contains filtered or unexported fields }
An object that describes the values that you want to set for an entry and its attached aspects when you import metadata. Used when you run a metadata import job. See [CreateMetadataJob][google.cloud.dataplex.v1.CatalogService.CreateMetadataJob].
You provide a collection of import items in a metadata import file. For more information about how to create a metadata import file, see [Metadata import file](https://cloud.google.com/dataplex/docs/import-metadata#metadata-import-file).
func (*ImportItem) Descriptor
deprecated
added in
v1.20.0
func (*ImportItem) Descriptor() ([]byte, []int)
Deprecated: Use ImportItem.ProtoReflect.Descriptor instead.
func (*ImportItem) GetAspectKeys ¶ added in v1.20.0
func (x *ImportItem) GetAspectKeys() []string
func (*ImportItem) GetEntry ¶ added in v1.20.0
func (x *ImportItem) GetEntry() *Entry
func (*ImportItem) GetUpdateMask ¶ added in v1.20.0
func (x *ImportItem) GetUpdateMask() *fieldmaskpb.FieldMask
func (*ImportItem) ProtoMessage ¶ added in v1.20.0
func (*ImportItem) ProtoMessage()
func (*ImportItem) ProtoReflect ¶ added in v1.20.0
func (x *ImportItem) ProtoReflect() protoreflect.Message
func (*ImportItem) Reset ¶ added in v1.20.0
func (x *ImportItem) Reset()
func (*ImportItem) String ¶ added in v1.20.0
func (x *ImportItem) 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.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.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"` // Output only. User-defined labels for the task. Labels map[string]string `` /* 154-byte string literal not displayed */ // Output only. Job execution trigger. Trigger Job_Trigger `protobuf:"varint,11,opt,name=trigger,proto3,enum=google.cloud.dataplex.v1.Job_Trigger" json:"trigger,omitempty"` // Output only. Spec related to how a task is executed. ExecutionSpec *Task_ExecutionSpec `protobuf:"bytes,100,opt,name=execution_spec,json=executionSpec,proto3" json:"execution_spec,omitempty"` // contains filtered or unexported fields }
A job represents an instance of a task.
func (*Job) Descriptor
deprecated
func (*Job) GetEndTime ¶
func (x *Job) GetEndTime() *timestamppb.Timestamp
func (*Job) GetExecutionSpec ¶ added in v1.9.0
func (x *Job) GetExecutionSpec() *Task_ExecutionSpec
func (*Job) GetMessage ¶
func (*Job) GetRetryCount ¶
func (*Job) GetService ¶
func (x *Job) GetService() Job_Service
func (*Job) GetServiceJob ¶
func (*Job) GetStartTime ¶
func (x *Job) GetStartTime() *timestamppb.Timestamp
func (*Job) GetTrigger ¶ added in v1.9.0
func (x *Job) GetTrigger() Job_Trigger
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
type JobEvent ¶
type JobEvent struct { // The log message. Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // The unique id identifying the job. JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // The time when the job started running. StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // The time when the job ended running. EndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // The job state on completion. State JobEvent_State `protobuf:"varint,5,opt,name=state,proto3,enum=google.cloud.dataplex.v1.JobEvent_State" json:"state,omitempty"` // The number of retries. Retries int32 `protobuf:"varint,6,opt,name=retries,proto3" json:"retries,omitempty"` // The type of the job. Type JobEvent_Type `protobuf:"varint,7,opt,name=type,proto3,enum=google.cloud.dataplex.v1.JobEvent_Type" json:"type,omitempty"` // The service used to execute the job. Service JobEvent_Service `protobuf:"varint,8,opt,name=service,proto3,enum=google.cloud.dataplex.v1.JobEvent_Service" json:"service,omitempty"` // The reference to the job within the service. ServiceJob string `protobuf:"bytes,9,opt,name=service_job,json=serviceJob,proto3" json:"service_job,omitempty"` // Job execution trigger. ExecutionTrigger JobEvent_ExecutionTrigger `` /* 167-byte string literal not displayed */ // contains filtered or unexported fields }
The payload associated with Job logs that contains events describing jobs that have run within a Lake.
func (*JobEvent) Descriptor
deprecated
func (*JobEvent) GetEndTime ¶
func (x *JobEvent) GetEndTime() *timestamppb.Timestamp
func (*JobEvent) GetExecutionTrigger ¶ added in v1.9.0
func (x *JobEvent) GetExecutionTrigger() JobEvent_ExecutionTrigger
func (*JobEvent) GetMessage ¶
func (*JobEvent) GetRetries ¶
func (*JobEvent) GetService ¶
func (x *JobEvent) GetService() JobEvent_Service
func (*JobEvent) GetServiceJob ¶
func (*JobEvent) GetStartTime ¶
func (x *JobEvent) GetStartTime() *timestamppb.Timestamp
func (*JobEvent) GetState ¶
func (x *JobEvent) GetState() JobEvent_State
func (*JobEvent) GetType ¶
func (x *JobEvent) GetType() JobEvent_Type
func (*JobEvent) ProtoMessage ¶
func (*JobEvent) ProtoMessage()
func (*JobEvent) ProtoReflect ¶
func (x *JobEvent) ProtoReflect() protoreflect.Message
type JobEvent_ExecutionTrigger ¶ added in v1.9.0
type JobEvent_ExecutionTrigger int32
Job Execution trigger.
const ( // The job execution trigger is unspecified. JobEvent_EXECUTION_TRIGGER_UNSPECIFIED JobEvent_ExecutionTrigger = 0 // The job was triggered by Dataplex based on trigger spec from task // definition. JobEvent_TASK_CONFIG JobEvent_ExecutionTrigger = 1 // The job was triggered by the explicit call of Task API. JobEvent_RUN_REQUEST JobEvent_ExecutionTrigger = 2 )
func (JobEvent_ExecutionTrigger) Descriptor ¶ added in v1.9.0
func (JobEvent_ExecutionTrigger) Descriptor() protoreflect.EnumDescriptor
func (JobEvent_ExecutionTrigger) Enum ¶ added in v1.9.0
func (x JobEvent_ExecutionTrigger) Enum() *JobEvent_ExecutionTrigger
func (JobEvent_ExecutionTrigger) EnumDescriptor
deprecated
added in
v1.9.0
func (JobEvent_ExecutionTrigger) EnumDescriptor() ([]byte, []int)
Deprecated: Use JobEvent_ExecutionTrigger.Descriptor instead.
func (JobEvent_ExecutionTrigger) Number ¶ added in v1.9.0
func (x JobEvent_ExecutionTrigger) Number() protoreflect.EnumNumber
func (JobEvent_ExecutionTrigger) String ¶ added in v1.9.0
func (x JobEvent_ExecutionTrigger) String() string
func (JobEvent_ExecutionTrigger) Type ¶ added in v1.9.0
func (JobEvent_ExecutionTrigger) Type() protoreflect.EnumType
type JobEvent_Service ¶
type JobEvent_Service int32
The service used to execute the job.
const ( // Unspecified service. JobEvent_SERVICE_UNSPECIFIED JobEvent_Service = 0 // Cloud Dataproc. JobEvent_DATAPROC JobEvent_Service = 1 )
func (JobEvent_Service) Descriptor ¶
func (JobEvent_Service) Descriptor() protoreflect.EnumDescriptor
func (JobEvent_Service) Enum ¶
func (x JobEvent_Service) Enum() *JobEvent_Service
func (JobEvent_Service) EnumDescriptor
deprecated
func (JobEvent_Service) EnumDescriptor() ([]byte, []int)
Deprecated: Use JobEvent_Service.Descriptor instead.
func (JobEvent_Service) Number ¶
func (x JobEvent_Service) Number() protoreflect.EnumNumber
func (JobEvent_Service) String ¶
func (x JobEvent_Service) String() string
func (JobEvent_Service) Type ¶
func (JobEvent_Service) Type() protoreflect.EnumType
type JobEvent_State ¶
type JobEvent_State int32
The completion status of the job.
const ( // Unspecified job state. JobEvent_STATE_UNSPECIFIED JobEvent_State = 0 // Job successfully completed. JobEvent_SUCCEEDED JobEvent_State = 1 // Job was unsuccessful. JobEvent_FAILED JobEvent_State = 2 // Job was cancelled by the user. JobEvent_CANCELLED JobEvent_State = 3 // Job was cancelled or aborted via the service executing the job. JobEvent_ABORTED JobEvent_State = 4 )
func (JobEvent_State) Descriptor ¶
func (JobEvent_State) Descriptor() protoreflect.EnumDescriptor
func (JobEvent_State) Enum ¶
func (x JobEvent_State) Enum() *JobEvent_State
func (JobEvent_State) EnumDescriptor
deprecated
func (JobEvent_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use JobEvent_State.Descriptor instead.
func (JobEvent_State) Number ¶
func (x JobEvent_State) Number() protoreflect.EnumNumber
func (JobEvent_State) String ¶
func (x JobEvent_State) String() string
func (JobEvent_State) Type ¶
func (JobEvent_State) Type() protoreflect.EnumType
type JobEvent_Type ¶
type JobEvent_Type int32
The type of the job.
const ( // Unspecified job type. JobEvent_TYPE_UNSPECIFIED JobEvent_Type = 0 // Spark jobs. JobEvent_SPARK JobEvent_Type = 1 // Notebook jobs. JobEvent_NOTEBOOK JobEvent_Type = 2 )
func (JobEvent_Type) Descriptor ¶
func (JobEvent_Type) Descriptor() protoreflect.EnumDescriptor
func (JobEvent_Type) Enum ¶
func (x JobEvent_Type) Enum() *JobEvent_Type
func (JobEvent_Type) EnumDescriptor
deprecated
func (JobEvent_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use JobEvent_Type.Descriptor instead.
func (JobEvent_Type) Number ¶
func (x JobEvent_Type) Number() protoreflect.EnumNumber
func (JobEvent_Type) String ¶
func (x JobEvent_Type) String() string
func (JobEvent_Type) Type ¶
func (JobEvent_Type) Type() protoreflect.EnumType
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) Descriptor() protoreflect.EnumDescriptor
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 ¶
func (Job_Service) Type() protoreflect.EnumType
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) EnumDescriptor
deprecated
func (Job_State) Number ¶
func (x Job_State) Number() protoreflect.EnumNumber
func (Job_State) Type ¶
func (Job_State) Type() protoreflect.EnumType
type Job_Trigger ¶ added in v1.9.0
type Job_Trigger int32
Job execution trigger.
const ( // The trigger is unspecified. Job_TRIGGER_UNSPECIFIED Job_Trigger = 0 // The job was triggered by Dataplex based on trigger spec from task // definition. Job_TASK_CONFIG Job_Trigger = 1 // The job was triggered by the explicit call of Task API. Job_RUN_REQUEST Job_Trigger = 2 )
func (Job_Trigger) Descriptor ¶ added in v1.9.0
func (Job_Trigger) Descriptor() protoreflect.EnumDescriptor
func (Job_Trigger) Enum ¶ added in v1.9.0
func (x Job_Trigger) Enum() *Job_Trigger
func (Job_Trigger) EnumDescriptor
deprecated
added in
v1.9.0
func (Job_Trigger) EnumDescriptor() ([]byte, []int)
Deprecated: Use Job_Trigger.Descriptor instead.
func (Job_Trigger) Number ¶ added in v1.9.0
func (x Job_Trigger) Number() protoreflect.EnumNumber
func (Job_Trigger) String ¶ added in v1.9.0
func (x Job_Trigger) String() string
func (Job_Trigger) Type ¶ added in v1.9.0
func (Job_Trigger) Type() protoreflect.EnumType
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.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) GetAssetStatus ¶
func (x *Lake) GetAssetStatus() *AssetStatus
func (*Lake) GetCreateTime ¶
func (x *Lake) GetCreateTime() *timestamppb.Timestamp
func (*Lake) GetDescription ¶
func (*Lake) GetDisplayName ¶
func (*Lake) GetMetastore ¶
func (x *Lake) GetMetastore() *Lake_Metastore
func (*Lake) GetMetastoreStatus ¶
func (x *Lake) GetMetastoreStatus() *Lake_MetastoreStatus
func (*Lake) GetServiceAccount ¶
func (*Lake) GetUpdateTime ¶
func (x *Lake) GetUpdateTime() *timestamppb.Timestamp
func (*Lake) ProtoMessage ¶
func (*Lake) ProtoMessage()
func (*Lake) ProtoReflect ¶
func (x *Lake) ProtoReflect() protoreflect.Message
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 `protobuf:"varint,1,opt,name=state,proto3,enum=google.cloud.dataplex.v1.Lake_MetastoreStatus_State" json:"state,omitempty"` // 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 (x *Lake_MetastoreStatus) GetState() Lake_MetastoreStatus_State
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) Descriptor() protoreflect.EnumDescriptor
func (Lake_MetastoreStatus_State) Enum ¶
func (x Lake_MetastoreStatus_State) Enum() *Lake_MetastoreStatus_State
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 (x Lake_MetastoreStatus_State) Number() protoreflect.EnumNumber
func (Lake_MetastoreStatus_State) String ¶
func (x Lake_MetastoreStatus_State) String() string
func (Lake_MetastoreStatus_State) Type ¶
func (Lake_MetastoreStatus_State) Type() protoreflect.EnumType
type ListActionsResponse ¶
type ListActionsResponse struct { // Actions under the given parent lake/zone/asset. Actions []*Action `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List actions response.
func (*ListActionsResponse) Descriptor
deprecated
func (*ListActionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListActionsResponse.ProtoReflect.Descriptor instead.
func (*ListActionsResponse) GetActions ¶
func (x *ListActionsResponse) GetActions() []*Action
func (*ListActionsResponse) GetNextPageToken ¶
func (x *ListActionsResponse) GetNextPageToken() string
func (*ListActionsResponse) ProtoMessage ¶
func (*ListActionsResponse) ProtoMessage()
func (*ListActionsResponse) ProtoReflect ¶
func (x *ListActionsResponse) ProtoReflect() protoreflect.Message
func (*ListActionsResponse) Reset ¶
func (x *ListActionsResponse) Reset()
func (*ListActionsResponse) String ¶
func (x *ListActionsResponse) String() string
type ListAspectTypesRequest ¶ added in v1.15.0
type ListAspectTypesRequest struct { // Required. The resource name of the AspectType location, of the form: // `projects/{project_number}/locations/{location_id}` // where `location_id` refers to a Google Cloud region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of AspectTypes to return. The service may return // fewer than this value. If unspecified, the service returns at most 10 // AspectTypes. The maximum value is 1000; values above 1000 will be coerced // to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListAspectTypes` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters you provide to `ListAspectTypes` must match the call that // provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filters are case-sensitive. // The service supports the following formats: // // * labels.key1 = "value1" // * labels:key1 // * name = "value" // // These restrictions can be conjoined with AND, OR, and NOT conjunctions. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Orders the result by `name` or `create_time` fields. // If not specified, the ordering is undefined. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List AspectTypes request.
func (*ListAspectTypesRequest) Descriptor
deprecated
added in
v1.15.0
func (*ListAspectTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAspectTypesRequest.ProtoReflect.Descriptor instead.
func (*ListAspectTypesRequest) GetFilter ¶ added in v1.15.0
func (x *ListAspectTypesRequest) GetFilter() string
func (*ListAspectTypesRequest) GetOrderBy ¶ added in v1.15.0
func (x *ListAspectTypesRequest) GetOrderBy() string
func (*ListAspectTypesRequest) GetPageSize ¶ added in v1.15.0
func (x *ListAspectTypesRequest) GetPageSize() int32
func (*ListAspectTypesRequest) GetPageToken ¶ added in v1.15.0
func (x *ListAspectTypesRequest) GetPageToken() string
func (*ListAspectTypesRequest) GetParent ¶ added in v1.15.0
func (x *ListAspectTypesRequest) GetParent() string
func (*ListAspectTypesRequest) ProtoMessage ¶ added in v1.15.0
func (*ListAspectTypesRequest) ProtoMessage()
func (*ListAspectTypesRequest) ProtoReflect ¶ added in v1.15.0
func (x *ListAspectTypesRequest) ProtoReflect() protoreflect.Message
func (*ListAspectTypesRequest) Reset ¶ added in v1.15.0
func (x *ListAspectTypesRequest) Reset()
func (*ListAspectTypesRequest) String ¶ added in v1.15.0
func (x *ListAspectTypesRequest) String() string
type ListAspectTypesResponse ¶ added in v1.15.0
type ListAspectTypesResponse struct { // AspectTypes under the given parent location. AspectTypes []*AspectType `protobuf:"bytes,1,rep,name=aspect_types,json=aspectTypes,proto3" json:"aspect_types,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that the service couldn't reach. UnreachableLocations []string `protobuf:"bytes,3,rep,name=unreachable_locations,json=unreachableLocations,proto3" json:"unreachable_locations,omitempty"` // contains filtered or unexported fields }
List AspectTypes response.
func (*ListAspectTypesResponse) Descriptor
deprecated
added in
v1.15.0
func (*ListAspectTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAspectTypesResponse.ProtoReflect.Descriptor instead.
func (*ListAspectTypesResponse) GetAspectTypes ¶ added in v1.15.0
func (x *ListAspectTypesResponse) GetAspectTypes() []*AspectType
func (*ListAspectTypesResponse) GetNextPageToken ¶ added in v1.15.0
func (x *ListAspectTypesResponse) GetNextPageToken() string
func (*ListAspectTypesResponse) GetUnreachableLocations ¶ added in v1.15.0
func (x *ListAspectTypesResponse) GetUnreachableLocations() []string
func (*ListAspectTypesResponse) ProtoMessage ¶ added in v1.15.0
func (*ListAspectTypesResponse) ProtoMessage()
func (*ListAspectTypesResponse) ProtoReflect ¶ added in v1.15.0
func (x *ListAspectTypesResponse) ProtoReflect() protoreflect.Message
func (*ListAspectTypesResponse) Reset ¶ added in v1.15.0
func (x *ListAspectTypesResponse) Reset()
func (*ListAspectTypesResponse) String ¶ added in v1.15.0
func (x *ListAspectTypesResponse) String() string
type ListAssetActionsRequest ¶
type ListAssetActionsRequest struct { // Required. The resource name of the parent asset: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of actions to return. The service may return fewer // than this value. If unspecified, at most 10 actions will be returned. The // maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListAssetActions` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters provided to `ListAssetActions` must match the call that provided // the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
List asset actions request.
func (*ListAssetActionsRequest) Descriptor
deprecated
func (*ListAssetActionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAssetActionsRequest.ProtoReflect.Descriptor instead.
func (*ListAssetActionsRequest) GetPageSize ¶
func (x *ListAssetActionsRequest) GetPageSize() int32
func (*ListAssetActionsRequest) GetPageToken ¶
func (x *ListAssetActionsRequest) GetPageToken() string
func (*ListAssetActionsRequest) GetParent ¶
func (x *ListAssetActionsRequest) GetParent() string
func (*ListAssetActionsRequest) ProtoMessage ¶
func (*ListAssetActionsRequest) ProtoMessage()
func (*ListAssetActionsRequest) ProtoReflect ¶
func (x *ListAssetActionsRequest) ProtoReflect() protoreflect.Message
func (*ListAssetActionsRequest) Reset ¶
func (x *ListAssetActionsRequest) Reset()
func (*ListAssetActionsRequest) String ¶
func (x *ListAssetActionsRequest) String() string
type ListAssetsRequest ¶
type ListAssetsRequest struct { // Required. The resource name of the parent zone: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of asset to return. The service may return fewer // than this value. If unspecified, at most 10 assets will be returned. The // maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListAssets` call. Provide // this to retrieve the subsequent page. When paginating, all other parameters // provided to `ListAssets` must match the call that provided the page // token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields for the result. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List assets request.
func (*ListAssetsRequest) Descriptor
deprecated
func (*ListAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAssetsRequest.ProtoReflect.Descriptor instead.
func (*ListAssetsRequest) GetFilter ¶
func (x *ListAssetsRequest) GetFilter() string
func (*ListAssetsRequest) GetOrderBy ¶
func (x *ListAssetsRequest) GetOrderBy() string
func (*ListAssetsRequest) GetPageSize ¶
func (x *ListAssetsRequest) GetPageSize() int32
func (*ListAssetsRequest) GetPageToken ¶
func (x *ListAssetsRequest) GetPageToken() string
func (*ListAssetsRequest) GetParent ¶
func (x *ListAssetsRequest) GetParent() string
func (*ListAssetsRequest) ProtoMessage ¶
func (*ListAssetsRequest) ProtoMessage()
func (*ListAssetsRequest) ProtoReflect ¶
func (x *ListAssetsRequest) ProtoReflect() protoreflect.Message
func (*ListAssetsRequest) Reset ¶
func (x *ListAssetsRequest) Reset()
func (*ListAssetsRequest) String ¶
func (x *ListAssetsRequest) String() string
type ListAssetsResponse ¶
type ListAssetsResponse struct { // Asset under the given parent zone. Assets []*Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List assets response.
func (*ListAssetsResponse) Descriptor
deprecated
func (*ListAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAssetsResponse.ProtoReflect.Descriptor instead.
func (*ListAssetsResponse) GetAssets ¶
func (x *ListAssetsResponse) GetAssets() []*Asset
func (*ListAssetsResponse) GetNextPageToken ¶
func (x *ListAssetsResponse) GetNextPageToken() string
func (*ListAssetsResponse) ProtoMessage ¶
func (*ListAssetsResponse) ProtoMessage()
func (*ListAssetsResponse) ProtoReflect ¶
func (x *ListAssetsResponse) ProtoReflect() protoreflect.Message
func (*ListAssetsResponse) Reset ¶
func (x *ListAssetsResponse) Reset()
func (*ListAssetsResponse) String ¶
func (x *ListAssetsResponse) String() string
type ListContentRequest ¶
type ListContentRequest struct { // Required. The resource name of the parent lake: // projects/{project_id}/locations/{location_id}/lakes/{lake_id} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of content to return. The service may return fewer // than this value. If unspecified, at most 10 content will be returned. The // maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListContent` call. Provide // this to retrieve the subsequent page. When paginating, all other parameters // provided to `ListContent` must match the call that provided the page // token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filters are case-sensitive. // The following formats are supported: // // labels.key1 = "value1" // labels:key1 // type = "NOTEBOOK" // type = "SQL_SCRIPT" // // These restrictions can be coinjoined with AND, OR and NOT conjunctions. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
List content request. Returns the BASIC Content view.
func (*ListContentRequest) Descriptor
deprecated
func (*ListContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListContentRequest.ProtoReflect.Descriptor instead.
func (*ListContentRequest) GetFilter ¶
func (x *ListContentRequest) GetFilter() string
func (*ListContentRequest) GetPageSize ¶
func (x *ListContentRequest) GetPageSize() int32
func (*ListContentRequest) GetPageToken ¶
func (x *ListContentRequest) GetPageToken() string
func (*ListContentRequest) GetParent ¶
func (x *ListContentRequest) GetParent() string
func (*ListContentRequest) ProtoMessage ¶
func (*ListContentRequest) ProtoMessage()
func (*ListContentRequest) ProtoReflect ¶
func (x *ListContentRequest) ProtoReflect() protoreflect.Message
func (*ListContentRequest) Reset ¶
func (x *ListContentRequest) Reset()
func (*ListContentRequest) String ¶
func (x *ListContentRequest) String() string
type ListContentResponse ¶
type ListContentResponse struct { // Content under the given parent lake. Content []*Content `protobuf:"bytes,1,rep,name=content,proto3" json:"content,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List content response.
func (*ListContentResponse) Descriptor
deprecated
func (*ListContentResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListContentResponse.ProtoReflect.Descriptor instead.
func (*ListContentResponse) GetContent ¶
func (x *ListContentResponse) GetContent() []*Content
func (*ListContentResponse) GetNextPageToken ¶
func (x *ListContentResponse) GetNextPageToken() string
func (*ListContentResponse) ProtoMessage ¶
func (*ListContentResponse) ProtoMessage()
func (*ListContentResponse) ProtoReflect ¶
func (x *ListContentResponse) ProtoReflect() protoreflect.Message
func (*ListContentResponse) Reset ¶
func (x *ListContentResponse) Reset()
func (*ListContentResponse) String ¶
func (x *ListContentResponse) String() string
type ListDataAttributeBindingsRequest ¶ added in v1.9.0
type ListDataAttributeBindingsRequest struct { // Required. The resource name of the Location: // projects/{project_number}/locations/{location_id} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of DataAttributeBindings to return. The service // may return fewer than this value. If unspecified, at most 10 // DataAttributeBindings will be returned. The maximum value is 1000; values // above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListDataAttributeBindings` // call. Provide this to retrieve the subsequent page. When paginating, all // other parameters provided to `ListDataAttributeBindings` must match the // call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. // Filter using resource: filter=resource:"resource-name" // Filter using attribute: filter=attributes:"attribute-name" // Filter using attribute in paths list: // filter=paths.attributes:"attribute-name" Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields for the result. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List DataAttributeBindings request.
func (*ListDataAttributeBindingsRequest) Descriptor
deprecated
added in
v1.9.0
func (*ListDataAttributeBindingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDataAttributeBindingsRequest.ProtoReflect.Descriptor instead.
func (*ListDataAttributeBindingsRequest) GetFilter ¶ added in v1.9.0
func (x *ListDataAttributeBindingsRequest) GetFilter() string
func (*ListDataAttributeBindingsRequest) GetOrderBy ¶ added in v1.9.0
func (x *ListDataAttributeBindingsRequest) GetOrderBy() string
func (*ListDataAttributeBindingsRequest) GetPageSize ¶ added in v1.9.0
func (x *ListDataAttributeBindingsRequest) GetPageSize() int32
func (*ListDataAttributeBindingsRequest) GetPageToken ¶ added in v1.9.0
func (x *ListDataAttributeBindingsRequest) GetPageToken() string
func (*ListDataAttributeBindingsRequest) GetParent ¶ added in v1.9.0
func (x *ListDataAttributeBindingsRequest) GetParent() string
func (*ListDataAttributeBindingsRequest) ProtoMessage ¶ added in v1.9.0
func (*ListDataAttributeBindingsRequest) ProtoMessage()
func (*ListDataAttributeBindingsRequest) ProtoReflect ¶ added in v1.9.0
func (x *ListDataAttributeBindingsRequest) ProtoReflect() protoreflect.Message
func (*ListDataAttributeBindingsRequest) Reset ¶ added in v1.9.0
func (x *ListDataAttributeBindingsRequest) Reset()
func (*ListDataAttributeBindingsRequest) String ¶ added in v1.9.0
func (x *ListDataAttributeBindingsRequest) String() string
type ListDataAttributeBindingsResponse ¶ added in v1.9.0
type ListDataAttributeBindingsResponse struct { // DataAttributeBindings under the given parent Location. DataAttributeBindings []*DataAttributeBinding `` /* 126-byte string literal not displayed */ // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. UnreachableLocations []string `protobuf:"bytes,3,rep,name=unreachable_locations,json=unreachableLocations,proto3" json:"unreachable_locations,omitempty"` // contains filtered or unexported fields }
List DataAttributeBindings response.
func (*ListDataAttributeBindingsResponse) Descriptor
deprecated
added in
v1.9.0
func (*ListDataAttributeBindingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDataAttributeBindingsResponse.ProtoReflect.Descriptor instead.
func (*ListDataAttributeBindingsResponse) GetDataAttributeBindings ¶ added in v1.9.0
func (x *ListDataAttributeBindingsResponse) GetDataAttributeBindings() []*DataAttributeBinding
func (*ListDataAttributeBindingsResponse) GetNextPageToken ¶ added in v1.9.0
func (x *ListDataAttributeBindingsResponse) GetNextPageToken() string
func (*ListDataAttributeBindingsResponse) GetUnreachableLocations ¶ added in v1.9.0
func (x *ListDataAttributeBindingsResponse) GetUnreachableLocations() []string
func (*ListDataAttributeBindingsResponse) ProtoMessage ¶ added in v1.9.0
func (*ListDataAttributeBindingsResponse) ProtoMessage()
func (*ListDataAttributeBindingsResponse) ProtoReflect ¶ added in v1.9.0
func (x *ListDataAttributeBindingsResponse) ProtoReflect() protoreflect.Message
func (*ListDataAttributeBindingsResponse) Reset ¶ added in v1.9.0
func (x *ListDataAttributeBindingsResponse) Reset()
func (*ListDataAttributeBindingsResponse) String ¶ added in v1.9.0
func (x *ListDataAttributeBindingsResponse) String() string
type ListDataAttributesRequest ¶ added in v1.9.0
type ListDataAttributesRequest struct { // Required. The resource name of the DataTaxonomy: // projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of DataAttributes to return. The service may // return fewer than this value. If unspecified, at most 10 dataAttributes // will be returned. The maximum value is 1000; values above 1000 will be // coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListDataAttributes` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters provided to `ListDataAttributes` must match the call that // provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields for the result. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List DataAttributes request.
func (*ListDataAttributesRequest) Descriptor
deprecated
added in
v1.9.0
func (*ListDataAttributesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDataAttributesRequest.ProtoReflect.Descriptor instead.
func (*ListDataAttributesRequest) GetFilter ¶ added in v1.9.0
func (x *ListDataAttributesRequest) GetFilter() string
func (*ListDataAttributesRequest) GetOrderBy ¶ added in v1.9.0
func (x *ListDataAttributesRequest) GetOrderBy() string
func (*ListDataAttributesRequest) GetPageSize ¶ added in v1.9.0
func (x *ListDataAttributesRequest) GetPageSize() int32
func (*ListDataAttributesRequest) GetPageToken ¶ added in v1.9.0
func (x *ListDataAttributesRequest) GetPageToken() string
func (*ListDataAttributesRequest) GetParent ¶ added in v1.9.0
func (x *ListDataAttributesRequest) GetParent() string
func (*ListDataAttributesRequest) ProtoMessage ¶ added in v1.9.0
func (*ListDataAttributesRequest) ProtoMessage()
func (*ListDataAttributesRequest) ProtoReflect ¶ added in v1.9.0
func (x *ListDataAttributesRequest) ProtoReflect() protoreflect.Message
func (*ListDataAttributesRequest) Reset ¶ added in v1.9.0
func (x *ListDataAttributesRequest) Reset()
func (*ListDataAttributesRequest) String ¶ added in v1.9.0
func (x *ListDataAttributesRequest) String() string
type ListDataAttributesResponse ¶ added in v1.9.0
type ListDataAttributesResponse struct { // DataAttributes under the given parent DataTaxonomy. DataAttributes []*DataAttribute `protobuf:"bytes,1,rep,name=data_attributes,json=dataAttributes,proto3" json:"data_attributes,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. UnreachableLocations []string `protobuf:"bytes,3,rep,name=unreachable_locations,json=unreachableLocations,proto3" json:"unreachable_locations,omitempty"` // contains filtered or unexported fields }
List DataAttributes response.
func (*ListDataAttributesResponse) Descriptor
deprecated
added in
v1.9.0
func (*ListDataAttributesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDataAttributesResponse.ProtoReflect.Descriptor instead.
func (*ListDataAttributesResponse) GetDataAttributes ¶ added in v1.9.0
func (x *ListDataAttributesResponse) GetDataAttributes() []*DataAttribute
func (*ListDataAttributesResponse) GetNextPageToken ¶ added in v1.9.0
func (x *ListDataAttributesResponse) GetNextPageToken() string
func (*ListDataAttributesResponse) GetUnreachableLocations ¶ added in v1.9.0
func (x *ListDataAttributesResponse) GetUnreachableLocations() []string
func (*ListDataAttributesResponse) ProtoMessage ¶ added in v1.9.0
func (*ListDataAttributesResponse) ProtoMessage()
func (*ListDataAttributesResponse) ProtoReflect ¶ added in v1.9.0
func (x *ListDataAttributesResponse) ProtoReflect() protoreflect.Message
func (*ListDataAttributesResponse) Reset ¶ added in v1.9.0
func (x *ListDataAttributesResponse) Reset()
func (*ListDataAttributesResponse) String ¶ added in v1.9.0
func (x *ListDataAttributesResponse) String() string
type ListDataScanJobsRequest ¶ added in v1.5.0
type ListDataScanJobsRequest struct { // Required. The resource name of the parent environment: // `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` // where `project` refers to a *project_id* or *project_number* and // `location_id` refers to a GCP region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of DataScanJobs to return. The service may return // fewer than this value. If unspecified, at most 10 DataScanJobs will be // returned. The maximum value is 1000; values above 1000 will be coerced to // 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListDataScanJobs` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters provided to `ListDataScanJobs` must match the call that provided // the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. An expression for filtering the results of the ListDataScanJobs // request. // // If unspecified, all datascan jobs will be returned. Multiple filters can be // applied (with `AND`, `OR` logical operators). Filters are case-sensitive. // // Allowed fields are: // // - `start_time` // - `end_time` // // `start_time` and `end_time` expect RFC-3339 formatted strings (e.g. // 2018-10-08T18:30:00-07:00). // // For instance, 'start_time > 2018-10-08T00:00:00.123456789Z AND end_time < // 2018-10-09T00:00:00.123456789Z' limits results to DataScanJobs between // specified start and end times. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
List DataScanJobs request.
func (*ListDataScanJobsRequest) Descriptor
deprecated
added in
v1.5.0
func (*ListDataScanJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDataScanJobsRequest.ProtoReflect.Descriptor instead.
func (*ListDataScanJobsRequest) GetFilter ¶ added in v1.9.0
func (x *ListDataScanJobsRequest) GetFilter() string
func (*ListDataScanJobsRequest) GetPageSize ¶ added in v1.5.0
func (x *ListDataScanJobsRequest) GetPageSize() int32
func (*ListDataScanJobsRequest) GetPageToken ¶ added in v1.5.0
func (x *ListDataScanJobsRequest) GetPageToken() string
func (*ListDataScanJobsRequest) GetParent ¶ added in v1.5.0
func (x *ListDataScanJobsRequest) GetParent() string
func (*ListDataScanJobsRequest) ProtoMessage ¶ added in v1.5.0
func (*ListDataScanJobsRequest) ProtoMessage()
func (*ListDataScanJobsRequest) ProtoReflect ¶ added in v1.5.0
func (x *ListDataScanJobsRequest) ProtoReflect() protoreflect.Message
func (*ListDataScanJobsRequest) Reset ¶ added in v1.5.0
func (x *ListDataScanJobsRequest) Reset()
func (*ListDataScanJobsRequest) String ¶ added in v1.5.0
func (x *ListDataScanJobsRequest) String() string
type ListDataScanJobsResponse ¶ added in v1.5.0
type ListDataScanJobsResponse struct { // DataScanJobs (`BASIC` view only) under a given dataScan. DataScanJobs []*DataScanJob `protobuf:"bytes,1,rep,name=data_scan_jobs,json=dataScanJobs,proto3" json:"data_scan_jobs,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List DataScanJobs response.
func (*ListDataScanJobsResponse) Descriptor
deprecated
added in
v1.5.0
func (*ListDataScanJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDataScanJobsResponse.ProtoReflect.Descriptor instead.
func (*ListDataScanJobsResponse) GetDataScanJobs ¶ added in v1.5.0
func (x *ListDataScanJobsResponse) GetDataScanJobs() []*DataScanJob
func (*ListDataScanJobsResponse) GetNextPageToken ¶ added in v1.5.0
func (x *ListDataScanJobsResponse) GetNextPageToken() string
func (*ListDataScanJobsResponse) ProtoMessage ¶ added in v1.5.0
func (*ListDataScanJobsResponse) ProtoMessage()
func (*ListDataScanJobsResponse) ProtoReflect ¶ added in v1.5.0
func (x *ListDataScanJobsResponse) ProtoReflect() protoreflect.Message
func (*ListDataScanJobsResponse) Reset ¶ added in v1.5.0
func (x *ListDataScanJobsResponse) Reset()
func (*ListDataScanJobsResponse) String ¶ added in v1.5.0
func (x *ListDataScanJobsResponse) String() string
type ListDataScansRequest ¶ added in v1.5.0
type ListDataScansRequest struct { // Required. The resource name of the parent location: // `projects/{project}/locations/{location_id}` // where `project` refers to a *project_id* or *project_number* and // `location_id` refers to a GCP region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of dataScans to return. The service may return // fewer than this value. If unspecified, at most 500 scans will be returned. // The maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListDataScans` call. Provide // this to retrieve the subsequent page. When paginating, all other parameters // provided to `ListDataScans` must match the call that provided the // page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields (`name` or `create_time`) for the result. // If not specified, the ordering is undefined. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List dataScans request.
func (*ListDataScansRequest) Descriptor
deprecated
added in
v1.5.0
func (*ListDataScansRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDataScansRequest.ProtoReflect.Descriptor instead.
func (*ListDataScansRequest) GetFilter ¶ added in v1.5.0
func (x *ListDataScansRequest) GetFilter() string
func (*ListDataScansRequest) GetOrderBy ¶ added in v1.5.0
func (x *ListDataScansRequest) GetOrderBy() string
func (*ListDataScansRequest) GetPageSize ¶ added in v1.5.0
func (x *ListDataScansRequest) GetPageSize() int32
func (*ListDataScansRequest) GetPageToken ¶ added in v1.5.0
func (x *ListDataScansRequest) GetPageToken() string
func (*ListDataScansRequest) GetParent ¶ added in v1.5.0
func (x *ListDataScansRequest) GetParent() string
func (*ListDataScansRequest) ProtoMessage ¶ added in v1.5.0
func (*ListDataScansRequest) ProtoMessage()
func (*ListDataScansRequest) ProtoReflect ¶ added in v1.5.0
func (x *ListDataScansRequest) ProtoReflect() protoreflect.Message
func (*ListDataScansRequest) Reset ¶ added in v1.5.0
func (x *ListDataScansRequest) Reset()
func (*ListDataScansRequest) String ¶ added in v1.5.0
func (x *ListDataScansRequest) String() string
type ListDataScansResponse ¶ added in v1.5.0
type ListDataScansResponse struct { // DataScans (`BASIC` view only) under the given parent location. DataScans []*DataScan `protobuf:"bytes,1,rep,name=data_scans,json=dataScans,proto3" json:"data_scans,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"` // contains filtered or unexported fields }
List dataScans response.
func (*ListDataScansResponse) Descriptor
deprecated
added in
v1.5.0
func (*ListDataScansResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDataScansResponse.ProtoReflect.Descriptor instead.
func (*ListDataScansResponse) GetDataScans ¶ added in v1.5.0
func (x *ListDataScansResponse) GetDataScans() []*DataScan
func (*ListDataScansResponse) GetNextPageToken ¶ added in v1.5.0
func (x *ListDataScansResponse) GetNextPageToken() string
func (*ListDataScansResponse) GetUnreachable ¶ added in v1.5.0
func (x *ListDataScansResponse) GetUnreachable() []string
func (*ListDataScansResponse) ProtoMessage ¶ added in v1.5.0
func (*ListDataScansResponse) ProtoMessage()
func (*ListDataScansResponse) ProtoReflect ¶ added in v1.5.0
func (x *ListDataScansResponse) ProtoReflect() protoreflect.Message
func (*ListDataScansResponse) Reset ¶ added in v1.5.0
func (x *ListDataScansResponse) Reset()
func (*ListDataScansResponse) String ¶ added in v1.5.0
func (x *ListDataScansResponse) String() string
type ListDataTaxonomiesRequest ¶ added in v1.9.0
type ListDataTaxonomiesRequest struct { // Required. The resource name of the DataTaxonomy location, of the form: // projects/{project_number}/locations/{location_id} // where `location_id` refers to a GCP region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of DataTaxonomies to return. The service may // return fewer than this value. If unspecified, at most 10 DataTaxonomies // will be returned. The maximum value is 1000; values above 1000 will be // coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous ` ListDataTaxonomies` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters provided to ` ListDataTaxonomies` must match the call that // provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields for the result. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List DataTaxonomies request.
func (*ListDataTaxonomiesRequest) Descriptor
deprecated
added in
v1.9.0
func (*ListDataTaxonomiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDataTaxonomiesRequest.ProtoReflect.Descriptor instead.
func (*ListDataTaxonomiesRequest) GetFilter ¶ added in v1.9.0
func (x *ListDataTaxonomiesRequest) GetFilter() string
func (*ListDataTaxonomiesRequest) GetOrderBy ¶ added in v1.9.0
func (x *ListDataTaxonomiesRequest) GetOrderBy() string
func (*ListDataTaxonomiesRequest) GetPageSize ¶ added in v1.9.0
func (x *ListDataTaxonomiesRequest) GetPageSize() int32
func (*ListDataTaxonomiesRequest) GetPageToken ¶ added in v1.9.0
func (x *ListDataTaxonomiesRequest) GetPageToken() string
func (*ListDataTaxonomiesRequest) GetParent ¶ added in v1.9.0
func (x *ListDataTaxonomiesRequest) GetParent() string
func (*ListDataTaxonomiesRequest) ProtoMessage ¶ added in v1.9.0
func (*ListDataTaxonomiesRequest) ProtoMessage()
func (*ListDataTaxonomiesRequest) ProtoReflect ¶ added in v1.9.0
func (x *ListDataTaxonomiesRequest) ProtoReflect() protoreflect.Message
func (*ListDataTaxonomiesRequest) Reset ¶ added in v1.9.0
func (x *ListDataTaxonomiesRequest) Reset()
func (*ListDataTaxonomiesRequest) String ¶ added in v1.9.0
func (x *ListDataTaxonomiesRequest) String() string
type ListDataTaxonomiesResponse ¶ added in v1.9.0
type ListDataTaxonomiesResponse struct { // DataTaxonomies under the given parent location. DataTaxonomies []*DataTaxonomy `protobuf:"bytes,1,rep,name=data_taxonomies,json=dataTaxonomies,proto3" json:"data_taxonomies,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. UnreachableLocations []string `protobuf:"bytes,3,rep,name=unreachable_locations,json=unreachableLocations,proto3" json:"unreachable_locations,omitempty"` // contains filtered or unexported fields }
List DataTaxonomies response.
func (*ListDataTaxonomiesResponse) Descriptor
deprecated
added in
v1.9.0
func (*ListDataTaxonomiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDataTaxonomiesResponse.ProtoReflect.Descriptor instead.
func (*ListDataTaxonomiesResponse) GetDataTaxonomies ¶ added in v1.9.0
func (x *ListDataTaxonomiesResponse) GetDataTaxonomies() []*DataTaxonomy
func (*ListDataTaxonomiesResponse) GetNextPageToken ¶ added in v1.9.0
func (x *ListDataTaxonomiesResponse) GetNextPageToken() string
func (*ListDataTaxonomiesResponse) GetUnreachableLocations ¶ added in v1.9.0
func (x *ListDataTaxonomiesResponse) GetUnreachableLocations() []string
func (*ListDataTaxonomiesResponse) ProtoMessage ¶ added in v1.9.0
func (*ListDataTaxonomiesResponse) ProtoMessage()
func (*ListDataTaxonomiesResponse) ProtoReflect ¶ added in v1.9.0
func (x *ListDataTaxonomiesResponse) ProtoReflect() protoreflect.Message
func (*ListDataTaxonomiesResponse) Reset ¶ added in v1.9.0
func (x *ListDataTaxonomiesResponse) Reset()
func (*ListDataTaxonomiesResponse) String ¶ added in v1.9.0
func (x *ListDataTaxonomiesResponse) String() string
type ListEntitiesRequest ¶
type ListEntitiesRequest struct { // Required. The resource name of the parent zone: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Specify the entity view to make a partial list request. View ListEntitiesRequest_EntityView `protobuf:"varint,2,opt,name=view,proto3,enum=google.cloud.dataplex.v1.ListEntitiesRequest_EntityView" json:"view,omitempty"` // Optional. Maximum number of entities to return. The service may return // fewer than this value. If unspecified, 100 entities will be returned by // default. The maximum value is 500; larger values will will be truncated to // 500. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListEntities` call. Provide // this to retrieve the subsequent page. When paginating, all other parameters // provided to `ListEntities` must match the call that provided the // page token. PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. The following filter parameters can be added to the URL to limit // the entities returned by the API: // // - Entity ID: ?filter="id=entityID" // - Asset ID: ?filter="asset=assetID" // - Data path ?filter="data_path=gs://my-bucket" // - Is HIVE compatible: ?filter="hive_compatible=true" // - Is BigQuery compatible: ?filter="bigquery_compatible=true" Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
List metadata entities request.
func (*ListEntitiesRequest) Descriptor
deprecated
func (*ListEntitiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEntitiesRequest.ProtoReflect.Descriptor instead.
func (*ListEntitiesRequest) GetFilter ¶
func (x *ListEntitiesRequest) GetFilter() string
func (*ListEntitiesRequest) GetPageSize ¶
func (x *ListEntitiesRequest) GetPageSize() int32
func (*ListEntitiesRequest) GetPageToken ¶
func (x *ListEntitiesRequest) GetPageToken() string
func (*ListEntitiesRequest) GetParent ¶
func (x *ListEntitiesRequest) GetParent() string
func (*ListEntitiesRequest) GetView ¶
func (x *ListEntitiesRequest) GetView() ListEntitiesRequest_EntityView
func (*ListEntitiesRequest) ProtoMessage ¶
func (*ListEntitiesRequest) ProtoMessage()
func (*ListEntitiesRequest) ProtoReflect ¶
func (x *ListEntitiesRequest) ProtoReflect() protoreflect.Message
func (*ListEntitiesRequest) Reset ¶
func (x *ListEntitiesRequest) Reset()
func (*ListEntitiesRequest) String ¶
func (x *ListEntitiesRequest) String() string
type ListEntitiesRequest_EntityView ¶
type ListEntitiesRequest_EntityView int32
Entity views.
const ( // The default unset value. Return both table and fileset entities // if unspecified. ListEntitiesRequest_ENTITY_VIEW_UNSPECIFIED ListEntitiesRequest_EntityView = 0 // Only list table entities. ListEntitiesRequest_TABLES ListEntitiesRequest_EntityView = 1 // Only list fileset entities. ListEntitiesRequest_FILESETS ListEntitiesRequest_EntityView = 2 )
func (ListEntitiesRequest_EntityView) Descriptor ¶
func (ListEntitiesRequest_EntityView) Descriptor() protoreflect.EnumDescriptor
func (ListEntitiesRequest_EntityView) Enum ¶
func (x ListEntitiesRequest_EntityView) Enum() *ListEntitiesRequest_EntityView
func (ListEntitiesRequest_EntityView) EnumDescriptor
deprecated
func (ListEntitiesRequest_EntityView) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListEntitiesRequest_EntityView.Descriptor instead.
func (ListEntitiesRequest_EntityView) Number ¶
func (x ListEntitiesRequest_EntityView) Number() protoreflect.EnumNumber
func (ListEntitiesRequest_EntityView) String ¶
func (x ListEntitiesRequest_EntityView) String() string
func (ListEntitiesRequest_EntityView) Type ¶
func (ListEntitiesRequest_EntityView) Type() protoreflect.EnumType
type ListEntitiesResponse ¶
type ListEntitiesResponse struct { // Entities in the specified parent zone. Entities []*Entity `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` // Token to retrieve the next page of results, or empty if there are no // remaining results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List metadata entities response.
func (*ListEntitiesResponse) Descriptor
deprecated
func (*ListEntitiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEntitiesResponse.ProtoReflect.Descriptor instead.
func (*ListEntitiesResponse) GetEntities ¶
func (x *ListEntitiesResponse) GetEntities() []*Entity
func (*ListEntitiesResponse) GetNextPageToken ¶
func (x *ListEntitiesResponse) GetNextPageToken() string
func (*ListEntitiesResponse) ProtoMessage ¶
func (*ListEntitiesResponse) ProtoMessage()
func (*ListEntitiesResponse) ProtoReflect ¶
func (x *ListEntitiesResponse) ProtoReflect() protoreflect.Message
func (*ListEntitiesResponse) Reset ¶
func (x *ListEntitiesResponse) Reset()
func (*ListEntitiesResponse) String ¶
func (x *ListEntitiesResponse) String() string
type ListEntriesRequest ¶ added in v1.15.0
type ListEntriesRequest struct { // Required. The resource name of the parent Entry Group: // `projects/{project}/locations/{location}/entryGroups/{entry_group}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Number of items to return per page. If there are remaining // results, the service returns a next_page_token. If unspecified, the service // returns at most 10 Entries. The maximum value is 100; values above 100 will // be coerced to 100. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListEntries` call. Provide // this to retrieve the subsequent page. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. A filter on the entries to return. Filters are case-sensitive. // You can filter the request by the following fields: // // * entry_type // * entry_source.display_name // // The comparison operators are =, !=, <, >, <=, >=. The service compares // strings according to lexical order. // // You can use the logical operators AND, OR, NOT in the filter. // // You can use Wildcard "*", but for entry_type you need to provide the // full project id or number. // // Example filter expressions: // // * "entry_source.display_name=AnExampleDisplayName" // * "entry_type=projects/example-project/locations/global/entryTypes/example-entry_type" // * "entry_type=projects/example-project/locations/us/entryTypes/a* OR // entry_type=projects/another-project/locations/*" // * "NOT entry_source.display_name=AnotherExampleDisplayName" Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
List Entries request.
func (*ListEntriesRequest) Descriptor
deprecated
added in
v1.15.0
func (*ListEntriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEntriesRequest.ProtoReflect.Descriptor instead.
func (*ListEntriesRequest) GetFilter ¶ added in v1.15.0
func (x *ListEntriesRequest) GetFilter() string
func (*ListEntriesRequest) GetPageSize ¶ added in v1.15.0
func (x *ListEntriesRequest) GetPageSize() int32
func (*ListEntriesRequest) GetPageToken ¶ added in v1.15.0
func (x *ListEntriesRequest) GetPageToken() string
func (*ListEntriesRequest) GetParent ¶ added in v1.15.0
func (x *ListEntriesRequest) GetParent() string
func (*ListEntriesRequest) ProtoMessage ¶ added in v1.15.0
func (*ListEntriesRequest) ProtoMessage()
func (*ListEntriesRequest) ProtoReflect ¶ added in v1.15.0
func (x *ListEntriesRequest) ProtoReflect() protoreflect.Message
func (*ListEntriesRequest) Reset ¶ added in v1.15.0
func (x *ListEntriesRequest) Reset()
func (*ListEntriesRequest) String ¶ added in v1.15.0
func (x *ListEntriesRequest) String() string
type ListEntriesResponse ¶ added in v1.15.0
type ListEntriesResponse struct { // The list of entries under the given parent location. Entries []*Entry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List Entries response.
func (*ListEntriesResponse) Descriptor
deprecated
added in
v1.15.0
func (*ListEntriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEntriesResponse.ProtoReflect.Descriptor instead.
func (*ListEntriesResponse) GetEntries ¶ added in v1.15.0
func (x *ListEntriesResponse) GetEntries() []*Entry
func (*ListEntriesResponse) GetNextPageToken ¶ added in v1.15.0
func (x *ListEntriesResponse) GetNextPageToken() string
func (*ListEntriesResponse) ProtoMessage ¶ added in v1.15.0
func (*ListEntriesResponse) ProtoMessage()
func (*ListEntriesResponse) ProtoReflect ¶ added in v1.15.0
func (x *ListEntriesResponse) ProtoReflect() protoreflect.Message
func (*ListEntriesResponse) Reset ¶ added in v1.15.0
func (x *ListEntriesResponse) Reset()
func (*ListEntriesResponse) String ¶ added in v1.15.0
func (x *ListEntriesResponse) String() string
type ListEntryGroupsRequest ¶ added in v1.15.0
type ListEntryGroupsRequest struct { // Required. The resource name of the entryGroup location, of the form: // `projects/{project_number}/locations/{location_id}` // where `location_id` refers to a Google Cloud region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of EntryGroups to return. The service may return // fewer than this value. If unspecified, the service returns at most 10 // EntryGroups. The maximum value is 1000; values above 1000 will be coerced // to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListEntryGroups` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters you provide to `ListEntryGroups` must match the call that // provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields for the result. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List entryGroups request.
func (*ListEntryGroupsRequest) Descriptor
deprecated
added in
v1.15.0
func (*ListEntryGroupsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEntryGroupsRequest.ProtoReflect.Descriptor instead.
func (*ListEntryGroupsRequest) GetFilter ¶ added in v1.15.0
func (x *ListEntryGroupsRequest) GetFilter() string
func (*ListEntryGroupsRequest) GetOrderBy ¶ added in v1.15.0
func (x *ListEntryGroupsRequest) GetOrderBy() string
func (*ListEntryGroupsRequest) GetPageSize ¶ added in v1.15.0
func (x *ListEntryGroupsRequest) GetPageSize() int32
func (*ListEntryGroupsRequest) GetPageToken ¶ added in v1.15.0
func (x *ListEntryGroupsRequest) GetPageToken() string
func (*ListEntryGroupsRequest) GetParent ¶ added in v1.15.0
func (x *ListEntryGroupsRequest) GetParent() string
func (*ListEntryGroupsRequest) ProtoMessage ¶ added in v1.15.0
func (*ListEntryGroupsRequest) ProtoMessage()
func (*ListEntryGroupsRequest) ProtoReflect ¶ added in v1.15.0
func (x *ListEntryGroupsRequest) ProtoReflect() protoreflect.Message
func (*ListEntryGroupsRequest) Reset ¶ added in v1.15.0
func (x *ListEntryGroupsRequest) Reset()
func (*ListEntryGroupsRequest) String ¶ added in v1.15.0
func (x *ListEntryGroupsRequest) String() string
type ListEntryGroupsResponse ¶ added in v1.15.0
type ListEntryGroupsResponse struct { // Entry groups under the given parent location. EntryGroups []*EntryGroup `protobuf:"bytes,1,rep,name=entry_groups,json=entryGroups,proto3" json:"entry_groups,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that the service couldn't reach. UnreachableLocations []string `protobuf:"bytes,3,rep,name=unreachable_locations,json=unreachableLocations,proto3" json:"unreachable_locations,omitempty"` // contains filtered or unexported fields }
List entry groups response.
func (*ListEntryGroupsResponse) Descriptor
deprecated
added in
v1.15.0
func (*ListEntryGroupsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEntryGroupsResponse.ProtoReflect.Descriptor instead.
func (*ListEntryGroupsResponse) GetEntryGroups ¶ added in v1.15.0
func (x *ListEntryGroupsResponse) GetEntryGroups() []*EntryGroup
func (*ListEntryGroupsResponse) GetNextPageToken ¶ added in v1.15.0
func (x *ListEntryGroupsResponse) GetNextPageToken() string
func (*ListEntryGroupsResponse) GetUnreachableLocations ¶ added in v1.15.0
func (x *ListEntryGroupsResponse) GetUnreachableLocations() []string
func (*ListEntryGroupsResponse) ProtoMessage ¶ added in v1.15.0
func (*ListEntryGroupsResponse) ProtoMessage()
func (*ListEntryGroupsResponse) ProtoReflect ¶ added in v1.15.0
func (x *ListEntryGroupsResponse) ProtoReflect() protoreflect.Message
func (*ListEntryGroupsResponse) Reset ¶ added in v1.15.0
func (x *ListEntryGroupsResponse) Reset()
func (*ListEntryGroupsResponse) String ¶ added in v1.15.0
func (x *ListEntryGroupsResponse) String() string
type ListEntryTypesRequest ¶ added in v1.15.0
type ListEntryTypesRequest struct { // Required. The resource name of the EntryType location, of the form: // `projects/{project_number}/locations/{location_id}` // where `location_id` refers to a Google Cloud region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of EntryTypes to return. The service may return // fewer than this value. If unspecified, the service returns at most 10 // EntryTypes. The maximum value is 1000; values above 1000 will be coerced to // 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListEntryTypes` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters you provided to `ListEntryTypes` must match the call that // provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filters are case-sensitive. // The service supports the following formats: // // * labels.key1 = "value1" // * labels:key1 // * name = "value" // // These restrictions can be conjoined with AND, OR, and NOT conjunctions. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Orders the result by `name` or `create_time` fields. // If not specified, the ordering is undefined. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List EntryTypes request
func (*ListEntryTypesRequest) Descriptor
deprecated
added in
v1.15.0
func (*ListEntryTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEntryTypesRequest.ProtoReflect.Descriptor instead.
func (*ListEntryTypesRequest) GetFilter ¶ added in v1.15.0
func (x *ListEntryTypesRequest) GetFilter() string
func (*ListEntryTypesRequest) GetOrderBy ¶ added in v1.15.0
func (x *ListEntryTypesRequest) GetOrderBy() string
func (*ListEntryTypesRequest) GetPageSize ¶ added in v1.15.0
func (x *ListEntryTypesRequest) GetPageSize() int32
func (*ListEntryTypesRequest) GetPageToken ¶ added in v1.15.0
func (x *ListEntryTypesRequest) GetPageToken() string
func (*ListEntryTypesRequest) GetParent ¶ added in v1.15.0
func (x *ListEntryTypesRequest) GetParent() string
func (*ListEntryTypesRequest) ProtoMessage ¶ added in v1.15.0
func (*ListEntryTypesRequest) ProtoMessage()
func (*ListEntryTypesRequest) ProtoReflect ¶ added in v1.15.0
func (x *ListEntryTypesRequest) ProtoReflect() protoreflect.Message
func (*ListEntryTypesRequest) Reset ¶ added in v1.15.0
func (x *ListEntryTypesRequest) Reset()
func (*ListEntryTypesRequest) String ¶ added in v1.15.0
func (x *ListEntryTypesRequest) String() string
type ListEntryTypesResponse ¶ added in v1.15.0
type ListEntryTypesResponse struct { // EntryTypes under the given parent location. EntryTypes []*EntryType `protobuf:"bytes,1,rep,name=entry_types,json=entryTypes,proto3" json:"entry_types,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that the service couldn't reach. UnreachableLocations []string `protobuf:"bytes,3,rep,name=unreachable_locations,json=unreachableLocations,proto3" json:"unreachable_locations,omitempty"` // contains filtered or unexported fields }
List EntryTypes response.
func (*ListEntryTypesResponse) Descriptor
deprecated
added in
v1.15.0
func (*ListEntryTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEntryTypesResponse.ProtoReflect.Descriptor instead.
func (*ListEntryTypesResponse) GetEntryTypes ¶ added in v1.15.0
func (x *ListEntryTypesResponse) GetEntryTypes() []*EntryType
func (*ListEntryTypesResponse) GetNextPageToken ¶ added in v1.15.0
func (x *ListEntryTypesResponse) GetNextPageToken() string
func (*ListEntryTypesResponse) GetUnreachableLocations ¶ added in v1.15.0
func (x *ListEntryTypesResponse) GetUnreachableLocations() []string
func (*ListEntryTypesResponse) ProtoMessage ¶ added in v1.15.0
func (*ListEntryTypesResponse) ProtoMessage()
func (*ListEntryTypesResponse) ProtoReflect ¶ added in v1.15.0
func (x *ListEntryTypesResponse) ProtoReflect() protoreflect.Message
func (*ListEntryTypesResponse) Reset ¶ added in v1.15.0
func (x *ListEntryTypesResponse) Reset()
func (*ListEntryTypesResponse) String ¶ added in v1.15.0
func (x *ListEntryTypesResponse) String() string
type ListEnvironmentsRequest ¶
type ListEnvironmentsRequest struct { // Required. The resource name of the parent lake: // `projects/{project_id}/locations/{location_id}/lakes/{lake_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of environments to return. The service may return // fewer than this value. If unspecified, at most 10 environments will be // returned. The maximum value is 1000; values above 1000 will be coerced to // 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListEnvironments` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters provided to `ListEnvironments` must match the call that provided // the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields for the result. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List environments request.
func (*ListEnvironmentsRequest) Descriptor
deprecated
func (*ListEnvironmentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEnvironmentsRequest.ProtoReflect.Descriptor instead.
func (*ListEnvironmentsRequest) GetFilter ¶
func (x *ListEnvironmentsRequest) GetFilter() string
func (*ListEnvironmentsRequest) GetOrderBy ¶
func (x *ListEnvironmentsRequest) GetOrderBy() string
func (*ListEnvironmentsRequest) GetPageSize ¶
func (x *ListEnvironmentsRequest) GetPageSize() int32
func (*ListEnvironmentsRequest) GetPageToken ¶
func (x *ListEnvironmentsRequest) GetPageToken() string
func (*ListEnvironmentsRequest) GetParent ¶
func (x *ListEnvironmentsRequest) GetParent() string
func (*ListEnvironmentsRequest) ProtoMessage ¶
func (*ListEnvironmentsRequest) ProtoMessage()
func (*ListEnvironmentsRequest) ProtoReflect ¶
func (x *ListEnvironmentsRequest) ProtoReflect() protoreflect.Message
func (*ListEnvironmentsRequest) Reset ¶
func (x *ListEnvironmentsRequest) Reset()
func (*ListEnvironmentsRequest) String ¶
func (x *ListEnvironmentsRequest) String() string
type ListEnvironmentsResponse ¶
type ListEnvironmentsResponse struct { // Environments under the given parent lake. Environments []*Environment `protobuf:"bytes,1,rep,name=environments,proto3" json:"environments,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List environments response.
func (*ListEnvironmentsResponse) Descriptor
deprecated
func (*ListEnvironmentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEnvironmentsResponse.ProtoReflect.Descriptor instead.
func (*ListEnvironmentsResponse) GetEnvironments ¶
func (x *ListEnvironmentsResponse) GetEnvironments() []*Environment
func (*ListEnvironmentsResponse) GetNextPageToken ¶
func (x *ListEnvironmentsResponse) GetNextPageToken() string
func (*ListEnvironmentsResponse) ProtoMessage ¶
func (*ListEnvironmentsResponse) ProtoMessage()
func (*ListEnvironmentsResponse) ProtoReflect ¶
func (x *ListEnvironmentsResponse) ProtoReflect() protoreflect.Message
func (*ListEnvironmentsResponse) Reset ¶
func (x *ListEnvironmentsResponse) Reset()
func (*ListEnvironmentsResponse) String ¶
func (x *ListEnvironmentsResponse) String() string
type ListJobsRequest ¶
type ListJobsRequest struct { // Required. The resource name of the parent environment: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of jobs to return. The service may return fewer // than this value. If unspecified, at most 10 jobs will be returned. The // maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListJobs` call. Provide this // to retrieve the subsequent page. When paginating, all other parameters // provided to `ListJobs` must match the call that provided the page // token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
List jobs request.
func (*ListJobsRequest) Descriptor
deprecated
func (*ListJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.
func (*ListJobsRequest) GetPageSize ¶
func (x *ListJobsRequest) GetPageSize() int32
func (*ListJobsRequest) GetPageToken ¶
func (x *ListJobsRequest) GetPageToken() string
func (*ListJobsRequest) GetParent ¶
func (x *ListJobsRequest) GetParent() string
func (*ListJobsRequest) ProtoMessage ¶
func (*ListJobsRequest) ProtoMessage()
func (*ListJobsRequest) ProtoReflect ¶
func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
func (*ListJobsRequest) Reset ¶
func (x *ListJobsRequest) Reset()
func (*ListJobsRequest) String ¶
func (x *ListJobsRequest) String() string
type ListJobsResponse ¶
type ListJobsResponse struct { // Jobs under a given task. Jobs []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List jobs response.
func (*ListJobsResponse) Descriptor
deprecated
func (*ListJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsResponse.ProtoReflect.Descriptor instead.
func (*ListJobsResponse) GetJobs ¶
func (x *ListJobsResponse) GetJobs() []*Job
func (*ListJobsResponse) GetNextPageToken ¶
func (x *ListJobsResponse) GetNextPageToken() string
func (*ListJobsResponse) ProtoMessage ¶
func (*ListJobsResponse) ProtoMessage()
func (*ListJobsResponse) ProtoReflect ¶
func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
func (*ListJobsResponse) Reset ¶
func (x *ListJobsResponse) Reset()
func (*ListJobsResponse) String ¶
func (x *ListJobsResponse) String() string
type ListLakeActionsRequest ¶
type ListLakeActionsRequest struct { // Required. The resource name of the parent lake: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of actions to return. The service may return fewer // than this value. If unspecified, at most 10 actions will be returned. The // maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListLakeActions` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters provided to `ListLakeActions` must match the call that provided // the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
List lake actions request.
func (*ListLakeActionsRequest) Descriptor
deprecated
func (*ListLakeActionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListLakeActionsRequest.ProtoReflect.Descriptor instead.
func (*ListLakeActionsRequest) GetPageSize ¶
func (x *ListLakeActionsRequest) GetPageSize() int32
func (*ListLakeActionsRequest) GetPageToken ¶
func (x *ListLakeActionsRequest) GetPageToken() string
func (*ListLakeActionsRequest) GetParent ¶
func (x *ListLakeActionsRequest) GetParent() string
func (*ListLakeActionsRequest) ProtoMessage ¶
func (*ListLakeActionsRequest) ProtoMessage()
func (*ListLakeActionsRequest) ProtoReflect ¶
func (x *ListLakeActionsRequest) ProtoReflect() protoreflect.Message
func (*ListLakeActionsRequest) Reset ¶
func (x *ListLakeActionsRequest) Reset()
func (*ListLakeActionsRequest) String ¶
func (x *ListLakeActionsRequest) String() string
type ListLakesRequest ¶
type ListLakesRequest struct { // Required. The resource name of the lake location, of the form: // `projects/{project_number}/locations/{location_id}` // where `location_id` refers to a GCP region. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of Lakes to return. The service may return fewer // than this value. If unspecified, at most 10 lakes will be returned. The // maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListLakes` call. Provide // this to retrieve the subsequent page. When paginating, all other parameters // provided to `ListLakes` must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields for the result. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List lakes request.
func (*ListLakesRequest) Descriptor
deprecated
func (*ListLakesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListLakesRequest.ProtoReflect.Descriptor instead.
func (*ListLakesRequest) GetFilter ¶
func (x *ListLakesRequest) GetFilter() string
func (*ListLakesRequest) GetOrderBy ¶
func (x *ListLakesRequest) GetOrderBy() string
func (*ListLakesRequest) GetPageSize ¶
func (x *ListLakesRequest) GetPageSize() int32
func (*ListLakesRequest) GetPageToken ¶
func (x *ListLakesRequest) GetPageToken() string
func (*ListLakesRequest) GetParent ¶
func (x *ListLakesRequest) GetParent() string
func (*ListLakesRequest) ProtoMessage ¶
func (*ListLakesRequest) ProtoMessage()
func (*ListLakesRequest) ProtoReflect ¶
func (x *ListLakesRequest) ProtoReflect() protoreflect.Message
func (*ListLakesRequest) Reset ¶
func (x *ListLakesRequest) Reset()
func (*ListLakesRequest) String ¶
func (x *ListLakesRequest) String() string
type ListLakesResponse ¶
type ListLakesResponse struct { // Lakes under the given parent location. Lakes []*Lake `protobuf:"bytes,1,rep,name=lakes,proto3" json:"lakes,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. UnreachableLocations []string `protobuf:"bytes,3,rep,name=unreachable_locations,json=unreachableLocations,proto3" json:"unreachable_locations,omitempty"` // contains filtered or unexported fields }
List lakes response.
func (*ListLakesResponse) Descriptor
deprecated
func (*ListLakesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListLakesResponse.ProtoReflect.Descriptor instead.
func (*ListLakesResponse) GetLakes ¶
func (x *ListLakesResponse) GetLakes() []*Lake
func (*ListLakesResponse) GetNextPageToken ¶
func (x *ListLakesResponse) GetNextPageToken() string
func (*ListLakesResponse) GetUnreachableLocations ¶
func (x *ListLakesResponse) GetUnreachableLocations() []string
func (*ListLakesResponse) ProtoMessage ¶
func (*ListLakesResponse) ProtoMessage()
func (*ListLakesResponse) ProtoReflect ¶
func (x *ListLakesResponse) ProtoReflect() protoreflect.Message
func (*ListLakesResponse) Reset ¶
func (x *ListLakesResponse) Reset()
func (*ListLakesResponse) String ¶
func (x *ListLakesResponse) String() string
type ListMetadataJobsRequest ¶ added in v1.20.0
type ListMetadataJobsRequest struct { // Required. The resource name of the parent location, in the format // `projects/{project_id_or_number}/locations/{location_id}` Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of metadata jobs to return. The service might // return fewer jobs than this value. If unspecified, at most 10 jobs are // returned. The maximum value is 1,000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. The page token received from a previous `ListMetadataJobs` call. // Provide this token to retrieve the subsequent page of results. When // paginating, all other parameters that are provided to the // `ListMetadataJobs` request must match the call that provided the page // token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filters are case-sensitive. // The service supports the following formats: // // * `labels.key1 = "value1"` // * `labels:key1` // * `name = "value"` // // You can combine filters with `AND`, `OR`, and `NOT` operators. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. The field to sort the results by, either `name` or `create_time`. // If not specified, the ordering is undefined. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List metadata jobs request.
func (*ListMetadataJobsRequest) Descriptor
deprecated
added in
v1.20.0
func (*ListMetadataJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListMetadataJobsRequest.ProtoReflect.Descriptor instead.
func (*ListMetadataJobsRequest) GetFilter ¶ added in v1.20.0
func (x *ListMetadataJobsRequest) GetFilter() string
func (*ListMetadataJobsRequest) GetOrderBy ¶ added in v1.20.0
func (x *ListMetadataJobsRequest) GetOrderBy() string
func (*ListMetadataJobsRequest) GetPageSize ¶ added in v1.20.0
func (x *ListMetadataJobsRequest) GetPageSize() int32
func (*ListMetadataJobsRequest) GetPageToken ¶ added in v1.20.0
func (x *ListMetadataJobsRequest) GetPageToken() string
func (*ListMetadataJobsRequest) GetParent ¶ added in v1.20.0
func (x *ListMetadataJobsRequest) GetParent() string
func (*ListMetadataJobsRequest) ProtoMessage ¶ added in v1.20.0
func (*ListMetadataJobsRequest) ProtoMessage()
func (*ListMetadataJobsRequest) ProtoReflect ¶ added in v1.20.0
func (x *ListMetadataJobsRequest) ProtoReflect() protoreflect.Message
func (*ListMetadataJobsRequest) Reset ¶ added in v1.20.0
func (x *ListMetadataJobsRequest) Reset()
func (*ListMetadataJobsRequest) String ¶ added in v1.20.0
func (x *ListMetadataJobsRequest) String() string
type ListMetadataJobsResponse ¶ added in v1.20.0
type ListMetadataJobsResponse struct { // Metadata jobs under the specified parent location. MetadataJobs []*MetadataJob `protobuf:"bytes,1,rep,name=metadata_jobs,json=metadataJobs,proto3" json:"metadata_jobs,omitempty"` // A token to retrieve the next page of results. If there are no more results // in the list, the value is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that the service couldn't reach. UnreachableLocations []string `protobuf:"bytes,3,rep,name=unreachable_locations,json=unreachableLocations,proto3" json:"unreachable_locations,omitempty"` // contains filtered or unexported fields }
List metadata jobs response.
func (*ListMetadataJobsResponse) Descriptor
deprecated
added in
v1.20.0
func (*ListMetadataJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListMetadataJobsResponse.ProtoReflect.Descriptor instead.
func (*ListMetadataJobsResponse) GetMetadataJobs ¶ added in v1.20.0
func (x *ListMetadataJobsResponse) GetMetadataJobs() []*MetadataJob
func (*ListMetadataJobsResponse) GetNextPageToken ¶ added in v1.20.0
func (x *ListMetadataJobsResponse) GetNextPageToken() string
func (*ListMetadataJobsResponse) GetUnreachableLocations ¶ added in v1.20.0
func (x *ListMetadataJobsResponse) GetUnreachableLocations() []string
func (*ListMetadataJobsResponse) ProtoMessage ¶ added in v1.20.0
func (*ListMetadataJobsResponse) ProtoMessage()
func (*ListMetadataJobsResponse) ProtoReflect ¶ added in v1.20.0
func (x *ListMetadataJobsResponse) ProtoReflect() protoreflect.Message
func (*ListMetadataJobsResponse) Reset ¶ added in v1.20.0
func (x *ListMetadataJobsResponse) Reset()
func (*ListMetadataJobsResponse) String ¶ added in v1.20.0
func (x *ListMetadataJobsResponse) String() string
type ListPartitionsRequest ¶
type ListPartitionsRequest struct { // Required. The resource name of the parent entity: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of partitions to return. The service may return // fewer than this value. If unspecified, 100 partitions will be returned by // default. The maximum page size is 500; larger values will will be truncated // to 500. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListPartitions` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters provided to `ListPartitions` must match the call that provided // the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter the partitions returned to the caller using a key value // pair expression. Supported operators and syntax: // // - logic operators: AND, OR // - comparison operators: <, >, >=, <= ,=, != // - LIKE operators: // - The right hand of a LIKE operator supports "." and // "*" for wildcard searches, for example "value1 LIKE ".*oo.*" // // - parenthetical grouping: ( ) // // Sample filter expression: `?filter="key1 < value1 OR key2 > value2" // // **Notes:** // // - Keys to the left of operators are case insensitive. // - Partition results are sorted first by creation time, then by // lexicographic order. // - Up to 20 key value filter pairs are allowed, but due to performance // considerations, only the first 10 will be used as a filter. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
List metadata partitions request.
func (*ListPartitionsRequest) Descriptor
deprecated
func (*ListPartitionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPartitionsRequest.ProtoReflect.Descriptor instead.
func (*ListPartitionsRequest) GetFilter ¶
func (x *ListPartitionsRequest) GetFilter() string
func (*ListPartitionsRequest) GetPageSize ¶
func (x *ListPartitionsRequest) GetPageSize() int32
func (*ListPartitionsRequest) GetPageToken ¶
func (x *ListPartitionsRequest) GetPageToken() string
func (*ListPartitionsRequest) GetParent ¶
func (x *ListPartitionsRequest) GetParent() string
func (*ListPartitionsRequest) ProtoMessage ¶
func (*ListPartitionsRequest) ProtoMessage()
func (*ListPartitionsRequest) ProtoReflect ¶
func (x *ListPartitionsRequest) ProtoReflect() protoreflect.Message
func (*ListPartitionsRequest) Reset ¶
func (x *ListPartitionsRequest) Reset()
func (*ListPartitionsRequest) String ¶
func (x *ListPartitionsRequest) String() string
type ListPartitionsResponse ¶
type ListPartitionsResponse struct { // Partitions under the specified parent entity. Partitions []*Partition `protobuf:"bytes,1,rep,name=partitions,proto3" json:"partitions,omitempty"` // Token to retrieve the next page of results, or empty if there are no // remaining results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List metadata partitions response.
func (*ListPartitionsResponse) Descriptor
deprecated
func (*ListPartitionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPartitionsResponse.ProtoReflect.Descriptor instead.
func (*ListPartitionsResponse) GetNextPageToken ¶
func (x *ListPartitionsResponse) GetNextPageToken() string
func (*ListPartitionsResponse) GetPartitions ¶
func (x *ListPartitionsResponse) GetPartitions() []*Partition
func (*ListPartitionsResponse) ProtoMessage ¶
func (*ListPartitionsResponse) ProtoMessage()
func (*ListPartitionsResponse) ProtoReflect ¶
func (x *ListPartitionsResponse) ProtoReflect() protoreflect.Message
func (*ListPartitionsResponse) Reset ¶
func (x *ListPartitionsResponse) Reset()
func (*ListPartitionsResponse) String ¶
func (x *ListPartitionsResponse) String() string
type ListSessionsRequest ¶
type ListSessionsRequest struct { // Required. The resource name of the parent environment: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of sessions to return. The service may return // fewer than this value. If unspecified, at most 10 sessions will be // returned. The maximum value is 1000; values above 1000 will be coerced to // 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListSessions` call. Provide // this to retrieve the subsequent page. When paginating, all other parameters // provided to `ListSessions` must match the call that provided the page // token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. The following `mode` filter is supported to // return only the sessions belonging to the requester when the mode is USER // and return sessions of all the users when the mode is ADMIN. When no filter // is sent default to USER mode. NOTE: When the mode is ADMIN, the requester // should have `dataplex.environments.listAllSessions` permission to list all // sessions, in absence of the permission, the request fails. // // mode = ADMIN | USER Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
List sessions request.
func (*ListSessionsRequest) Descriptor
deprecated
func (*ListSessionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSessionsRequest.ProtoReflect.Descriptor instead.
func (*ListSessionsRequest) GetFilter ¶
func (x *ListSessionsRequest) GetFilter() string
func (*ListSessionsRequest) GetPageSize ¶
func (x *ListSessionsRequest) GetPageSize() int32
func (*ListSessionsRequest) GetPageToken ¶
func (x *ListSessionsRequest) GetPageToken() string
func (*ListSessionsRequest) GetParent ¶
func (x *ListSessionsRequest) GetParent() string
func (*ListSessionsRequest) ProtoMessage ¶
func (*ListSessionsRequest) ProtoMessage()
func (*ListSessionsRequest) ProtoReflect ¶
func (x *ListSessionsRequest) ProtoReflect() protoreflect.Message
func (*ListSessionsRequest) Reset ¶
func (x *ListSessionsRequest) Reset()
func (*ListSessionsRequest) String ¶
func (x *ListSessionsRequest) String() string
type ListSessionsResponse ¶
type ListSessionsResponse struct { // Sessions under a given environment. Sessions []*Session `protobuf:"bytes,1,rep,name=sessions,proto3" json:"sessions,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List sessions response.
func (*ListSessionsResponse) Descriptor
deprecated
func (*ListSessionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListSessionsResponse.ProtoReflect.Descriptor instead.
func (*ListSessionsResponse) GetNextPageToken ¶
func (x *ListSessionsResponse) GetNextPageToken() string
func (*ListSessionsResponse) GetSessions ¶
func (x *ListSessionsResponse) GetSessions() []*Session
func (*ListSessionsResponse) ProtoMessage ¶
func (*ListSessionsResponse) ProtoMessage()
func (*ListSessionsResponse) ProtoReflect ¶
func (x *ListSessionsResponse) ProtoReflect() protoreflect.Message
func (*ListSessionsResponse) Reset ¶
func (x *ListSessionsResponse) Reset()
func (*ListSessionsResponse) String ¶
func (x *ListSessionsResponse) String() string
type ListTasksRequest ¶
type ListTasksRequest struct { // Required. The resource name of the parent lake: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of tasks to return. The service may return fewer // than this value. If unspecified, at most 10 tasks will be returned. The // maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListZones` call. Provide // this to retrieve the subsequent page. When paginating, all other parameters // provided to `ListZones` must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields for the result. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List tasks request.
func (*ListTasksRequest) Descriptor
deprecated
func (*ListTasksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTasksRequest.ProtoReflect.Descriptor instead.
func (*ListTasksRequest) GetFilter ¶
func (x *ListTasksRequest) GetFilter() string
func (*ListTasksRequest) GetOrderBy ¶
func (x *ListTasksRequest) GetOrderBy() string
func (*ListTasksRequest) GetPageSize ¶
func (x *ListTasksRequest) GetPageSize() int32
func (*ListTasksRequest) GetPageToken ¶
func (x *ListTasksRequest) GetPageToken() string
func (*ListTasksRequest) GetParent ¶
func (x *ListTasksRequest) GetParent() string
func (*ListTasksRequest) ProtoMessage ¶
func (*ListTasksRequest) ProtoMessage()
func (*ListTasksRequest) ProtoReflect ¶
func (x *ListTasksRequest) ProtoReflect() protoreflect.Message
func (*ListTasksRequest) Reset ¶
func (x *ListTasksRequest) Reset()
func (*ListTasksRequest) String ¶
func (x *ListTasksRequest) String() string
type ListTasksResponse ¶
type ListTasksResponse struct { // Tasks under the given parent lake. Tasks []*Task `protobuf:"bytes,1,rep,name=tasks,proto3" json:"tasks,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that could not be reached. UnreachableLocations []string `protobuf:"bytes,3,rep,name=unreachable_locations,json=unreachableLocations,proto3" json:"unreachable_locations,omitempty"` // contains filtered or unexported fields }
List tasks response.
func (*ListTasksResponse) Descriptor
deprecated
func (*ListTasksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTasksResponse.ProtoReflect.Descriptor instead.
func (*ListTasksResponse) GetNextPageToken ¶
func (x *ListTasksResponse) GetNextPageToken() string
func (*ListTasksResponse) GetTasks ¶
func (x *ListTasksResponse) GetTasks() []*Task
func (*ListTasksResponse) GetUnreachableLocations ¶
func (x *ListTasksResponse) GetUnreachableLocations() []string
func (*ListTasksResponse) ProtoMessage ¶
func (*ListTasksResponse) ProtoMessage()
func (*ListTasksResponse) ProtoReflect ¶
func (x *ListTasksResponse) ProtoReflect() protoreflect.Message
func (*ListTasksResponse) Reset ¶
func (x *ListTasksResponse) Reset()
func (*ListTasksResponse) String ¶
func (x *ListTasksResponse) String() string
type ListZoneActionsRequest ¶
type ListZoneActionsRequest struct { // Required. The resource name of the parent zone: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of actions to return. The service may return fewer // than this value. If unspecified, at most 10 actions will be returned. The // maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListZoneActions` call. // Provide this to retrieve the subsequent page. When paginating, all other // parameters provided to `ListZoneActions` must match the call that provided // the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
List zone actions request.
func (*ListZoneActionsRequest) Descriptor
deprecated
func (*ListZoneActionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListZoneActionsRequest.ProtoReflect.Descriptor instead.
func (*ListZoneActionsRequest) GetPageSize ¶
func (x *ListZoneActionsRequest) GetPageSize() int32
func (*ListZoneActionsRequest) GetPageToken ¶
func (x *ListZoneActionsRequest) GetPageToken() string
func (*ListZoneActionsRequest) GetParent ¶
func (x *ListZoneActionsRequest) GetParent() string
func (*ListZoneActionsRequest) ProtoMessage ¶
func (*ListZoneActionsRequest) ProtoMessage()
func (*ListZoneActionsRequest) ProtoReflect ¶
func (x *ListZoneActionsRequest) ProtoReflect() protoreflect.Message
func (*ListZoneActionsRequest) Reset ¶
func (x *ListZoneActionsRequest) Reset()
func (*ListZoneActionsRequest) String ¶
func (x *ListZoneActionsRequest) String() string
type ListZonesRequest ¶
type ListZonesRequest struct { // Required. The resource name of the parent lake: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Maximum number of zones to return. The service may return fewer // than this value. If unspecified, at most 10 zones will be returned. The // maximum value is 1000; values above 1000 will be coerced to 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `ListZones` call. Provide // this to retrieve the subsequent page. When paginating, all other parameters // provided to `ListZones` must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Filter request. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. Order by fields for the result. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
List zones request.
func (*ListZonesRequest) Descriptor
deprecated
func (*ListZonesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListZonesRequest.ProtoReflect.Descriptor instead.
func (*ListZonesRequest) GetFilter ¶
func (x *ListZonesRequest) GetFilter() string
func (*ListZonesRequest) GetOrderBy ¶
func (x *ListZonesRequest) GetOrderBy() string
func (*ListZonesRequest) GetPageSize ¶
func (x *ListZonesRequest) GetPageSize() int32
func (*ListZonesRequest) GetPageToken ¶
func (x *ListZonesRequest) GetPageToken() string
func (*ListZonesRequest) GetParent ¶
func (x *ListZonesRequest) GetParent() string
func (*ListZonesRequest) ProtoMessage ¶
func (*ListZonesRequest) ProtoMessage()
func (*ListZonesRequest) ProtoReflect ¶
func (x *ListZonesRequest) ProtoReflect() protoreflect.Message
func (*ListZonesRequest) Reset ¶
func (x *ListZonesRequest) Reset()
func (*ListZonesRequest) String ¶
func (x *ListZonesRequest) String() string
type ListZonesResponse ¶
type ListZonesResponse struct { // Zones under the given parent lake. Zones []*Zone `protobuf:"bytes,1,rep,name=zones,proto3" json:"zones,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
List zones response.
func (*ListZonesResponse) Descriptor
deprecated
func (*ListZonesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListZonesResponse.ProtoReflect.Descriptor instead.
func (*ListZonesResponse) GetNextPageToken ¶
func (x *ListZonesResponse) GetNextPageToken() string
func (*ListZonesResponse) GetZones ¶
func (x *ListZonesResponse) GetZones() []*Zone
func (*ListZonesResponse) ProtoMessage ¶
func (*ListZonesResponse) ProtoMessage()
func (*ListZonesResponse) ProtoReflect ¶
func (x *ListZonesResponse) ProtoReflect() protoreflect.Message
func (*ListZonesResponse) Reset ¶
func (x *ListZonesResponse) Reset()
func (*ListZonesResponse) String ¶
func (x *ListZonesResponse) String() string
type LookupEntryRequest ¶ added in v1.15.0
type LookupEntryRequest struct { // Required. The project to which the request should be attributed in the // following form: `projects/{project}/locations/{location}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. View to control which parts of an entry the service should // return. View EntryView `protobuf:"varint,2,opt,name=view,proto3,enum=google.cloud.dataplex.v1.EntryView" json:"view,omitempty"` // Optional. Limits the aspects returned to the provided aspect types. // It only works for CUSTOM view. AspectTypes []string `protobuf:"bytes,3,rep,name=aspect_types,json=aspectTypes,proto3" json:"aspect_types,omitempty"` // Optional. Limits the aspects returned to those associated with the provided // paths within the Entry. It only works for CUSTOM view. Paths []string `protobuf:"bytes,4,rep,name=paths,proto3" json:"paths,omitempty"` // Required. The resource name of the Entry: // `projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}`. Entry string `protobuf:"bytes,5,opt,name=entry,proto3" json:"entry,omitempty"` // contains filtered or unexported fields }
Lookup Entry request using permissions in the source system.
func (*LookupEntryRequest) Descriptor
deprecated
added in
v1.15.0
func (*LookupEntryRequest) Descriptor() ([]byte, []int)
Deprecated: Use LookupEntryRequest.ProtoReflect.Descriptor instead.
func (*LookupEntryRequest) GetAspectTypes ¶ added in v1.15.0
func (x *LookupEntryRequest) GetAspectTypes() []string
func (*LookupEntryRequest) GetEntry ¶ added in v1.15.0
func (x *LookupEntryRequest) GetEntry() string
func (*LookupEntryRequest) GetName ¶ added in v1.15.0
func (x *LookupEntryRequest) GetName() string
func (*LookupEntryRequest) GetPaths ¶ added in v1.15.0
func (x *LookupEntryRequest) GetPaths() []string
func (*LookupEntryRequest) GetView ¶ added in v1.15.0
func (x *LookupEntryRequest) GetView() EntryView
func (*LookupEntryRequest) ProtoMessage ¶ added in v1.15.0
func (*LookupEntryRequest) ProtoMessage()
func (*LookupEntryRequest) ProtoReflect ¶ added in v1.15.0
func (x *LookupEntryRequest) ProtoReflect() protoreflect.Message
func (*LookupEntryRequest) Reset ¶ added in v1.15.0
func (x *LookupEntryRequest) Reset()
func (*LookupEntryRequest) String ¶ added in v1.15.0
func (x *LookupEntryRequest) String() string
type MetadataJob ¶ added in v1.20.0
type MetadataJob struct { // Output only. Identifier. The name of the resource that the configuration is // applied to, in the format // `projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. A system-generated, globally unique ID for the metadata job. // If the metadata job is deleted and then re-created with the same name, this // ID is different. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Output only. The time when the metadata job 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 metadata job was updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Optional. User-defined labels. Labels map[string]string `` /* 153-byte string literal not displayed */ // Required. Metadata job type. Type MetadataJob_Type `protobuf:"varint,6,opt,name=type,proto3,enum=google.cloud.dataplex.v1.MetadataJob_Type" json:"type,omitempty"` // Types that are assignable to Spec: // // *MetadataJob_ImportSpec Spec isMetadataJob_Spec `protobuf_oneof:"spec"` // Types that are assignable to Result: // // *MetadataJob_ImportResult Result isMetadataJob_Result `protobuf_oneof:"result"` // Output only. Metadata job status. Status *MetadataJob_Status `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
A metadata job resource.
func (*MetadataJob) Descriptor
deprecated
added in
v1.20.0
func (*MetadataJob) Descriptor() ([]byte, []int)
Deprecated: Use MetadataJob.ProtoReflect.Descriptor instead.
func (*MetadataJob) GetCreateTime ¶ added in v1.20.0
func (x *MetadataJob) GetCreateTime() *timestamppb.Timestamp
func (*MetadataJob) GetImportResult ¶ added in v1.20.0
func (x *MetadataJob) GetImportResult() *MetadataJob_ImportJobResult
func (*MetadataJob) GetImportSpec ¶ added in v1.20.0
func (x *MetadataJob) GetImportSpec() *MetadataJob_ImportJobSpec
func (*MetadataJob) GetLabels ¶ added in v1.20.0
func (x *MetadataJob) GetLabels() map[string]string
func (*MetadataJob) GetName ¶ added in v1.20.0
func (x *MetadataJob) GetName() string
func (*MetadataJob) GetResult ¶ added in v1.20.0
func (m *MetadataJob) GetResult() isMetadataJob_Result
func (*MetadataJob) GetSpec ¶ added in v1.20.0
func (m *MetadataJob) GetSpec() isMetadataJob_Spec
func (*MetadataJob) GetStatus ¶ added in v1.20.0
func (x *MetadataJob) GetStatus() *MetadataJob_Status
func (*MetadataJob) GetType ¶ added in v1.20.0
func (x *MetadataJob) GetType() MetadataJob_Type
func (*MetadataJob) GetUid ¶ added in v1.20.0
func (x *MetadataJob) GetUid() string
func (*MetadataJob) GetUpdateTime ¶ added in v1.20.0
func (x *MetadataJob) GetUpdateTime() *timestamppb.Timestamp
func (*MetadataJob) ProtoMessage ¶ added in v1.20.0
func (*MetadataJob) ProtoMessage()
func (*MetadataJob) ProtoReflect ¶ added in v1.20.0
func (x *MetadataJob) ProtoReflect() protoreflect.Message
func (*MetadataJob) Reset ¶ added in v1.20.0
func (x *MetadataJob) Reset()
func (*MetadataJob) String ¶ added in v1.20.0
func (x *MetadataJob) String() string
type MetadataJob_ImportJobResult ¶ added in v1.20.0
type MetadataJob_ImportJobResult struct { // Output only. The total number of entries that were deleted. DeletedEntries int64 `protobuf:"varint,1,opt,name=deleted_entries,json=deletedEntries,proto3" json:"deleted_entries,omitempty"` // Output only. The total number of entries that were updated. UpdatedEntries int64 `protobuf:"varint,2,opt,name=updated_entries,json=updatedEntries,proto3" json:"updated_entries,omitempty"` // Output only. The total number of entries that were created. CreatedEntries int64 `protobuf:"varint,3,opt,name=created_entries,json=createdEntries,proto3" json:"created_entries,omitempty"` // Output only. The total number of entries that were unchanged. UnchangedEntries int64 `protobuf:"varint,4,opt,name=unchanged_entries,json=unchangedEntries,proto3" json:"unchanged_entries,omitempty"` // Output only. The total number of entries that were recreated. RecreatedEntries int64 `protobuf:"varint,6,opt,name=recreated_entries,json=recreatedEntries,proto3" json:"recreated_entries,omitempty"` // Output only. The time when the status was updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
Results from a metadata import job.
func (*MetadataJob_ImportJobResult) Descriptor
deprecated
added in
v1.20.0
func (*MetadataJob_ImportJobResult) Descriptor() ([]byte, []int)
Deprecated: Use MetadataJob_ImportJobResult.ProtoReflect.Descriptor instead.
func (*MetadataJob_ImportJobResult) GetCreatedEntries ¶ added in v1.20.0
func (x *MetadataJob_ImportJobResult) GetCreatedEntries() int64
func (*MetadataJob_ImportJobResult) GetDeletedEntries ¶ added in v1.20.0
func (x *MetadataJob_ImportJobResult) GetDeletedEntries() int64
func (*MetadataJob_ImportJobResult) GetRecreatedEntries ¶ added in v1.20.0
func (x *MetadataJob_ImportJobResult) GetRecreatedEntries() int64
func (*MetadataJob_ImportJobResult) GetUnchangedEntries ¶ added in v1.20.0
func (x *MetadataJob_ImportJobResult) GetUnchangedEntries() int64
func (*MetadataJob_ImportJobResult) GetUpdateTime ¶ added in v1.20.0
func (x *MetadataJob_ImportJobResult) GetUpdateTime() *timestamppb.Timestamp
func (*MetadataJob_ImportJobResult) GetUpdatedEntries ¶ added in v1.20.0
func (x *MetadataJob_ImportJobResult) GetUpdatedEntries() int64
func (*MetadataJob_ImportJobResult) ProtoMessage ¶ added in v1.20.0
func (*MetadataJob_ImportJobResult) ProtoMessage()
func (*MetadataJob_ImportJobResult) ProtoReflect ¶ added in v1.20.0
func (x *MetadataJob_ImportJobResult) ProtoReflect() protoreflect.Message
func (*MetadataJob_ImportJobResult) Reset ¶ added in v1.20.0
func (x *MetadataJob_ImportJobResult) Reset()
func (*MetadataJob_ImportJobResult) String ¶ added in v1.20.0
func (x *MetadataJob_ImportJobResult) String() string
type MetadataJob_ImportJobSpec ¶ added in v1.20.0
type MetadataJob_ImportJobSpec struct { // Optional. The URI of a Cloud Storage bucket or folder (beginning with // `gs://` and ending with `/`) that contains the metadata import files for // this job. // // A metadata import file defines the values to set for each of the entries // and aspects in a metadata job. For more information about how to create a // metadata import file and the file requirements, see [Metadata import // file](https://cloud.google.com/dataplex/docs/import-metadata#metadata-import-file). // // You can provide multiple metadata import files in the same metadata job. // The bucket or folder must contain at least one metadata import file, in // JSON Lines format (either `.json` or `.jsonl` file extension). // // In `FULL` entry sync mode, don't save the metadata import file in a // folder named `SOURCE_STORAGE_URI/deletions/`. // // **Caution**: If the metadata import file contains no data, all entries // and aspects that belong to the job's scope are deleted. SourceStorageUri string `protobuf:"bytes,1,opt,name=source_storage_uri,json=sourceStorageUri,proto3" json:"source_storage_uri,omitempty"` // Optional. The time when the process that created the metadata import // files began. SourceCreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=source_create_time,json=sourceCreateTime,proto3" json:"source_create_time,omitempty"` // Required. A boundary on the scope of impact that the metadata import job // can have. Scope *MetadataJob_ImportJobSpec_ImportJobScope `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"` // Required. The sync mode for entries. // Only `FULL` mode is supported for entries. All entries in the job's scope // are modified. If an entry exists in Dataplex but isn't included in the // metadata import file, the entry is deleted when you run the metadata job. EntrySyncMode MetadataJob_ImportJobSpec_SyncMode `` /* 168-byte string literal not displayed */ // Required. The sync mode for aspects. // Only `INCREMENTAL` mode is supported for aspects. An aspect is modified // only if the metadata import file includes a reference to the aspect in // the `update_mask` field and the `aspect_keys` field. AspectSyncMode MetadataJob_ImportJobSpec_SyncMode `` /* 171-byte string literal not displayed */ // Optional. The level of logs to write to Cloud Logging for this job. // // Debug-level logs provide highly-detailed information for // troubleshooting, but their increased verbosity could incur [additional // costs](https://cloud.google.com/stackdriver/pricing) that might not be // merited for all jobs. // // If unspecified, defaults to `INFO`. LogLevel MetadataJob_ImportJobSpec_LogLevel `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Job specification for a metadata import job
func (*MetadataJob_ImportJobSpec) Descriptor
deprecated
added in
v1.20.0
func (*MetadataJob_ImportJobSpec) Descriptor() ([]byte, []int)
Deprecated: Use MetadataJob_ImportJobSpec.ProtoReflect.Descriptor instead.
func (*MetadataJob_ImportJobSpec) GetAspectSyncMode ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec) GetAspectSyncMode() MetadataJob_ImportJobSpec_SyncMode
func (*MetadataJob_ImportJobSpec) GetEntrySyncMode ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec) GetEntrySyncMode() MetadataJob_ImportJobSpec_SyncMode
func (*MetadataJob_ImportJobSpec) GetLogLevel ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec) GetLogLevel() MetadataJob_ImportJobSpec_LogLevel
func (*MetadataJob_ImportJobSpec) GetScope ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec) GetScope() *MetadataJob_ImportJobSpec_ImportJobScope
func (*MetadataJob_ImportJobSpec) GetSourceCreateTime ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec) GetSourceCreateTime() *timestamppb.Timestamp
func (*MetadataJob_ImportJobSpec) GetSourceStorageUri ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec) GetSourceStorageUri() string
func (*MetadataJob_ImportJobSpec) ProtoMessage ¶ added in v1.20.0
func (*MetadataJob_ImportJobSpec) ProtoMessage()
func (*MetadataJob_ImportJobSpec) ProtoReflect ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec) ProtoReflect() protoreflect.Message
func (*MetadataJob_ImportJobSpec) Reset ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec) Reset()
func (*MetadataJob_ImportJobSpec) String ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec) String() string
type MetadataJob_ImportJobSpec_ImportJobScope ¶ added in v1.20.0
type MetadataJob_ImportJobSpec_ImportJobScope struct { // Required. The entry group that is in scope for the import job, // specified as a relative resource name in the format // `projects/{project_number_or_id}/locations/{location_id}/entryGroups/{entry_group_id}`. // Only entries that belong to the specified entry group are affected by // the job. // // Must contain exactly one element. The entry group and the job // must be in the same location. EntryGroups []string `protobuf:"bytes,1,rep,name=entry_groups,json=entryGroups,proto3" json:"entry_groups,omitempty"` // Required. The entry types that are in scope for the import job, // specified as relative resource names in the format // `projects/{project_number_or_id}/locations/{location_id}/entryTypes/{entry_type_id}`. // The job modifies only the entries that belong to these entry types. // // If the metadata import file attempts to modify an entry whose type // isn't included in this list, the import job is halted before modifying // any entries or aspects. // // The location of an entry type must either match the location of the // job, or the entry type must be global. EntryTypes []string `protobuf:"bytes,2,rep,name=entry_types,json=entryTypes,proto3" json:"entry_types,omitempty"` // Optional. The aspect types that are in scope for the import job, // specified as relative resource names in the format // `projects/{project_number_or_id}/locations/{location_id}/aspectTypes/{aspect_type_id}`. // The job modifies only the aspects that belong to these aspect types. // // If the metadata import file attempts to modify an aspect whose type // isn't included in this list, the import job is halted before modifying // any entries or aspects. // // The location of an aspect type must either match the location of the // job, or the aspect type must be global. AspectTypes []string `protobuf:"bytes,3,rep,name=aspect_types,json=aspectTypes,proto3" json:"aspect_types,omitempty"` // contains filtered or unexported fields }
A boundary on the scope of impact that the metadata import job can have.
func (*MetadataJob_ImportJobSpec_ImportJobScope) Descriptor
deprecated
added in
v1.20.0
func (*MetadataJob_ImportJobSpec_ImportJobScope) Descriptor() ([]byte, []int)
Deprecated: Use MetadataJob_ImportJobSpec_ImportJobScope.ProtoReflect.Descriptor instead.
func (*MetadataJob_ImportJobSpec_ImportJobScope) GetAspectTypes ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec_ImportJobScope) GetAspectTypes() []string
func (*MetadataJob_ImportJobSpec_ImportJobScope) GetEntryGroups ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec_ImportJobScope) GetEntryGroups() []string
func (*MetadataJob_ImportJobSpec_ImportJobScope) GetEntryTypes ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec_ImportJobScope) GetEntryTypes() []string
func (*MetadataJob_ImportJobSpec_ImportJobScope) ProtoMessage ¶ added in v1.20.0
func (*MetadataJob_ImportJobSpec_ImportJobScope) ProtoMessage()
func (*MetadataJob_ImportJobSpec_ImportJobScope) ProtoReflect ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec_ImportJobScope) ProtoReflect() protoreflect.Message
func (*MetadataJob_ImportJobSpec_ImportJobScope) Reset ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec_ImportJobScope) Reset()
func (*MetadataJob_ImportJobSpec_ImportJobScope) String ¶ added in v1.20.0
func (x *MetadataJob_ImportJobSpec_ImportJobScope) String() string
type MetadataJob_ImportJobSpec_LogLevel ¶ added in v1.20.0
type MetadataJob_ImportJobSpec_LogLevel int32
The level of logs to write to Cloud Logging for this job.
const ( // Log level unspecified. MetadataJob_ImportJobSpec_LOG_LEVEL_UNSPECIFIED MetadataJob_ImportJobSpec_LogLevel = 0 // Debug-level logging. Captures detailed logs for each import item. Use // debug-level logging to troubleshoot issues with specific import items. // For example, use debug-level logging to identify resources that are // missing from the job scope, entries or aspects that don't conform to // the associated entry type or aspect type, or other misconfigurations // with the metadata import file. // // Depending on the size of your metadata job and the number of logs that // are generated, debug-level logging might incur // [additional costs](https://cloud.google.com/stackdriver/pricing). MetadataJob_ImportJobSpec_DEBUG MetadataJob_ImportJobSpec_LogLevel = 1 // Info-level logging. Captures logs at the overall job level. Includes // aggregate logs about import items, but doesn't specify which import // item has an error. MetadataJob_ImportJobSpec_INFO MetadataJob_ImportJobSpec_LogLevel = 2 )
func (MetadataJob_ImportJobSpec_LogLevel) Descriptor ¶ added in v1.20.0
func (MetadataJob_ImportJobSpec_LogLevel) Descriptor() protoreflect.EnumDescriptor
func (MetadataJob_ImportJobSpec_LogLevel) Enum ¶ added in v1.20.0
func (x MetadataJob_ImportJobSpec_LogLevel) Enum() *MetadataJob_ImportJobSpec_LogLevel
func (MetadataJob_ImportJobSpec_LogLevel) EnumDescriptor
deprecated
added in
v1.20.0
func (MetadataJob_ImportJobSpec_LogLevel) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetadataJob_ImportJobSpec_LogLevel.Descriptor instead.
func (MetadataJob_ImportJobSpec_LogLevel) Number ¶ added in v1.20.0
func (x MetadataJob_ImportJobSpec_LogLevel) Number() protoreflect.EnumNumber
func (MetadataJob_ImportJobSpec_LogLevel) String ¶ added in v1.20.0
func (x MetadataJob_ImportJobSpec_LogLevel) String() string
func (MetadataJob_ImportJobSpec_LogLevel) Type ¶ added in v1.20.0
func (MetadataJob_ImportJobSpec_LogLevel) Type() protoreflect.EnumType
type MetadataJob_ImportJobSpec_SyncMode ¶ added in v1.20.0
type MetadataJob_ImportJobSpec_SyncMode int32
Specifies how the entries and aspects in a metadata job are updated.
const ( // Sync mode unspecified. MetadataJob_ImportJobSpec_SYNC_MODE_UNSPECIFIED MetadataJob_ImportJobSpec_SyncMode = 0 // All resources in the job's scope are modified. If a resource exists in // Dataplex but isn't included in the metadata import file, the resource // is deleted when you run the metadata job. Use this mode to perform a // full sync of the set of entries in the job scope. MetadataJob_ImportJobSpec_FULL MetadataJob_ImportJobSpec_SyncMode = 1 // Only the entries and aspects that are explicitly included in the // metadata import file are modified. Use this mode to modify a subset of // resources while leaving unreferenced resources unchanged. MetadataJob_ImportJobSpec_INCREMENTAL MetadataJob_ImportJobSpec_SyncMode = 2 )
func (MetadataJob_ImportJobSpec_SyncMode) Descriptor ¶ added in v1.20.0
func (MetadataJob_ImportJobSpec_SyncMode) Descriptor() protoreflect.EnumDescriptor
func (MetadataJob_ImportJobSpec_SyncMode) Enum ¶ added in v1.20.0
func (x MetadataJob_ImportJobSpec_SyncMode) Enum() *MetadataJob_ImportJobSpec_SyncMode
func (MetadataJob_ImportJobSpec_SyncMode) EnumDescriptor
deprecated
added in
v1.20.0
func (MetadataJob_ImportJobSpec_SyncMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetadataJob_ImportJobSpec_SyncMode.Descriptor instead.
func (MetadataJob_ImportJobSpec_SyncMode) Number ¶ added in v1.20.0
func (x MetadataJob_ImportJobSpec_SyncMode) Number() protoreflect.EnumNumber
func (MetadataJob_ImportJobSpec_SyncMode) String ¶ added in v1.20.0
func (x MetadataJob_ImportJobSpec_SyncMode) String() string
func (MetadataJob_ImportJobSpec_SyncMode) Type ¶ added in v1.20.0
func (MetadataJob_ImportJobSpec_SyncMode) Type() protoreflect.EnumType
type MetadataJob_ImportResult ¶ added in v1.20.0
type MetadataJob_ImportResult struct { // Output only. Import job result. ImportResult *MetadataJob_ImportJobResult `protobuf:"bytes,200,opt,name=import_result,json=importResult,proto3,oneof"` }
type MetadataJob_ImportSpec ¶ added in v1.20.0
type MetadataJob_ImportSpec struct { // Import job specification. ImportSpec *MetadataJob_ImportJobSpec `protobuf:"bytes,100,opt,name=import_spec,json=importSpec,proto3,oneof"` }
type MetadataJob_Status ¶ added in v1.20.0
type MetadataJob_Status struct { // Output only. State of the metadata job. State MetadataJob_Status_State `protobuf:"varint,1,opt,name=state,proto3,enum=google.cloud.dataplex.v1.MetadataJob_Status_State" json:"state,omitempty"` // Output only. Message relating to the progression of a metadata job. Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // Output only. Progress tracking. CompletionPercent int32 `protobuf:"varint,3,opt,name=completion_percent,json=completionPercent,proto3" json:"completion_percent,omitempty"` // Output only. The time when the status was updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
Metadata job status.
func (*MetadataJob_Status) Descriptor
deprecated
added in
v1.20.0
func (*MetadataJob_Status) Descriptor() ([]byte, []int)
Deprecated: Use MetadataJob_Status.ProtoReflect.Descriptor instead.
func (*MetadataJob_Status) GetCompletionPercent ¶ added in v1.20.0
func (x *MetadataJob_Status) GetCompletionPercent() int32
func (*MetadataJob_Status) GetMessage ¶ added in v1.20.0
func (x *MetadataJob_Status) GetMessage() string
func (*MetadataJob_Status) GetState ¶ added in v1.20.0
func (x *MetadataJob_Status) GetState() MetadataJob_Status_State
func (*MetadataJob_Status) GetUpdateTime ¶ added in v1.20.0
func (x *MetadataJob_Status) GetUpdateTime() *timestamppb.Timestamp
func (*MetadataJob_Status) ProtoMessage ¶ added in v1.20.0
func (*MetadataJob_Status) ProtoMessage()
func (*MetadataJob_Status) ProtoReflect ¶ added in v1.20.0
func (x *MetadataJob_Status) ProtoReflect() protoreflect.Message
func (*MetadataJob_Status) Reset ¶ added in v1.20.0
func (x *MetadataJob_Status) Reset()
func (*MetadataJob_Status) String ¶ added in v1.20.0
func (x *MetadataJob_Status) String() string
type MetadataJob_Status_State ¶ added in v1.20.0
type MetadataJob_Status_State int32
State of a metadata job.
const ( // State unspecified. MetadataJob_Status_STATE_UNSPECIFIED MetadataJob_Status_State = 0 // The job is queued. MetadataJob_Status_QUEUED MetadataJob_Status_State = 1 // The job is running. MetadataJob_Status_RUNNING MetadataJob_Status_State = 2 // The job is being canceled. MetadataJob_Status_CANCELING MetadataJob_Status_State = 3 // The job is canceled. MetadataJob_Status_CANCELED MetadataJob_Status_State = 4 // The job succeeded. MetadataJob_Status_SUCCEEDED MetadataJob_Status_State = 5 // The job failed. MetadataJob_Status_FAILED MetadataJob_Status_State = 6 // The job completed with some errors. MetadataJob_Status_SUCCEEDED_WITH_ERRORS MetadataJob_Status_State = 7 )
func (MetadataJob_Status_State) Descriptor ¶ added in v1.20.0
func (MetadataJob_Status_State) Descriptor() protoreflect.EnumDescriptor
func (MetadataJob_Status_State) Enum ¶ added in v1.20.0
func (x MetadataJob_Status_State) Enum() *MetadataJob_Status_State
func (MetadataJob_Status_State) EnumDescriptor
deprecated
added in
v1.20.0
func (MetadataJob_Status_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetadataJob_Status_State.Descriptor instead.
func (MetadataJob_Status_State) Number ¶ added in v1.20.0
func (x MetadataJob_Status_State) Number() protoreflect.EnumNumber
func (MetadataJob_Status_State) String ¶ added in v1.20.0
func (x MetadataJob_Status_State) String() string
func (MetadataJob_Status_State) Type ¶ added in v1.20.0
func (MetadataJob_Status_State) Type() protoreflect.EnumType
type MetadataJob_Type ¶ added in v1.20.0
type MetadataJob_Type int32
Metadata job type.
const ( // Unspecified. MetadataJob_TYPE_UNSPECIFIED MetadataJob_Type = 0 // Import job. MetadataJob_IMPORT MetadataJob_Type = 1 )
func (MetadataJob_Type) Descriptor ¶ added in v1.20.0
func (MetadataJob_Type) Descriptor() protoreflect.EnumDescriptor
func (MetadataJob_Type) Enum ¶ added in v1.20.0
func (x MetadataJob_Type) Enum() *MetadataJob_Type
func (MetadataJob_Type) EnumDescriptor
deprecated
added in
v1.20.0
func (MetadataJob_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetadataJob_Type.Descriptor instead.
func (MetadataJob_Type) Number ¶ added in v1.20.0
func (x MetadataJob_Type) Number() protoreflect.EnumNumber
func (MetadataJob_Type) String ¶ added in v1.20.0
func (x MetadataJob_Type) String() string
func (MetadataJob_Type) Type ¶ added in v1.20.0
func (MetadataJob_Type) Type() protoreflect.EnumType
type MetadataServiceClient ¶
type MetadataServiceClient interface { // Create a metadata entity. CreateEntity(ctx context.Context, in *CreateEntityRequest, opts ...grpc.CallOption) (*Entity, error) // Update a metadata entity. Only supports full resource update. UpdateEntity(ctx context.Context, in *UpdateEntityRequest, opts ...grpc.CallOption) (*Entity, error) // Delete a metadata entity. DeleteEntity(ctx context.Context, in *DeleteEntityRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Get a metadata entity. GetEntity(ctx context.Context, in *GetEntityRequest, opts ...grpc.CallOption) (*Entity, error) // List metadata entities in a zone. ListEntities(ctx context.Context, in *ListEntitiesRequest, opts ...grpc.CallOption) (*ListEntitiesResponse, error) // Create a metadata partition. CreatePartition(ctx context.Context, in *CreatePartitionRequest, opts ...grpc.CallOption) (*Partition, error) // Delete a metadata partition. DeletePartition(ctx context.Context, in *DeletePartitionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Get a metadata partition of an entity. GetPartition(ctx context.Context, in *GetPartitionRequest, opts ...grpc.CallOption) (*Partition, error) // List metadata partitions of an entity. ListPartitions(ctx context.Context, in *ListPartitionsRequest, opts ...grpc.CallOption) (*ListPartitionsResponse, error) }
MetadataServiceClient is the client API for MetadataService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMetadataServiceClient ¶
func NewMetadataServiceClient(cc grpc.ClientConnInterface) MetadataServiceClient
type MetadataServiceServer ¶
type MetadataServiceServer interface { // Create a metadata entity. CreateEntity(context.Context, *CreateEntityRequest) (*Entity, error) // Update a metadata entity. Only supports full resource update. UpdateEntity(context.Context, *UpdateEntityRequest) (*Entity, error) // Delete a metadata entity. DeleteEntity(context.Context, *DeleteEntityRequest) (*emptypb.Empty, error) // Get a metadata entity. GetEntity(context.Context, *GetEntityRequest) (*Entity, error) // List metadata entities in a zone. ListEntities(context.Context, *ListEntitiesRequest) (*ListEntitiesResponse, error) // Create a metadata partition. CreatePartition(context.Context, *CreatePartitionRequest) (*Partition, error) // Delete a metadata partition. DeletePartition(context.Context, *DeletePartitionRequest) (*emptypb.Empty, error) // Get a metadata partition of an entity. GetPartition(context.Context, *GetPartitionRequest) (*Partition, error) // List metadata partitions of an entity. ListPartitions(context.Context, *ListPartitionsRequest) (*ListPartitionsResponse, error) }
MetadataServiceServer is the server API for MetadataService service.
type OperationMetadata ¶
type OperationMetadata struct { // Output only. The time the operation was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. The time the operation finished running. EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // Output only. Server-defined resource path for the target of the operation. Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` // Output only. Name of the verb executed by the operation. Verb string `protobuf:"bytes,4,opt,name=verb,proto3" json:"verb,omitempty"` // Output only. Human-readable status of the operation, if any. StatusMessage string `protobuf:"bytes,5,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"` // Output only. Identifies whether the user has requested cancellation // of the operation. Operations that have successfully been cancelled // have [Operation.error][] value with a // [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to // `Code.CANCELLED`. RequestedCancellation bool `protobuf:"varint,6,opt,name=requested_cancellation,json=requestedCancellation,proto3" json:"requested_cancellation,omitempty"` // Output only. API version used to start the operation. ApiVersion string `protobuf:"bytes,7,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"` // contains filtered or unexported fields }
Represents the metadata of a long-running operation.
func (*OperationMetadata) Descriptor
deprecated
func (*OperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use OperationMetadata.ProtoReflect.Descriptor instead.
func (*OperationMetadata) GetApiVersion ¶
func (x *OperationMetadata) GetApiVersion() string
func (*OperationMetadata) GetCreateTime ¶
func (x *OperationMetadata) GetCreateTime() *timestamppb.Timestamp
func (*OperationMetadata) GetEndTime ¶
func (x *OperationMetadata) GetEndTime() *timestamppb.Timestamp
func (*OperationMetadata) GetRequestedCancellation ¶
func (x *OperationMetadata) GetRequestedCancellation() bool
func (*OperationMetadata) GetStatusMessage ¶
func (x *OperationMetadata) GetStatusMessage() string
func (*OperationMetadata) GetTarget ¶
func (x *OperationMetadata) GetTarget() string
func (*OperationMetadata) GetVerb ¶
func (x *OperationMetadata) GetVerb() string
func (*OperationMetadata) ProtoMessage ¶
func (*OperationMetadata) ProtoMessage()
func (*OperationMetadata) ProtoReflect ¶
func (x *OperationMetadata) ProtoReflect() protoreflect.Message
func (*OperationMetadata) Reset ¶
func (x *OperationMetadata) Reset()
func (*OperationMetadata) String ¶
func (x *OperationMetadata) String() string
type Partition ¶
type Partition struct { // Output only. Partition values used in the HTTP URL must be // double encoded. For example, `url_encode(url_encode(value))` can be used // to encode "US:CA/CA#Sunnyvale so that the request URL ends // with "/partitions/US%253ACA/CA%2523Sunnyvale". // The name field in the response retains the encoded format. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Immutable. The set of values representing the partition, which // correspond to the partition schema defined in the parent entity. Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // Required. Immutable. The location of the entity data within the partition, // for example, `gs://bucket/path/to/entity/key1=value1/key2=value2`. Or // `projects/<project_id>/datasets/<dataset_id>/tables/<table_id>` Location string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"` // Optional. The etag for this partition. // // Deprecated: Marked as deprecated in google/cloud/dataplex/v1/metadata.proto. Etag string `protobuf:"bytes,4,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
Represents partition metadata contained within entity instances.
func (*Partition) Descriptor
deprecated
func (*Partition) GetLocation ¶
func (*Partition) ProtoMessage ¶
func (*Partition) ProtoMessage()
func (*Partition) ProtoReflect ¶
func (x *Partition) ProtoReflect() protoreflect.Message
type ResourceAccessSpec ¶ added in v1.9.0
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
added in
v1.9.0
func (*ResourceAccessSpec) Descriptor() ([]byte, []int)
Deprecated: Use ResourceAccessSpec.ProtoReflect.Descriptor instead.
func (*ResourceAccessSpec) GetOwners ¶ added in v1.9.0
func (x *ResourceAccessSpec) GetOwners() []string
func (*ResourceAccessSpec) GetReaders ¶ added in v1.9.0
func (x *ResourceAccessSpec) GetReaders() []string
func (*ResourceAccessSpec) GetWriters ¶ added in v1.9.0
func (x *ResourceAccessSpec) GetWriters() []string
func (*ResourceAccessSpec) ProtoMessage ¶ added in v1.9.0
func (*ResourceAccessSpec) ProtoMessage()
func (*ResourceAccessSpec) ProtoReflect ¶ added in v1.9.0
func (x *ResourceAccessSpec) ProtoReflect() protoreflect.Message
func (*ResourceAccessSpec) Reset ¶ added in v1.9.0
func (x *ResourceAccessSpec) Reset()
func (*ResourceAccessSpec) String ¶ added in v1.9.0
func (x *ResourceAccessSpec) String() string
type RunDataScanRequest ¶ added in v1.5.0
type RunDataScanRequest struct { // Required. The resource name of the DataScan: // `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`. // where `project` refers to a *project_id* or *project_number* and // `location_id` refers to a GCP region. // // Only **OnDemand** data scans are allowed. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Run DataScan Request
func (*RunDataScanRequest) Descriptor
deprecated
added in
v1.5.0
func (*RunDataScanRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunDataScanRequest.ProtoReflect.Descriptor instead.
func (*RunDataScanRequest) GetName ¶ added in v1.5.0
func (x *RunDataScanRequest) GetName() string
func (*RunDataScanRequest) ProtoMessage ¶ added in v1.5.0
func (*RunDataScanRequest) ProtoMessage()
func (*RunDataScanRequest) ProtoReflect ¶ added in v1.5.0
func (x *RunDataScanRequest) ProtoReflect() protoreflect.Message
func (*RunDataScanRequest) Reset ¶ added in v1.5.0
func (x *RunDataScanRequest) Reset()
func (*RunDataScanRequest) String ¶ added in v1.5.0
func (x *RunDataScanRequest) String() string
type RunDataScanResponse ¶ added in v1.5.0
type RunDataScanResponse struct { // DataScanJob created by RunDataScan request. Job *DataScanJob `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // contains filtered or unexported fields }
Run DataScan Response.
func (*RunDataScanResponse) Descriptor
deprecated
added in
v1.5.0
func (*RunDataScanResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunDataScanResponse.ProtoReflect.Descriptor instead.
func (*RunDataScanResponse) GetJob ¶ added in v1.5.0
func (x *RunDataScanResponse) GetJob() *DataScanJob
func (*RunDataScanResponse) ProtoMessage ¶ added in v1.5.0
func (*RunDataScanResponse) ProtoMessage()
func (*RunDataScanResponse) ProtoReflect ¶ added in v1.5.0
func (x *RunDataScanResponse) ProtoReflect() protoreflect.Message
func (*RunDataScanResponse) Reset ¶ added in v1.5.0
func (x *RunDataScanResponse) Reset()
func (*RunDataScanResponse) String ¶ added in v1.5.0
func (x *RunDataScanResponse) String() string
type RunTaskRequest ¶ added in v1.7.0
type RunTaskRequest struct { // Required. The resource name of the task: // `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. User-defined labels for the task. If the map is left empty, the // task will run with existing labels from task definition. If the map // contains an entry with a new key, the same will be added to existing set of // labels. If the map contains an entry with an existing label key in task // definition, the task will run with new label value for that entry. Clearing // an existing label will require label value to be explicitly set to a hyphen // "-". The label value cannot be empty. Labels map[string]string `` /* 153-byte string literal not displayed */ // Optional. Execution spec arguments. If the map is left empty, the task will // run with existing execution spec args from task definition. If the map // contains an entry with a new key, the same will be added to existing set of // args. If the map contains an entry with an existing arg key in task // definition, the task will run with new arg value for that entry. Clearing // an existing arg will require arg value to be explicitly set to a hyphen // "-". The arg value cannot be empty. Args map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RunTaskRequest) Descriptor
deprecated
added in
v1.7.0
func (*RunTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunTaskRequest.ProtoReflect.Descriptor instead.
func (*RunTaskRequest) GetArgs ¶ added in v1.9.0
func (x *RunTaskRequest) GetArgs() map[string]string
func (*RunTaskRequest) GetLabels ¶ added in v1.9.0
func (x *RunTaskRequest) GetLabels() map[string]string
func (*RunTaskRequest) GetName ¶ added in v1.7.0
func (x *RunTaskRequest) GetName() string
func (*RunTaskRequest) ProtoMessage ¶ added in v1.7.0
func (*RunTaskRequest) ProtoMessage()
func (*RunTaskRequest) ProtoReflect ¶ added in v1.7.0
func (x *RunTaskRequest) ProtoReflect() protoreflect.Message
func (*RunTaskRequest) Reset ¶ added in v1.7.0
func (x *RunTaskRequest) Reset()
func (*RunTaskRequest) String ¶ added in v1.7.0
func (x *RunTaskRequest) String() string
type RunTaskResponse ¶ added in v1.7.0
type RunTaskResponse struct { // Jobs created by RunTask API. Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // contains filtered or unexported fields }
func (*RunTaskResponse) Descriptor
deprecated
added in
v1.7.0
func (*RunTaskResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunTaskResponse.ProtoReflect.Descriptor instead.
func (*RunTaskResponse) GetJob ¶ added in v1.7.0
func (x *RunTaskResponse) GetJob() *Job
func (*RunTaskResponse) ProtoMessage ¶ added in v1.7.0
func (*RunTaskResponse) ProtoMessage()
func (*RunTaskResponse) ProtoReflect ¶ added in v1.7.0
func (x *RunTaskResponse) ProtoReflect() protoreflect.Message
func (*RunTaskResponse) Reset ¶ added in v1.7.0
func (x *RunTaskResponse) Reset()
func (*RunTaskResponse) String ¶ added in v1.7.0
func (x *RunTaskResponse) String() string
type ScannedData ¶ added in v1.5.0
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
added in
v1.5.0
func (*ScannedData) Descriptor() ([]byte, []int)
Deprecated: Use ScannedData.ProtoReflect.Descriptor instead.
func (*ScannedData) GetDataRange ¶ added in v1.5.0
func (m *ScannedData) GetDataRange() isScannedData_DataRange
func (*ScannedData) GetIncrementalField ¶ added in v1.5.0
func (x *ScannedData) GetIncrementalField() *ScannedData_IncrementalField
func (*ScannedData) ProtoMessage ¶ added in v1.5.0
func (*ScannedData) ProtoMessage()
func (*ScannedData) ProtoReflect ¶ added in v1.5.0
func (x *ScannedData) ProtoReflect() protoreflect.Message
func (*ScannedData) Reset ¶ added in v1.5.0
func (x *ScannedData) Reset()
func (*ScannedData) String ¶ added in v1.5.0
func (x *ScannedData) String() string
type ScannedData_IncrementalField ¶ added in v1.5.0
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
added in
v1.5.0
func (*ScannedData_IncrementalField) Descriptor() ([]byte, []int)
Deprecated: Use ScannedData_IncrementalField.ProtoReflect.Descriptor instead.
func (*ScannedData_IncrementalField) GetEnd ¶ added in v1.5.0
func (x *ScannedData_IncrementalField) GetEnd() string
func (*ScannedData_IncrementalField) GetField ¶ added in v1.5.0
func (x *ScannedData_IncrementalField) GetField() string
func (*ScannedData_IncrementalField) GetStart ¶ added in v1.5.0
func (x *ScannedData_IncrementalField) GetStart() string
func (*ScannedData_IncrementalField) ProtoMessage ¶ added in v1.5.0
func (*ScannedData_IncrementalField) ProtoMessage()
func (*ScannedData_IncrementalField) ProtoReflect ¶ added in v1.5.0
func (x *ScannedData_IncrementalField) ProtoReflect() protoreflect.Message
func (*ScannedData_IncrementalField) Reset ¶ added in v1.5.0
func (x *ScannedData_IncrementalField) Reset()
func (*ScannedData_IncrementalField) String ¶ added in v1.5.0
func (x *ScannedData_IncrementalField) String() string
type ScannedData_IncrementalField_ ¶ added in v1.5.0
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 Schema ¶
type Schema struct { // Required. Set to `true` if user-managed or `false` if managed by Dataplex. // The default is `false` (managed by Dataplex). // // - Set to `false`to enable Dataplex discovery to update the schema. // including new data discovery, schema inference, and schema evolution. // Users retain the ability to input and edit the schema. Dataplex // treats schema input by the user as though produced // by a previous Dataplex discovery operation, and it will // evolve the schema and take action based on that treatment. // // - Set to `true` to fully manage the entity // schema. This setting guarantees that Dataplex will not // change schema fields. UserManaged bool `protobuf:"varint,1,opt,name=user_managed,json=userManaged,proto3" json:"user_managed,omitempty"` // Optional. The sequence of fields describing data in table entities. // **Note:** BigQuery SchemaFields are immutable. Fields []*Schema_SchemaField `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"` // Optional. The sequence of fields describing the partition structure in // entities. If this field is empty, there are no partitions within the data. PartitionFields []*Schema_PartitionField `protobuf:"bytes,3,rep,name=partition_fields,json=partitionFields,proto3" json:"partition_fields,omitempty"` // Optional. The structure of paths containing partition data within the // entity. PartitionStyle Schema_PartitionStyle `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
Schema information describing the structure and layout of the data.
func (*Schema) Descriptor
deprecated
func (*Schema) GetFields ¶
func (x *Schema) GetFields() []*Schema_SchemaField
func (*Schema) GetPartitionFields ¶
func (x *Schema) GetPartitionFields() []*Schema_PartitionField
func (*Schema) GetPartitionStyle ¶
func (x *Schema) GetPartitionStyle() Schema_PartitionStyle
func (*Schema) GetUserManaged ¶
func (*Schema) ProtoMessage ¶
func (*Schema) ProtoMessage()
func (*Schema) ProtoReflect ¶
func (x *Schema) ProtoReflect() protoreflect.Message
type Schema_Mode ¶
type Schema_Mode int32
Additional qualifiers to define field semantics.
const ( // Mode unspecified. Schema_MODE_UNSPECIFIED Schema_Mode = 0 // The field has required semantics. Schema_REQUIRED Schema_Mode = 1 // The field has optional semantics, and may be null. Schema_NULLABLE Schema_Mode = 2 // The field has repeated (0 or more) semantics, and is a list of values. Schema_REPEATED Schema_Mode = 3 )
func (Schema_Mode) Descriptor ¶
func (Schema_Mode) Descriptor() protoreflect.EnumDescriptor
func (Schema_Mode) Enum ¶
func (x Schema_Mode) Enum() *Schema_Mode
func (Schema_Mode) EnumDescriptor
deprecated
func (Schema_Mode) EnumDescriptor() ([]byte, []int)
Deprecated: Use Schema_Mode.Descriptor instead.
func (Schema_Mode) Number ¶
func (x Schema_Mode) Number() protoreflect.EnumNumber
func (Schema_Mode) String ¶
func (x Schema_Mode) String() string
func (Schema_Mode) Type ¶
func (Schema_Mode) Type() protoreflect.EnumType
type Schema_PartitionField ¶
type Schema_PartitionField struct { // Required. Partition field name must consist of letters, numbers, and // underscores only, with a maximum of length of 256 characters, and must // begin with a letter or underscore.. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Immutable. The type of field. Type Schema_Type `protobuf:"varint,2,opt,name=type,proto3,enum=google.cloud.dataplex.v1.Schema_Type" json:"type,omitempty"` // contains filtered or unexported fields }
Represents a key field within the entity's partition structure. You could have up to 20 partition fields, but only the first 10 partitions have the filtering ability due to performance consideration. **Note:** Partition fields are immutable.
func (*Schema_PartitionField) Descriptor
deprecated
func (*Schema_PartitionField) Descriptor() ([]byte, []int)
Deprecated: Use Schema_PartitionField.ProtoReflect.Descriptor instead.
func (*Schema_PartitionField) GetName ¶
func (x *Schema_PartitionField) GetName() string
func (*Schema_PartitionField) GetType ¶
func (x *Schema_PartitionField) GetType() Schema_Type
func (*Schema_PartitionField) ProtoMessage ¶
func (*Schema_PartitionField) ProtoMessage()
func (*Schema_PartitionField) ProtoReflect ¶
func (x *Schema_PartitionField) ProtoReflect() protoreflect.Message
func (*Schema_PartitionField) Reset ¶
func (x *Schema_PartitionField) Reset()
func (*Schema_PartitionField) String ¶
func (x *Schema_PartitionField) String() string
type Schema_PartitionStyle ¶
type Schema_PartitionStyle int32
The structure of paths within the entity, which represent partitions.
const ( // PartitionStyle unspecified Schema_PARTITION_STYLE_UNSPECIFIED Schema_PartitionStyle = 0 // Partitions are hive-compatible. // Examples: `gs://bucket/path/to/table/dt=2019-10-31/lang=en`, // `gs://bucket/path/to/table/dt=2019-10-31/lang=en/late`. Schema_HIVE_COMPATIBLE Schema_PartitionStyle = 1 )
func (Schema_PartitionStyle) Descriptor ¶
func (Schema_PartitionStyle) Descriptor() protoreflect.EnumDescriptor
func (Schema_PartitionStyle) Enum ¶
func (x Schema_PartitionStyle) Enum() *Schema_PartitionStyle
func (Schema_PartitionStyle) EnumDescriptor
deprecated
func (Schema_PartitionStyle) EnumDescriptor() ([]byte, []int)
Deprecated: Use Schema_PartitionStyle.Descriptor instead.
func (Schema_PartitionStyle) Number ¶
func (x Schema_PartitionStyle) Number() protoreflect.EnumNumber
func (Schema_PartitionStyle) String ¶
func (x Schema_PartitionStyle) String() string
func (Schema_PartitionStyle) Type ¶
func (Schema_PartitionStyle) Type() protoreflect.EnumType
type Schema_SchemaField ¶
type Schema_SchemaField struct { // Required. The name of the field. Must contain only letters, numbers and // underscores, with a maximum length of 767 characters, // and must begin with a letter or underscore. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. User friendly field description. Must be less than or equal to // 1024 characters. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // Required. The type of field. Type Schema_Type `protobuf:"varint,3,opt,name=type,proto3,enum=google.cloud.dataplex.v1.Schema_Type" json:"type,omitempty"` // Required. Additional field semantics. Mode Schema_Mode `protobuf:"varint,4,opt,name=mode,proto3,enum=google.cloud.dataplex.v1.Schema_Mode" json:"mode,omitempty"` // Optional. Any nested field for complex types. Fields []*Schema_SchemaField `protobuf:"bytes,10,rep,name=fields,proto3" json:"fields,omitempty"` // contains filtered or unexported fields }
Represents a column field within a table schema.
func (*Schema_SchemaField) Descriptor
deprecated
func (*Schema_SchemaField) Descriptor() ([]byte, []int)
Deprecated: Use Schema_SchemaField.ProtoReflect.Descriptor instead.
func (*Schema_SchemaField) GetDescription ¶
func (x *Schema_SchemaField) GetDescription() string
func (*Schema_SchemaField) GetFields ¶
func (x *Schema_SchemaField) GetFields() []*Schema_SchemaField
func (*Schema_SchemaField) GetMode ¶
func (x *Schema_SchemaField) GetMode() Schema_Mode
func (*Schema_SchemaField) GetName ¶
func (x *Schema_SchemaField) GetName() string
func (*Schema_SchemaField) GetType ¶
func (x *Schema_SchemaField) GetType() Schema_Type
func (*Schema_SchemaField) ProtoMessage ¶
func (*Schema_SchemaField) ProtoMessage()
func (*Schema_SchemaField) ProtoReflect ¶
func (x *Schema_SchemaField) ProtoReflect() protoreflect.Message
func (*Schema_SchemaField) Reset ¶
func (x *Schema_SchemaField) Reset()
func (*Schema_SchemaField) String ¶
func (x *Schema_SchemaField) String() string
type Schema_Type ¶
type Schema_Type int32
Type information for fields in schemas and partition schemas.
const ( // SchemaType unspecified. Schema_TYPE_UNSPECIFIED Schema_Type = 0 // Boolean field. Schema_BOOLEAN Schema_Type = 1 // Single byte numeric field. Schema_BYTE Schema_Type = 2 // 16-bit numeric field. Schema_INT16 Schema_Type = 3 // 32-bit numeric field. Schema_INT32 Schema_Type = 4 // 64-bit numeric field. Schema_INT64 Schema_Type = 5 // Floating point numeric field. Schema_FLOAT Schema_Type = 6 // Double precision numeric field. Schema_DOUBLE Schema_Type = 7 // Real value numeric field. Schema_DECIMAL Schema_Type = 8 // Sequence of characters field. Schema_STRING Schema_Type = 9 // Sequence of bytes field. Schema_BINARY Schema_Type = 10 // Date and time field. Schema_TIMESTAMP Schema_Type = 11 // Date field. Schema_DATE Schema_Type = 12 // Time field. Schema_TIME Schema_Type = 13 // Structured field. Nested fields that define the structure of the map. // If all nested fields are nullable, this field represents a union. Schema_RECORD Schema_Type = 14 // Null field that does not have values. Schema_NULL Schema_Type = 100 )
func (Schema_Type) Descriptor ¶
func (Schema_Type) Descriptor() protoreflect.EnumDescriptor
func (Schema_Type) Enum ¶
func (x Schema_Type) Enum() *Schema_Type
func (Schema_Type) EnumDescriptor
deprecated
func (Schema_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Schema_Type.Descriptor instead.
func (Schema_Type) Number ¶
func (x Schema_Type) Number() protoreflect.EnumNumber
func (Schema_Type) String ¶
func (x Schema_Type) String() string
func (Schema_Type) Type ¶
func (Schema_Type) Type() protoreflect.EnumType
type SearchEntriesRequest ¶ added in v1.15.0
type SearchEntriesRequest struct { // Required. The project to which the request should be attributed in the // following form: `projects/{project}/locations/{location}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The query against which entries in scope should be matched. Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"` // Optional. Number of results in the search page. If <=0, then defaults // to 10. Max limit for page_size is 1000. Throws an invalid argument for // page_size > 1000. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. Page token received from a previous `SearchEntries` call. Provide // this to retrieve the subsequent page. PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. Specifies the ordering of results. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // Optional. The scope under which the search should be operating. It must // either be `organizations/<org_id>` or `projects/<project_ref>`. If it is // unspecified, it defaults to the organization where the project provided in // `name` is located. Scope string `protobuf:"bytes,7,opt,name=scope,proto3" json:"scope,omitempty"` // contains filtered or unexported fields }
func (*SearchEntriesRequest) Descriptor
deprecated
added in
v1.15.0
func (*SearchEntriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchEntriesRequest.ProtoReflect.Descriptor instead.
func (*SearchEntriesRequest) GetName ¶ added in v1.15.0
func (x *SearchEntriesRequest) GetName() string
func (*SearchEntriesRequest) GetOrderBy ¶ added in v1.15.0
func (x *SearchEntriesRequest) GetOrderBy() string
func (*SearchEntriesRequest) GetPageSize ¶ added in v1.15.0
func (x *SearchEntriesRequest) GetPageSize() int32
func (*SearchEntriesRequest) GetPageToken ¶ added in v1.15.0
func (x *SearchEntriesRequest) GetPageToken() string
func (*SearchEntriesRequest) GetQuery ¶ added in v1.15.0
func (x *SearchEntriesRequest) GetQuery() string
func (*SearchEntriesRequest) GetScope ¶ added in v1.15.0
func (x *SearchEntriesRequest) GetScope() string
func (*SearchEntriesRequest) ProtoMessage ¶ added in v1.15.0
func (*SearchEntriesRequest) ProtoMessage()
func (*SearchEntriesRequest) ProtoReflect ¶ added in v1.15.0
func (x *SearchEntriesRequest) ProtoReflect() protoreflect.Message
func (*SearchEntriesRequest) Reset ¶ added in v1.15.0
func (x *SearchEntriesRequest) Reset()
func (*SearchEntriesRequest) String ¶ added in v1.15.0
func (x *SearchEntriesRequest) String() string
type SearchEntriesResponse ¶ added in v1.15.0
type SearchEntriesResponse struct { // The results matching the search query. Results []*SearchEntriesResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // The estimated total number of matching entries. This number isn't // guaranteed to be accurate. TotalSize int32 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // Token to retrieve the next page of results, or empty if there are no more // results in the list. NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Locations that the service couldn't reach. Search results don't include // data from these locations. Unreachable []string `protobuf:"bytes,4,rep,name=unreachable,proto3" json:"unreachable,omitempty"` // contains filtered or unexported fields }
func (*SearchEntriesResponse) Descriptor
deprecated
added in
v1.15.0
func (*SearchEntriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchEntriesResponse.ProtoReflect.Descriptor instead.
func (*SearchEntriesResponse) GetNextPageToken ¶ added in v1.15.0
func (x *SearchEntriesResponse) GetNextPageToken() string
func (*SearchEntriesResponse) GetResults ¶ added in v1.15.0
func (x *SearchEntriesResponse) GetResults() []*SearchEntriesResult
func (*SearchEntriesResponse) GetTotalSize ¶ added in v1.15.0
func (x *SearchEntriesResponse) GetTotalSize() int32
func (*SearchEntriesResponse) GetUnreachable ¶ added in v1.15.0
func (x *SearchEntriesResponse) GetUnreachable() []string
func (*SearchEntriesResponse) ProtoMessage ¶ added in v1.15.0
func (*SearchEntriesResponse) ProtoMessage()
func (*SearchEntriesResponse) ProtoReflect ¶ added in v1.15.0
func (x *SearchEntriesResponse) ProtoReflect() protoreflect.Message
func (*SearchEntriesResponse) Reset ¶ added in v1.15.0
func (x *SearchEntriesResponse) Reset()
func (*SearchEntriesResponse) String ¶ added in v1.15.0
func (x *SearchEntriesResponse) String() string
type SearchEntriesResult ¶ added in v1.15.0
type SearchEntriesResult struct { // Linked resource name. // // Deprecated: Marked as deprecated in google/cloud/dataplex/v1/catalog.proto. LinkedResource string `protobuf:"bytes,8,opt,name=linked_resource,json=linkedResource,proto3" json:"linked_resource,omitempty"` DataplexEntry *Entry `protobuf:"bytes,9,opt,name=dataplex_entry,json=dataplexEntry,proto3" json:"dataplex_entry,omitempty"` // Snippets. // // Deprecated: Marked as deprecated in google/cloud/dataplex/v1/catalog.proto. Snippets *SearchEntriesResult_Snippets `protobuf:"bytes,12,opt,name=snippets,proto3" json:"snippets,omitempty"` // contains filtered or unexported fields }
A single result of a SearchEntries request.
func (*SearchEntriesResult) Descriptor
deprecated
added in
v1.15.0
func (*SearchEntriesResult) Descriptor() ([]byte, []int)
Deprecated: Use SearchEntriesResult.ProtoReflect.Descriptor instead.
func (*SearchEntriesResult) GetDataplexEntry ¶ added in v1.15.0
func (x *SearchEntriesResult) GetDataplexEntry() *Entry
func (*SearchEntriesResult) GetLinkedResource
deprecated
added in
v1.15.0
func (x *SearchEntriesResult) GetLinkedResource() string
Deprecated: Marked as deprecated in google/cloud/dataplex/v1/catalog.proto.
func (*SearchEntriesResult) GetSnippets
deprecated
added in
v1.15.0
func (x *SearchEntriesResult) GetSnippets() *SearchEntriesResult_Snippets
Deprecated: Marked as deprecated in google/cloud/dataplex/v1/catalog.proto.
func (*SearchEntriesResult) ProtoMessage ¶ added in v1.15.0
func (*SearchEntriesResult) ProtoMessage()
func (*SearchEntriesResult) ProtoReflect ¶ added in v1.15.0
func (x *SearchEntriesResult) ProtoReflect() protoreflect.Message
func (*SearchEntriesResult) Reset ¶ added in v1.15.0
func (x *SearchEntriesResult) Reset()
func (*SearchEntriesResult) String ¶ added in v1.15.0
func (x *SearchEntriesResult) String() string
type SearchEntriesResult_Snippets
deprecated
added in
v1.15.0
type SearchEntriesResult_Snippets struct { // Entry // // Deprecated: Marked as deprecated in google/cloud/dataplex/v1/catalog.proto. DataplexEntry *Entry `protobuf:"bytes,1,opt,name=dataplex_entry,json=dataplexEntry,proto3" json:"dataplex_entry,omitempty"` // contains filtered or unexported fields }
Snippets for the entry, contains HTML-style highlighting for matched tokens, will be used in UI.
Deprecated: Marked as deprecated in google/cloud/dataplex/v1/catalog.proto.
func (*SearchEntriesResult_Snippets) Descriptor
deprecated
added in
v1.15.0
func (*SearchEntriesResult_Snippets) Descriptor() ([]byte, []int)
Deprecated: Use SearchEntriesResult_Snippets.ProtoReflect.Descriptor instead.
func (*SearchEntriesResult_Snippets) GetDataplexEntry
deprecated
added in
v1.15.0
func (x *SearchEntriesResult_Snippets) GetDataplexEntry() *Entry
Deprecated: Marked as deprecated in google/cloud/dataplex/v1/catalog.proto.
func (*SearchEntriesResult_Snippets) ProtoMessage ¶ added in v1.15.0
func (*SearchEntriesResult_Snippets) ProtoMessage()
func (*SearchEntriesResult_Snippets) ProtoReflect ¶ added in v1.15.0
func (x *SearchEntriesResult_Snippets) ProtoReflect() protoreflect.Message
func (*SearchEntriesResult_Snippets) Reset ¶ added in v1.15.0
func (x *SearchEntriesResult_Snippets) Reset()
func (*SearchEntriesResult_Snippets) String ¶ added in v1.15.0
func (x *SearchEntriesResult_Snippets) String() string
type Session ¶
type Session struct { // Output only. The relative resource name of the content, of the form: // projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}/sessions/{session_id} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. Email of user running the session. UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // Output only. Session start time. CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. State of Session State State `protobuf:"varint,4,opt,name=state,proto3,enum=google.cloud.dataplex.v1.State" json:"state,omitempty"` // contains filtered or unexported fields }
Represents an active analyze session running for a user.
func (*Session) Descriptor
deprecated
func (*Session) GetCreateTime ¶
func (x *Session) GetCreateTime() *timestamppb.Timestamp
func (*Session) ProtoMessage ¶
func (*Session) ProtoMessage()
func (*Session) ProtoReflect ¶
func (x *Session) ProtoReflect() protoreflect.Message
type SessionEvent ¶
type SessionEvent struct { // The log message. Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // The information about the user that created the session. It will be the // email address of the user. UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // Unique identifier for the session. SessionId string `protobuf:"bytes,3,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"` // The type of the event. Type SessionEvent_EventType `protobuf:"varint,4,opt,name=type,proto3,enum=google.cloud.dataplex.v1.SessionEvent_EventType" json:"type,omitempty"` // Additional information about the Query metadata. // // Types that are assignable to Detail: // // *SessionEvent_Query Detail isSessionEvent_Detail `protobuf_oneof:"detail"` // The status of the event. EventSucceeded bool `protobuf:"varint,6,opt,name=event_succeeded,json=eventSucceeded,proto3" json:"event_succeeded,omitempty"` // If the session is associated with an environment with fast startup enabled, // and was created before being assigned to a user. FastStartupEnabled bool `protobuf:"varint,7,opt,name=fast_startup_enabled,json=fastStartupEnabled,proto3" json:"fast_startup_enabled,omitempty"` // The idle duration of a warm pooled session before it is assigned to user. UnassignedDuration *durationpb.Duration `protobuf:"bytes,8,opt,name=unassigned_duration,json=unassignedDuration,proto3" json:"unassigned_duration,omitempty"` // contains filtered or unexported fields }
These messages contain information about sessions within an environment. The monitored resource is 'Environment'.
func (*SessionEvent) Descriptor
deprecated
func (*SessionEvent) Descriptor() ([]byte, []int)
Deprecated: Use SessionEvent.ProtoReflect.Descriptor instead.
func (*SessionEvent) GetDetail ¶
func (m *SessionEvent) GetDetail() isSessionEvent_Detail
func (*SessionEvent) GetEventSucceeded ¶
func (x *SessionEvent) GetEventSucceeded() bool
func (*SessionEvent) GetFastStartupEnabled ¶
func (x *SessionEvent) GetFastStartupEnabled() bool
func (*SessionEvent) GetMessage ¶
func (x *SessionEvent) GetMessage() string
func (*SessionEvent) GetQuery ¶
func (x *SessionEvent) GetQuery() *SessionEvent_QueryDetail
func (*SessionEvent) GetSessionId ¶
func (x *SessionEvent) GetSessionId() string
func (*SessionEvent) GetType ¶
func (x *SessionEvent) GetType() SessionEvent_EventType
func (*SessionEvent) GetUnassignedDuration ¶
func (x *SessionEvent) GetUnassignedDuration() *durationpb.Duration
func (*SessionEvent) GetUserId ¶
func (x *SessionEvent) GetUserId() string
func (*SessionEvent) ProtoMessage ¶
func (*SessionEvent) ProtoMessage()
func (*SessionEvent) ProtoReflect ¶
func (x *SessionEvent) ProtoReflect() protoreflect.Message
func (*SessionEvent) Reset ¶
func (x *SessionEvent) Reset()
func (*SessionEvent) String ¶
func (x *SessionEvent) String() string
type SessionEvent_EventType ¶
type SessionEvent_EventType int32
The type of the event.
const ( // An unspecified event type. SessionEvent_EVENT_TYPE_UNSPECIFIED SessionEvent_EventType = 0 // Event when the session is assigned to a user. SessionEvent_START SessionEvent_EventType = 1 // Event for stop of a session. SessionEvent_STOP SessionEvent_EventType = 2 // Query events in the session. SessionEvent_QUERY SessionEvent_EventType = 3 // Event for creation of a cluster. It is not yet assigned to a user. // This comes before START in the sequence SessionEvent_CREATE SessionEvent_EventType = 4 )
func (SessionEvent_EventType) Descriptor ¶
func (SessionEvent_EventType) Descriptor() protoreflect.EnumDescriptor
func (SessionEvent_EventType) Enum ¶
func (x SessionEvent_EventType) Enum() *SessionEvent_EventType
func (SessionEvent_EventType) EnumDescriptor
deprecated
func (SessionEvent_EventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use SessionEvent_EventType.Descriptor instead.
func (SessionEvent_EventType) Number ¶
func (x SessionEvent_EventType) Number() protoreflect.EnumNumber
func (SessionEvent_EventType) String ¶
func (x SessionEvent_EventType) String() string
func (SessionEvent_EventType) Type ¶
func (SessionEvent_EventType) Type() protoreflect.EnumType
type SessionEvent_Query ¶
type SessionEvent_Query struct { // The execution details of the query. Query *SessionEvent_QueryDetail `protobuf:"bytes,5,opt,name=query,proto3,oneof"` }
type SessionEvent_QueryDetail ¶
type SessionEvent_QueryDetail struct { // The unique Query id identifying the query. QueryId string `protobuf:"bytes,1,opt,name=query_id,json=queryId,proto3" json:"query_id,omitempty"` // The query text executed. QueryText string `protobuf:"bytes,2,opt,name=query_text,json=queryText,proto3" json:"query_text,omitempty"` // Query Execution engine. Engine SessionEvent_QueryDetail_Engine `` /* 128-byte string literal not displayed */ // Time taken for execution of the query. Duration *durationpb.Duration `protobuf:"bytes,4,opt,name=duration,proto3" json:"duration,omitempty"` // The size of results the query produced. ResultSizeBytes int64 `protobuf:"varint,5,opt,name=result_size_bytes,json=resultSizeBytes,proto3" json:"result_size_bytes,omitempty"` // The data processed by the query. DataProcessedBytes int64 `protobuf:"varint,6,opt,name=data_processed_bytes,json=dataProcessedBytes,proto3" json:"data_processed_bytes,omitempty"` // contains filtered or unexported fields }
Execution details of the query.
func (*SessionEvent_QueryDetail) Descriptor
deprecated
func (*SessionEvent_QueryDetail) Descriptor() ([]byte, []int)
Deprecated: Use SessionEvent_QueryDetail.ProtoReflect.Descriptor instead.
func (*SessionEvent_QueryDetail) GetDataProcessedBytes ¶
func (x *SessionEvent_QueryDetail) GetDataProcessedBytes() int64
func (*SessionEvent_QueryDetail) GetDuration ¶
func (x *SessionEvent_QueryDetail) GetDuration() *durationpb.Duration
func (*SessionEvent_QueryDetail) GetEngine ¶
func (x *SessionEvent_QueryDetail) GetEngine() SessionEvent_QueryDetail_Engine
func (*SessionEvent_QueryDetail) GetQueryId ¶
func (x *SessionEvent_QueryDetail) GetQueryId() string
func (*SessionEvent_QueryDetail) GetQueryText ¶
func (x *SessionEvent_QueryDetail) GetQueryText() string
func (*SessionEvent_QueryDetail) GetResultSizeBytes ¶
func (x *SessionEvent_QueryDetail) GetResultSizeBytes() int64
func (*SessionEvent_QueryDetail) ProtoMessage ¶
func (*SessionEvent_QueryDetail) ProtoMessage()
func (*SessionEvent_QueryDetail) ProtoReflect ¶
func (x *SessionEvent_QueryDetail) ProtoReflect() protoreflect.Message
func (*SessionEvent_QueryDetail) Reset ¶
func (x *SessionEvent_QueryDetail) Reset()
func (*SessionEvent_QueryDetail) String ¶
func (x *SessionEvent_QueryDetail) String() string
type SessionEvent_QueryDetail_Engine ¶
type SessionEvent_QueryDetail_Engine int32
Query Execution engine.
const ( // An unspecified Engine type. SessionEvent_QueryDetail_ENGINE_UNSPECIFIED SessionEvent_QueryDetail_Engine = 0 // Spark-sql engine is specified in Query. SessionEvent_QueryDetail_SPARK_SQL SessionEvent_QueryDetail_Engine = 1 // BigQuery engine is specified in Query. SessionEvent_QueryDetail_BIGQUERY SessionEvent_QueryDetail_Engine = 2 )
func (SessionEvent_QueryDetail_Engine) Descriptor ¶
func (SessionEvent_QueryDetail_Engine) Descriptor() protoreflect.EnumDescriptor
func (SessionEvent_QueryDetail_Engine) Enum ¶
func (x SessionEvent_QueryDetail_Engine) Enum() *SessionEvent_QueryDetail_Engine
func (SessionEvent_QueryDetail_Engine) EnumDescriptor
deprecated
func (SessionEvent_QueryDetail_Engine) EnumDescriptor() ([]byte, []int)
Deprecated: Use SessionEvent_QueryDetail_Engine.Descriptor instead.
func (SessionEvent_QueryDetail_Engine) Number ¶
func (x SessionEvent_QueryDetail_Engine) Number() protoreflect.EnumNumber
func (SessionEvent_QueryDetail_Engine) String ¶
func (x SessionEvent_QueryDetail_Engine) String() string
func (SessionEvent_QueryDetail_Engine) Type ¶
func (SessionEvent_QueryDetail_Engine) Type() protoreflect.EnumType
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) EnumDescriptor
deprecated
func (State) Number ¶
func (x State) Number() protoreflect.EnumNumber
func (State) Type ¶
func (State) Type() protoreflect.EnumType
type StorageAccess ¶ added in v1.7.0
type StorageAccess struct { // Output only. Describes the read access mechanism of the data. Not user // settable. Read StorageAccess_AccessMode `protobuf:"varint,21,opt,name=read,proto3,enum=google.cloud.dataplex.v1.StorageAccess_AccessMode" json:"read,omitempty"` // contains filtered or unexported fields }
Describes the access mechanism of the data within its storage location.
func (*StorageAccess) Descriptor
deprecated
added in
v1.7.0
func (*StorageAccess) Descriptor() ([]byte, []int)
Deprecated: Use StorageAccess.ProtoReflect.Descriptor instead.
func (*StorageAccess) GetRead ¶ added in v1.7.0
func (x *StorageAccess) GetRead() StorageAccess_AccessMode
func (*StorageAccess) ProtoMessage ¶ added in v1.7.0
func (*StorageAccess) ProtoMessage()
func (*StorageAccess) ProtoReflect ¶ added in v1.7.0
func (x *StorageAccess) ProtoReflect() protoreflect.Message
func (*StorageAccess) Reset ¶ added in v1.7.0
func (x *StorageAccess) Reset()
func (*StorageAccess) String ¶ added in v1.7.0
func (x *StorageAccess) String() string
type StorageAccess_AccessMode ¶ added in v1.7.0
type StorageAccess_AccessMode int32
Access Mode determines how data stored within the Entity is read.
const ( // Access mode unspecified. StorageAccess_ACCESS_MODE_UNSPECIFIED StorageAccess_AccessMode = 0 // Default. Data is accessed directly using storage APIs. StorageAccess_DIRECT StorageAccess_AccessMode = 1 // Data is accessed through a managed interface using BigQuery APIs. StorageAccess_MANAGED StorageAccess_AccessMode = 2 )
func (StorageAccess_AccessMode) Descriptor ¶ added in v1.7.0
func (StorageAccess_AccessMode) Descriptor() protoreflect.EnumDescriptor
func (StorageAccess_AccessMode) Enum ¶ added in v1.7.0
func (x StorageAccess_AccessMode) Enum() *StorageAccess_AccessMode
func (StorageAccess_AccessMode) EnumDescriptor
deprecated
added in
v1.7.0
func (StorageAccess_AccessMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use StorageAccess_AccessMode.Descriptor instead.
func (StorageAccess_AccessMode) Number ¶ added in v1.7.0
func (x StorageAccess_AccessMode) Number() protoreflect.EnumNumber
func (StorageAccess_AccessMode) String ¶ added in v1.7.0
func (x StorageAccess_AccessMode) String() string
func (StorageAccess_AccessMode) Type ¶ added in v1.7.0
func (StorageAccess_AccessMode) Type() protoreflect.EnumType
type StorageFormat ¶
type StorageFormat struct { // Output only. The data format associated with the stored data, which // represents content type values. The value is inferred from mime type. Format StorageFormat_Format `protobuf:"varint,1,opt,name=format,proto3,enum=google.cloud.dataplex.v1.StorageFormat_Format" json:"format,omitempty"` // Optional. The compression type associated with the stored data. // If unspecified, the data is uncompressed. CompressionFormat StorageFormat_CompressionFormat `` /* 175-byte string literal not displayed */ // Required. The mime type descriptor for the data. Must match the pattern // {type}/{subtype}. Supported values: // // - application/x-parquet // - application/x-avro // - application/x-orc // - application/x-tfrecord // - application/x-parquet+iceberg // - application/x-avro+iceberg // - application/x-orc+iceberg // - application/json // - application/{subtypes} // - text/csv // - text/<subtypes> // - image/{image subtype} // - video/{video subtype} // - audio/{audio subtype} MimeType string `protobuf:"bytes,3,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // Additional format-specific options. // // Types that are assignable to Options: // // *StorageFormat_Csv // *StorageFormat_Json // *StorageFormat_Iceberg Options isStorageFormat_Options `protobuf_oneof:"options"` // contains filtered or unexported fields }
Describes the format of the data within its storage location.
func (*StorageFormat) Descriptor
deprecated
func (*StorageFormat) Descriptor() ([]byte, []int)
Deprecated: Use StorageFormat.ProtoReflect.Descriptor instead.
func (*StorageFormat) GetCompressionFormat ¶
func (x *StorageFormat) GetCompressionFormat() StorageFormat_CompressionFormat
func (*StorageFormat) GetCsv ¶
func (x *StorageFormat) GetCsv() *StorageFormat_CsvOptions
func (*StorageFormat) GetFormat ¶
func (x *StorageFormat) GetFormat() StorageFormat_Format
func (*StorageFormat) GetIceberg ¶ added in v1.5.0
func (x *StorageFormat) GetIceberg() *StorageFormat_IcebergOptions
func (*StorageFormat) GetJson ¶
func (x *StorageFormat) GetJson() *StorageFormat_JsonOptions
func (*StorageFormat) GetMimeType ¶
func (x *StorageFormat) GetMimeType() string
func (*StorageFormat) GetOptions ¶
func (m *StorageFormat) GetOptions() isStorageFormat_Options
func (*StorageFormat) ProtoMessage ¶
func (*StorageFormat) ProtoMessage()
func (*StorageFormat) ProtoReflect ¶
func (x *StorageFormat) ProtoReflect() protoreflect.Message
func (*StorageFormat) Reset ¶
func (x *StorageFormat) Reset()
func (*StorageFormat) String ¶
func (x *StorageFormat) String() string
type StorageFormat_CompressionFormat ¶
type StorageFormat_CompressionFormat int32
The specific compressed file format of the data.
const ( // CompressionFormat unspecified. Implies uncompressed data. StorageFormat_COMPRESSION_FORMAT_UNSPECIFIED StorageFormat_CompressionFormat = 0 // GZip compressed set of files. StorageFormat_GZIP StorageFormat_CompressionFormat = 2 // BZip2 compressed set of files. StorageFormat_BZIP2 StorageFormat_CompressionFormat = 3 )
func (StorageFormat_CompressionFormat) Descriptor ¶
func (StorageFormat_CompressionFormat) Descriptor() protoreflect.EnumDescriptor
func (StorageFormat_CompressionFormat) Enum ¶
func (x StorageFormat_CompressionFormat) Enum() *StorageFormat_CompressionFormat
func (StorageFormat_CompressionFormat) EnumDescriptor
deprecated
func (StorageFormat_CompressionFormat) EnumDescriptor() ([]byte, []int)
Deprecated: Use StorageFormat_CompressionFormat.Descriptor instead.
func (StorageFormat_CompressionFormat) Number ¶
func (x StorageFormat_CompressionFormat) Number() protoreflect.EnumNumber
func (StorageFormat_CompressionFormat) String ¶
func (x StorageFormat_CompressionFormat) String() string
func (StorageFormat_CompressionFormat) Type ¶
func (StorageFormat_CompressionFormat) Type() protoreflect.EnumType
type StorageFormat_Csv ¶
type StorageFormat_Csv struct { // Optional. Additional information about CSV formatted data. Csv *StorageFormat_CsvOptions `protobuf:"bytes,10,opt,name=csv,proto3,oneof"` }
type StorageFormat_CsvOptions ¶
type StorageFormat_CsvOptions struct { // Optional. The character encoding of the data. Accepts "US-ASCII", // "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified. Encoding string `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"` // Optional. The number of rows to interpret as header rows that should be // skipped when reading data rows. Defaults to 0. HeaderRows int32 `protobuf:"varint,2,opt,name=header_rows,json=headerRows,proto3" json:"header_rows,omitempty"` // Optional. The delimiter used to separate values. Defaults to ','. Delimiter string `protobuf:"bytes,3,opt,name=delimiter,proto3" json:"delimiter,omitempty"` // Optional. The character used to quote column values. Accepts '"' // (double quotation mark) or ”' (single quotation mark). Defaults to // '"' (double quotation mark) if unspecified. Quote string `protobuf:"bytes,4,opt,name=quote,proto3" json:"quote,omitempty"` // contains filtered or unexported fields }
Describes CSV and similar semi-structured data formats.
func (*StorageFormat_CsvOptions) Descriptor
deprecated
func (*StorageFormat_CsvOptions) Descriptor() ([]byte, []int)
Deprecated: Use StorageFormat_CsvOptions.ProtoReflect.Descriptor instead.
func (*StorageFormat_CsvOptions) GetDelimiter ¶
func (x *StorageFormat_CsvOptions) GetDelimiter() string
func (*StorageFormat_CsvOptions) GetEncoding ¶
func (x *StorageFormat_CsvOptions) GetEncoding() string
func (*StorageFormat_CsvOptions) GetHeaderRows ¶
func (x *StorageFormat_CsvOptions) GetHeaderRows() int32
func (*StorageFormat_CsvOptions) GetQuote ¶
func (x *StorageFormat_CsvOptions) GetQuote() string
func (*StorageFormat_CsvOptions) ProtoMessage ¶
func (*StorageFormat_CsvOptions) ProtoMessage()
func (*StorageFormat_CsvOptions) ProtoReflect ¶
func (x *StorageFormat_CsvOptions) ProtoReflect() protoreflect.Message
func (*StorageFormat_CsvOptions) Reset ¶
func (x *StorageFormat_CsvOptions) Reset()
func (*StorageFormat_CsvOptions) String ¶
func (x *StorageFormat_CsvOptions) String() string
type StorageFormat_Format ¶
type StorageFormat_Format int32
The specific file format of the data.
const ( // Format unspecified. StorageFormat_FORMAT_UNSPECIFIED StorageFormat_Format = 0 // Parquet-formatted structured data. StorageFormat_PARQUET StorageFormat_Format = 1 // Avro-formatted structured data. StorageFormat_AVRO StorageFormat_Format = 2 // Orc-formatted structured data. StorageFormat_ORC StorageFormat_Format = 3 // Csv-formatted semi-structured data. StorageFormat_CSV StorageFormat_Format = 100 // Json-formatted semi-structured data. StorageFormat_JSON StorageFormat_Format = 101 // Image data formats (such as jpg and png). StorageFormat_IMAGE StorageFormat_Format = 200 // Audio data formats (such as mp3, and wav). StorageFormat_AUDIO StorageFormat_Format = 201 // Video data formats (such as mp4 and mpg). StorageFormat_VIDEO StorageFormat_Format = 202 // Textual data formats (such as txt and xml). StorageFormat_TEXT StorageFormat_Format = 203 // TensorFlow record format. StorageFormat_TFRECORD StorageFormat_Format = 204 // Data that doesn't match a specific format. StorageFormat_OTHER StorageFormat_Format = 1000 // Data of an unknown format. StorageFormat_UNKNOWN StorageFormat_Format = 1001 )
func (StorageFormat_Format) Descriptor ¶
func (StorageFormat_Format) Descriptor() protoreflect.EnumDescriptor
func (StorageFormat_Format) Enum ¶
func (x StorageFormat_Format) Enum() *StorageFormat_Format
func (StorageFormat_Format) EnumDescriptor
deprecated
func (StorageFormat_Format) EnumDescriptor() ([]byte, []int)
Deprecated: Use StorageFormat_Format.Descriptor instead.
func (StorageFormat_Format) Number ¶
func (x StorageFormat_Format) Number() protoreflect.EnumNumber
func (StorageFormat_Format) String ¶
func (x StorageFormat_Format) String() string
func (StorageFormat_Format) Type ¶
func (StorageFormat_Format) Type() protoreflect.EnumType
type StorageFormat_Iceberg ¶ added in v1.5.0
type StorageFormat_Iceberg struct { // Optional. Additional information about iceberg tables. Iceberg *StorageFormat_IcebergOptions `protobuf:"bytes,12,opt,name=iceberg,proto3,oneof"` }
type StorageFormat_IcebergOptions ¶ added in v1.5.0
type StorageFormat_IcebergOptions struct { // Optional. The location of where the iceberg metadata is present, must be // within the table path MetadataLocation string `protobuf:"bytes,1,opt,name=metadata_location,json=metadataLocation,proto3" json:"metadata_location,omitempty"` // contains filtered or unexported fields }
Describes Iceberg data format.
func (*StorageFormat_IcebergOptions) Descriptor
deprecated
added in
v1.5.0
func (*StorageFormat_IcebergOptions) Descriptor() ([]byte, []int)
Deprecated: Use StorageFormat_IcebergOptions.ProtoReflect.Descriptor instead.
func (*StorageFormat_IcebergOptions) GetMetadataLocation ¶ added in v1.5.0
func (x *StorageFormat_IcebergOptions) GetMetadataLocation() string
func (*StorageFormat_IcebergOptions) ProtoMessage ¶ added in v1.5.0
func (*StorageFormat_IcebergOptions) ProtoMessage()
func (*StorageFormat_IcebergOptions) ProtoReflect ¶ added in v1.5.0
func (x *StorageFormat_IcebergOptions) ProtoReflect() protoreflect.Message
func (*StorageFormat_IcebergOptions) Reset ¶ added in v1.5.0
func (x *StorageFormat_IcebergOptions) Reset()
func (*StorageFormat_IcebergOptions) String ¶ added in v1.5.0
func (x *StorageFormat_IcebergOptions) String() string
type StorageFormat_Json ¶
type StorageFormat_Json struct { // Optional. Additional information about CSV formatted data. Json *StorageFormat_JsonOptions `protobuf:"bytes,11,opt,name=json,proto3,oneof"` }
type StorageFormat_JsonOptions ¶
type StorageFormat_JsonOptions struct { // Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8" // and "ISO-8859-1". Defaults to UTF-8 if not specified. Encoding string `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"` // contains filtered or unexported fields }
Describes JSON data format.
func (*StorageFormat_JsonOptions) Descriptor
deprecated
func (*StorageFormat_JsonOptions) Descriptor() ([]byte, []int)
Deprecated: Use StorageFormat_JsonOptions.ProtoReflect.Descriptor instead.
func (*StorageFormat_JsonOptions) GetEncoding ¶
func (x *StorageFormat_JsonOptions) GetEncoding() string
func (*StorageFormat_JsonOptions) ProtoMessage ¶
func (*StorageFormat_JsonOptions) ProtoMessage()
func (*StorageFormat_JsonOptions) ProtoReflect ¶
func (x *StorageFormat_JsonOptions) ProtoReflect() protoreflect.Message
func (*StorageFormat_JsonOptions) Reset ¶
func (x *StorageFormat_JsonOptions) Reset()
func (*StorageFormat_JsonOptions) String ¶
func (x *StorageFormat_JsonOptions) String() string
type StorageSystem ¶
type StorageSystem int32
Identifies the cloud system that manages the data storage.
const ( // Storage system unspecified. StorageSystem_STORAGE_SYSTEM_UNSPECIFIED StorageSystem = 0 // The entity data is contained within a Cloud Storage bucket. StorageSystem_CLOUD_STORAGE StorageSystem = 1 // The entity data is contained within a BigQuery dataset. StorageSystem_BIGQUERY StorageSystem = 2 )
func (StorageSystem) Descriptor ¶
func (StorageSystem) Descriptor() protoreflect.EnumDescriptor
func (StorageSystem) Enum ¶
func (x StorageSystem) Enum() *StorageSystem
func (StorageSystem) EnumDescriptor
deprecated
func (StorageSystem) EnumDescriptor() ([]byte, []int)
Deprecated: Use StorageSystem.Descriptor instead.
func (StorageSystem) Number ¶
func (x StorageSystem) Number() protoreflect.EnumNumber
func (StorageSystem) String ¶
func (x StorageSystem) String() string
func (StorageSystem) Type ¶
func (StorageSystem) 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.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) GetCreateTime ¶
func (x *Task) GetCreateTime() *timestamppb.Timestamp
func (*Task) GetDescription ¶
func (*Task) GetDisplayName ¶
func (*Task) GetExecutionSpec ¶
func (x *Task) GetExecutionSpec() *Task_ExecutionSpec
func (*Task) GetExecutionStatus ¶
func (x *Task) GetExecutionStatus() *Task_ExecutionStatus
func (*Task) GetNotebook ¶
func (x *Task) GetNotebook() *Task_NotebookTaskConfig
func (*Task) GetSpark ¶
func (x *Task) GetSpark() *Task_SparkTaskConfig
func (*Task) GetTriggerSpec ¶
func (x *Task) GetTriggerSpec() *Task_TriggerSpec
func (*Task) GetUpdateTime ¶
func (x *Task) GetUpdateTime() *timestamppb.Timestamp
func (*Task) ProtoMessage ¶
func (*Task) ProtoMessage()
func (*Task) ProtoReflect ¶
func (x *Task) ProtoReflect() protoreflect.Message
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 (x *Task_InfrastructureSpec) GetBatch() *Task_InfrastructureSpec_BatchComputeResources
func (*Task_InfrastructureSpec) GetContainerImage ¶
func (x *Task_InfrastructureSpec) GetContainerImage() *Task_InfrastructureSpec_ContainerImageRuntime
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 (x *Task_InfrastructureSpec) GetVpcNetwork() *Task_InfrastructureSpec_VpcNetwork
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
func (*Task_InfrastructureSpec_BatchComputeResources) Descriptor() ([]byte, []int)
Deprecated: Use Task_InfrastructureSpec_BatchComputeResources.ProtoReflect.Descriptor instead.
func (*Task_InfrastructureSpec_BatchComputeResources) GetExecutorsCount ¶
func (x *Task_InfrastructureSpec_BatchComputeResources) GetExecutorsCount() int32
func (*Task_InfrastructureSpec_BatchComputeResources) GetMaxExecutorsCount ¶
func (x *Task_InfrastructureSpec_BatchComputeResources) GetMaxExecutorsCount() int32
func (*Task_InfrastructureSpec_BatchComputeResources) ProtoMessage ¶
func (*Task_InfrastructureSpec_BatchComputeResources) ProtoMessage()
func (*Task_InfrastructureSpec_BatchComputeResources) ProtoReflect ¶
func (x *Task_InfrastructureSpec_BatchComputeResources) ProtoReflect() protoreflect.Message
func (*Task_InfrastructureSpec_BatchComputeResources) Reset ¶
func (x *Task_InfrastructureSpec_BatchComputeResources) Reset()
func (*Task_InfrastructureSpec_BatchComputeResources) String ¶
func (x *Task_InfrastructureSpec_BatchComputeResources) String() 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
func (*Task_InfrastructureSpec_ContainerImageRuntime) Descriptor() ([]byte, []int)
Deprecated: Use Task_InfrastructureSpec_ContainerImageRuntime.ProtoReflect.Descriptor instead.
func (*Task_InfrastructureSpec_ContainerImageRuntime) GetImage ¶
func (x *Task_InfrastructureSpec_ContainerImageRuntime) GetImage() string
func (*Task_InfrastructureSpec_ContainerImageRuntime) GetJavaJars ¶
func (x *Task_InfrastructureSpec_ContainerImageRuntime) GetJavaJars() []string
func (*Task_InfrastructureSpec_ContainerImageRuntime) GetProperties ¶
func (x *Task_InfrastructureSpec_ContainerImageRuntime) GetProperties() map[string]string
func (*Task_InfrastructureSpec_ContainerImageRuntime) GetPythonPackages ¶
func (x *Task_InfrastructureSpec_ContainerImageRuntime) GetPythonPackages() []string
func (*Task_InfrastructureSpec_ContainerImageRuntime) ProtoMessage ¶
func (*Task_InfrastructureSpec_ContainerImageRuntime) ProtoMessage()
func (*Task_InfrastructureSpec_ContainerImageRuntime) ProtoReflect ¶
func (x *Task_InfrastructureSpec_ContainerImageRuntime) ProtoReflect() protoreflect.Message
func (*Task_InfrastructureSpec_ContainerImageRuntime) Reset ¶
func (x *Task_InfrastructureSpec_ContainerImageRuntime) Reset()
func (*Task_InfrastructureSpec_ContainerImageRuntime) String ¶
func (x *Task_InfrastructureSpec_ContainerImageRuntime) String() 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 (x *Task_InfrastructureSpec_VpcNetwork) GetNetwork() string
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 (x *Task_InfrastructureSpec_VpcNetwork) ProtoReflect() protoreflect.Message
func (*Task_InfrastructureSpec_VpcNetwork) Reset ¶
func (x *Task_InfrastructureSpec_VpcNetwork) Reset()
func (*Task_InfrastructureSpec_VpcNetwork) String ¶
func (x *Task_InfrastructureSpec_VpcNetwork) String() 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 should be the Cloud Storage URI of // the query file. 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.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 (x *Task_TriggerSpec) GetType() Task_TriggerSpec_Type
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) Descriptor() protoreflect.EnumDescriptor
func (Task_TriggerSpec_Type) Enum ¶
func (x Task_TriggerSpec_Type) Enum() *Task_TriggerSpec_Type
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 (x Task_TriggerSpec_Type) Number() protoreflect.EnumNumber
func (Task_TriggerSpec_Type) String ¶
func (x Task_TriggerSpec_Type) String() string
func (Task_TriggerSpec_Type) Type ¶
func (Task_TriggerSpec_Type) Type() protoreflect.EnumType
type TransferStatus ¶ added in v1.15.0
type TransferStatus int32
Denotes the transfer status of a resource. It is unspecified for resources created from Dataplex API.
const ( // The default value. It is set for resources that were not subject for // migration from Data Catalog service. TransferStatus_TRANSFER_STATUS_UNSPECIFIED TransferStatus = 0 // Indicates that a resource was migrated from Data Catalog service but it // hasn't been transferred yet. In particular the resource cannot be updated // from Dataplex API. TransferStatus_TRANSFER_STATUS_MIGRATED TransferStatus = 1 // Indicates that a resource was transferred from Data Catalog service. The // resource can only be updated from Dataplex API. TransferStatus_TRANSFER_STATUS_TRANSFERRED TransferStatus = 2 )
func (TransferStatus) Descriptor ¶ added in v1.15.0
func (TransferStatus) Descriptor() protoreflect.EnumDescriptor
func (TransferStatus) Enum ¶ added in v1.15.0
func (x TransferStatus) Enum() *TransferStatus
func (TransferStatus) EnumDescriptor
deprecated
added in
v1.15.0
func (TransferStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use TransferStatus.Descriptor instead.
func (TransferStatus) Number ¶ added in v1.15.0
func (x TransferStatus) Number() protoreflect.EnumNumber
func (TransferStatus) String ¶ added in v1.15.0
func (x TransferStatus) String() string
func (TransferStatus) Type ¶ added in v1.15.0
func (TransferStatus) Type() protoreflect.EnumType
type Trigger ¶ added in v1.5.0
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
added in
v1.5.0
func (*Trigger) GetOnDemand ¶ added in v1.5.0
func (x *Trigger) GetOnDemand() *Trigger_OnDemand
func (*Trigger) GetSchedule ¶ added in v1.5.0
func (x *Trigger) GetSchedule() *Trigger_Schedule
func (*Trigger) ProtoMessage ¶ added in v1.5.0
func (*Trigger) ProtoMessage()
func (*Trigger) ProtoReflect ¶ added in v1.5.0
func (x *Trigger) ProtoReflect() protoreflect.Message
type Trigger_OnDemand ¶ added in v1.5.0
type Trigger_OnDemand struct {
// contains filtered or unexported fields
}
The scan runs once via `RunDataScan` API.
func (*Trigger_OnDemand) Descriptor
deprecated
added in
v1.5.0
func (*Trigger_OnDemand) Descriptor() ([]byte, []int)
Deprecated: Use Trigger_OnDemand.ProtoReflect.Descriptor instead.
func (*Trigger_OnDemand) ProtoMessage ¶ added in v1.5.0
func (*Trigger_OnDemand) ProtoMessage()
func (*Trigger_OnDemand) ProtoReflect ¶ added in v1.5.0
func (x *Trigger_OnDemand) ProtoReflect() protoreflect.Message
func (*Trigger_OnDemand) Reset ¶ added in v1.5.0
func (x *Trigger_OnDemand) Reset()
func (*Trigger_OnDemand) String ¶ added in v1.5.0
func (x *Trigger_OnDemand) String() string
type Trigger_OnDemand_ ¶ added in v1.5.0
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 ¶ added in v1.5.0
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
added in
v1.5.0
func (*Trigger_Schedule) Descriptor() ([]byte, []int)
Deprecated: Use Trigger_Schedule.ProtoReflect.Descriptor instead.
func (*Trigger_Schedule) GetCron ¶ added in v1.5.0
func (x *Trigger_Schedule) GetCron() string
func (*Trigger_Schedule) ProtoMessage ¶ added in v1.5.0
func (*Trigger_Schedule) ProtoMessage()
func (*Trigger_Schedule) ProtoReflect ¶ added in v1.5.0
func (x *Trigger_Schedule) ProtoReflect() protoreflect.Message
func (*Trigger_Schedule) Reset ¶ added in v1.5.0
func (x *Trigger_Schedule) Reset()
func (*Trigger_Schedule) String ¶ added in v1.5.0
func (x *Trigger_Schedule) String() string
type Trigger_Schedule_ ¶ added in v1.5.0
type Trigger_Schedule_ struct { // The scan is scheduled to run periodically. Schedule *Trigger_Schedule `protobuf:"bytes,101,opt,name=schedule,proto3,oneof"` }
type UnimplementedCatalogServiceServer ¶ added in v1.15.0
type UnimplementedCatalogServiceServer struct { }
UnimplementedCatalogServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedCatalogServiceServer) CancelMetadataJob ¶ added in v1.20.0
func (*UnimplementedCatalogServiceServer) CancelMetadataJob(context.Context, *CancelMetadataJobRequest) (*emptypb.Empty, error)
func (*UnimplementedCatalogServiceServer) CreateAspectType ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) CreateAspectType(context.Context, *CreateAspectTypeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedCatalogServiceServer) CreateEntry ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) CreateEntry(context.Context, *CreateEntryRequest) (*Entry, error)
func (*UnimplementedCatalogServiceServer) CreateEntryGroup ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) CreateEntryGroup(context.Context, *CreateEntryGroupRequest) (*longrunningpb.Operation, error)
func (*UnimplementedCatalogServiceServer) CreateEntryType ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) CreateEntryType(context.Context, *CreateEntryTypeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedCatalogServiceServer) CreateMetadataJob ¶ added in v1.20.0
func (*UnimplementedCatalogServiceServer) CreateMetadataJob(context.Context, *CreateMetadataJobRequest) (*longrunningpb.Operation, error)
func (*UnimplementedCatalogServiceServer) DeleteAspectType ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) DeleteAspectType(context.Context, *DeleteAspectTypeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedCatalogServiceServer) DeleteEntry ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) DeleteEntry(context.Context, *DeleteEntryRequest) (*Entry, error)
func (*UnimplementedCatalogServiceServer) DeleteEntryGroup ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) DeleteEntryGroup(context.Context, *DeleteEntryGroupRequest) (*longrunningpb.Operation, error)
func (*UnimplementedCatalogServiceServer) DeleteEntryType ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) DeleteEntryType(context.Context, *DeleteEntryTypeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedCatalogServiceServer) GetAspectType ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) GetAspectType(context.Context, *GetAspectTypeRequest) (*AspectType, error)
func (*UnimplementedCatalogServiceServer) GetEntry ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) GetEntry(context.Context, *GetEntryRequest) (*Entry, error)
func (*UnimplementedCatalogServiceServer) GetEntryGroup ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) GetEntryGroup(context.Context, *GetEntryGroupRequest) (*EntryGroup, error)
func (*UnimplementedCatalogServiceServer) GetEntryType ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) GetEntryType(context.Context, *GetEntryTypeRequest) (*EntryType, error)
func (*UnimplementedCatalogServiceServer) GetMetadataJob ¶ added in v1.20.0
func (*UnimplementedCatalogServiceServer) GetMetadataJob(context.Context, *GetMetadataJobRequest) (*MetadataJob, error)
func (*UnimplementedCatalogServiceServer) ListAspectTypes ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) ListAspectTypes(context.Context, *ListAspectTypesRequest) (*ListAspectTypesResponse, error)
func (*UnimplementedCatalogServiceServer) ListEntries ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) ListEntries(context.Context, *ListEntriesRequest) (*ListEntriesResponse, error)
func (*UnimplementedCatalogServiceServer) ListEntryGroups ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) ListEntryGroups(context.Context, *ListEntryGroupsRequest) (*ListEntryGroupsResponse, error)
func (*UnimplementedCatalogServiceServer) ListEntryTypes ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) ListEntryTypes(context.Context, *ListEntryTypesRequest) (*ListEntryTypesResponse, error)
func (*UnimplementedCatalogServiceServer) ListMetadataJobs ¶ added in v1.20.0
func (*UnimplementedCatalogServiceServer) ListMetadataJobs(context.Context, *ListMetadataJobsRequest) (*ListMetadataJobsResponse, error)
func (*UnimplementedCatalogServiceServer) LookupEntry ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) LookupEntry(context.Context, *LookupEntryRequest) (*Entry, error)
func (*UnimplementedCatalogServiceServer) SearchEntries ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) SearchEntries(context.Context, *SearchEntriesRequest) (*SearchEntriesResponse, error)
func (*UnimplementedCatalogServiceServer) UpdateAspectType ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) UpdateAspectType(context.Context, *UpdateAspectTypeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedCatalogServiceServer) UpdateEntry ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) UpdateEntry(context.Context, *UpdateEntryRequest) (*Entry, error)
func (*UnimplementedCatalogServiceServer) UpdateEntryGroup ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) UpdateEntryGroup(context.Context, *UpdateEntryGroupRequest) (*longrunningpb.Operation, error)
func (*UnimplementedCatalogServiceServer) UpdateEntryType ¶ added in v1.15.0
func (*UnimplementedCatalogServiceServer) UpdateEntryType(context.Context, *UpdateEntryTypeRequest) (*longrunningpb.Operation, error)
type UnimplementedContentServiceServer ¶
type UnimplementedContentServiceServer struct { }
UnimplementedContentServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedContentServiceServer) CreateContent ¶
func (*UnimplementedContentServiceServer) CreateContent(context.Context, *CreateContentRequest) (*Content, error)
func (*UnimplementedContentServiceServer) DeleteContent ¶
func (*UnimplementedContentServiceServer) DeleteContent(context.Context, *DeleteContentRequest) (*emptypb.Empty, error)
func (*UnimplementedContentServiceServer) GetContent ¶
func (*UnimplementedContentServiceServer) GetContent(context.Context, *GetContentRequest) (*Content, error)
func (*UnimplementedContentServiceServer) GetIamPolicy ¶
func (*UnimplementedContentServiceServer) GetIamPolicy(context.Context, *iampb.GetIamPolicyRequest) (*iampb.Policy, error)
func (*UnimplementedContentServiceServer) ListContent ¶
func (*UnimplementedContentServiceServer) ListContent(context.Context, *ListContentRequest) (*ListContentResponse, error)
func (*UnimplementedContentServiceServer) SetIamPolicy ¶
func (*UnimplementedContentServiceServer) SetIamPolicy(context.Context, *iampb.SetIamPolicyRequest) (*iampb.Policy, error)
func (*UnimplementedContentServiceServer) TestIamPermissions ¶
func (*UnimplementedContentServiceServer) TestIamPermissions(context.Context, *iampb.TestIamPermissionsRequest) (*iampb.TestIamPermissionsResponse, error)
func (*UnimplementedContentServiceServer) UpdateContent ¶
func (*UnimplementedContentServiceServer) UpdateContent(context.Context, *UpdateContentRequest) (*Content, error)
type UnimplementedDataScanServiceServer ¶ added in v1.5.0
type UnimplementedDataScanServiceServer struct { }
UnimplementedDataScanServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedDataScanServiceServer) CreateDataScan ¶ added in v1.5.0
func (*UnimplementedDataScanServiceServer) CreateDataScan(context.Context, *CreateDataScanRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataScanServiceServer) DeleteDataScan ¶ added in v1.5.0
func (*UnimplementedDataScanServiceServer) DeleteDataScan(context.Context, *DeleteDataScanRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataScanServiceServer) GenerateDataQualityRules ¶ added in v1.15.0
func (*UnimplementedDataScanServiceServer) GenerateDataQualityRules(context.Context, *GenerateDataQualityRulesRequest) (*GenerateDataQualityRulesResponse, error)
func (*UnimplementedDataScanServiceServer) GetDataScan ¶ added in v1.5.0
func (*UnimplementedDataScanServiceServer) GetDataScan(context.Context, *GetDataScanRequest) (*DataScan, error)
func (*UnimplementedDataScanServiceServer) GetDataScanJob ¶ added in v1.5.0
func (*UnimplementedDataScanServiceServer) GetDataScanJob(context.Context, *GetDataScanJobRequest) (*DataScanJob, error)
func (*UnimplementedDataScanServiceServer) ListDataScanJobs ¶ added in v1.5.0
func (*UnimplementedDataScanServiceServer) ListDataScanJobs(context.Context, *ListDataScanJobsRequest) (*ListDataScanJobsResponse, error)
func (*UnimplementedDataScanServiceServer) ListDataScans ¶ added in v1.5.0
func (*UnimplementedDataScanServiceServer) ListDataScans(context.Context, *ListDataScansRequest) (*ListDataScansResponse, error)
func (*UnimplementedDataScanServiceServer) RunDataScan ¶ added in v1.5.0
func (*UnimplementedDataScanServiceServer) RunDataScan(context.Context, *RunDataScanRequest) (*RunDataScanResponse, error)
func (*UnimplementedDataScanServiceServer) UpdateDataScan ¶ added in v1.5.0
func (*UnimplementedDataScanServiceServer) UpdateDataScan(context.Context, *UpdateDataScanRequest) (*longrunningpb.Operation, error)
type UnimplementedDataTaxonomyServiceServer ¶ added in v1.9.0
type UnimplementedDataTaxonomyServiceServer struct { }
UnimplementedDataTaxonomyServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedDataTaxonomyServiceServer) CreateDataAttribute ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) CreateDataAttribute(context.Context, *CreateDataAttributeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataTaxonomyServiceServer) CreateDataAttributeBinding ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) CreateDataAttributeBinding(context.Context, *CreateDataAttributeBindingRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataTaxonomyServiceServer) CreateDataTaxonomy ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) CreateDataTaxonomy(context.Context, *CreateDataTaxonomyRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataTaxonomyServiceServer) DeleteDataAttribute ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) DeleteDataAttribute(context.Context, *DeleteDataAttributeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataTaxonomyServiceServer) DeleteDataAttributeBinding ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) DeleteDataAttributeBinding(context.Context, *DeleteDataAttributeBindingRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataTaxonomyServiceServer) DeleteDataTaxonomy ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) DeleteDataTaxonomy(context.Context, *DeleteDataTaxonomyRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataTaxonomyServiceServer) GetDataAttribute ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) GetDataAttribute(context.Context, *GetDataAttributeRequest) (*DataAttribute, error)
func (*UnimplementedDataTaxonomyServiceServer) GetDataAttributeBinding ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) GetDataAttributeBinding(context.Context, *GetDataAttributeBindingRequest) (*DataAttributeBinding, error)
func (*UnimplementedDataTaxonomyServiceServer) GetDataTaxonomy ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) GetDataTaxonomy(context.Context, *GetDataTaxonomyRequest) (*DataTaxonomy, error)
func (*UnimplementedDataTaxonomyServiceServer) ListDataAttributeBindings ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) ListDataAttributeBindings(context.Context, *ListDataAttributeBindingsRequest) (*ListDataAttributeBindingsResponse, error)
func (*UnimplementedDataTaxonomyServiceServer) ListDataAttributes ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) ListDataAttributes(context.Context, *ListDataAttributesRequest) (*ListDataAttributesResponse, error)
func (*UnimplementedDataTaxonomyServiceServer) ListDataTaxonomies ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) ListDataTaxonomies(context.Context, *ListDataTaxonomiesRequest) (*ListDataTaxonomiesResponse, error)
func (*UnimplementedDataTaxonomyServiceServer) UpdateDataAttribute ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) UpdateDataAttribute(context.Context, *UpdateDataAttributeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataTaxonomyServiceServer) UpdateDataAttributeBinding ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) UpdateDataAttributeBinding(context.Context, *UpdateDataAttributeBindingRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataTaxonomyServiceServer) UpdateDataTaxonomy ¶ added in v1.9.0
func (*UnimplementedDataTaxonomyServiceServer) UpdateDataTaxonomy(context.Context, *UpdateDataTaxonomyRequest) (*longrunningpb.Operation, error)
type UnimplementedDataplexServiceServer ¶
type UnimplementedDataplexServiceServer struct { }
UnimplementedDataplexServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedDataplexServiceServer) CancelJob ¶
func (*UnimplementedDataplexServiceServer) CancelJob(context.Context, *CancelJobRequest) (*emptypb.Empty, error)
func (*UnimplementedDataplexServiceServer) CreateAsset ¶
func (*UnimplementedDataplexServiceServer) CreateAsset(context.Context, *CreateAssetRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) CreateEnvironment ¶
func (*UnimplementedDataplexServiceServer) CreateEnvironment(context.Context, *CreateEnvironmentRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) CreateLake ¶
func (*UnimplementedDataplexServiceServer) CreateLake(context.Context, *CreateLakeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) CreateTask ¶
func (*UnimplementedDataplexServiceServer) CreateTask(context.Context, *CreateTaskRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) CreateZone ¶
func (*UnimplementedDataplexServiceServer) CreateZone(context.Context, *CreateZoneRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) DeleteAsset ¶
func (*UnimplementedDataplexServiceServer) DeleteAsset(context.Context, *DeleteAssetRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) DeleteEnvironment ¶
func (*UnimplementedDataplexServiceServer) DeleteEnvironment(context.Context, *DeleteEnvironmentRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) DeleteLake ¶
func (*UnimplementedDataplexServiceServer) DeleteLake(context.Context, *DeleteLakeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) DeleteTask ¶
func (*UnimplementedDataplexServiceServer) DeleteTask(context.Context, *DeleteTaskRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) DeleteZone ¶
func (*UnimplementedDataplexServiceServer) DeleteZone(context.Context, *DeleteZoneRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) GetAsset ¶
func (*UnimplementedDataplexServiceServer) GetAsset(context.Context, *GetAssetRequest) (*Asset, error)
func (*UnimplementedDataplexServiceServer) GetEnvironment ¶
func (*UnimplementedDataplexServiceServer) GetEnvironment(context.Context, *GetEnvironmentRequest) (*Environment, error)
func (*UnimplementedDataplexServiceServer) GetJob ¶
func (*UnimplementedDataplexServiceServer) GetJob(context.Context, *GetJobRequest) (*Job, error)
func (*UnimplementedDataplexServiceServer) GetLake ¶
func (*UnimplementedDataplexServiceServer) GetLake(context.Context, *GetLakeRequest) (*Lake, error)
func (*UnimplementedDataplexServiceServer) GetTask ¶
func (*UnimplementedDataplexServiceServer) GetTask(context.Context, *GetTaskRequest) (*Task, error)
func (*UnimplementedDataplexServiceServer) GetZone ¶
func (*UnimplementedDataplexServiceServer) GetZone(context.Context, *GetZoneRequest) (*Zone, error)
func (*UnimplementedDataplexServiceServer) ListAssetActions ¶
func (*UnimplementedDataplexServiceServer) ListAssetActions(context.Context, *ListAssetActionsRequest) (*ListActionsResponse, error)
func (*UnimplementedDataplexServiceServer) ListAssets ¶
func (*UnimplementedDataplexServiceServer) ListAssets(context.Context, *ListAssetsRequest) (*ListAssetsResponse, error)
func (*UnimplementedDataplexServiceServer) ListEnvironments ¶
func (*UnimplementedDataplexServiceServer) ListEnvironments(context.Context, *ListEnvironmentsRequest) (*ListEnvironmentsResponse, error)
func (*UnimplementedDataplexServiceServer) ListJobs ¶
func (*UnimplementedDataplexServiceServer) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
func (*UnimplementedDataplexServiceServer) ListLakeActions ¶
func (*UnimplementedDataplexServiceServer) ListLakeActions(context.Context, *ListLakeActionsRequest) (*ListActionsResponse, error)
func (*UnimplementedDataplexServiceServer) ListLakes ¶
func (*UnimplementedDataplexServiceServer) ListLakes(context.Context, *ListLakesRequest) (*ListLakesResponse, error)
func (*UnimplementedDataplexServiceServer) ListSessions ¶
func (*UnimplementedDataplexServiceServer) ListSessions(context.Context, *ListSessionsRequest) (*ListSessionsResponse, error)
func (*UnimplementedDataplexServiceServer) ListTasks ¶
func (*UnimplementedDataplexServiceServer) ListTasks(context.Context, *ListTasksRequest) (*ListTasksResponse, error)
func (*UnimplementedDataplexServiceServer) ListZoneActions ¶
func (*UnimplementedDataplexServiceServer) ListZoneActions(context.Context, *ListZoneActionsRequest) (*ListActionsResponse, error)
func (*UnimplementedDataplexServiceServer) ListZones ¶
func (*UnimplementedDataplexServiceServer) ListZones(context.Context, *ListZonesRequest) (*ListZonesResponse, error)
func (*UnimplementedDataplexServiceServer) RunTask ¶ added in v1.7.0
func (*UnimplementedDataplexServiceServer) RunTask(context.Context, *RunTaskRequest) (*RunTaskResponse, error)
func (*UnimplementedDataplexServiceServer) UpdateAsset ¶
func (*UnimplementedDataplexServiceServer) UpdateAsset(context.Context, *UpdateAssetRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) UpdateEnvironment ¶
func (*UnimplementedDataplexServiceServer) UpdateEnvironment(context.Context, *UpdateEnvironmentRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) UpdateLake ¶
func (*UnimplementedDataplexServiceServer) UpdateLake(context.Context, *UpdateLakeRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) UpdateTask ¶
func (*UnimplementedDataplexServiceServer) UpdateTask(context.Context, *UpdateTaskRequest) (*longrunningpb.Operation, error)
func (*UnimplementedDataplexServiceServer) UpdateZone ¶
func (*UnimplementedDataplexServiceServer) UpdateZone(context.Context, *UpdateZoneRequest) (*longrunningpb.Operation, error)
type UnimplementedMetadataServiceServer ¶
type UnimplementedMetadataServiceServer struct { }
UnimplementedMetadataServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedMetadataServiceServer) CreateEntity ¶
func (*UnimplementedMetadataServiceServer) CreateEntity(context.Context, *CreateEntityRequest) (*Entity, error)
func (*UnimplementedMetadataServiceServer) CreatePartition ¶
func (*UnimplementedMetadataServiceServer) CreatePartition(context.Context, *CreatePartitionRequest) (*Partition, error)
func (*UnimplementedMetadataServiceServer) DeleteEntity ¶
func (*UnimplementedMetadataServiceServer) DeleteEntity(context.Context, *DeleteEntityRequest) (*emptypb.Empty, error)
func (*UnimplementedMetadataServiceServer) DeletePartition ¶
func (*UnimplementedMetadataServiceServer) DeletePartition(context.Context, *DeletePartitionRequest) (*emptypb.Empty, error)
func (*UnimplementedMetadataServiceServer) GetEntity ¶
func (*UnimplementedMetadataServiceServer) GetEntity(context.Context, *GetEntityRequest) (*Entity, error)
func (*UnimplementedMetadataServiceServer) GetPartition ¶
func (*UnimplementedMetadataServiceServer) GetPartition(context.Context, *GetPartitionRequest) (*Partition, error)
func (*UnimplementedMetadataServiceServer) ListEntities ¶
func (*UnimplementedMetadataServiceServer) ListEntities(context.Context, *ListEntitiesRequest) (*ListEntitiesResponse, error)
func (*UnimplementedMetadataServiceServer) ListPartitions ¶
func (*UnimplementedMetadataServiceServer) ListPartitions(context.Context, *ListPartitionsRequest) (*ListPartitionsResponse, error)
func (*UnimplementedMetadataServiceServer) UpdateEntity ¶
func (*UnimplementedMetadataServiceServer) UpdateEntity(context.Context, *UpdateEntityRequest) (*Entity, error)
type UpdateAspectTypeRequest ¶ added in v1.15.0
type UpdateAspectTypeRequest struct { // Required. AspectType Resource AspectType *AspectType `protobuf:"bytes,1,opt,name=aspect_type,json=aspectType,proto3" json:"aspect_type,omitempty"` // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update AspectType Request
func (*UpdateAspectTypeRequest) Descriptor
deprecated
added in
v1.15.0
func (*UpdateAspectTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAspectTypeRequest.ProtoReflect.Descriptor instead.
func (*UpdateAspectTypeRequest) GetAspectType ¶ added in v1.15.0
func (x *UpdateAspectTypeRequest) GetAspectType() *AspectType
func (*UpdateAspectTypeRequest) GetUpdateMask ¶ added in v1.15.0
func (x *UpdateAspectTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateAspectTypeRequest) GetValidateOnly ¶ added in v1.15.0
func (x *UpdateAspectTypeRequest) GetValidateOnly() bool
func (*UpdateAspectTypeRequest) ProtoMessage ¶ added in v1.15.0
func (*UpdateAspectTypeRequest) ProtoMessage()
func (*UpdateAspectTypeRequest) ProtoReflect ¶ added in v1.15.0
func (x *UpdateAspectTypeRequest) ProtoReflect() protoreflect.Message
func (*UpdateAspectTypeRequest) Reset ¶ added in v1.15.0
func (x *UpdateAspectTypeRequest) Reset()
func (*UpdateAspectTypeRequest) String ¶ added in v1.15.0
func (x *UpdateAspectTypeRequest) String() string
type UpdateAssetRequest ¶
type UpdateAssetRequest struct { // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. Update description. // Only fields specified in `update_mask` are updated. Asset *Asset `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update asset request.
func (*UpdateAssetRequest) Descriptor
deprecated
func (*UpdateAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAssetRequest.ProtoReflect.Descriptor instead.
func (*UpdateAssetRequest) GetAsset ¶
func (x *UpdateAssetRequest) GetAsset() *Asset
func (*UpdateAssetRequest) GetUpdateMask ¶
func (x *UpdateAssetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateAssetRequest) GetValidateOnly ¶
func (x *UpdateAssetRequest) GetValidateOnly() bool
func (*UpdateAssetRequest) ProtoMessage ¶
func (*UpdateAssetRequest) ProtoMessage()
func (*UpdateAssetRequest) ProtoReflect ¶
func (x *UpdateAssetRequest) ProtoReflect() protoreflect.Message
func (*UpdateAssetRequest) Reset ¶
func (x *UpdateAssetRequest) Reset()
func (*UpdateAssetRequest) String ¶
func (x *UpdateAssetRequest) String() string
type UpdateContentRequest ¶
type UpdateContentRequest struct { // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. Update description. // Only fields specified in `update_mask` are updated. Content *Content `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update content request.
func (*UpdateContentRequest) Descriptor
deprecated
func (*UpdateContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateContentRequest.ProtoReflect.Descriptor instead.
func (*UpdateContentRequest) GetContent ¶
func (x *UpdateContentRequest) GetContent() *Content
func (*UpdateContentRequest) GetUpdateMask ¶
func (x *UpdateContentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateContentRequest) GetValidateOnly ¶
func (x *UpdateContentRequest) GetValidateOnly() bool
func (*UpdateContentRequest) ProtoMessage ¶
func (*UpdateContentRequest) ProtoMessage()
func (*UpdateContentRequest) ProtoReflect ¶
func (x *UpdateContentRequest) ProtoReflect() protoreflect.Message
func (*UpdateContentRequest) Reset ¶
func (x *UpdateContentRequest) Reset()
func (*UpdateContentRequest) String ¶
func (x *UpdateContentRequest) String() string
type UpdateDataAttributeBindingRequest ¶ added in v1.9.0
type UpdateDataAttributeBindingRequest struct { // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. Only fields specified in `update_mask` are updated. DataAttributeBinding *DataAttributeBinding `protobuf:"bytes,2,opt,name=data_attribute_binding,json=dataAttributeBinding,proto3" json:"data_attribute_binding,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update DataAttributeBinding request.
func (*UpdateDataAttributeBindingRequest) Descriptor
deprecated
added in
v1.9.0
func (*UpdateDataAttributeBindingRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataAttributeBindingRequest.ProtoReflect.Descriptor instead.
func (*UpdateDataAttributeBindingRequest) GetDataAttributeBinding ¶ added in v1.9.0
func (x *UpdateDataAttributeBindingRequest) GetDataAttributeBinding() *DataAttributeBinding
func (*UpdateDataAttributeBindingRequest) GetUpdateMask ¶ added in v1.9.0
func (x *UpdateDataAttributeBindingRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateDataAttributeBindingRequest) GetValidateOnly ¶ added in v1.9.0
func (x *UpdateDataAttributeBindingRequest) GetValidateOnly() bool
func (*UpdateDataAttributeBindingRequest) ProtoMessage ¶ added in v1.9.0
func (*UpdateDataAttributeBindingRequest) ProtoMessage()
func (*UpdateDataAttributeBindingRequest) ProtoReflect ¶ added in v1.9.0
func (x *UpdateDataAttributeBindingRequest) ProtoReflect() protoreflect.Message
func (*UpdateDataAttributeBindingRequest) Reset ¶ added in v1.9.0
func (x *UpdateDataAttributeBindingRequest) Reset()
func (*UpdateDataAttributeBindingRequest) String ¶ added in v1.9.0
func (x *UpdateDataAttributeBindingRequest) String() string
type UpdateDataAttributeRequest ¶ added in v1.9.0
type UpdateDataAttributeRequest struct { // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. Only fields specified in `update_mask` are updated. DataAttribute *DataAttribute `protobuf:"bytes,2,opt,name=data_attribute,json=dataAttribute,proto3" json:"data_attribute,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update DataAttribute request.
func (*UpdateDataAttributeRequest) Descriptor
deprecated
added in
v1.9.0
func (*UpdateDataAttributeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataAttributeRequest.ProtoReflect.Descriptor instead.
func (*UpdateDataAttributeRequest) GetDataAttribute ¶ added in v1.9.0
func (x *UpdateDataAttributeRequest) GetDataAttribute() *DataAttribute
func (*UpdateDataAttributeRequest) GetUpdateMask ¶ added in v1.9.0
func (x *UpdateDataAttributeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateDataAttributeRequest) GetValidateOnly ¶ added in v1.9.0
func (x *UpdateDataAttributeRequest) GetValidateOnly() bool
func (*UpdateDataAttributeRequest) ProtoMessage ¶ added in v1.9.0
func (*UpdateDataAttributeRequest) ProtoMessage()
func (*UpdateDataAttributeRequest) ProtoReflect ¶ added in v1.9.0
func (x *UpdateDataAttributeRequest) ProtoReflect() protoreflect.Message
func (*UpdateDataAttributeRequest) Reset ¶ added in v1.9.0
func (x *UpdateDataAttributeRequest) Reset()
func (*UpdateDataAttributeRequest) String ¶ added in v1.9.0
func (x *UpdateDataAttributeRequest) String() string
type UpdateDataScanRequest ¶ added in v1.5.0
type UpdateDataScanRequest struct { // Required. DataScan resource to be updated. // // Only fields specified in `update_mask` are updated. DataScan *DataScan `protobuf:"bytes,1,opt,name=data_scan,json=dataScan,proto3" json:"data_scan,omitempty"` // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is `false`. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update dataScan request.
func (*UpdateDataScanRequest) Descriptor
deprecated
added in
v1.5.0
func (*UpdateDataScanRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataScanRequest.ProtoReflect.Descriptor instead.
func (*UpdateDataScanRequest) GetDataScan ¶ added in v1.5.0
func (x *UpdateDataScanRequest) GetDataScan() *DataScan
func (*UpdateDataScanRequest) GetUpdateMask ¶ added in v1.5.0
func (x *UpdateDataScanRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateDataScanRequest) GetValidateOnly ¶ added in v1.7.0
func (x *UpdateDataScanRequest) GetValidateOnly() bool
func (*UpdateDataScanRequest) ProtoMessage ¶ added in v1.5.0
func (*UpdateDataScanRequest) ProtoMessage()
func (*UpdateDataScanRequest) ProtoReflect ¶ added in v1.5.0
func (x *UpdateDataScanRequest) ProtoReflect() protoreflect.Message
func (*UpdateDataScanRequest) Reset ¶ added in v1.5.0
func (x *UpdateDataScanRequest) Reset()
func (*UpdateDataScanRequest) String ¶ added in v1.5.0
func (x *UpdateDataScanRequest) String() string
type UpdateDataTaxonomyRequest ¶ added in v1.9.0
type UpdateDataTaxonomyRequest struct { // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. Only fields specified in `update_mask` are updated. DataTaxonomy *DataTaxonomy `protobuf:"bytes,2,opt,name=data_taxonomy,json=dataTaxonomy,proto3" json:"data_taxonomy,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update DataTaxonomy request.
func (*UpdateDataTaxonomyRequest) Descriptor
deprecated
added in
v1.9.0
func (*UpdateDataTaxonomyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataTaxonomyRequest.ProtoReflect.Descriptor instead.
func (*UpdateDataTaxonomyRequest) GetDataTaxonomy ¶ added in v1.9.0
func (x *UpdateDataTaxonomyRequest) GetDataTaxonomy() *DataTaxonomy
func (*UpdateDataTaxonomyRequest) GetUpdateMask ¶ added in v1.9.0
func (x *UpdateDataTaxonomyRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateDataTaxonomyRequest) GetValidateOnly ¶ added in v1.9.0
func (x *UpdateDataTaxonomyRequest) GetValidateOnly() bool
func (*UpdateDataTaxonomyRequest) ProtoMessage ¶ added in v1.9.0
func (*UpdateDataTaxonomyRequest) ProtoMessage()
func (*UpdateDataTaxonomyRequest) ProtoReflect ¶ added in v1.9.0
func (x *UpdateDataTaxonomyRequest) ProtoReflect() protoreflect.Message
func (*UpdateDataTaxonomyRequest) Reset ¶ added in v1.9.0
func (x *UpdateDataTaxonomyRequest) Reset()
func (*UpdateDataTaxonomyRequest) String ¶ added in v1.9.0
func (x *UpdateDataTaxonomyRequest) String() string
type UpdateEntityRequest ¶
type UpdateEntityRequest struct { // Required. Update description. Entity *Entity `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update a metadata entity request. The exiting entity will be fully replaced by the entity in the request. The entity ID is mutable. To modify the ID, use the current entity ID in the request URL and specify the new ID in the request body.
func (*UpdateEntityRequest) Descriptor
deprecated
func (*UpdateEntityRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEntityRequest.ProtoReflect.Descriptor instead.
func (*UpdateEntityRequest) GetEntity ¶
func (x *UpdateEntityRequest) GetEntity() *Entity
func (*UpdateEntityRequest) GetValidateOnly ¶
func (x *UpdateEntityRequest) GetValidateOnly() bool
func (*UpdateEntityRequest) ProtoMessage ¶
func (*UpdateEntityRequest) ProtoMessage()
func (*UpdateEntityRequest) ProtoReflect ¶
func (x *UpdateEntityRequest) ProtoReflect() protoreflect.Message
func (*UpdateEntityRequest) Reset ¶
func (x *UpdateEntityRequest) Reset()
func (*UpdateEntityRequest) String ¶
func (x *UpdateEntityRequest) String() string
type UpdateEntryGroupRequest ¶ added in v1.15.0
type UpdateEntryGroupRequest struct { // Required. EntryGroup Resource. EntryGroup *EntryGroup `protobuf:"bytes,1,opt,name=entry_group,json=entryGroup,proto3" json:"entry_group,omitempty"` // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Optional. The service validates the request, without performing any // mutations. The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update EntryGroup Request.
func (*UpdateEntryGroupRequest) Descriptor
deprecated
added in
v1.15.0
func (*UpdateEntryGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEntryGroupRequest.ProtoReflect.Descriptor instead.
func (*UpdateEntryGroupRequest) GetEntryGroup ¶ added in v1.15.0
func (x *UpdateEntryGroupRequest) GetEntryGroup() *EntryGroup
func (*UpdateEntryGroupRequest) GetUpdateMask ¶ added in v1.15.0
func (x *UpdateEntryGroupRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEntryGroupRequest) GetValidateOnly ¶ added in v1.15.0
func (x *UpdateEntryGroupRequest) GetValidateOnly() bool
func (*UpdateEntryGroupRequest) ProtoMessage ¶ added in v1.15.0
func (*UpdateEntryGroupRequest) ProtoMessage()
func (*UpdateEntryGroupRequest) ProtoReflect ¶ added in v1.15.0
func (x *UpdateEntryGroupRequest) ProtoReflect() protoreflect.Message
func (*UpdateEntryGroupRequest) Reset ¶ added in v1.15.0
func (x *UpdateEntryGroupRequest) Reset()
func (*UpdateEntryGroupRequest) String ¶ added in v1.15.0
func (x *UpdateEntryGroupRequest) String() string
type UpdateEntryRequest ¶ added in v1.15.0
type UpdateEntryRequest struct { // Required. Entry resource. Entry *Entry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"` // Optional. Mask of fields to update. To update Aspects, the update_mask must // contain the value "aspects". // // If the update_mask is empty, the service will update all modifiable fields // present in the request. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Optional. If set to true and the entry doesn't exist, the service will // create it. AllowMissing bool `protobuf:"varint,3,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"` // Optional. If set to true and the aspect_keys specify aspect ranges, the // service deletes any existing aspects from that range that weren't provided // in the request. DeleteMissingAspects bool `protobuf:"varint,4,opt,name=delete_missing_aspects,json=deleteMissingAspects,proto3" json:"delete_missing_aspects,omitempty"` // Optional. The map keys of the Aspects which the service should modify. It // supports the following syntaxes: // // * `<aspect_type_reference>` - matches an aspect of the given type and empty // path. // * `<aspect_type_reference>@path` - matches an aspect of the given type and // specified path. For example, to attach an aspect to a field that is // specified by the `schema` aspect, the path should have the format // `Schema.<field_name>`. // * `<aspect_type_reference>*` - matches aspects of the given type for all // paths. // * `*@path` - matches aspects of all types on the given path. // // The service will not remove existing aspects matching the syntax unless // `delete_missing_aspects` is set to true. // // If this field is left empty, the service treats it as specifying // exactly those Aspects present in the request. AspectKeys []string `protobuf:"bytes,5,rep,name=aspect_keys,json=aspectKeys,proto3" json:"aspect_keys,omitempty"` // contains filtered or unexported fields }
Update Entry request.
func (*UpdateEntryRequest) Descriptor
deprecated
added in
v1.15.0
func (*UpdateEntryRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEntryRequest.ProtoReflect.Descriptor instead.
func (*UpdateEntryRequest) GetAllowMissing ¶ added in v1.15.0
func (x *UpdateEntryRequest) GetAllowMissing() bool
func (*UpdateEntryRequest) GetAspectKeys ¶ added in v1.15.0
func (x *UpdateEntryRequest) GetAspectKeys() []string
func (*UpdateEntryRequest) GetDeleteMissingAspects ¶ added in v1.15.0
func (x *UpdateEntryRequest) GetDeleteMissingAspects() bool
func (*UpdateEntryRequest) GetEntry ¶ added in v1.15.0
func (x *UpdateEntryRequest) GetEntry() *Entry
func (*UpdateEntryRequest) GetUpdateMask ¶ added in v1.15.0
func (x *UpdateEntryRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEntryRequest) ProtoMessage ¶ added in v1.15.0
func (*UpdateEntryRequest) ProtoMessage()
func (*UpdateEntryRequest) ProtoReflect ¶ added in v1.15.0
func (x *UpdateEntryRequest) ProtoReflect() protoreflect.Message
func (*UpdateEntryRequest) Reset ¶ added in v1.15.0
func (x *UpdateEntryRequest) Reset()
func (*UpdateEntryRequest) String ¶ added in v1.15.0
func (x *UpdateEntryRequest) String() string
type UpdateEntryTypeRequest ¶ added in v1.15.0
type UpdateEntryTypeRequest struct { // Required. EntryType Resource. EntryType *EntryType `protobuf:"bytes,1,opt,name=entry_type,json=entryType,proto3" json:"entry_type,omitempty"` // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Optional. The service validates the request without performing any // mutations. The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update EntryType Request.
func (*UpdateEntryTypeRequest) Descriptor
deprecated
added in
v1.15.0
func (*UpdateEntryTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEntryTypeRequest.ProtoReflect.Descriptor instead.
func (*UpdateEntryTypeRequest) GetEntryType ¶ added in v1.15.0
func (x *UpdateEntryTypeRequest) GetEntryType() *EntryType
func (*UpdateEntryTypeRequest) GetUpdateMask ¶ added in v1.15.0
func (x *UpdateEntryTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEntryTypeRequest) GetValidateOnly ¶ added in v1.15.0
func (x *UpdateEntryTypeRequest) GetValidateOnly() bool
func (*UpdateEntryTypeRequest) ProtoMessage ¶ added in v1.15.0
func (*UpdateEntryTypeRequest) ProtoMessage()
func (*UpdateEntryTypeRequest) ProtoReflect ¶ added in v1.15.0
func (x *UpdateEntryTypeRequest) ProtoReflect() protoreflect.Message
func (*UpdateEntryTypeRequest) Reset ¶ added in v1.15.0
func (x *UpdateEntryTypeRequest) Reset()
func (*UpdateEntryTypeRequest) String ¶ added in v1.15.0
func (x *UpdateEntryTypeRequest) String() string
type UpdateEnvironmentRequest ¶
type UpdateEnvironmentRequest struct { // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. Update description. // Only fields specified in `update_mask` are updated. Environment *Environment `protobuf:"bytes,2,opt,name=environment,proto3" json:"environment,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update environment request.
func (*UpdateEnvironmentRequest) Descriptor
deprecated
func (*UpdateEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*UpdateEnvironmentRequest) GetEnvironment ¶
func (x *UpdateEnvironmentRequest) GetEnvironment() *Environment
func (*UpdateEnvironmentRequest) GetUpdateMask ¶
func (x *UpdateEnvironmentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEnvironmentRequest) GetValidateOnly ¶
func (x *UpdateEnvironmentRequest) GetValidateOnly() bool
func (*UpdateEnvironmentRequest) ProtoMessage ¶
func (*UpdateEnvironmentRequest) ProtoMessage()
func (*UpdateEnvironmentRequest) ProtoReflect ¶
func (x *UpdateEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*UpdateEnvironmentRequest) Reset ¶
func (x *UpdateEnvironmentRequest) Reset()
func (*UpdateEnvironmentRequest) String ¶
func (x *UpdateEnvironmentRequest) String() string
type UpdateLakeRequest ¶
type UpdateLakeRequest struct { // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. Update description. // Only fields specified in `update_mask` are updated. Lake *Lake `protobuf:"bytes,2,opt,name=lake,proto3" json:"lake,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update lake request.
func (*UpdateLakeRequest) Descriptor
deprecated
func (*UpdateLakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateLakeRequest.ProtoReflect.Descriptor instead.
func (*UpdateLakeRequest) GetLake ¶
func (x *UpdateLakeRequest) GetLake() *Lake
func (*UpdateLakeRequest) GetUpdateMask ¶
func (x *UpdateLakeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateLakeRequest) GetValidateOnly ¶
func (x *UpdateLakeRequest) GetValidateOnly() bool
func (*UpdateLakeRequest) ProtoMessage ¶
func (*UpdateLakeRequest) ProtoMessage()
func (*UpdateLakeRequest) ProtoReflect ¶
func (x *UpdateLakeRequest) ProtoReflect() protoreflect.Message
func (*UpdateLakeRequest) Reset ¶
func (x *UpdateLakeRequest) Reset()
func (*UpdateLakeRequest) String ¶
func (x *UpdateLakeRequest) String() string
type UpdateTaskRequest ¶
type UpdateTaskRequest struct { // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. Update description. // Only fields specified in `update_mask` are updated. Task *Task `protobuf:"bytes,2,opt,name=task,proto3" json:"task,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update task request.
func (*UpdateTaskRequest) Descriptor
deprecated
func (*UpdateTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTaskRequest.ProtoReflect.Descriptor instead.
func (*UpdateTaskRequest) GetTask ¶
func (x *UpdateTaskRequest) GetTask() *Task
func (*UpdateTaskRequest) GetUpdateMask ¶
func (x *UpdateTaskRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateTaskRequest) GetValidateOnly ¶
func (x *UpdateTaskRequest) GetValidateOnly() bool
func (*UpdateTaskRequest) ProtoMessage ¶
func (*UpdateTaskRequest) ProtoMessage()
func (*UpdateTaskRequest) ProtoReflect ¶
func (x *UpdateTaskRequest) ProtoReflect() protoreflect.Message
func (*UpdateTaskRequest) Reset ¶
func (x *UpdateTaskRequest) Reset()
func (*UpdateTaskRequest) String ¶
func (x *UpdateTaskRequest) String() string
type UpdateZoneRequest ¶
type UpdateZoneRequest struct { // Required. Mask of fields to update. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Required. Update description. // Only fields specified in `update_mask` are updated. Zone *Zone `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"` // Optional. Only validate the request, but do not perform mutations. // The default is false. ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"` // contains filtered or unexported fields }
Update zone request.
func (*UpdateZoneRequest) Descriptor
deprecated
func (*UpdateZoneRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateZoneRequest.ProtoReflect.Descriptor instead.
func (*UpdateZoneRequest) GetUpdateMask ¶
func (x *UpdateZoneRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateZoneRequest) GetValidateOnly ¶
func (x *UpdateZoneRequest) GetValidateOnly() bool
func (*UpdateZoneRequest) GetZone ¶
func (x *UpdateZoneRequest) GetZone() *Zone
func (*UpdateZoneRequest) ProtoMessage ¶
func (*UpdateZoneRequest) ProtoMessage()
func (*UpdateZoneRequest) ProtoReflect ¶
func (x *UpdateZoneRequest) ProtoReflect() protoreflect.Message
func (*UpdateZoneRequest) Reset ¶
func (x *UpdateZoneRequest) Reset()
func (*UpdateZoneRequest) String ¶
func (x *UpdateZoneRequest) String() string
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.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.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) GetAssetStatus ¶
func (x *Zone) GetAssetStatus() *AssetStatus
func (*Zone) GetCreateTime ¶
func (x *Zone) GetCreateTime() *timestamppb.Timestamp
func (*Zone) GetDescription ¶
func (*Zone) GetDiscoverySpec ¶
func (x *Zone) GetDiscoverySpec() *Zone_DiscoverySpec
func (*Zone) GetDisplayName ¶
func (*Zone) GetResourceSpec ¶
func (x *Zone) GetResourceSpec() *Zone_ResourceSpec
func (*Zone) GetUpdateTime ¶
func (x *Zone) GetUpdateTime() *timestamppb.Timestamp
func (*Zone) ProtoMessage ¶
func (*Zone) ProtoMessage()
func (*Zone) ProtoReflect ¶
func (x *Zone) ProtoReflect() protoreflect.Message
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 (x *Zone_DiscoverySpec) GetCsvOptions() *Zone_DiscoverySpec_CsvOptions
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 (x *Zone_DiscoverySpec) GetJsonOptions() *Zone_DiscoverySpec_JsonOptions
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 (x *Zone_DiscoverySpec_CsvOptions) ProtoReflect() protoreflect.Message
func (*Zone_DiscoverySpec_CsvOptions) Reset ¶
func (x *Zone_DiscoverySpec_CsvOptions) Reset()
func (*Zone_DiscoverySpec_CsvOptions) String ¶
func (x *Zone_DiscoverySpec_CsvOptions) String() 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 (x *Zone_DiscoverySpec_JsonOptions) ProtoReflect() protoreflect.Message
func (*Zone_DiscoverySpec_JsonOptions) Reset ¶
func (x *Zone_DiscoverySpec_JsonOptions) Reset()
func (*Zone_DiscoverySpec_JsonOptions) String ¶
func (x *Zone_DiscoverySpec_JsonOptions) String() 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 `` /* 159-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 (x *Zone_ResourceSpec) GetLocationType() Zone_ResourceSpec_LocationType
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) Descriptor() protoreflect.EnumDescriptor
func (Zone_ResourceSpec_LocationType) Enum ¶
func (x Zone_ResourceSpec_LocationType) Enum() *Zone_ResourceSpec_LocationType
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 (x Zone_ResourceSpec_LocationType) Number() protoreflect.EnumNumber
func (Zone_ResourceSpec_LocationType) String ¶
func (x Zone_ResourceSpec_LocationType) String() string
func (Zone_ResourceSpec_LocationType) Type ¶
func (Zone_ResourceSpec_LocationType) Type() protoreflect.EnumType
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) EnumDescriptor
deprecated
func (Zone_Type) Number ¶
func (x Zone_Type) Number() protoreflect.EnumNumber
func (Zone_Type) Type ¶
func (Zone_Type) Type() protoreflect.EnumType