Package xyz.block.ftl.test.v1
Class StartTestRunRequest
-
- 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.test.v1.StartTestRunRequestOrBuilder
public final class StartTestRunRequest extends GeneratedMessageV3 implements StartTestRunRequestOrBuilder
Protobuf type
xyz.block.ftl.test.v1.StartTestRunRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStartTestRunRequest.BuilderProtobuf type
xyz.block.ftl.test.v1.StartTestRunRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intMODULE_NAME_FIELD_NUMBERpublic final static intENDPOINT_FIELD_NUMBERpublic final static intHOT_RELOAD_ENDPOINT_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetModuleName()string module_name = 1;ByteStringgetModuleNameBytes()string module_name = 1;StringgetEndpoint()string endpoint = 2;ByteStringgetEndpointBytes()string endpoint = 2;StringgetHotReloadEndpoint()string hot_reload_endpoint = 3;ByteStringgetHotReloadEndpointBytes()string hot_reload_endpoint = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static StartTestRunRequestparseFrom(ByteBuffer data)static StartTestRunRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static StartTestRunRequestparseFrom(ByteString data)static StartTestRunRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static StartTestRunRequestparseFrom(Array<byte> data)static StartTestRunRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static StartTestRunRequestparseFrom(InputStream input)static StartTestRunRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static StartTestRunRequestparseDelimitedFrom(InputStream input)static StartTestRunRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static StartTestRunRequestparseFrom(CodedInputStream input)static StartTestRunRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)StartTestRunRequest.BuildernewBuilderForType()static StartTestRunRequest.BuildernewBuilder()static StartTestRunRequest.BuildernewBuilder(StartTestRunRequest prototype)StartTestRunRequest.BuildertoBuilder()static StartTestRunRequestgetDefaultInstance()static Parser<StartTestRunRequest>parser()Parser<StartTestRunRequest>getParserForType()StartTestRunRequestgetDefaultInstanceForType()-
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()
-
getModuleName
String getModuleName()
string module_name = 1;- Returns:
The moduleName.
-
getModuleNameBytes
ByteString getModuleNameBytes()
string module_name = 1;- Returns:
The bytes for moduleName.
-
getEndpoint
String getEndpoint()
string endpoint = 2;- Returns:
The endpoint.
-
getEndpointBytes
ByteString getEndpointBytes()
string endpoint = 2;- Returns:
The bytes for endpoint.
-
getHotReloadEndpoint
String getHotReloadEndpoint()
string hot_reload_endpoint = 3;- Returns:
The hotReloadEndpoint.
-
getHotReloadEndpointBytes
ByteString getHotReloadEndpointBytes()
string hot_reload_endpoint = 3;- Returns:
The bytes for hotReloadEndpoint.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static StartTestRunRequest parseFrom(ByteBuffer data)
-
parseFrom
static StartTestRunRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StartTestRunRequest parseFrom(ByteString data)
-
parseFrom
static StartTestRunRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StartTestRunRequest parseFrom(Array<byte> data)
-
parseFrom
static StartTestRunRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StartTestRunRequest parseFrom(InputStream input)
-
parseFrom
static StartTestRunRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static StartTestRunRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static StartTestRunRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StartTestRunRequest parseFrom(CodedInputStream input)
-
parseFrom
static StartTestRunRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
StartTestRunRequest.Builder newBuilderForType()
-
newBuilder
static StartTestRunRequest.Builder newBuilder()
-
newBuilder
static StartTestRunRequest.Builder newBuilder(StartTestRunRequest prototype)
-
toBuilder
StartTestRunRequest.Builder toBuilder()
-
getDefaultInstance
static StartTestRunRequest getDefaultInstance()
-
parser
static Parser<StartTestRunRequest> parser()
-
getParserForType
Parser<StartTestRunRequest> getParserForType()
-
getDefaultInstanceForType
StartTestRunRequest getDefaultInstanceForType()
-
-
-
-