Interface GetDeploymentContextResponseOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface GetDeploymentContextResponseOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetModule()string module = 1;abstract ByteStringgetModuleBytes()string module = 1;abstract StringgetDeployment()string deployment = 2;abstract ByteStringgetDeploymentBytes()string deployment = 2;abstract intgetConfigsCount()map<string, bytes> configs = 3;abstract booleancontainsConfigs(String key)map<string, bytes> configs = 3;abstract Map<String, ByteString>getConfigs()Use getConfigsMap instead. abstract Map<String, ByteString>getConfigsMap()map<string, bytes> configs = 3;abstract ByteStringgetConfigsOrDefault(String key, ByteString defaultValue)map<string, bytes> configs = 3;abstract ByteStringgetConfigsOrThrow(String key)map<string, bytes> configs = 3;abstract intgetSecretsCount()map<string, bytes> secrets = 4;abstract booleancontainsSecrets(String key)map<string, bytes> secrets = 4;abstract Map<String, ByteString>getSecrets()Use getSecretsMap instead. abstract Map<String, ByteString>getSecretsMap()map<string, bytes> secrets = 4;abstract ByteStringgetSecretsOrDefault(String key, ByteString defaultValue)map<string, bytes> secrets = 4;abstract ByteStringgetSecretsOrThrow(String key)map<string, bytes> secrets = 4;abstract List<GetDeploymentContextResponse.DSN>getDatabasesList()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;abstract GetDeploymentContextResponse.DSNgetDatabases(int index)repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;abstract intgetDatabasesCount()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;abstract List<out GetDeploymentContextResponse.DSNOrBuilder>getDatabasesOrBuilderList()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;abstract GetDeploymentContextResponse.DSNOrBuildergetDatabasesOrBuilder(int index)repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;abstract intgetEgressCount()map<string, string> egress = 7;abstract booleancontainsEgress(String key)map<string, string> egress = 7;abstract Map<String, String>getEgress()Use getEgressMap instead. abstract Map<String, String>getEgressMap()map<string, string> egress = 7;abstract StringgetEgressOrDefault(String key, String defaultValue)map<string, string> egress = 7;abstract StringgetEgressOrThrow(String key)map<string, string> egress = 7;-
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.
-
getDeployment
abstract String getDeployment()
string deployment = 2;- Returns:
The deployment.
-
getDeploymentBytes
abstract ByteString getDeploymentBytes()
string deployment = 2;- Returns:
The bytes for deployment.
-
getConfigsCount
abstract int getConfigsCount()
map<string, bytes> configs = 3;
-
containsConfigs
abstract boolean containsConfigs(String key)
map<string, bytes> configs = 3;
-
getConfigs
@Deprecated() abstract Map<String, ByteString> getConfigs()
Use getConfigsMap instead.
-
getConfigsMap
abstract Map<String, ByteString> getConfigsMap()
map<string, bytes> configs = 3;
-
getConfigsOrDefault
abstract ByteString getConfigsOrDefault(String key, ByteString defaultValue)
map<string, bytes> configs = 3;
-
getConfigsOrThrow
abstract ByteString getConfigsOrThrow(String key)
map<string, bytes> configs = 3;
-
getSecretsCount
abstract int getSecretsCount()
map<string, bytes> secrets = 4;
-
containsSecrets
abstract boolean containsSecrets(String key)
map<string, bytes> secrets = 4;
-
getSecrets
@Deprecated() abstract Map<String, ByteString> getSecrets()
Use getSecretsMap instead.
-
getSecretsMap
abstract Map<String, ByteString> getSecretsMap()
map<string, bytes> secrets = 4;
-
getSecretsOrDefault
abstract ByteString getSecretsOrDefault(String key, ByteString defaultValue)
map<string, bytes> secrets = 4;
-
getSecretsOrThrow
abstract ByteString getSecretsOrThrow(String key)
map<string, bytes> secrets = 4;
-
getDatabasesList
abstract List<GetDeploymentContextResponse.DSN> getDatabasesList()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getDatabases
abstract GetDeploymentContextResponse.DSN getDatabases(int index)
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getDatabasesCount
abstract int getDatabasesCount()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getDatabasesOrBuilderList
abstract List<out GetDeploymentContextResponse.DSNOrBuilder> getDatabasesOrBuilderList()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getDatabasesOrBuilder
abstract GetDeploymentContextResponse.DSNOrBuilder getDatabasesOrBuilder(int index)
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.DSN databases = 5;
-
getEgressCount
abstract int getEgressCount()
map<string, string> egress = 7;
-
containsEgress
abstract boolean containsEgress(String key)
map<string, string> egress = 7;
-
getEgress
@Deprecated() abstract Map<String, String> getEgress()
Use getEgressMap instead.
-
getEgressMap
abstract Map<String, String> getEgressMap()
map<string, string> egress = 7;
-
getEgressOrDefault
abstract String getEgressOrDefault(String key, String defaultValue)
map<string, string> egress = 7;
-
getEgressOrThrow
abstract String getEgressOrThrow(String key)
map<string, string> egress = 7;
-
-
-
-