Class GetDeploymentContextResponse
-
- 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.v1.GetDeploymentContextResponseOrBuilder
public final class GetDeploymentContextResponse extends GeneratedMessageV3 implements GetDeploymentContextResponseOrBuilder
Protobuf type
xyz.block.ftl.v1.GetDeploymentContextResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumGetDeploymentContextResponse.DbTypeProtobuf enum
xyz.block.ftl.v1.GetDeploymentContextResponse.DbTypepublic interfaceGetDeploymentContextResponse.DSNOrBuilderpublic final classGetDeploymentContextResponse.DSNProtobuf type
xyz.block.ftl.v1.GetDeploymentContextResponse.DSNpublic interfaceGetDeploymentContextResponse.RouteOrBuilderpublic final classGetDeploymentContextResponse.RouteProtobuf type
xyz.block.ftl.v1.GetDeploymentContextResponse.Routepublic final classGetDeploymentContextResponse.BuilderProtobuf type
xyz.block.ftl.v1.GetDeploymentContextResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intMODULE_FIELD_NUMBERpublic final static intDEPLOYMENT_FIELD_NUMBERpublic final static intCONFIGS_FIELD_NUMBERpublic final static intSECRETS_FIELD_NUMBERpublic final static intDATABASES_FIELD_NUMBERpublic final static intROUTES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetModule()string module = 1;ByteStringgetModuleBytes()string module = 1;StringgetDeployment()string deployment = 2;ByteStringgetDeploymentBytes()string deployment = 2;intgetConfigsCount()map<string, bytes> configs = 3;booleancontainsConfigs(String key)map<string, bytes> configs = 3;Map<String, ByteString>getConfigs()Use getConfigsMap instead. Map<String, ByteString>getConfigsMap()map<string, bytes> configs = 3;ByteStringgetConfigsOrDefault(String key, ByteString defaultValue)map<string, bytes> configs = 3;ByteStringgetConfigsOrThrow(String key)map<string, bytes> configs = 3;intgetSecretsCount()map<string, bytes> secrets = 4;booleancontainsSecrets(String key)map<string, bytes> secrets = 4;Map<String, ByteString>getSecrets()Use getSecretsMap instead. Map<String, ByteString>getSecretsMap()map<string, bytes> secrets = 4;ByteStringgetSecretsOrDefault(String key, ByteString defaultValue)map<string, bytes> secrets = 4;ByteStringgetSecretsOrThrow(String key)map<string, bytes> secrets = 4;List<GetDeploymentContextResponse.DSN>getDatabasesList()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;List<out GetDeploymentContextResponse.DSNOrBuilder>getDatabasesOrBuilderList()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;intgetDatabasesCount()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;GetDeploymentContextResponse.DSNgetDatabases(int index)repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;GetDeploymentContextResponse.DSNOrBuildergetDatabasesOrBuilder(int index)repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;List<GetDeploymentContextResponse.Route>getRoutesList()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;List<out GetDeploymentContextResponse.RouteOrBuilder>getRoutesOrBuilderList()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;intgetRoutesCount()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;GetDeploymentContextResponse.RoutegetRoutes(int index)repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;GetDeploymentContextResponse.RouteOrBuildergetRoutesOrBuilder(int index)repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static GetDeploymentContextResponseparseFrom(ByteBuffer data)static GetDeploymentContextResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static GetDeploymentContextResponseparseFrom(ByteString data)static GetDeploymentContextResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetDeploymentContextResponseparseFrom(Array<byte> data)static GetDeploymentContextResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static GetDeploymentContextResponseparseFrom(InputStream input)static GetDeploymentContextResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetDeploymentContextResponseparseDelimitedFrom(InputStream input)static GetDeploymentContextResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetDeploymentContextResponseparseFrom(CodedInputStream input)static GetDeploymentContextResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)GetDeploymentContextResponse.BuildernewBuilderForType()static GetDeploymentContextResponse.BuildernewBuilder()static GetDeploymentContextResponse.BuildernewBuilder(GetDeploymentContextResponse prototype)GetDeploymentContextResponse.BuildertoBuilder()static GetDeploymentContextResponsegetDefaultInstance()static Parser<GetDeploymentContextResponse>parser()Parser<GetDeploymentContextResponse>getParserForType()GetDeploymentContextResponsegetDefaultInstanceForType()-
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()
-
getModuleBytes
ByteString getModuleBytes()
string module = 1;- Returns:
The bytes for module.
-
getDeployment
String getDeployment()
string deployment = 2;- Returns:
The deployment.
-
getDeploymentBytes
ByteString getDeploymentBytes()
string deployment = 2;- Returns:
The bytes for deployment.
-
getConfigsCount
int getConfigsCount()
map<string, bytes> configs = 3;
-
containsConfigs
boolean containsConfigs(String key)
map<string, bytes> configs = 3;
-
getConfigs
@Deprecated() Map<String, ByteString> getConfigs()
Use getConfigsMap instead.
-
getConfigsMap
Map<String, ByteString> getConfigsMap()
map<string, bytes> configs = 3;
-
getConfigsOrDefault
ByteString getConfigsOrDefault(String key, ByteString defaultValue)
map<string, bytes> configs = 3;
-
getConfigsOrThrow
ByteString getConfigsOrThrow(String key)
map<string, bytes> configs = 3;
-
getSecretsCount
int getSecretsCount()
map<string, bytes> secrets = 4;
-
containsSecrets
boolean containsSecrets(String key)
map<string, bytes> secrets = 4;
-
getSecrets
@Deprecated() Map<String, ByteString> getSecrets()
Use getSecretsMap instead.
-
getSecretsMap
Map<String, ByteString> getSecretsMap()
map<string, bytes> secrets = 4;
-
getSecretsOrDefault
ByteString getSecretsOrDefault(String key, ByteString defaultValue)
map<string, bytes> secrets = 4;
-
getSecretsOrThrow
ByteString getSecretsOrThrow(String key)
map<string, bytes> secrets = 4;
-
getDatabasesList
List<GetDeploymentContextResponse.DSN> getDatabasesList()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getDatabasesOrBuilderList
List<out GetDeploymentContextResponse.DSNOrBuilder> getDatabasesOrBuilderList()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getDatabasesCount
int getDatabasesCount()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getDatabases
GetDeploymentContextResponse.DSN getDatabases(int index)
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getDatabasesOrBuilder
GetDeploymentContextResponse.DSNOrBuilder getDatabasesOrBuilder(int index)
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getRoutesList
List<GetDeploymentContextResponse.Route> getRoutesList()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
getRoutesOrBuilderList
List<out GetDeploymentContextResponse.RouteOrBuilder> getRoutesOrBuilderList()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
getRoutesCount
int getRoutesCount()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
getRoutes
GetDeploymentContextResponse.Route getRoutes(int index)
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
getRoutesOrBuilder
GetDeploymentContextResponse.RouteOrBuilder getRoutesOrBuilder(int index)
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetDeploymentContextResponse parseFrom(ByteBuffer data)
-
parseFrom
static GetDeploymentContextResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentContextResponse parseFrom(ByteString data)
-
parseFrom
static GetDeploymentContextResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentContextResponse parseFrom(Array<byte> data)
-
parseFrom
static GetDeploymentContextResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentContextResponse parseFrom(InputStream input)
-
parseFrom
static GetDeploymentContextResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetDeploymentContextResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetDeploymentContextResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentContextResponse parseFrom(CodedInputStream input)
-
parseFrom
static GetDeploymentContextResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetDeploymentContextResponse.Builder newBuilderForType()
-
newBuilder
static GetDeploymentContextResponse.Builder newBuilder()
-
newBuilder
static GetDeploymentContextResponse.Builder newBuilder(GetDeploymentContextResponse prototype)
-
toBuilder
GetDeploymentContextResponse.Builder toBuilder()
-
getDefaultInstance
static GetDeploymentContextResponse getDefaultInstance()
-
parser
static Parser<GetDeploymentContextResponse> parser()
-
getParserForType
Parser<GetDeploymentContextResponse> getParserForType()
-
getDefaultInstanceForType
GetDeploymentContextResponse getDefaultInstanceForType()
-
-
-
-