public enum DatabaseEntityView extends Enum<DatabaseEntityView> implements com.google.protobuf.ProtocolMessageEnum
AIP-157 Partial Response view for Database Entity.Protobuf enum
google.cloud.clouddms.v1.DatabaseEntityView| Enum Constant and Description |
|---|
DATABASE_ENTITY_VIEW_BASIC
Default view.
|
DATABASE_ENTITY_VIEW_FULL
Return full entity details including mappings, ddl and issues.
|
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.
|
DATABASE_ENTITY_VIEW_UNSPECIFIED
Unspecified view.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATABASE_ENTITY_VIEW_BASIC_VALUE
Default view.
|
static int |
DATABASE_ENTITY_VIEW_FULL_VALUE
Return full entity details including mappings, ddl and issues.
|
static int |
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.
|
static int |
DATABASE_ENTITY_VIEW_UNSPECIFIED_VALUE
Unspecified view.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseEntityView |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<DatabaseEntityView> |
internalGetValueMap() |
static DatabaseEntityView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatabaseEntityView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseEntityView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseEntityView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseEntityView DATABASE_ENTITY_VIEW_UNSPECIFIED
Unspecified view. Defaults to basic view.
DATABASE_ENTITY_VIEW_UNSPECIFIED = 0;public static final DatabaseEntityView DATABASE_ENTITY_VIEW_BASIC
Default view. Does not return DDLs or Issues.
DATABASE_ENTITY_VIEW_BASIC = 1;public static final DatabaseEntityView DATABASE_ENTITY_VIEW_FULL
Return full entity details including mappings, ddl and issues.
DATABASE_ENTITY_VIEW_FULL = 2;public static final DatabaseEntityView 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;public static final DatabaseEntityView UNRECOGNIZED
public static final int DATABASE_ENTITY_VIEW_UNSPECIFIED_VALUE
Unspecified view. Defaults to basic view.
DATABASE_ENTITY_VIEW_UNSPECIFIED = 0;public static final int DATABASE_ENTITY_VIEW_BASIC_VALUE
Default view. Does not return DDLs or Issues.
DATABASE_ENTITY_VIEW_BASIC = 1;public static final int DATABASE_ENTITY_VIEW_FULL_VALUE
Return full entity details including mappings, ddl and issues.
DATABASE_ENTITY_VIEW_FULL = 2;public static final int 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;public static DatabaseEntityView[] values()
for (DatabaseEntityView c : DatabaseEntityView.values()) System.out.println(c);
public static DatabaseEntityView valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static DatabaseEntityView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DatabaseEntityView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DatabaseEntityView> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DatabaseEntityView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.