Class PostgresResource.PostgresResourceOutput
-
- 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.v1beta1.provisioner.PostgresResource.PostgresResourceOutputOrBuilder
public final class PostgresResource.PostgresResourceOutput extends GeneratedMessageV3 implements PostgresResource.PostgresResourceOutputOrBuilder
Protobuf type
xyz.block.ftl.v1beta1.provisioner.PostgresResource.PostgresResourceOutput
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPostgresResource.PostgresResourceOutput.BuilderProtobuf type
xyz.block.ftl.v1beta1.provisioner.PostgresResource.PostgresResourceOutput
-
Field Summary
Fields Modifier and Type Field Description public final static intREAD_DSN_FIELD_NUMBERpublic final static intWRITE_DSN_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()
-
getReadDsn
String getReadDsn()
string read_dsn = 1;- Returns:
The readDsn.
-
getReadDsnBytes
ByteString getReadDsnBytes()
string read_dsn = 1;- Returns:
The bytes for readDsn.
-
getWriteDsn
String getWriteDsn()
string write_dsn = 2;- Returns:
The writeDsn.
-
getWriteDsnBytes
ByteString getWriteDsnBytes()
string write_dsn = 2;- Returns:
The bytes for writeDsn.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(ByteBuffer data)
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(ByteString data)
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(Array<byte> data)
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(InputStream input)
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PostgresResource.PostgresResourceOutput parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PostgresResource.PostgresResourceOutput parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(CodedInputStream input)
-
parseFrom
static PostgresResource.PostgresResourceOutput parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PostgresResource.PostgresResourceOutput.Builder newBuilderForType()
-
newBuilder
static PostgresResource.PostgresResourceOutput.Builder newBuilder()
-
newBuilder
static PostgresResource.PostgresResourceOutput.Builder newBuilder(PostgresResource.PostgresResourceOutput prototype)
-
getDefaultInstance
static PostgresResource.PostgresResourceOutput getDefaultInstance()
-
parser
static Parser<PostgresResource.PostgresResourceOutput> parser()
-
getParserForType
Parser<PostgresResource.PostgresResourceOutput> getParserForType()
-
getDefaultInstanceForType
PostgresResource.PostgresResourceOutput getDefaultInstanceForType()
-
-
-
-