Package xyz.block.ftl.deployment.v1
Class GetDeploymentContextResponse.DSN
-
- 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.deployment.v1.GetDeploymentContextResponse.DSNOrBuilder
public final class GetDeploymentContextResponse.DSN extends GeneratedMessageV3 implements GetDeploymentContextResponse.DSNOrBuilder
Protobuf type
xyz.block.ftl.deployment.v1.GetDeploymentContextResponse.DSN
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetDeploymentContextResponse.DSN.BuilderProtobuf type
xyz.block.ftl.deployment.v1.GetDeploymentContextResponse.DSN
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intTYPE_FIELD_NUMBERpublic final static intDSN_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()
-
getNameBytes
ByteString getNameBytes()
string name = 1;- Returns:
The bytes for name.
-
getTypeValue
int getTypeValue()
.xyz.block.ftl.deployment.v1.GetDeploymentContextResponse.DbType type = 2;- Returns:
The enum numeric value on the wire for type.
-
getType
GetDeploymentContextResponse.DbType getType()
.xyz.block.ftl.deployment.v1.GetDeploymentContextResponse.DbType type = 2;- Returns:
The type.
-
getDsnBytes
ByteString getDsnBytes()
string dsn = 3;- Returns:
The bytes for dsn.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(ByteBuffer data)
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(ByteString data)
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(Array<byte> data)
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(InputStream input)
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetDeploymentContextResponse.DSN parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetDeploymentContextResponse.DSN parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(CodedInputStream input)
-
parseFrom
static GetDeploymentContextResponse.DSN parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetDeploymentContextResponse.DSN.Builder newBuilderForType()
-
newBuilder
static GetDeploymentContextResponse.DSN.Builder newBuilder()
-
newBuilder
static GetDeploymentContextResponse.DSN.Builder newBuilder(GetDeploymentContextResponse.DSN prototype)
-
toBuilder
GetDeploymentContextResponse.DSN.Builder toBuilder()
-
getDefaultInstance
static GetDeploymentContextResponse.DSN getDefaultInstance()
-
parser
static Parser<GetDeploymentContextResponse.DSN> parser()
-
getParserForType
Parser<GetDeploymentContextResponse.DSN> getParserForType()
-
getDefaultInstanceForType
GetDeploymentContextResponse.DSN getDefaultInstanceForType()
-
-
-
-