public static final class PlanProto.InsertNodeSpec extends com.google.protobuf.GeneratedMessage implements PlanProto.InsertNodeSpecOrBuilder
InsertNodeSpec
required PersistentStoreSpec and StoreTableSpec
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanProto.InsertNodeSpec.Builder
Protobuf type
InsertNodeSpec |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
OVERWRITE_FIELD_NUMBER |
static com.google.protobuf.Parser<PlanProto.InsertNodeSpec> |
PARSER |
static int |
PATH_FIELD_NUMBER |
static int |
PROJECTEDSCHEMA_FIELD_NUMBER |
static int |
TABLESCHEMA_FIELD_NUMBER |
static int |
TARGETSCHEMA_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PlanProto.InsertNodeSpec |
getDefaultInstance() |
PlanProto.InsertNodeSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getOverwrite()
required bool overwrite = 1; |
com.google.protobuf.Parser<PlanProto.InsertNodeSpec> |
getParserForType() |
String |
getPath()
optional string path = 5; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 5; |
CatalogProtos.SchemaProto |
getProjectedSchema()
optional .SchemaProto projectedSchema = 3; |
CatalogProtos.SchemaProtoOrBuilder |
getProjectedSchemaOrBuilder()
optional .SchemaProto projectedSchema = 3; |
int |
getSerializedSize() |
CatalogProtos.SchemaProto |
getTableSchema()
required .SchemaProto tableSchema = 2; |
CatalogProtos.SchemaProtoOrBuilder |
getTableSchemaOrBuilder()
required .SchemaProto tableSchema = 2; |
CatalogProtos.SchemaProto |
getTargetSchema()
optional .SchemaProto targetSchema = 4; |
CatalogProtos.SchemaProtoOrBuilder |
getTargetSchemaOrBuilder()
optional .SchemaProto targetSchema = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasOverwrite()
required bool overwrite = 1; |
boolean |
hasPath()
optional string path = 5; |
boolean |
hasProjectedSchema()
optional .SchemaProto projectedSchema = 3; |
boolean |
hasTableSchema()
required .SchemaProto tableSchema = 2; |
boolean |
hasTargetSchema()
optional .SchemaProto targetSchema = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PlanProto.InsertNodeSpec.Builder |
newBuilder() |
static PlanProto.InsertNodeSpec.Builder |
newBuilder(PlanProto.InsertNodeSpec prototype) |
PlanProto.InsertNodeSpec.Builder |
newBuilderForType() |
protected PlanProto.InsertNodeSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PlanProto.InsertNodeSpec |
parseDelimitedFrom(InputStream input) |
static PlanProto.InsertNodeSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.InsertNodeSpec |
parseFrom(byte[] data) |
static PlanProto.InsertNodeSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.InsertNodeSpec |
parseFrom(com.google.protobuf.ByteString data) |
static PlanProto.InsertNodeSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.InsertNodeSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PlanProto.InsertNodeSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.InsertNodeSpec |
parseFrom(InputStream input) |
static PlanProto.InsertNodeSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanProto.InsertNodeSpec.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<PlanProto.InsertNodeSpec> PARSER
public static final int OVERWRITE_FIELD_NUMBER
public static final int TABLESCHEMA_FIELD_NUMBER
public static final int TARGETSCHEMA_FIELD_NUMBER
public static final int PROJECTEDSCHEMA_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static PlanProto.InsertNodeSpec getDefaultInstance()
public PlanProto.InsertNodeSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<PlanProto.InsertNodeSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasOverwrite()
required bool overwrite = 1;hasOverwrite in interface PlanProto.InsertNodeSpecOrBuilderpublic boolean getOverwrite()
required bool overwrite = 1;getOverwrite in interface PlanProto.InsertNodeSpecOrBuilderpublic boolean hasTableSchema()
required .SchemaProto tableSchema = 2;hasTableSchema in interface PlanProto.InsertNodeSpecOrBuilderpublic CatalogProtos.SchemaProto getTableSchema()
required .SchemaProto tableSchema = 2;getTableSchema in interface PlanProto.InsertNodeSpecOrBuilderpublic CatalogProtos.SchemaProtoOrBuilder getTableSchemaOrBuilder()
required .SchemaProto tableSchema = 2;getTableSchemaOrBuilder in interface PlanProto.InsertNodeSpecOrBuilderpublic boolean hasTargetSchema()
optional .SchemaProto targetSchema = 4;hasTargetSchema in interface PlanProto.InsertNodeSpecOrBuilderpublic CatalogProtos.SchemaProto getTargetSchema()
optional .SchemaProto targetSchema = 4;getTargetSchema in interface PlanProto.InsertNodeSpecOrBuilderpublic CatalogProtos.SchemaProtoOrBuilder getTargetSchemaOrBuilder()
optional .SchemaProto targetSchema = 4;getTargetSchemaOrBuilder in interface PlanProto.InsertNodeSpecOrBuilderpublic boolean hasProjectedSchema()
optional .SchemaProto projectedSchema = 3;hasProjectedSchema in interface PlanProto.InsertNodeSpecOrBuilderpublic CatalogProtos.SchemaProto getProjectedSchema()
optional .SchemaProto projectedSchema = 3;getProjectedSchema in interface PlanProto.InsertNodeSpecOrBuilderpublic CatalogProtos.SchemaProtoOrBuilder getProjectedSchemaOrBuilder()
optional .SchemaProto projectedSchema = 3;getProjectedSchemaOrBuilder in interface PlanProto.InsertNodeSpecOrBuilderpublic boolean hasPath()
optional string path = 5;hasPath in interface PlanProto.InsertNodeSpecOrBuilderpublic String getPath()
optional string path = 5;getPath in interface PlanProto.InsertNodeSpecOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
optional string path = 5;getPathBytes in interface PlanProto.InsertNodeSpecOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic 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 PlanProto.InsertNodeSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.InsertNodeSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.InsertNodeSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.InsertNodeSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.InsertNodeSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static PlanProto.InsertNodeSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.InsertNodeSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PlanProto.InsertNodeSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.InsertNodeSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PlanProto.InsertNodeSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.InsertNodeSpec.Builder newBuilder()
public PlanProto.InsertNodeSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PlanProto.InsertNodeSpec.Builder newBuilder(PlanProto.InsertNodeSpec prototype)
public PlanProto.InsertNodeSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PlanProto.InsertNodeSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2015 Apache Software Foundation. All Rights Reserved.