Class GetModuleContextResponse
-
- 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.GetModuleContextResponseOrBuilder
public final class GetModuleContextResponse extends GeneratedMessageV3 implements GetModuleContextResponseOrBuilder
Protobuf type
xyz.block.ftl.v1.GetModuleContextResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumGetModuleContextResponse.DbTypeProtobuf enum
xyz.block.ftl.v1.GetModuleContextResponse.DbTypepublic interfaceGetModuleContextResponse.RefOrBuilderpublic final classGetModuleContextResponse.RefProtobuf type
xyz.block.ftl.v1.GetModuleContextResponse.Refpublic interfaceGetModuleContextResponse.DSNOrBuilderpublic final classGetModuleContextResponse.DSNProtobuf type
xyz.block.ftl.v1.GetModuleContextResponse.DSNpublic final classGetModuleContextResponse.BuilderProtobuf type
xyz.block.ftl.v1.GetModuleContextResponse
-
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<GetModuleContextResponse.DSN>getDatabasesList()repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;List<out GetModuleContextResponse.DSNOrBuilder>getDatabasesOrBuilderList()repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;intgetDatabasesCount()repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;GetModuleContextResponse.DSNgetDatabases(int index)repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;GetModuleContextResponse.DSNOrBuildergetDatabasesOrBuilder(int index)repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static GetModuleContextResponseparseFrom(ByteBuffer data)static GetModuleContextResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static GetModuleContextResponseparseFrom(ByteString data)static GetModuleContextResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetModuleContextResponseparseFrom(Array<byte> data)static GetModuleContextResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static GetModuleContextResponseparseFrom(InputStream input)static GetModuleContextResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetModuleContextResponseparseDelimitedFrom(InputStream input)static GetModuleContextResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetModuleContextResponseparseFrom(CodedInputStream input)static GetModuleContextResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)GetModuleContextResponse.BuildernewBuilderForType()static GetModuleContextResponse.BuildernewBuilder()static GetModuleContextResponse.BuildernewBuilder(GetModuleContextResponse prototype)GetModuleContextResponse.BuildertoBuilder()static GetModuleContextResponsegetDefaultInstance()static Parser<GetModuleContextResponse>parser()Parser<GetModuleContextResponse>getParserForType()GetModuleContextResponsegetDefaultInstanceForType()-
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<GetModuleContextResponse.DSN> getDatabasesList()
repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;
-
getDatabasesOrBuilderList
List<out GetModuleContextResponse.DSNOrBuilder> getDatabasesOrBuilderList()
repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;
-
getDatabasesCount
int getDatabasesCount()
repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;
-
getDatabases
GetModuleContextResponse.DSN getDatabases(int index)
repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;
-
getDatabasesOrBuilder
GetModuleContextResponse.DSNOrBuilder getDatabasesOrBuilder(int index)
repeated .xyz.block.ftl.v1.GetModuleContextResponse.DSN databases = 4;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetModuleContextResponse parseFrom(ByteBuffer data)
-
parseFrom
static GetModuleContextResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetModuleContextResponse parseFrom(ByteString data)
-
parseFrom
static GetModuleContextResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetModuleContextResponse parseFrom(Array<byte> data)
-
parseFrom
static GetModuleContextResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetModuleContextResponse parseFrom(InputStream input)
-
parseFrom
static GetModuleContextResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetModuleContextResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetModuleContextResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetModuleContextResponse parseFrom(CodedInputStream input)
-
parseFrom
static GetModuleContextResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetModuleContextResponse.Builder newBuilderForType()
-
newBuilder
static GetModuleContextResponse.Builder newBuilder()
-
newBuilder
static GetModuleContextResponse.Builder newBuilder(GetModuleContextResponse prototype)
-
toBuilder
GetModuleContextResponse.Builder toBuilder()
-
getDefaultInstance
static GetModuleContextResponse getDefaultInstance()
-
parser
static Parser<GetModuleContextResponse> parser()
-
getParserForType
Parser<GetModuleContextResponse> getParserForType()
-
getDefaultInstanceForType
GetModuleContextResponse getDefaultInstanceForType()
-
-
-
-