Package xyz.block.ftl.schema.v1
Class ModuleRuntimeRunner
-
- 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.schema.v1.ModuleRuntimeRunnerOrBuilder
public final class ModuleRuntimeRunner extends GeneratedMessageV3 implements ModuleRuntimeRunnerOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.ModuleRuntimeRunner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModuleRuntimeRunner.BuilderProtobuf type
xyz.block.ftl.schema.v1.ModuleRuntimeRunner
-
Field Summary
Fields Modifier and Type Field Description public final static intENDPOINT_FIELD_NUMBERpublic final static intRUNNER_NOT_REQUIRED_FIELD_NUMBER
-
Method Summary
-
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()
-
getEndpoint
String getEndpoint()
string endpoint = 1;- Returns:
The endpoint.
-
getEndpointBytes
ByteString getEndpointBytes()
string endpoint = 1;- Returns:
The bytes for endpoint.
-
getRunnerNotRequired
boolean getRunnerNotRequired()
bool runner_not_required = 2;- Returns:
The runnerNotRequired.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ModuleRuntimeRunner parseFrom(ByteBuffer data)
-
parseFrom
static ModuleRuntimeRunner parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntimeRunner parseFrom(ByteString data)
-
parseFrom
static ModuleRuntimeRunner parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntimeRunner parseFrom(Array<byte> data)
-
parseFrom
static ModuleRuntimeRunner parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntimeRunner parseFrom(InputStream input)
-
parseFrom
static ModuleRuntimeRunner parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ModuleRuntimeRunner parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ModuleRuntimeRunner parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntimeRunner parseFrom(CodedInputStream input)
-
parseFrom
static ModuleRuntimeRunner parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ModuleRuntimeRunner.Builder newBuilderForType()
-
newBuilder
static ModuleRuntimeRunner.Builder newBuilder()
-
newBuilder
static ModuleRuntimeRunner.Builder newBuilder(ModuleRuntimeRunner prototype)
-
toBuilder
ModuleRuntimeRunner.Builder toBuilder()
-
getDefaultInstance
static ModuleRuntimeRunner getDefaultInstance()
-
parser
static Parser<ModuleRuntimeRunner> parser()
-
getParserForType
Parser<ModuleRuntimeRunner> getParserForType()
-
getDefaultInstanceForType
ModuleRuntimeRunner getDefaultInstanceForType()
-
-
-
-