public static final class Common.ConnectionProperties extends com.google.protobuf.GeneratedMessageV3 implements Common.ConnectionPropertiesOrBuilder
Details about a connectionProtobuf type
ConnectionProperties| Modifier and Type | Class and Description |
|---|---|
static class |
Common.ConnectionProperties.Builder
Details about a connection
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO_COMMIT_FIELD_NUMBER |
private boolean |
autoCommit_ |
private Object |
catalog_ |
static int |
CATALOG_FIELD_NUMBER |
private static Common.ConnectionProperties |
DEFAULT_INSTANCE |
static int |
HAS_AUTO_COMMIT_FIELD_NUMBER |
static int |
HAS_READ_ONLY_FIELD_NUMBER |
private boolean |
hasAutoCommit_ |
private boolean |
hasReadOnly_ |
static int |
IS_DIRTY_FIELD_NUMBER |
private boolean |
isDirty_ |
private byte |
memoizedIsInitialized |
private static com.google.protobuf.Parser<Common.ConnectionProperties> |
PARSER |
static int |
READ_ONLY_FIELD_NUMBER |
private boolean |
readOnly_ |
private Object |
schema_ |
static int |
SCHEMA_FIELD_NUMBER |
private static long |
serialVersionUID |
static int |
TRANSACTION_ISOLATION_FIELD_NUMBER |
private int |
transactionIsolation_ |
| Modifier | Constructor and Description |
|---|---|
private |
ConnectionProperties() |
private |
ConnectionProperties(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
ConnectionProperties(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getAutoCommit()
bool auto_commit = 2; |
String |
getCatalog()
string catalog = 5; |
com.google.protobuf.ByteString |
getCatalogBytes()
string catalog = 5; |
static Common.ConnectionProperties |
getDefaultInstance() |
Common.ConnectionProperties |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getHasAutoCommit()
field is a Boolean, need to discern null and default value
|
boolean |
getHasReadOnly()
field is a Boolean, need to discern null and default value
|
boolean |
getIsDirty()
bool is_dirty = 1; |
com.google.protobuf.Parser<Common.ConnectionProperties> |
getParserForType() |
boolean |
getReadOnly()
bool read_only = 3; |
String |
getSchema()
string schema = 6; |
com.google.protobuf.ByteString |
getSchemaBytes()
string schema = 6; |
int |
getSerializedSize() |
int |
getTransactionIsolation()
uint32 transaction_isolation = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Common.ConnectionProperties.Builder |
newBuilder() |
static Common.ConnectionProperties.Builder |
newBuilder(Common.ConnectionProperties prototype) |
Common.ConnectionProperties.Builder |
newBuilderForType() |
protected Common.ConnectionProperties.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Common.ConnectionProperties |
parseDelimitedFrom(InputStream input) |
static Common.ConnectionProperties |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ConnectionProperties |
parseFrom(byte[] data) |
static Common.ConnectionProperties |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ConnectionProperties |
parseFrom(ByteBuffer data) |
static Common.ConnectionProperties |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ConnectionProperties |
parseFrom(com.google.protobuf.ByteString data) |
static Common.ConnectionProperties |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ConnectionProperties |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Common.ConnectionProperties |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ConnectionProperties |
parseFrom(InputStream input) |
static Common.ConnectionProperties |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Common.ConnectionProperties> |
parser() |
Common.ConnectionProperties.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int IS_DIRTY_FIELD_NUMBER
private boolean isDirty_
public static final int AUTO_COMMIT_FIELD_NUMBER
private boolean autoCommit_
public static final int HAS_AUTO_COMMIT_FIELD_NUMBER
private boolean hasAutoCommit_
public static final int READ_ONLY_FIELD_NUMBER
private boolean readOnly_
public static final int HAS_READ_ONLY_FIELD_NUMBER
private boolean hasReadOnly_
public static final int TRANSACTION_ISOLATION_FIELD_NUMBER
private int transactionIsolation_
public static final int CATALOG_FIELD_NUMBER
private volatile Object catalog_
public static final int SCHEMA_FIELD_NUMBER
private volatile Object schema_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final Common.ConnectionProperties DEFAULT_INSTANCE
private static final com.google.protobuf.Parser<Common.ConnectionProperties> PARSER
private ConnectionProperties(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
private ConnectionProperties()
private ConnectionProperties(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields 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 boolean getIsDirty()
bool is_dirty = 1;getIsDirty in interface Common.ConnectionPropertiesOrBuilderpublic boolean getAutoCommit()
bool auto_commit = 2;getAutoCommit in interface Common.ConnectionPropertiesOrBuilderpublic boolean getHasAutoCommit()
field is a Boolean, need to discern null and default value
bool has_auto_commit = 7;getHasAutoCommit in interface Common.ConnectionPropertiesOrBuilderpublic boolean getReadOnly()
bool read_only = 3;getReadOnly in interface Common.ConnectionPropertiesOrBuilderpublic boolean getHasReadOnly()
field is a Boolean, need to discern null and default value
bool has_read_only = 8;getHasReadOnly in interface Common.ConnectionPropertiesOrBuilderpublic int getTransactionIsolation()
uint32 transaction_isolation = 4;getTransactionIsolation in interface Common.ConnectionPropertiesOrBuilderpublic String getCatalog()
string catalog = 5;getCatalog in interface Common.ConnectionPropertiesOrBuilderpublic com.google.protobuf.ByteString getCatalogBytes()
string catalog = 5;getCatalogBytes in interface Common.ConnectionPropertiesOrBuilderpublic String getSchema()
string schema = 6;getSchema in interface Common.ConnectionPropertiesOrBuilderpublic com.google.protobuf.ByteString getSchemaBytes()
string schema = 6;getSchemaBytes in interface Common.ConnectionPropertiesOrBuilderpublic 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 Common.ConnectionProperties parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ConnectionProperties parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ConnectionProperties parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ConnectionProperties parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ConnectionProperties parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ConnectionProperties parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ConnectionProperties parseFrom(InputStream input) throws IOException
IOExceptionpublic static Common.ConnectionProperties parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.ConnectionProperties parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Common.ConnectionProperties parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.ConnectionProperties parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Common.ConnectionProperties parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Common.ConnectionProperties.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Common.ConnectionProperties.Builder newBuilder()
public static Common.ConnectionProperties.Builder newBuilder(Common.ConnectionProperties prototype)
public Common.ConnectionProperties.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Common.ConnectionProperties.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Common.ConnectionProperties getDefaultInstance()
public static com.google.protobuf.Parser<Common.ConnectionProperties> parser()
public com.google.protobuf.Parser<Common.ConnectionProperties> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Common.ConnectionProperties getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.