Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
BusinessGlossaryService
-----------------------------------------

.. automodule:: google.cloud.dataplex_v1.services.business_glossary_service
:members:
:inherited-members:

.. automodule:: google.cloud.dataplex_v1.services.business_glossary_service.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Services for Google Cloud Dataplex v1 API
.. toctree::
:maxdepth: 2

business_glossary_service
catalog_service
cmek_service
content_service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
__version__ = package_version.__version__


from google.cloud.dataplex_v1.services.business_glossary_service.async_client import (
BusinessGlossaryServiceAsyncClient,
)
from google.cloud.dataplex_v1.services.business_glossary_service.client import (
BusinessGlossaryServiceClient,
)
from google.cloud.dataplex_v1.services.catalog_service.async_client import (
CatalogServiceAsyncClient,
)
Expand Down Expand Up @@ -59,27 +65,54 @@
MetadataServiceClient,
)
from google.cloud.dataplex_v1.types.analyze import Content, Environment, Session
from google.cloud.dataplex_v1.types.business_glossary import (
CreateGlossaryCategoryRequest,
CreateGlossaryRequest,
CreateGlossaryTermRequest,
DeleteGlossaryCategoryRequest,
DeleteGlossaryRequest,
DeleteGlossaryTermRequest,
GetGlossaryCategoryRequest,
GetGlossaryRequest,
GetGlossaryTermRequest,
Glossary,
GlossaryCategory,
GlossaryTerm,
ListGlossariesRequest,
ListGlossariesResponse,
ListGlossaryCategoriesRequest,
ListGlossaryCategoriesResponse,
ListGlossaryTermsRequest,
ListGlossaryTermsResponse,
UpdateGlossaryCategoryRequest,
UpdateGlossaryRequest,
UpdateGlossaryTermRequest,
)
from google.cloud.dataplex_v1.types.catalog import (
Aspect,
AspectSource,
AspectType,
CancelMetadataJobRequest,
CreateAspectTypeRequest,
CreateEntryGroupRequest,
CreateEntryLinkRequest,
CreateEntryRequest,
CreateEntryTypeRequest,
CreateMetadataJobRequest,
DeleteAspectTypeRequest,
DeleteEntryGroupRequest,
DeleteEntryLinkRequest,
DeleteEntryRequest,
DeleteEntryTypeRequest,
Entry,
EntryGroup,
EntryLink,
EntrySource,
EntryType,
EntryView,
GetAspectTypeRequest,
GetEntryGroupRequest,
GetEntryLinkRequest,
GetEntryRequest,
GetEntryTypeRequest,
GetMetadataJobRequest,
Expand Down Expand Up @@ -180,6 +213,9 @@
RunDataScanResponse,
UpdateDataScanRequest,
)
from google.cloud.dataplex_v1.types.datascans_common import (
DataScanCatalogPublishingStatus,
)
from google.cloud.dataplex_v1.types.logs import (
BusinessGlossaryEvent,
DataQualityScanRuleResult,
Expand Down Expand Up @@ -267,6 +303,8 @@
from google.cloud.dataplex_v1.types.tasks import Job, Task

__all__ = (
"BusinessGlossaryServiceClient",
"BusinessGlossaryServiceAsyncClient",
"CatalogServiceClient",
"CatalogServiceAsyncClient",
"CmekServiceClient",
Expand All @@ -284,25 +322,50 @@
"Content",
"Environment",
"Session",
"CreateGlossaryCategoryRequest",
"CreateGlossaryRequest",
"CreateGlossaryTermRequest",
"DeleteGlossaryCategoryRequest",
"DeleteGlossaryRequest",
"DeleteGlossaryTermRequest",
"GetGlossaryCategoryRequest",
"GetGlossaryRequest",
"GetGlossaryTermRequest",
"Glossary",
"GlossaryCategory",
"GlossaryTerm",
"ListGlossariesRequest",
"ListGlossariesResponse",
"ListGlossaryCategoriesRequest",
"ListGlossaryCategoriesResponse",
"ListGlossaryTermsRequest",
"ListGlossaryTermsResponse",
"UpdateGlossaryCategoryRequest",
"UpdateGlossaryRequest",
"UpdateGlossaryTermRequest",
"Aspect",
"AspectSource",
"AspectType",
"CancelMetadataJobRequest",
"CreateAspectTypeRequest",
"CreateEntryGroupRequest",
"CreateEntryLinkRequest",
"CreateEntryRequest",
"CreateEntryTypeRequest",
"CreateMetadataJobRequest",
"DeleteAspectTypeRequest",
"DeleteEntryGroupRequest",
"DeleteEntryLinkRequest",
"DeleteEntryRequest",
"DeleteEntryTypeRequest",
"Entry",
"EntryGroup",
"EntryLink",
"EntrySource",
"EntryType",
"GetAspectTypeRequest",
"GetEntryGroupRequest",
"GetEntryLinkRequest",
"GetEntryRequest",
"GetEntryTypeRequest",
"GetMetadataJobRequest",
Expand Down Expand Up @@ -389,6 +452,7 @@
"RunDataScanResponse",
"UpdateDataScanRequest",
"DataScanType",
"DataScanCatalogPublishingStatus",
"BusinessGlossaryEvent",
"DataQualityScanRuleResult",
"DataScanEvent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
__version__ = package_version.__version__


from .services.business_glossary_service import (
BusinessGlossaryServiceAsyncClient,
BusinessGlossaryServiceClient,
)
from .services.catalog_service import CatalogServiceAsyncClient, CatalogServiceClient
from .services.cmek_service import CmekServiceAsyncClient, CmekServiceClient
from .services.content_service import ContentServiceAsyncClient, ContentServiceClient
Expand All @@ -32,27 +36,54 @@
from .services.dataplex_service import DataplexServiceAsyncClient, DataplexServiceClient
from .services.metadata_service import MetadataServiceAsyncClient, MetadataServiceClient
from .types.analyze import Content, Environment, Session
from .types.business_glossary import (
CreateGlossaryCategoryRequest,
CreateGlossaryRequest,
CreateGlossaryTermRequest,
DeleteGlossaryCategoryRequest,
DeleteGlossaryRequest,
DeleteGlossaryTermRequest,
GetGlossaryCategoryRequest,
GetGlossaryRequest,
GetGlossaryTermRequest,
Glossary,
GlossaryCategory,
GlossaryTerm,
ListGlossariesRequest,
ListGlossariesResponse,
ListGlossaryCategoriesRequest,
ListGlossaryCategoriesResponse,
ListGlossaryTermsRequest,
ListGlossaryTermsResponse,
UpdateGlossaryCategoryRequest,
UpdateGlossaryRequest,
UpdateGlossaryTermRequest,
)
from .types.catalog import (
Aspect,
AspectSource,
AspectType,
CancelMetadataJobRequest,
CreateAspectTypeRequest,
CreateEntryGroupRequest,
CreateEntryLinkRequest,
CreateEntryRequest,
CreateEntryTypeRequest,
CreateMetadataJobRequest,
DeleteAspectTypeRequest,
DeleteEntryGroupRequest,
DeleteEntryLinkRequest,
DeleteEntryRequest,
DeleteEntryTypeRequest,
Entry,
EntryGroup,
EntryLink,
EntrySource,
EntryType,
EntryView,
GetAspectTypeRequest,
GetEntryGroupRequest,
GetEntryLinkRequest,
GetEntryRequest,
GetEntryTypeRequest,
GetMetadataJobRequest,
Expand Down Expand Up @@ -147,6 +178,7 @@
RunDataScanResponse,
UpdateDataScanRequest,
)
from .types.datascans_common import DataScanCatalogPublishingStatus
from .types.logs import (
BusinessGlossaryEvent,
DataQualityScanRuleResult,
Expand Down Expand Up @@ -227,6 +259,7 @@
from .types.tasks import Job, Task

__all__ = (
"BusinessGlossaryServiceAsyncClient",
"CatalogServiceAsyncClient",
"CmekServiceAsyncClient",
"ContentServiceAsyncClient",
Expand All @@ -241,6 +274,7 @@
"Asset",
"AssetStatus",
"BusinessGlossaryEvent",
"BusinessGlossaryServiceClient",
"CancelJobRequest",
"CancelMetadataJobRequest",
"CatalogServiceClient",
Expand All @@ -257,9 +291,13 @@
"CreateEncryptionConfigRequest",
"CreateEntityRequest",
"CreateEntryGroupRequest",
"CreateEntryLinkRequest",
"CreateEntryRequest",
"CreateEntryTypeRequest",
"CreateEnvironmentRequest",
"CreateGlossaryCategoryRequest",
"CreateGlossaryRequest",
"CreateGlossaryTermRequest",
"CreateLakeRequest",
"CreateMetadataJobRequest",
"CreatePartitionRequest",
Expand All @@ -281,6 +319,7 @@
"DataQualityScanRuleResult",
"DataQualitySpec",
"DataScan",
"DataScanCatalogPublishingStatus",
"DataScanEvent",
"DataScanJob",
"DataScanServiceClient",
Expand All @@ -299,9 +338,13 @@
"DeleteEncryptionConfigRequest",
"DeleteEntityRequest",
"DeleteEntryGroupRequest",
"DeleteEntryLinkRequest",
"DeleteEntryRequest",
"DeleteEntryTypeRequest",
"DeleteEnvironmentRequest",
"DeleteGlossaryCategoryRequest",
"DeleteGlossaryRequest",
"DeleteGlossaryTermRequest",
"DeleteLakeRequest",
"DeletePartitionRequest",
"DeleteTaskRequest",
Expand All @@ -311,6 +354,7 @@
"Entity",
"Entry",
"EntryGroup",
"EntryLink",
"EntryLinkEvent",
"EntrySource",
"EntryType",
Expand All @@ -329,15 +373,22 @@
"GetEncryptionConfigRequest",
"GetEntityRequest",
"GetEntryGroupRequest",
"GetEntryLinkRequest",
"GetEntryRequest",
"GetEntryTypeRequest",
"GetEnvironmentRequest",
"GetGlossaryCategoryRequest",
"GetGlossaryRequest",
"GetGlossaryTermRequest",
"GetJobRequest",
"GetLakeRequest",
"GetMetadataJobRequest",
"GetPartitionRequest",
"GetTaskRequest",
"GetZoneRequest",
"Glossary",
"GlossaryCategory",
"GlossaryTerm",
"GovernanceEvent",
"ImportItem",
"Job",
Expand Down Expand Up @@ -373,6 +424,12 @@
"ListEntryTypesResponse",
"ListEnvironmentsRequest",
"ListEnvironmentsResponse",
"ListGlossariesRequest",
"ListGlossariesResponse",
"ListGlossaryCategoriesRequest",
"ListGlossaryCategoriesResponse",
"ListGlossaryTermsRequest",
"ListGlossaryTermsResponse",
"ListJobsRequest",
"ListJobsResponse",
"ListLakeActionsRequest",
Expand Down Expand Up @@ -426,6 +483,9 @@
"UpdateEntryRequest",
"UpdateEntryTypeRequest",
"UpdateEnvironmentRequest",
"UpdateGlossaryCategoryRequest",
"UpdateGlossaryRequest",
"UpdateGlossaryTermRequest",
"UpdateLakeRequest",
"UpdateTaskRequest",
"UpdateZoneRequest",
Expand Down
Loading
Loading