public static interface ExportClusterRequest.CsvExportOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEscapeCharacter()
Optional.
|
com.google.protobuf.ByteString |
getEscapeCharacterBytes()
Optional.
|
String |
getFieldDelimiter()
Optional.
|
com.google.protobuf.ByteString |
getFieldDelimiterBytes()
Optional.
|
String |
getQuoteCharacter()
Optional.
|
com.google.protobuf.ByteString |
getQuoteCharacterBytes()
Optional.
|
String |
getSelectQuery()
Required.
|
com.google.protobuf.ByteString |
getSelectQueryBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSelectQuery()
Required. The SELECT query used to extract the data.
string select_query = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSelectQueryBytes()
Required. The SELECT query used to extract the data.
string select_query = 1 [(.google.api.field_behavior) = REQUIRED];String getFieldDelimiter()
Optional. Specifies the character that separates columns within each row (line) of the file. The default is comma. The value of this argument has to be a character in Hex ASCII Code.
string field_delimiter = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFieldDelimiterBytes()
Optional. Specifies the character that separates columns within each row (line) of the file. The default is comma. The value of this argument has to be a character in Hex ASCII Code.
string field_delimiter = 2 [(.google.api.field_behavior) = OPTIONAL];String getQuoteCharacter()
Optional. Specifies the quoting character to be used when a data value is quoted. The default is double-quote. The value of this argument has to be a character in Hex ASCII Code.
string quote_character = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getQuoteCharacterBytes()
Optional. Specifies the quoting character to be used when a data value is quoted. The default is double-quote. The value of this argument has to be a character in Hex ASCII Code.
string quote_character = 3 [(.google.api.field_behavior) = OPTIONAL];String getEscapeCharacter()
Optional. Specifies the character that should appear before a data character that needs to be escaped. The default is the same as quote character. The value of this argument has to be a character in Hex ASCII Code.
string escape_character = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEscapeCharacterBytes()
Optional. Specifies the character that should appear before a data character that needs to be escaped. The default is the same as quote character. The value of this argument has to be a character in Hex ASCII Code.
string escape_character = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.