Enum DatabaseEntityView (2.40.0)

public enum DatabaseEntityView extends Enum<DatabaseEntityView> implements ProtocolMessageEnum

AIP-157 Partial Response view for Database Entity.

Protobuf enum google.cloud.clouddms.v1.DatabaseEntityView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DATABASE_ENTITY_VIEW_BASIC

Default view. Does not return DDLs or Issues.

DATABASE_ENTITY_VIEW_BASIC = 1;

DATABASE_ENTITY_VIEW_BASIC_VALUE

Default view. Does not return DDLs or Issues.

DATABASE_ENTITY_VIEW_BASIC = 1;

DATABASE_ENTITY_VIEW_FULL

Return full entity details including mappings, ddl and issues.

DATABASE_ENTITY_VIEW_FULL = 2;

DATABASE_ENTITY_VIEW_FULL_VALUE

Return full entity details including mappings, ddl and issues.

DATABASE_ENTITY_VIEW_FULL = 2;

DATABASE_ENTITY_VIEW_ROOT_SUMMARY

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.

DATABASE_ENTITY_VIEW_ROOT_SUMMARY = 3;

DATABASE_ENTITY_VIEW_ROOT_SUMMARY_VALUE

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.

DATABASE_ENTITY_VIEW_ROOT_SUMMARY = 3;

DATABASE_ENTITY_VIEW_UNSPECIFIED

Unspecified view. Defaults to basic view.

DATABASE_ENTITY_VIEW_UNSPECIFIED = 0;

DATABASE_ENTITY_VIEW_UNSPECIFIED_VALUE

Unspecified view. Defaults to basic view.

DATABASE_ENTITY_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()