public static enum ExportInsightsDataRequest.WriteDisposition extends Enum<ExportInsightsDataRequest.WriteDisposition> implements com.google.protobuf.ProtocolMessageEnum
Specifies the action that occurs if the destination table already exists.Protobuf enum
google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.WriteDisposition| Enum Constant and Description |
|---|
UNRECOGNIZED |
WRITE_APPEND
If the table already exists, BigQuery will append data to the table.
|
WRITE_DISPOSITION_UNSPECIFIED
Write disposition is not specified.
|
WRITE_TRUNCATE
If the table already exists, BigQuery will overwrite the table data and
use the schema from the load.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
WRITE_APPEND_VALUE
If the table already exists, BigQuery will append data to the table.
|
static int |
WRITE_DISPOSITION_UNSPECIFIED_VALUE
Write disposition is not specified.
|
static int |
WRITE_TRUNCATE_VALUE
If the table already exists, BigQuery will overwrite the table data and
use the schema from the load.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportInsightsDataRequest.WriteDisposition |
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<ExportInsightsDataRequest.WriteDisposition> |
internalGetValueMap() |
static ExportInsightsDataRequest.WriteDisposition |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ExportInsightsDataRequest.WriteDisposition |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExportInsightsDataRequest.WriteDisposition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportInsightsDataRequest.WriteDisposition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportInsightsDataRequest.WriteDisposition WRITE_DISPOSITION_UNSPECIFIED
Write disposition is not specified. Defaults to WRITE_TRUNCATE.
WRITE_DISPOSITION_UNSPECIFIED = 0;public static final ExportInsightsDataRequest.WriteDisposition WRITE_TRUNCATE
If the table already exists, BigQuery will overwrite the table data and use the schema from the load.
WRITE_TRUNCATE = 1;public static final ExportInsightsDataRequest.WriteDisposition WRITE_APPEND
If the table already exists, BigQuery will append data to the table.
WRITE_APPEND = 2;public static final ExportInsightsDataRequest.WriteDisposition UNRECOGNIZED
public static final int WRITE_DISPOSITION_UNSPECIFIED_VALUE
Write disposition is not specified. Defaults to WRITE_TRUNCATE.
WRITE_DISPOSITION_UNSPECIFIED = 0;public static final int WRITE_TRUNCATE_VALUE
If the table already exists, BigQuery will overwrite the table data and use the schema from the load.
WRITE_TRUNCATE = 1;public static final int WRITE_APPEND_VALUE
If the table already exists, BigQuery will append data to the table.
WRITE_APPEND = 2;public static ExportInsightsDataRequest.WriteDisposition[] values()
for (ExportInsightsDataRequest.WriteDisposition c : ExportInsightsDataRequest.WriteDisposition.values()) System.out.println(c);
public static ExportInsightsDataRequest.WriteDisposition 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 ExportInsightsDataRequest.WriteDisposition valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ExportInsightsDataRequest.WriteDisposition forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ExportInsightsDataRequest.WriteDisposition> 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 ExportInsightsDataRequest.WriteDisposition valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.