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 List<GetDeploymentContextResponse.Route>getRoutesList()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;abstract GetDeploymentContextResponse.RoutegetRoutes(int index)repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;abstract intgetRoutesCount()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;abstract List<out GetDeploymentContextResponse.RouteOrBuilder>getRoutesOrBuilderList()repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;abstract GetDeploymentContextResponse.RouteOrBuildergetRoutesOrBuilder(int index)repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;-
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;
-
getRoutesList
abstract List<GetDeploymentContextResponse.Route> getRoutesList()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
getRoutes
abstract GetDeploymentContextResponse.Route getRoutes(int index)
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
getRoutesCount
abstract int getRoutesCount()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
getRoutesOrBuilderList
abstract List<out GetDeploymentContextResponse.RouteOrBuilder> getRoutesOrBuilderList()
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
getRoutesOrBuilder
abstract GetDeploymentContextResponse.RouteOrBuilder getRoutesOrBuilder(int index)
repeated .xyz.block.ftl.v1.GetDeploymentContextResponse.Route routes = 6;
-
-
-
-