catalog

package
v1.12.0-beta.7 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Overview

Package catalog -- generated by scloudgen !! DO NOT EDIT !!

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateActionForRuleAliasAction

func CreateActionForRuleAliasAction(cmd *cobra.Command, args []string) error

CreateActionForRuleAliasAction Creates a new action for the specified rule by rule id or resource name.

func CreateActionForRuleAutoKvAction

func CreateActionForRuleAutoKvAction(cmd *cobra.Command, args []string) error

CreateActionForRuleAutoKvAction Creates a new action for the specified rule by rule id or resource name.

func CreateActionForRuleEvalAction

func CreateActionForRuleEvalAction(cmd *cobra.Command, args []string) error

CreateActionForRuleEvalAction Creates a new action for the specified rule by rule id or resource name.

func CreateActionForRuleLookupAction

func CreateActionForRuleLookupAction(cmd *cobra.Command, args []string) error

CreateActionForRuleLookupAction Creates a new action for the specified rule by rule id or resource name.

func CreateActionForRuleRegexAction

func CreateActionForRuleRegexAction(cmd *cobra.Command, args []string) error

CreateActionForRuleRegexAction Creates a new action for the specified rule by rule id or resource name.

func CreateAnnotationForDashboard

func CreateAnnotationForDashboard(cmd *cobra.Command, args []string) error

CreateAnnotationForDashboard Creates a new annotation for the specified dashboard.

func CreateAnnotationForDataset

func CreateAnnotationForDataset(cmd *cobra.Command, args []string) error

CreateAnnotationForDataset Creates a new annotation for the specified dataset.

func CreateDashboard

func CreateDashboard(cmd *cobra.Command, args []string) error

CreateDashboard Creates a new dashboard.

func CreateDatasetFederatedDataset

func CreateDatasetFederatedDataset(cmd *cobra.Command, args []string) error

CreateDatasetFederatedDataset Creates a new dataset.

func CreateDatasetImport

func CreateDatasetImport(cmd *cobra.Command, args []string) error

CreateDatasetImport Creates a new dataset import using the ID or resource name of the imported dataset.

func CreateDatasetImportDataset

func CreateDatasetImportDataset(cmd *cobra.Command, args []string) error

CreateDatasetImportDataset Creates a new dataset.

func CreateDatasetIndexDataset

func CreateDatasetIndexDataset(cmd *cobra.Command, args []string) error

CreateDatasetIndexDataset Creates a new dataset.

func CreateDatasetKvCollectionDataset

func CreateDatasetKvCollectionDataset(cmd *cobra.Command, args []string) error

CreateDatasetKvCollectionDataset Creates a new dataset.

func CreateDatasetLookupDataset

func CreateDatasetLookupDataset(cmd *cobra.Command, args []string) error

CreateDatasetLookupDataset Creates a new dataset.

func CreateDatasetMetricDataset

func CreateDatasetMetricDataset(cmd *cobra.Command, args []string) error

CreateDatasetMetricDataset Creates a new dataset.

func CreateDatasetViewDataset

func CreateDatasetViewDataset(cmd *cobra.Command, args []string) error

CreateDatasetViewDataset Creates a new dataset.

func CreateFieldForDataset

func CreateFieldForDataset(cmd *cobra.Command, args []string) error

CreateFieldForDataset Adds a new field to the dataset with the specified ID or resource name.

func CreateRelationship

func CreateRelationship(cmd *cobra.Command, args []string) error

CreateRelationship Creates a new relationship.

func CreateRule

func CreateRule(cmd *cobra.Command, args []string) error

CreateRule Creates a new rule.

func DeleteActionByIdForRule

func DeleteActionByIdForRule(cmd *cobra.Command, args []string) error

DeleteActionByIdForRule Deletes the action with the specified ID that is associated with the specified rule.

func DeleteAnnotationOfDashboard

func DeleteAnnotationOfDashboard(cmd *cobra.Command, args []string) error

DeleteAnnotationOfDashboard Deletes the annotation with the speciifed ID that is associted with the specified dashboard.

func DeleteAnnotationOfDataset

func DeleteAnnotationOfDataset(cmd *cobra.Command, args []string) error

DeleteAnnotationOfDataset Deletes the annotation with the specified ID that is associated with the specified dataset.

func DeleteDashboard

func DeleteDashboard(cmd *cobra.Command, args []string) error

DeleteDashboard Deletes the dashboard with the specified ID or resource name.

func DeleteDataset

func DeleteDataset(cmd *cobra.Command, args []string) error

DeleteDataset Deletes the dataset with the specified ID or resource name. Deleting a dataset also deletes its dependent objects, such as fields.

func DeleteFieldByIdForDataset

func DeleteFieldByIdForDataset(cmd *cobra.Command, args []string) error

DeleteFieldByIdForDataset Deletes the field with the specified ID that is part of the specified dataset.

func DeleteRelationshipById

func DeleteRelationshipById(cmd *cobra.Command, args []string) error

DeleteRelationshipById Deletes the relationship with the specified relationship ID. Deleting a relationship also deletes any objects that are dependents of that relationship, such as relationship fields.

func DeleteRule

func DeleteRule(cmd *cobra.Command, args []string) error

DeleteRule Deletes the rule with the specfied ID or resource name. Deleting a rule also deleletes any objects that are dependents of that rule, such as rule actions.

func GetActionByIdForRule

func GetActionByIdForRule(cmd *cobra.Command, args []string) error

GetActionByIdForRule Returns information about the action with the specified ID that is associated with the specified rule.

func GetDashboard

func GetDashboard(cmd *cobra.Command, args []string) error

GetDashboard Returns information about the dashboard with the specified ID or resource name.

func GetDataset

func GetDataset(cmd *cobra.Command, args []string) error

GetDataset Returns information about the dataset with the specified ID or resource name. For the default module, the resource name format is datasetName. Otherwise, the resource name format is module.datasetName.

func GetFieldById

func GetFieldById(cmd *cobra.Command, args []string) error

GetFieldById Returns the field with the specified ID.

func GetFieldByIdForDataset

func GetFieldByIdForDataset(cmd *cobra.Command, args []string) error

GetFieldByIdForDataset Returns the field with the specified ID that is part of the specified dataset.

func GetRelationshipById

func GetRelationshipById(cmd *cobra.Command, args []string) error

GetRelationshipById Returns the relationship with the specified relationship ID.

func GetRule

func GetRule(cmd *cobra.Command, args []string) error

GetRule Returns information about rule with the specified rule ID or resource name.

func ImportDataset

func ImportDataset(cmd *cobra.Command, args []string) error

ImportDataset Creates a new dataset import using the ID or resource name of the imported dataset.

func ListActionsForRule

func ListActionsForRule(cmd *cobra.Command, args []string) error

ListActionsForRule Returns the set of actions that are part of the specified rule.

func ListAnnotations

func ListAnnotations(cmd *cobra.Command, args []string) error

ListAnnotations Returns the set of annotations across all objects.

func ListAnnotationsForDashboard

func ListAnnotationsForDashboard(cmd *cobra.Command, args []string) error

ListAnnotationsForDashboard Returns the set of annotations that are associated with the specified dashboard.

func ListAnnotationsForDataset

func ListAnnotationsForDataset(cmd *cobra.Command, args []string) error

ListAnnotationsForDataset Returns the set of annotations that are associated with the specified dataset.

func ListDashboards

func ListDashboards(cmd *cobra.Command, args []string) error

ListDashboards Returns a list of dashboards.

func ListDatasets

func ListDatasets(cmd *cobra.Command, args []string) error

ListDatasets Returns a list of all datasets. Use a filter to return a specific list of datasets.

func ListFields

func ListFields(cmd *cobra.Command, args []string) error

ListFields Returns a list of all of the fields in the Metadata Catalog.

func ListFieldsForDataset

func ListFieldsForDataset(cmd *cobra.Command, args []string) error

ListFieldsForDataset Returns the set of fields for the dataset with the specified ID or resource name.

func ListModules

func ListModules(cmd *cobra.Command, args []string) error

ListModules Returns a list of all modules. Use a filter to return a specific list of modules.

func ListRelationships

func ListRelationships(cmd *cobra.Command, args []string) error

ListRelationships Returns a list of all relationships. Use a filter to return a specific list of relationships.

func ListRules

func ListRules(cmd *cobra.Command, args []string) error

ListRules Returns a list of rules that match a filter, if specified, otherwise returns all rules.

func UpdateActionByIdForRuleAliasAction

func UpdateActionByIdForRuleAliasAction(cmd *cobra.Command, args []string) error

UpdateActionByIdForRuleAliasAction Modifies the action with the specified ID that is associated with the specified rule.

func UpdateActionByIdForRuleAutoKvAction

func UpdateActionByIdForRuleAutoKvAction(cmd *cobra.Command, args []string) error

UpdateActionByIdForRuleAutoKvAction Modifies the action with the specified ID that is associated with the specified rule.

func UpdateActionByIdForRuleEvalAction

func UpdateActionByIdForRuleEvalAction(cmd *cobra.Command, args []string) error

UpdateActionByIdForRuleEvalAction Modifies the action with the specified ID that is associated with the specified rule.

func UpdateActionByIdForRuleLookupAction

func UpdateActionByIdForRuleLookupAction(cmd *cobra.Command, args []string) error

UpdateActionByIdForRuleLookupAction Modifies the action with the specified ID that is associated with the specified rule.

func UpdateActionByIdForRuleRegexAction

func UpdateActionByIdForRuleRegexAction(cmd *cobra.Command, args []string) error

UpdateActionByIdForRuleRegexAction Modifies the action with the specified ID that is associated with the specified rule.

func UpdateDashboard

func UpdateDashboard(cmd *cobra.Command, args []string) error

UpdateDashboard Modifies the dashboard with the specified ID or resource name.

func UpdateDatasetFederatedDataset

func UpdateDatasetFederatedDataset(cmd *cobra.Command, args []string) error

UpdateDatasetFederatedDataset Modifies the dataset with the specified Dataset ID or Resource Name. For the default module, the resource name format is datasetName, otherwise, the resource name format is module.datasetName.

func UpdateDatasetImportDataset

func UpdateDatasetImportDataset(cmd *cobra.Command, args []string) error

UpdateDatasetImportDataset Modifies the dataset with the specified Dataset ID or Resource Name. For the default module, the resource name format is datasetName, otherwise, the resource name format is module.datasetName.

func UpdateDatasetIndexDataset

func UpdateDatasetIndexDataset(cmd *cobra.Command, args []string) error

UpdateDatasetIndexDataset Modifies the dataset with the specified Dataset ID or Resource Name. For the default module, the resource name format is datasetName, otherwise, the resource name format is module.datasetName.

func UpdateDatasetKvCollectionDataset

func UpdateDatasetKvCollectionDataset(cmd *cobra.Command, args []string) error

UpdateDatasetKvCollectionDataset Modifies the dataset with the specified Dataset ID or Resource Name. For the default module, the resource name format is datasetName, otherwise, the resource name format is module.datasetName.

func UpdateDatasetLookupDataset

func UpdateDatasetLookupDataset(cmd *cobra.Command, args []string) error

UpdateDatasetLookupDataset Modifies the dataset with the specified Dataset ID or Resource Name. For the default module, the resource name format is datasetName, otherwise, the resource name format is module.datasetName.

func UpdateDatasetMetricDataset

func UpdateDatasetMetricDataset(cmd *cobra.Command, args []string) error

UpdateDatasetMetricDataset Modifies the dataset with the specified Dataset ID or Resource Name. For the default module, the resource name format is datasetName, otherwise, the resource name format is module.datasetName.

func UpdateDatasetViewDataset

func UpdateDatasetViewDataset(cmd *cobra.Command, args []string) error

UpdateDatasetViewDataset Modifies the dataset with the specified Dataset ID or Resource Name. For the default module, the resource name format is datasetName, otherwise, the resource name format is module.datasetName.

func UpdateFieldByIdForDataset

func UpdateFieldByIdForDataset(cmd *cobra.Command, args []string) error

UpdateFieldByIdForDataset Modifies the field with the specified ID that is part of the specified dataset.

func UpdateRelationshipById

func UpdateRelationshipById(cmd *cobra.Command, args []string) error

UpdateRelationshipById Modifies the relationship with the specified relationship ID.

func UpdateRule

func UpdateRule(cmd *cobra.Command, args []string) error

UpdateRule Modifies the rule with the specified rule ID or resource name.

Types

This section is empty.

Jump to

Keyboard shortcuts

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