Class ModuleContextResponse
-
- 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.ModuleContextResponseOrBuilder
public final class ModuleContextResponse extends GeneratedMessageV3 implements ModuleContextResponseOrBuilder
Protobuf type
xyz.block.ftl.v1.ModuleContextResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumModuleContextResponse.DBTypeProtobuf enum
xyz.block.ftl.v1.ModuleContextResponse.DBTypepublic interfaceModuleContextResponse.RefOrBuilderpublic final classModuleContextResponse.RefProtobuf type
xyz.block.ftl.v1.ModuleContextResponse.Refpublic interfaceModuleContextResponse.DSNOrBuilderpublic final classModuleContextResponse.DSNProtobuf type
xyz.block.ftl.v1.ModuleContextResponse.DSNpublic final classModuleContextResponse.BuilderProtobuf type
xyz.block.ftl.v1.ModuleContextResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intMODULE_FIELD_NUMBERpublic final static intCONFIGS_FIELD_NUMBERpublic final static intSECRETS_FIELD_NUMBERpublic final static intDATABASES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetModule()string module = 1;ByteStringgetModuleBytes()string module = 1;intgetConfigsCount()map<string, bytes> configs = 2;booleancontainsConfigs(String key)map<string, bytes> configs = 2;Map<String, ByteString>getConfigs()Use getConfigsMap instead. Map<String, ByteString>getConfigsMap()map<string, bytes> configs = 2;ByteStringgetConfigsOrDefault(String key, ByteString defaultValue)map<string, bytes> configs = 2;ByteStringgetConfigsOrThrow(String key)map<string, bytes> configs = 2;intgetSecretsCount()map<string, bytes> secrets = 3;booleancontainsSecrets(String key)map<string, bytes> secrets = 3;Map<String, ByteString>getSecrets()Use getSecretsMap instead. Map<String, ByteString>getSecretsMap()map<string, bytes> secrets = 3;ByteStringgetSecretsOrDefault(String key, ByteString defaultValue)map<string, bytes> secrets = 3;ByteStringgetSecretsOrThrow(String key)map<string, bytes> secrets = 3;List<ModuleContextResponse.DSN>getDatabasesList()repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;List<out ModuleContextResponse.DSNOrBuilder>getDatabasesOrBuilderList()repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;intgetDatabasesCount()repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;ModuleContextResponse.DSNgetDatabases(int index)repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;ModuleContextResponse.DSNOrBuildergetDatabasesOrBuilder(int index)repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ModuleContextResponseparseFrom(ByteBuffer data)static ModuleContextResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ModuleContextResponseparseFrom(ByteString data)static ModuleContextResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ModuleContextResponseparseFrom(Array<byte> data)static ModuleContextResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ModuleContextResponseparseFrom(InputStream input)static ModuleContextResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleContextResponseparseDelimitedFrom(InputStream input)static ModuleContextResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleContextResponseparseFrom(CodedInputStream input)static ModuleContextResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ModuleContextResponse.BuildernewBuilderForType()static ModuleContextResponse.BuildernewBuilder()static ModuleContextResponse.BuildernewBuilder(ModuleContextResponse prototype)ModuleContextResponse.BuildertoBuilder()static ModuleContextResponsegetDefaultInstance()static Parser<ModuleContextResponse>parser()Parser<ModuleContextResponse>getParserForType()ModuleContextResponsegetDefaultInstanceForType()-
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.
-
getConfigsCount
int getConfigsCount()
map<string, bytes> configs = 2;
-
containsConfigs
boolean containsConfigs(String key)
map<string, bytes> configs = 2;
-
getConfigs
@Deprecated() Map<String, ByteString> getConfigs()
Use getConfigsMap instead.
-
getConfigsMap
Map<String, ByteString> getConfigsMap()
map<string, bytes> configs = 2;
-
getConfigsOrDefault
ByteString getConfigsOrDefault(String key, ByteString defaultValue)
map<string, bytes> configs = 2;
-
getConfigsOrThrow
ByteString getConfigsOrThrow(String key)
map<string, bytes> configs = 2;
-
getSecretsCount
int getSecretsCount()
map<string, bytes> secrets = 3;
-
containsSecrets
boolean containsSecrets(String key)
map<string, bytes> secrets = 3;
-
getSecrets
@Deprecated() Map<String, ByteString> getSecrets()
Use getSecretsMap instead.
-
getSecretsMap
Map<String, ByteString> getSecretsMap()
map<string, bytes> secrets = 3;
-
getSecretsOrDefault
ByteString getSecretsOrDefault(String key, ByteString defaultValue)
map<string, bytes> secrets = 3;
-
getSecretsOrThrow
ByteString getSecretsOrThrow(String key)
map<string, bytes> secrets = 3;
-
getDatabasesList
List<ModuleContextResponse.DSN> getDatabasesList()
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
getDatabasesOrBuilderList
List<out ModuleContextResponse.DSNOrBuilder> getDatabasesOrBuilderList()
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
getDatabasesCount
int getDatabasesCount()
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
getDatabases
ModuleContextResponse.DSN getDatabases(int index)
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
getDatabasesOrBuilder
ModuleContextResponse.DSNOrBuilder getDatabasesOrBuilder(int index)
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ModuleContextResponse parseFrom(ByteBuffer data)
-
parseFrom
static ModuleContextResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleContextResponse parseFrom(ByteString data)
-
parseFrom
static ModuleContextResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleContextResponse parseFrom(Array<byte> data)
-
parseFrom
static ModuleContextResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleContextResponse parseFrom(InputStream input)
-
parseFrom
static ModuleContextResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ModuleContextResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ModuleContextResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleContextResponse parseFrom(CodedInputStream input)
-
parseFrom
static ModuleContextResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ModuleContextResponse.Builder newBuilderForType()
-
newBuilder
static ModuleContextResponse.Builder newBuilder()
-
newBuilder
static ModuleContextResponse.Builder newBuilder(ModuleContextResponse prototype)
-
toBuilder
ModuleContextResponse.Builder toBuilder()
-
getDefaultInstance
static ModuleContextResponse getDefaultInstance()
-
parser
static Parser<ModuleContextResponse> parser()
-
getParserForType
Parser<ModuleContextResponse> getParserForType()
-
getDefaultInstanceForType
ModuleContextResponse getDefaultInstanceForType()
-
-
-
-