Package xyz.block.ftl.schema.v1
Class YAMLFileCredentialsConnector
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.schema.v1.YAMLFileCredentialsConnectorOrBuilder
public final class YAMLFileCredentialsConnector extends GeneratedMessageV3 implements YAMLFileCredentialsConnectorOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.YAMLFileCredentialsConnector
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classYAMLFileCredentialsConnector.BuilderProtobuf type
xyz.block.ftl.schema.v1.YAMLFileCredentialsConnector
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_FIELD_NUMBERpublic final static intPATH_FIELD_NUMBERpublic final static intDSN_TEMPLATE_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
hasPos
boolean hasPos()
optional .xyz.block.ftl.schema.v1.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
PositionOrBuilder getPosOrBuilder()
optional .xyz.block.ftl.schema.v1.Position pos = 1;
-
getPathBytes
ByteString getPathBytes()
string path = 2;- Returns:
The bytes for path.
-
getDsnTemplate
String getDsnTemplate()
string dsn_template = 3;- Returns:
The dsnTemplate.
-
getDsnTemplateBytes
ByteString getDsnTemplateBytes()
string dsn_template = 3;- Returns:
The bytes for dsnTemplate.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(ByteBuffer data)
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(ByteString data)
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(Array<byte> data)
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(InputStream input)
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static YAMLFileCredentialsConnector parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static YAMLFileCredentialsConnector parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(CodedInputStream input)
-
parseFrom
static YAMLFileCredentialsConnector parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
YAMLFileCredentialsConnector.Builder newBuilderForType()
-
newBuilder
static YAMLFileCredentialsConnector.Builder newBuilder()
-
newBuilder
static YAMLFileCredentialsConnector.Builder newBuilder(YAMLFileCredentialsConnector prototype)
-
toBuilder
YAMLFileCredentialsConnector.Builder toBuilder()
-
getDefaultInstance
static YAMLFileCredentialsConnector getDefaultInstance()
-
parser
static Parser<YAMLFileCredentialsConnector> parser()
-
getParserForType
Parser<YAMLFileCredentialsConnector> getParserForType()
-
getDefaultInstanceForType
YAMLFileCredentialsConnector getDefaultInstanceForType()
-
-
-
-