Package xyz.block.ftl.language.v1
Class SyncStubReferencesRequest
-
- 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.language.v1.SyncStubReferencesRequestOrBuilder
public final class SyncStubReferencesRequest extends GeneratedMessageV3 implements SyncStubReferencesRequestOrBuilder
Protobuf type
xyz.block.ftl.language.v1.SyncStubReferencesRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSyncStubReferencesRequest.BuilderProtobuf type
xyz.block.ftl.language.v1.SyncStubReferencesRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intMODULE_CONFIG_FIELD_NUMBERpublic final static intSTUBS_ROOT_FIELD_NUMBERpublic final static intMODULES_FIELD_NUMBERpublic final static intSCHEMA_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasModuleConfig().xyz.block.ftl.language.v1.ModuleConfig module_config = 1;ModuleConfiggetModuleConfig().xyz.block.ftl.language.v1.ModuleConfig module_config = 1;ModuleConfigOrBuildergetModuleConfigOrBuilder().xyz.block.ftl.language.v1.ModuleConfig module_config = 1;StringgetStubsRoot()The path of the directory containing all module stubs. Each module is in a subdirectorystring stubs_root = 2;ByteStringgetStubsRootBytes()The path of the directory containing all module stubs. Each module is in a subdirectorystring stubs_root = 2;ProtocolStringListgetModulesList()The names of all modules that have had stubs generatedrepeated string modules = 3;intgetModulesCount()The names of all modules that have had stubs generatedrepeated string modules = 3;StringgetModules(int index)The names of all modules that have had stubs generatedrepeated string modules = 3;ByteStringgetModulesBytes(int index)The names of all modules that have had stubs generatedrepeated string modules = 3;booleanhasSchema()The complete FTL schema.xyz.block.ftl.schema.v1.Schema schema = 4;SchemagetSchema()The complete FTL schema.xyz.block.ftl.schema.v1.Schema schema = 4;SchemaOrBuildergetSchemaOrBuilder()The complete FTL schema.xyz.block.ftl.schema.v1.Schema schema = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static SyncStubReferencesRequestparseFrom(ByteBuffer data)static SyncStubReferencesRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static SyncStubReferencesRequestparseFrom(ByteString data)static SyncStubReferencesRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static SyncStubReferencesRequestparseFrom(Array<byte> data)static SyncStubReferencesRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static SyncStubReferencesRequestparseFrom(InputStream input)static SyncStubReferencesRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SyncStubReferencesRequestparseDelimitedFrom(InputStream input)static SyncStubReferencesRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SyncStubReferencesRequestparseFrom(CodedInputStream input)static SyncStubReferencesRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)SyncStubReferencesRequest.BuildernewBuilderForType()static SyncStubReferencesRequest.BuildernewBuilder()static SyncStubReferencesRequest.BuildernewBuilder(SyncStubReferencesRequest prototype)SyncStubReferencesRequest.BuildertoBuilder()static SyncStubReferencesRequestgetDefaultInstance()static Parser<SyncStubReferencesRequest>parser()Parser<SyncStubReferencesRequest>getParserForType()SyncStubReferencesRequestgetDefaultInstanceForType()-
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()
-
hasModuleConfig
boolean hasModuleConfig()
.xyz.block.ftl.language.v1.ModuleConfig module_config = 1;- Returns:
Whether the moduleConfig field is set.
-
getModuleConfig
ModuleConfig getModuleConfig()
.xyz.block.ftl.language.v1.ModuleConfig module_config = 1;- Returns:
The moduleConfig.
-
getModuleConfigOrBuilder
ModuleConfigOrBuilder getModuleConfigOrBuilder()
.xyz.block.ftl.language.v1.ModuleConfig module_config = 1;
-
getStubsRoot
String getStubsRoot()
The path of the directory containing all module stubs. Each module is in a subdirectorystring stubs_root = 2;- Returns:
The stubsRoot.
-
getStubsRootBytes
ByteString getStubsRootBytes()
The path of the directory containing all module stubs. Each module is in a subdirectorystring stubs_root = 2;- Returns:
The bytes for stubsRoot.
-
getModulesList
ProtocolStringList getModulesList()
The names of all modules that have had stubs generatedrepeated string modules = 3;- Returns:
A list containing the modules.
-
getModulesCount
int getModulesCount()
The names of all modules that have had stubs generatedrepeated string modules = 3;- Returns:
The count of modules.
-
getModules
String getModules(int index)
The names of all modules that have had stubs generatedrepeated string modules = 3;- Parameters:
index- The index of the element to return.- Returns:
The modules at the given index.
-
getModulesBytes
ByteString getModulesBytes(int index)
The names of all modules that have had stubs generatedrepeated string modules = 3;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the modules at the given index.
-
hasSchema
boolean hasSchema()
The complete FTL schema.xyz.block.ftl.schema.v1.Schema schema = 4;- Returns:
Whether the schema field is set.
-
getSchema
Schema getSchema()
The complete FTL schema.xyz.block.ftl.schema.v1.Schema schema = 4;- Returns:
The schema.
-
getSchemaOrBuilder
SchemaOrBuilder getSchemaOrBuilder()
The complete FTL schema.xyz.block.ftl.schema.v1.Schema schema = 4;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static SyncStubReferencesRequest parseFrom(ByteBuffer data)
-
parseFrom
static SyncStubReferencesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SyncStubReferencesRequest parseFrom(ByteString data)
-
parseFrom
static SyncStubReferencesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SyncStubReferencesRequest parseFrom(Array<byte> data)
-
parseFrom
static SyncStubReferencesRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SyncStubReferencesRequest parseFrom(InputStream input)
-
parseFrom
static SyncStubReferencesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SyncStubReferencesRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SyncStubReferencesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SyncStubReferencesRequest parseFrom(CodedInputStream input)
-
parseFrom
static SyncStubReferencesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SyncStubReferencesRequest.Builder newBuilderForType()
-
newBuilder
static SyncStubReferencesRequest.Builder newBuilder()
-
newBuilder
static SyncStubReferencesRequest.Builder newBuilder(SyncStubReferencesRequest prototype)
-
toBuilder
SyncStubReferencesRequest.Builder toBuilder()
-
getDefaultInstance
static SyncStubReferencesRequest getDefaultInstance()
-
parser
static Parser<SyncStubReferencesRequest> parser()
-
getParserForType
Parser<SyncStubReferencesRequest> getParserForType()
-
getDefaultInstanceForType
SyncStubReferencesRequest getDefaultInstanceForType()
-
-
-
-