public static final class QueryAssetsOutputConfig.BigQueryDestination extends GeneratedMessageV3 implements QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
BigQuery destination.Protobuf type
google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination
Modifier and Type | Class and Description |
---|---|
static class |
QueryAssetsOutputConfig.BigQueryDestination.Builder
BigQuery destination.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
DATASET_FIELD_NUMBER |
static int |
TABLE_FIELD_NUMBER |
static int |
WRITE_DISPOSITION_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int DATASET_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
public static final int WRITE_DISPOSITION_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public String getDataset()
Required. The BigQuery dataset where the query results will be saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
getDataset
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public ByteString getDatasetBytes()
Required. The BigQuery dataset where the query results will be saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
getDatasetBytes
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public String getTable()
Required. The BigQuery table where the query results will be saved. If this table does not exist, a new table with the given name will be created.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
getTable
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public ByteString getTableBytes()
Required. The BigQuery table where the query results will be saved. If this table does not exist, a new table with the given name will be created.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
getTableBytes
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public String getWriteDisposition()
Specifies the action that occurs if the destination table or partition already exists. The following values are supported: * WRITE_TRUNCATE: If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data. * WRITE_APPEND: If the table or partition already exists, BigQuery appends the data to the table or the latest partition. * WRITE_EMPTY: If the table already exists and contains data, an error is returned.
string write_disposition = 3;
getWriteDisposition
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public ByteString getWriteDispositionBytes()
Specifies the action that occurs if the destination table or partition already exists. The following values are supported: * WRITE_TRUNCATE: If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data. * WRITE_APPEND: If the table or partition already exists, BigQuery appends the data to the table or the latest partition. * WRITE_EMPTY: If the table already exists and contains data, an error is returned.
string write_disposition = 3;
getWriteDispositionBytes
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(InputStream input) throws IOException
IOException
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QueryAssetsOutputConfig.BigQueryDestination parseDelimitedFrom(InputStream input) throws IOException
IOException
public static QueryAssetsOutputConfig.BigQueryDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(CodedInputStream input) throws IOException
IOException
public static QueryAssetsOutputConfig.BigQueryDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public QueryAssetsOutputConfig.BigQueryDestination.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static QueryAssetsOutputConfig.BigQueryDestination.Builder newBuilder()
public static QueryAssetsOutputConfig.BigQueryDestination.Builder newBuilder(QueryAssetsOutputConfig.BigQueryDestination prototype)
public QueryAssetsOutputConfig.BigQueryDestination.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected QueryAssetsOutputConfig.BigQueryDestination.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static QueryAssetsOutputConfig.BigQueryDestination getDefaultInstance()
public static Parser<QueryAssetsOutputConfig.BigQueryDestination> parser()
public Parser<QueryAssetsOutputConfig.BigQueryDestination> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public QueryAssetsOutputConfig.BigQueryDestination getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.