public static final class DatabaseTableSpec.DatabaseViewSpec extends com.google.protobuf.GeneratedMessageV3 implements DatabaseTableSpec.DatabaseViewSpecOrBuilder
Specification that applies to database view.Protobuf type
google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseTableSpec.DatabaseViewSpec.Builder
Specification that applies to database view.
|
static class |
DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase |
static class |
DatabaseTableSpec.DatabaseViewSpec.ViewType
Concrete type of the view.
|
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 |
BASE_TABLE_FIELD_NUMBER |
static int |
SQL_QUERY_FIELD_NUMBER |
static int |
VIEW_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBaseTable()
Name of a singular table this view reflects one to one.
|
com.google.protobuf.ByteString |
getBaseTableBytes()
Name of a singular table this view reflects one to one.
|
static DatabaseTableSpec.DatabaseViewSpec |
getDefaultInstance() |
DatabaseTableSpec.DatabaseViewSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<DatabaseTableSpec.DatabaseViewSpec> |
getParserForType() |
int |
getSerializedSize() |
DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase |
getSourceDefinitionCase() |
String |
getSqlQuery()
SQL query used to generate this view.
|
com.google.protobuf.ByteString |
getSqlQueryBytes()
SQL query used to generate this view.
|
DatabaseTableSpec.DatabaseViewSpec.ViewType |
getViewType()
Type of this view.
|
int |
getViewTypeValue()
Type of this view.
|
boolean |
hasBaseTable()
Name of a singular table this view reflects one to one.
|
int |
hashCode() |
boolean |
hasSqlQuery()
SQL query used to generate this view.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DatabaseTableSpec.DatabaseViewSpec.Builder |
newBuilder() |
static DatabaseTableSpec.DatabaseViewSpec.Builder |
newBuilder(DatabaseTableSpec.DatabaseViewSpec prototype) |
DatabaseTableSpec.DatabaseViewSpec.Builder |
newBuilderForType() |
protected DatabaseTableSpec.DatabaseViewSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DatabaseTableSpec.DatabaseViewSpec |
parseDelimitedFrom(InputStream input) |
static DatabaseTableSpec.DatabaseViewSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(byte[] data) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(ByteBuffer data) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(com.google.protobuf.ByteString data) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(InputStream input) |
static DatabaseTableSpec.DatabaseViewSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DatabaseTableSpec.DatabaseViewSpec> |
parser() |
DatabaseTableSpec.DatabaseViewSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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 VIEW_TYPE_FIELD_NUMBER
public static final int BASE_TABLE_FIELD_NUMBER
public static final int SQL_QUERY_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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase getSourceDefinitionCase()
getSourceDefinitionCase in interface DatabaseTableSpec.DatabaseViewSpecOrBuilderpublic int getViewTypeValue()
Type of this view.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
getViewTypeValue in interface DatabaseTableSpec.DatabaseViewSpecOrBuilderpublic DatabaseTableSpec.DatabaseViewSpec.ViewType getViewType()
Type of this view.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
getViewType in interface DatabaseTableSpec.DatabaseViewSpecOrBuilderpublic boolean hasBaseTable()
Name of a singular table this view reflects one to one.
string base_table = 2;hasBaseTable in interface DatabaseTableSpec.DatabaseViewSpecOrBuilderpublic String getBaseTable()
Name of a singular table this view reflects one to one.
string base_table = 2;getBaseTable in interface DatabaseTableSpec.DatabaseViewSpecOrBuilderpublic com.google.protobuf.ByteString getBaseTableBytes()
Name of a singular table this view reflects one to one.
string base_table = 2;getBaseTableBytes in interface DatabaseTableSpec.DatabaseViewSpecOrBuilderpublic boolean hasSqlQuery()
SQL query used to generate this view.
string sql_query = 3;hasSqlQuery in interface DatabaseTableSpec.DatabaseViewSpecOrBuilderpublic String getSqlQuery()
SQL query used to generate this view.
string sql_query = 3;getSqlQuery in interface DatabaseTableSpec.DatabaseViewSpecOrBuilderpublic com.google.protobuf.ByteString getSqlQueryBytes()
SQL query used to generate this view.
string sql_query = 3;getSqlQueryBytes in interface DatabaseTableSpec.DatabaseViewSpecOrBuilderpublic 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 DatabaseTableSpec.DatabaseViewSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DatabaseTableSpec.DatabaseViewSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DatabaseTableSpec.DatabaseViewSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DatabaseTableSpec.DatabaseViewSpec.Builder newBuilder()
public static DatabaseTableSpec.DatabaseViewSpec.Builder newBuilder(DatabaseTableSpec.DatabaseViewSpec prototype)
public DatabaseTableSpec.DatabaseViewSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DatabaseTableSpec.DatabaseViewSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DatabaseTableSpec.DatabaseViewSpec getDefaultInstance()
public static com.google.protobuf.Parser<DatabaseTableSpec.DatabaseViewSpec> parser()
public com.google.protobuf.Parser<DatabaseTableSpec.DatabaseViewSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DatabaseTableSpec.DatabaseViewSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.