Reference documentation and code samples for the Google Cloud Dms V1 Client class DatabaseEntityView.
AIP-157 Partial Response view for Database Entity.
Protobuf type google.cloud.clouddms.v1.DatabaseEntityView
Namespace
Google \ Cloud \ CloudDms \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
DATABASE_ENTITY_VIEW_UNSPECIFIED
Value: 0
Unspecified view. Defaults to basic view.
Generated from protobuf enum DATABASE_ENTITY_VIEW_UNSPECIFIED = 0;
DATABASE_ENTITY_VIEW_BASIC
Value: 1
Default view. Does not return DDLs or Issues.
Generated from protobuf enum DATABASE_ENTITY_VIEW_BASIC = 1;
DATABASE_ENTITY_VIEW_FULL
Value: 2
Return full entity details including mappings, ddl and issues.
Generated from protobuf enum DATABASE_ENTITY_VIEW_FULL = 2;
DATABASE_ENTITY_VIEW_ROOT_SUMMARY
Value: 3
Top-most (Database, Schema) nodes which are returned contains summary
details for their decendents such as the number of entities per type and
issues rollups. When this view is used, only a single page of result is
returned and the page_size property of the request is ignored. The
returned page will only include the top-most node types.
Generated from protobuf enum DATABASE_ENTITY_VIEW_ROOT_SUMMARY = 3;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Dms V1 Client - Class DatabaseEntityView (2.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.6 (latest)](/php/docs/reference/cloud-dms/latest/V1.DatabaseEntityView)\n- [2.0.5](/php/docs/reference/cloud-dms/2.0.5/V1.DatabaseEntityView)\n- [1.5.5](/php/docs/reference/cloud-dms/1.5.5/V1.DatabaseEntityView)\n- [1.4.2](/php/docs/reference/cloud-dms/1.4.2/V1.DatabaseEntityView)\n- [1.3.0](/php/docs/reference/cloud-dms/1.3.0/V1.DatabaseEntityView)\n- [1.2.1](/php/docs/reference/cloud-dms/1.2.1/V1.DatabaseEntityView)\n- [1.1.0](/php/docs/reference/cloud-dms/1.1.0/V1.DatabaseEntityView)\n- [1.0.5](/php/docs/reference/cloud-dms/1.0.5/V1.DatabaseEntityView) \nReference documentation and code samples for the Google Cloud Dms V1 Client class DatabaseEntityView.\n\nAIP-157 Partial Response view for Database Entity.\n\nProtobuf type `google.cloud.clouddms.v1.DatabaseEntityView`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ CloudDms \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### DATABASE_ENTITY_VIEW_UNSPECIFIED\n\n Value: 0\n\nUnspecified view. Defaults to basic view.\n\nGenerated from protobuf enum `DATABASE_ENTITY_VIEW_UNSPECIFIED = 0;`\n\n### DATABASE_ENTITY_VIEW_BASIC\n\n Value: 1\n\nDefault view. Does not return DDLs or Issues.\n\nGenerated from protobuf enum `DATABASE_ENTITY_VIEW_BASIC = 1;`\n\n### DATABASE_ENTITY_VIEW_FULL\n\n Value: 2\n\nReturn full entity details including mappings, ddl and issues.\n\nGenerated from protobuf enum `DATABASE_ENTITY_VIEW_FULL = 2;`\n\n### DATABASE_ENTITY_VIEW_ROOT_SUMMARY\n\n Value: 3\n\nTop-most (Database, Schema) nodes which are returned contains summary\ndetails for their decendents such as the number of entities per type and\nissues rollups. When this view is used, only a single page of result is\nreturned and the page_size property of the request is ignored. The\nreturned page will only include the top-most node types.\n\nGenerated from protobuf enum `DATABASE_ENTITY_VIEW_ROOT_SUMMARY = 3;`"]]