Package xyz.block.ftl.v1
Interface ModuleContextResponseOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ModuleContextResponseOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetModule()string module = 1;abstract ByteStringgetModuleBytes()string module = 1;abstract intgetConfigsCount()map<string, bytes> configs = 2;abstract booleancontainsConfigs(String key)map<string, bytes> configs = 2;abstract Map<String, ByteString>getConfigs()Use getConfigsMap instead. abstract Map<String, ByteString>getConfigsMap()map<string, bytes> configs = 2;abstract ByteStringgetConfigsOrDefault(String key, ByteString defaultValue)map<string, bytes> configs = 2;abstract ByteStringgetConfigsOrThrow(String key)map<string, bytes> configs = 2;abstract intgetSecretsCount()map<string, bytes> secrets = 3;abstract booleancontainsSecrets(String key)map<string, bytes> secrets = 3;abstract Map<String, ByteString>getSecrets()Use getSecretsMap instead. abstract Map<String, ByteString>getSecretsMap()map<string, bytes> secrets = 3;abstract ByteStringgetSecretsOrDefault(String key, ByteString defaultValue)map<string, bytes> secrets = 3;abstract ByteStringgetSecretsOrThrow(String key)map<string, bytes> secrets = 3;abstract List<ModuleContextResponse.DSN>getDatabasesList()repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;abstract ModuleContextResponse.DSNgetDatabases(int index)repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;abstract intgetDatabasesCount()repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;abstract List<out ModuleContextResponse.DSNOrBuilder>getDatabasesOrBuilderList()repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;abstract ModuleContextResponse.DSNOrBuildergetDatabasesOrBuilder(int index)repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getModuleBytes
abstract ByteString getModuleBytes()
string module = 1;- Returns:
The bytes for module.
-
getConfigsCount
abstract int getConfigsCount()
map<string, bytes> configs = 2;
-
containsConfigs
abstract boolean containsConfigs(String key)
map<string, bytes> configs = 2;
-
getConfigs
@Deprecated() abstract Map<String, ByteString> getConfigs()
Use getConfigsMap instead.
-
getConfigsMap
abstract Map<String, ByteString> getConfigsMap()
map<string, bytes> configs = 2;
-
getConfigsOrDefault
abstract ByteString getConfigsOrDefault(String key, ByteString defaultValue)
map<string, bytes> configs = 2;
-
getConfigsOrThrow
abstract ByteString getConfigsOrThrow(String key)
map<string, bytes> configs = 2;
-
getSecretsCount
abstract int getSecretsCount()
map<string, bytes> secrets = 3;
-
containsSecrets
abstract boolean containsSecrets(String key)
map<string, bytes> secrets = 3;
-
getSecrets
@Deprecated() abstract Map<String, ByteString> getSecrets()
Use getSecretsMap instead.
-
getSecretsMap
abstract Map<String, ByteString> getSecretsMap()
map<string, bytes> secrets = 3;
-
getSecretsOrDefault
abstract ByteString getSecretsOrDefault(String key, ByteString defaultValue)
map<string, bytes> secrets = 3;
-
getSecretsOrThrow
abstract ByteString getSecretsOrThrow(String key)
map<string, bytes> secrets = 3;
-
getDatabasesList
abstract List<ModuleContextResponse.DSN> getDatabasesList()
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
getDatabases
abstract ModuleContextResponse.DSN getDatabases(int index)
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
getDatabasesCount
abstract int getDatabasesCount()
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
getDatabasesOrBuilderList
abstract List<out ModuleContextResponse.DSNOrBuilder> getDatabasesOrBuilderList()
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
getDatabasesOrBuilder
abstract ModuleContextResponse.DSNOrBuilder getDatabasesOrBuilder(int index)
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
-
-
-
-