public static final class Common.ConnectionProperties extends com.google.protobuf.GeneratedMessage implements Common.ConnectionPropertiesOrBuilder
ConnectionProperties
Details about a connection
| Modifier and Type | Class and Description |
|---|---|
static class |
Common.ConnectionProperties.Builder
Protobuf type
ConnectionProperties |
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 |
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 |
Common.ConnectionProperties() |
private |
Common.ConnectionProperties(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
Common.ConnectionProperties(com.google.protobuf.GeneratedMessage.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoCommit()
optional bool auto_commit = 2; |
String |
getCatalog()
optional string catalog = 5; |
com.google.protobuf.ByteString |
getCatalogBytes()
optional string catalog = 5; |
static Common.ConnectionProperties |
getDefaultInstance() |
Common.ConnectionProperties |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getHasAutoCommit()
optional bool has_auto_commit = 7; |
boolean |
getHasReadOnly()
optional bool has_read_only = 8; |
boolean |
getIsDirty()
optional bool is_dirty = 1; |
com.google.protobuf.Parser<Common.ConnectionProperties> |
getParserForType() |
boolean |
getReadOnly()
optional bool read_only = 3; |
String |
getSchema()
optional string schema = 6; |
com.google.protobuf.ByteString |
getSchemaBytes()
optional string schema = 6; |
int |
getSerializedSize() |
int |
getTransactionIsolation()
optional uint32 transaction_isolation = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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(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, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, 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 Common.ConnectionProperties(com.google.protobuf.GeneratedMessage.Builder<?> builder)
private Common.ConnectionProperties()
private Common.ConnectionProperties(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
public 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 boolean getIsDirty()
optional bool is_dirty = 1;getIsDirty in interface Common.ConnectionPropertiesOrBuilderpublic boolean getAutoCommit()
optional bool auto_commit = 2;getAutoCommit in interface Common.ConnectionPropertiesOrBuilderpublic boolean getHasAutoCommit()
optional bool has_auto_commit = 7;
field is a Boolean, need to discern null and default value
getHasAutoCommit in interface Common.ConnectionPropertiesOrBuilderpublic boolean getReadOnly()
optional bool read_only = 3;getReadOnly in interface Common.ConnectionPropertiesOrBuilderpublic boolean getHasReadOnly()
optional bool has_read_only = 8;
field is a Boolean, need to discern null and default value
getHasReadOnly in interface Common.ConnectionPropertiesOrBuilderpublic int getTransactionIsolation()
optional uint32 transaction_isolation = 4;getTransactionIsolation in interface Common.ConnectionPropertiesOrBuilderpublic String getCatalog()
optional string catalog = 5;getCatalog in interface Common.ConnectionPropertiesOrBuilderpublic com.google.protobuf.ByteString getCatalogBytes()
optional string catalog = 5;getCatalogBytes in interface Common.ConnectionPropertiesOrBuilderpublic String getSchema()
optional string schema = 6;getSchema in interface Common.ConnectionPropertiesOrBuilderpublic com.google.protobuf.ByteString getSchemaBytes()
optional string schema = 6;getSchemaBytes in interface Common.ConnectionPropertiesOrBuilderpublic 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.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic 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.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic 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.GeneratedMessagepublic Common.ConnectionProperties getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.