Package xyz.block.ftl.v1.schema
Class ModuleRuntime
-
- 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.schema.ModuleRuntimeOrBuilder
public final class ModuleRuntime extends GeneratedMessageV3 implements ModuleRuntimeOrBuilder
Protobuf type
xyz.block.ftl.v1.schema.ModuleRuntime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModuleRuntime.BuilderProtobuf type
xyz.block.ftl.v1.schema.ModuleRuntime
-
Field Summary
Fields Modifier and Type Field Description public final static intCREATE_TIME_FIELD_NUMBERpublic final static intLANGUAGE_FIELD_NUMBERpublic final static intMIN_REPLICAS_FIELD_NUMBERpublic final static intOS_FIELD_NUMBERpublic final static intARCH_FIELD_NUMBERpublic final static intIMAGE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasCreateTime().google.protobuf.Timestamp create_time = 1;TimestampgetCreateTime().google.protobuf.Timestamp create_time = 1;TimestampOrBuildergetCreateTimeOrBuilder().google.protobuf.Timestamp create_time = 1;StringgetLanguage()string language = 2;ByteStringgetLanguageBytes()string language = 2;intgetMinReplicas()int32 min_replicas = 3;booleanhasOs()optional string os = 4;StringgetOs()optional string os = 4;ByteStringgetOsBytes()optional string os = 4;booleanhasArch()optional string arch = 5;StringgetArch()optional string arch = 5;ByteStringgetArchBytes()optional string arch = 5;booleanhasImage()optional string image = 6;StringgetImage()optional string image = 6;ByteStringgetImageBytes()optional string image = 6;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ModuleRuntimeparseFrom(ByteBuffer data)static ModuleRuntimeparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseFrom(ByteString data)static ModuleRuntimeparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseFrom(Array<byte> data)static ModuleRuntimeparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseFrom(InputStream input)static ModuleRuntimeparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseDelimitedFrom(InputStream input)static ModuleRuntimeparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseFrom(CodedInputStream input)static ModuleRuntimeparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ModuleRuntime.BuildernewBuilderForType()static ModuleRuntime.BuildernewBuilder()static ModuleRuntime.BuildernewBuilder(ModuleRuntime prototype)ModuleRuntime.BuildertoBuilder()static ModuleRuntimegetDefaultInstance()static Parser<ModuleRuntime>parser()Parser<ModuleRuntime>getParserForType()ModuleRuntimegetDefaultInstanceForType()-
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()
-
hasCreateTime
boolean hasCreateTime()
.google.protobuf.Timestamp create_time = 1;- Returns:
Whether the createTime field is set.
-
getCreateTime
Timestamp getCreateTime()
.google.protobuf.Timestamp create_time = 1;- Returns:
The createTime.
-
getCreateTimeOrBuilder
TimestampOrBuilder getCreateTimeOrBuilder()
.google.protobuf.Timestamp create_time = 1;
-
getLanguage
String getLanguage()
string language = 2;- Returns:
The language.
-
getLanguageBytes
ByteString getLanguageBytes()
string language = 2;- Returns:
The bytes for language.
-
getMinReplicas
int getMinReplicas()
int32 min_replicas = 3;- Returns:
The minReplicas.
-
hasOs
boolean hasOs()
optional string os = 4;- Returns:
Whether the os field is set.
-
getOsBytes
ByteString getOsBytes()
optional string os = 4;- Returns:
The bytes for os.
-
hasArch
boolean hasArch()
optional string arch = 5;- Returns:
Whether the arch field is set.
-
getArchBytes
ByteString getArchBytes()
optional string arch = 5;- Returns:
The bytes for arch.
-
hasImage
boolean hasImage()
optional string image = 6;- Returns:
Whether the image field is set.
-
getImageBytes
ByteString getImageBytes()
optional string image = 6;- Returns:
The bytes for image.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ModuleRuntime parseFrom(ByteBuffer data)
-
parseFrom
static ModuleRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntime parseFrom(ByteString data)
-
parseFrom
static ModuleRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntime parseFrom(Array<byte> data)
-
parseFrom
static ModuleRuntime parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntime parseFrom(InputStream input)
-
parseFrom
static ModuleRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ModuleRuntime parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ModuleRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntime parseFrom(CodedInputStream input)
-
parseFrom
static ModuleRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ModuleRuntime.Builder newBuilderForType()
-
newBuilder
static ModuleRuntime.Builder newBuilder()
-
newBuilder
static ModuleRuntime.Builder newBuilder(ModuleRuntime prototype)
-
toBuilder
ModuleRuntime.Builder toBuilder()
-
getDefaultInstance
static ModuleRuntime getDefaultInstance()
-
parser
static Parser<ModuleRuntime> parser()
-
getParserForType
Parser<ModuleRuntime> getParserForType()
-
getDefaultInstanceForType
ModuleRuntime getDefaultInstanceForType()
-
-
-
-