File: //snap/google-cloud-cli/394/lib/googlecloudsdk/generated_clients/apis/dataplex/v1/resources.py
# -*- coding: utf-8 -*- #
# Copyright 2023 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Resource definitions for Cloud Platform Apis generated from apitools."""
import enum
BASE_URL = 'https://dataplex.googleapis.com/v1/'
DOCS_URL = 'https://cloud.google.com/dataplex/docs'
class Collections(enum.Enum):
"""Collections for all supported apis."""
ORGANIZATIONS = (
'organizations',
'organizations/{organizationsId}',
{},
['organizationsId'],
True
)
ORGANIZATIONS_LOCATIONS = (
'organizations.locations',
'organizations/{organizationsId}/locations/{locationsId}',
{},
['organizationsId', 'locationsId'],
True
)
ORGANIZATIONS_LOCATIONS_ENCRYPTIONCONFIGS = (
'organizations.locations.encryptionConfigs',
'{+name}',
{
'':
'organizations/{organizationsId}/locations/{locationsId}/'
'encryptionConfigs/{encryptionConfigsId}',
},
['name'],
True
)
ORGANIZATIONS_LOCATIONS_OPERATIONS = (
'organizations.locations.operations',
'{+name}',
{
'':
'organizations/{organizationsId}/locations/{locationsId}/'
'operations/{operationsId}',
},
['name'],
True
)
PROJECTS = (
'projects',
'projects/{projectsId}',
{},
['projectsId'],
True
)
PROJECTS_LOCATIONS = (
'projects.locations',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_ASPECTTYPES = (
'projects.locations.aspectTypes',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/aspectTypes/'
'{aspectTypesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_DATAATTRIBUTEBINDINGS = (
'projects.locations.dataAttributeBindings',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/'
'dataAttributeBindings/{dataAttributeBindingsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_DATASCANS = (
'projects.locations.dataScans',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/dataScans/'
'{dataScansId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_DATASCANS_JOBS = (
'projects.locations.dataScans.jobs',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/dataScans/'
'{dataScansId}/jobs/{jobsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_DATATAXONOMIES = (
'projects.locations.dataTaxonomies',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/dataTaxonomies/'
'{dataTaxonomiesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_DATATAXONOMIES_ATTRIBUTES = (
'projects.locations.dataTaxonomies.attributes',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/dataTaxonomies/'
'{dataTaxonomiesId}/attributes/{attributesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_ENTRYGROUPS = (
'projects.locations.entryGroups',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/entryGroups/'
'{entryGroupsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_ENTRYGROUPS_ENTRIES = (
'projects.locations.entryGroups.entries',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/entryGroups/'
'{entryGroupsId}/entries/{entriesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_ENTRYGROUPS_ENTRYLINKS = (
'projects.locations.entryGroups.entryLinks',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/entryGroups/'
'{entryGroupsId}/entryLinks/{entryLinksId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_ENTRYTYPES = (
'projects.locations.entryTypes',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/entryTypes/'
'{entryTypesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_GLOSSARIES = (
'projects.locations.glossaries',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/glossaries/'
'{glossariesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_GLOSSARIES_CATEGORIES = (
'projects.locations.glossaries.categories',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/glossaries/'
'{glossariesId}/categories/{categoriesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_GLOSSARIES_TERMS = (
'projects.locations.glossaries.terms',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/glossaries/'
'{glossariesId}/terms/{termsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_GOVERNANCERULES = (
'projects.locations.governanceRules',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/governanceRules/'
'{governanceRulesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES = (
'projects.locations.lakes',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES_ACTIONS = (
'projects.locations.lakes.actions',
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/actions/'
'{actionsId}',
{},
['projectsId', 'locationsId', 'lakesId', 'actionsId'],
True
)
PROJECTS_LOCATIONS_LAKES_CONTENT = (
'projects.locations.lakes.content',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'content/{contentId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES_CONTENTITEMS = (
'projects.locations.lakes.contentitems',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'contentitems/{contentitemsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES_ENVIRONMENTS = (
'projects.locations.lakes.environments',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'environments/{environmentsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES_ENVIRONMENTS_SESSIONS = (
'projects.locations.lakes.environments.sessions',
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'environments/{environmentId}/sessions/{sessionId}',
{},
['projectsId', 'locationsId', 'lakesId', 'environmentId', 'sessionId'],
True
)
PROJECTS_LOCATIONS_LAKES_TASKS = (
'projects.locations.lakes.tasks',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'tasks/{tasksId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES_TASKS_JOBS = (
'projects.locations.lakes.tasks.jobs',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'tasks/{tasksId}/jobs/{jobsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES_ZONES = (
'projects.locations.lakes.zones',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'zones/{zonesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES_ZONES_ACTIONS = (
'projects.locations.lakes.zones.actions',
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/zones/'
'{zonesId}/actions/{actionsId}',
{},
['projectsId', 'locationsId', 'lakesId', 'zonesId', 'actionsId'],
True
)
PROJECTS_LOCATIONS_LAKES_ZONES_ASSETS = (
'projects.locations.lakes.zones.assets',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'zones/{zonesId}/assets/{assetsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES_ZONES_ASSETS_ACTIONS = (
'projects.locations.lakes.zones.assets.actions',
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/zones/'
'{zonesId}/assets/{assetsId}/actions/{actionsId}',
{},
['projectsId', 'locationsId', 'lakesId', 'zonesId', 'assetsId', 'actionsId'],
True
)
PROJECTS_LOCATIONS_LAKES_ZONES_ENTITIES = (
'projects.locations.lakes.zones.entities',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'zones/{zonesId}/entities/{entitiesId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_LAKES_ZONES_ENTITIES_PARTITIONS = (
'projects.locations.lakes.zones.entities.partitions',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/lakes/{lakesId}/'
'zones/{zonesId}/entities/{entitiesId}/partitions/'
'{partitionsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_METADATAJOBS = (
'projects.locations.metadataJobs',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/metadataJobs/'
'{metadataJobsId}',
},
['name'],
True
)
PROJECTS_LOCATIONS_OPERATIONS = (
'projects.locations.operations',
'{+name}',
{
'':
'projects/{projectsId}/locations/{locationsId}/operations/'
'{operationsId}',
},
['name'],
True
)
def __init__(self, collection_name, path, flat_paths, params,
enable_uri_parsing):
self.collection_name = collection_name
self.path = path
self.flat_paths = flat_paths
self.params = params
self.enable_uri_parsing = enable_uri_parsing