public static final class CompilationResult.CodeCompilationConfig extends com.google.protobuf.GeneratedMessageV3 implements CompilationResult.CodeCompilationConfigOrBuilder
Configures various aspects of Dataform code compilation.Protobuf type
google.cloud.dataform.v1alpha2.CompilationResult.CodeCompilationConfig| Modifier and Type | Class and Description |
|---|---|
static class |
CompilationResult.CodeCompilationConfig.Builder
Configures various aspects of Dataform code compilation.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ASSERTION_SCHEMA_FIELD_NUMBER |
static int |
DATABASE_SUFFIX_FIELD_NUMBER |
static int |
DEFAULT_DATABASE_FIELD_NUMBER |
static int |
DEFAULT_LOCATION_FIELD_NUMBER |
static int |
DEFAULT_SCHEMA_FIELD_NUMBER |
static int |
SCHEMA_SUFFIX_FIELD_NUMBER |
static int |
TABLE_PREFIX_FIELD_NUMBER |
static int |
VARS_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DEFAULT_DATABASE_FIELD_NUMBER
public static final int DEFAULT_SCHEMA_FIELD_NUMBER
public static final int DEFAULT_LOCATION_FIELD_NUMBER
public static final int ASSERTION_SCHEMA_FIELD_NUMBER
public static final int VARS_FIELD_NUMBER
public static final int DATABASE_SUFFIX_FIELD_NUMBER
public static final int SCHEMA_SUFFIX_FIELD_NUMBER
public static final int TABLE_PREFIX_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getDefaultDatabase()
Optional. The default database (Google Cloud project ID).
string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];getDefaultDatabase in interface CompilationResult.CodeCompilationConfigOrBuilderpublic com.google.protobuf.ByteString getDefaultDatabaseBytes()
Optional. The default database (Google Cloud project ID).
string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];getDefaultDatabaseBytes in interface CompilationResult.CodeCompilationConfigOrBuilderpublic String getDefaultSchema()
Optional. The default schema (BigQuery dataset ID).
string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];getDefaultSchema in interface CompilationResult.CodeCompilationConfigOrBuilderpublic com.google.protobuf.ByteString getDefaultSchemaBytes()
Optional. The default schema (BigQuery dataset ID).
string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];getDefaultSchemaBytes in interface CompilationResult.CodeCompilationConfigOrBuilderpublic String getDefaultLocation()
Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
string default_location = 8 [(.google.api.field_behavior) = OPTIONAL];getDefaultLocation in interface CompilationResult.CodeCompilationConfigOrBuilderpublic com.google.protobuf.ByteString getDefaultLocationBytes()
Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
string default_location = 8 [(.google.api.field_behavior) = OPTIONAL];getDefaultLocationBytes in interface CompilationResult.CodeCompilationConfigOrBuilderpublic String getAssertionSchema()
Optional. The default schema (BigQuery dataset ID) for assertions.
string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];getAssertionSchema in interface CompilationResult.CodeCompilationConfigOrBuilderpublic com.google.protobuf.ByteString getAssertionSchemaBytes()
Optional. The default schema (BigQuery dataset ID) for assertions.
string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];getAssertionSchemaBytes in interface CompilationResult.CodeCompilationConfigOrBuilderpublic int getVarsCount()
CompilationResult.CodeCompilationConfigOrBuilderOptional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];getVarsCount in interface CompilationResult.CodeCompilationConfigOrBuilderpublic boolean containsVars(String key)
Optional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];containsVars in interface CompilationResult.CodeCompilationConfigOrBuilder@Deprecated public Map<String,String> getVars()
getVarsMap() instead.getVars in interface CompilationResult.CodeCompilationConfigOrBuilderpublic Map<String,String> getVarsMap()
Optional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];getVarsMap in interface CompilationResult.CodeCompilationConfigOrBuilderpublic String getVarsOrDefault(String key, String defaultValue)
Optional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];getVarsOrDefault in interface CompilationResult.CodeCompilationConfigOrBuilderpublic String getVarsOrThrow(String key)
Optional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];getVarsOrThrow in interface CompilationResult.CodeCompilationConfigOrBuilderpublic String getDatabaseSuffix()
Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
string database_suffix = 5 [(.google.api.field_behavior) = OPTIONAL];getDatabaseSuffix in interface CompilationResult.CodeCompilationConfigOrBuilderpublic com.google.protobuf.ByteString getDatabaseSuffixBytes()
Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
string database_suffix = 5 [(.google.api.field_behavior) = OPTIONAL];getDatabaseSuffixBytes in interface CompilationResult.CodeCompilationConfigOrBuilderpublic String getSchemaSuffix()
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
string schema_suffix = 6 [(.google.api.field_behavior) = OPTIONAL];getSchemaSuffix in interface CompilationResult.CodeCompilationConfigOrBuilderpublic com.google.protobuf.ByteString getSchemaSuffixBytes()
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
string schema_suffix = 6 [(.google.api.field_behavior) = OPTIONAL];getSchemaSuffixBytes in interface CompilationResult.CodeCompilationConfigOrBuilderpublic String getTablePrefix()
Optional. The prefix that should be prepended to all table names.
string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];getTablePrefix in interface CompilationResult.CodeCompilationConfigOrBuilderpublic com.google.protobuf.ByteString getTablePrefixBytes()
Optional. The prefix that should be prepended to all table names.
string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];getTablePrefixBytes in interface CompilationResult.CodeCompilationConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CompilationResult.CodeCompilationConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResult.CodeCompilationConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResult.CodeCompilationConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResult.CodeCompilationConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResult.CodeCompilationConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResult.CodeCompilationConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CompilationResult.CodeCompilationConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static CompilationResult.CodeCompilationConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CompilationResult.CodeCompilationConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CompilationResult.CodeCompilationConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CompilationResult.CodeCompilationConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CompilationResult.CodeCompilationConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CompilationResult.CodeCompilationConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CompilationResult.CodeCompilationConfig.Builder newBuilder()
public static CompilationResult.CodeCompilationConfig.Builder newBuilder(CompilationResult.CodeCompilationConfig prototype)
public CompilationResult.CodeCompilationConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CompilationResult.CodeCompilationConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CompilationResult.CodeCompilationConfig getDefaultInstance()
public static com.google.protobuf.Parser<CompilationResult.CodeCompilationConfig> parser()
public com.google.protobuf.Parser<CompilationResult.CodeCompilationConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CompilationResult.CodeCompilationConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.