Class Module
-
- 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.console.ModuleOrBuilder
public final class Module extends GeneratedMessageV3 implements ModuleOrBuilder
Protobuf type
xyz.block.ftl.v1.console.Module
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModule.BuilderProtobuf type
xyz.block.ftl.v1.console.Module
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intLANGUAGE_FIELD_NUMBERpublic final static intSCHEMA_FIELD_NUMBERpublic final static intVERBS_FIELD_NUMBERpublic final static intDATA_FIELD_NUMBERpublic final static intSECRETS_FIELD_NUMBERpublic final static intCONFIGS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetName()string name = 1;ByteStringgetNameBytes()string name = 1;StringgetDeploymentKey()string deployment_key = 2;ByteStringgetDeploymentKeyBytes()string deployment_key = 2;StringgetLanguage()string language = 3;ByteStringgetLanguageBytes()string language = 3;StringgetSchema()string schema = 4;ByteStringgetSchemaBytes()string schema = 4;List<Verb>getVerbsList()repeated .xyz.block.ftl.v1.console.Verb verbs = 5;List<out VerbOrBuilder>getVerbsOrBuilderList()repeated .xyz.block.ftl.v1.console.Verb verbs = 5;intgetVerbsCount()repeated .xyz.block.ftl.v1.console.Verb verbs = 5;VerbgetVerbs(int index)repeated .xyz.block.ftl.v1.console.Verb verbs = 5;VerbOrBuildergetVerbsOrBuilder(int index)repeated .xyz.block.ftl.v1.console.Verb verbs = 5;List<Data>getDataList()repeated .xyz.block.ftl.v1.console.Data data = 6;List<out DataOrBuilder>getDataOrBuilderList()repeated .xyz.block.ftl.v1.console.Data data = 6;intgetDataCount()repeated .xyz.block.ftl.v1.console.Data data = 6;DatagetData(int index)repeated .xyz.block.ftl.v1.console.Data data = 6;DataOrBuildergetDataOrBuilder(int index)repeated .xyz.block.ftl.v1.console.Data data = 6;List<Secret>getSecretsList()repeated .xyz.block.ftl.v1.console.Secret secrets = 7;List<out SecretOrBuilder>getSecretsOrBuilderList()repeated .xyz.block.ftl.v1.console.Secret secrets = 7;intgetSecretsCount()repeated .xyz.block.ftl.v1.console.Secret secrets = 7;SecretgetSecrets(int index)repeated .xyz.block.ftl.v1.console.Secret secrets = 7;SecretOrBuildergetSecretsOrBuilder(int index)repeated .xyz.block.ftl.v1.console.Secret secrets = 7;List<Config>getConfigsList()repeated .xyz.block.ftl.v1.console.Config configs = 8;List<out ConfigOrBuilder>getConfigsOrBuilderList()repeated .xyz.block.ftl.v1.console.Config configs = 8;intgetConfigsCount()repeated .xyz.block.ftl.v1.console.Config configs = 8;ConfiggetConfigs(int index)repeated .xyz.block.ftl.v1.console.Config configs = 8;ConfigOrBuildergetConfigsOrBuilder(int index)repeated .xyz.block.ftl.v1.console.Config configs = 8;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ModuleparseFrom(ByteBuffer data)static ModuleparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ModuleparseFrom(ByteString data)static ModuleparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ModuleparseFrom(Array<byte> data)static ModuleparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ModuleparseFrom(InputStream input)static ModuleparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleparseDelimitedFrom(InputStream input)static ModuleparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleparseFrom(CodedInputStream input)static ModuleparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Module.BuildernewBuilderForType()static Module.BuildernewBuilder()static Module.BuildernewBuilder(Module prototype)Module.BuildertoBuilder()static ModulegetDefaultInstance()static Parser<Module>parser()Parser<Module>getParserForType()ModulegetDefaultInstanceForType()-
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()
-
getNameBytes
ByteString getNameBytes()
string name = 1;- Returns:
The bytes for name.
-
getDeploymentKey
String getDeploymentKey()
string deployment_key = 2;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
ByteString getDeploymentKeyBytes()
string deployment_key = 2;- Returns:
The bytes for deploymentKey.
-
getLanguage
String getLanguage()
string language = 3;- Returns:
The language.
-
getLanguageBytes
ByteString getLanguageBytes()
string language = 3;- Returns:
The bytes for language.
-
getSchemaBytes
ByteString getSchemaBytes()
string schema = 4;- Returns:
The bytes for schema.
-
getVerbsList
List<Verb> getVerbsList()
repeated .xyz.block.ftl.v1.console.Verb verbs = 5;
-
getVerbsOrBuilderList
List<out VerbOrBuilder> getVerbsOrBuilderList()
repeated .xyz.block.ftl.v1.console.Verb verbs = 5;
-
getVerbsCount
int getVerbsCount()
repeated .xyz.block.ftl.v1.console.Verb verbs = 5;
-
getVerbsOrBuilder
VerbOrBuilder getVerbsOrBuilder(int index)
repeated .xyz.block.ftl.v1.console.Verb verbs = 5;
-
getDataList
List<Data> getDataList()
repeated .xyz.block.ftl.v1.console.Data data = 6;
-
getDataOrBuilderList
List<out DataOrBuilder> getDataOrBuilderList()
repeated .xyz.block.ftl.v1.console.Data data = 6;
-
getDataCount
int getDataCount()
repeated .xyz.block.ftl.v1.console.Data data = 6;
-
getDataOrBuilder
DataOrBuilder getDataOrBuilder(int index)
repeated .xyz.block.ftl.v1.console.Data data = 6;
-
getSecretsList
List<Secret> getSecretsList()
repeated .xyz.block.ftl.v1.console.Secret secrets = 7;
-
getSecretsOrBuilderList
List<out SecretOrBuilder> getSecretsOrBuilderList()
repeated .xyz.block.ftl.v1.console.Secret secrets = 7;
-
getSecretsCount
int getSecretsCount()
repeated .xyz.block.ftl.v1.console.Secret secrets = 7;
-
getSecrets
Secret getSecrets(int index)
repeated .xyz.block.ftl.v1.console.Secret secrets = 7;
-
getSecretsOrBuilder
SecretOrBuilder getSecretsOrBuilder(int index)
repeated .xyz.block.ftl.v1.console.Secret secrets = 7;
-
getConfigsList
List<Config> getConfigsList()
repeated .xyz.block.ftl.v1.console.Config configs = 8;
-
getConfigsOrBuilderList
List<out ConfigOrBuilder> getConfigsOrBuilderList()
repeated .xyz.block.ftl.v1.console.Config configs = 8;
-
getConfigsCount
int getConfigsCount()
repeated .xyz.block.ftl.v1.console.Config configs = 8;
-
getConfigs
Config getConfigs(int index)
repeated .xyz.block.ftl.v1.console.Config configs = 8;
-
getConfigsOrBuilder
ConfigOrBuilder getConfigsOrBuilder(int index)
repeated .xyz.block.ftl.v1.console.Config configs = 8;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Module parseFrom(ByteBuffer data)
-
parseFrom
static Module parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Module parseFrom(InputStream input)
-
parseFrom
static Module parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Module parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Module parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Module.Builder newBuilderForType()
-
newBuilder
static Module.Builder newBuilder()
-
newBuilder
static Module.Builder newBuilder(Module prototype)
-
toBuilder
Module.Builder toBuilder()
-
getDefaultInstance
static Module getDefaultInstance()
-
getParserForType
Parser<Module> getParserForType()
-
getDefaultInstanceForType
Module getDefaultInstanceForType()
-
-
-
-