Class StatusResponse.Runner
-
- 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.StatusResponse.RunnerOrBuilder
public final class StatusResponse.Runner extends GeneratedMessageV3 implements StatusResponse.RunnerOrBuilder
Protobuf type
xyz.block.ftl.v1.StatusResponse.Runner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStatusResponse.Runner.BuilderProtobuf type
xyz.block.ftl.v1.StatusResponse.Runner
-
Field Summary
Fields Modifier and Type Field Description public final static intKEY_FIELD_NUMBERpublic final static intLANGUAGES_FIELD_NUMBERpublic final static intENDPOINT_FIELD_NUMBERpublic final static intDEPLOYMENT_FIELD_NUMBERpublic final static intLABELS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetKey()string key = 1;ByteStringgetKeyBytes()string key = 1;ProtocolStringListgetLanguagesList()repeated string languages = 2;intgetLanguagesCount()repeated string languages = 2;StringgetLanguages(int index)repeated string languages = 2;ByteStringgetLanguagesBytes(int index)repeated string languages = 2;StringgetEndpoint()string endpoint = 3;ByteStringgetEndpointBytes()string endpoint = 3;booleanhasDeployment()optional string deployment = 5;StringgetDeployment()optional string deployment = 5;ByteStringgetDeploymentBytes()optional string deployment = 5;booleanhasLabels().google.protobuf.Struct labels = 6;StructgetLabels().google.protobuf.Struct labels = 6;StructOrBuildergetLabelsOrBuilder().google.protobuf.Struct labels = 6;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static StatusResponse.RunnerparseFrom(ByteBuffer data)static StatusResponse.RunnerparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static StatusResponse.RunnerparseFrom(ByteString data)static StatusResponse.RunnerparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static StatusResponse.RunnerparseFrom(Array<byte> data)static StatusResponse.RunnerparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static StatusResponse.RunnerparseFrom(InputStream input)static StatusResponse.RunnerparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static StatusResponse.RunnerparseDelimitedFrom(InputStream input)static StatusResponse.RunnerparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static StatusResponse.RunnerparseFrom(CodedInputStream input)static StatusResponse.RunnerparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)StatusResponse.Runner.BuildernewBuilderForType()static StatusResponse.Runner.BuildernewBuilder()static StatusResponse.Runner.BuildernewBuilder(StatusResponse.Runner prototype)StatusResponse.Runner.BuildertoBuilder()static StatusResponse.RunnergetDefaultInstance()static Parser<StatusResponse.Runner>parser()Parser<StatusResponse.Runner>getParserForType()StatusResponse.RunnergetDefaultInstanceForType()-
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()
-
getKeyBytes
ByteString getKeyBytes()
string key = 1;- Returns:
The bytes for key.
-
getLanguagesList
ProtocolStringList getLanguagesList()
repeated string languages = 2;- Returns:
A list containing the languages.
-
getLanguagesCount
int getLanguagesCount()
repeated string languages = 2;- Returns:
The count of languages.
-
getLanguages
String getLanguages(int index)
repeated string languages = 2;- Parameters:
index- The index of the element to return.- Returns:
The languages at the given index.
-
getLanguagesBytes
ByteString getLanguagesBytes(int index)
repeated string languages = 2;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the languages at the given index.
-
getEndpoint
String getEndpoint()
string endpoint = 3;- Returns:
The endpoint.
-
getEndpointBytes
ByteString getEndpointBytes()
string endpoint = 3;- Returns:
The bytes for endpoint.
-
hasDeployment
boolean hasDeployment()
optional string deployment = 5;- Returns:
Whether the deployment field is set.
-
getDeployment
String getDeployment()
optional string deployment = 5;- Returns:
The deployment.
-
getDeploymentBytes
ByteString getDeploymentBytes()
optional string deployment = 5;- Returns:
The bytes for deployment.
-
hasLabels
boolean hasLabels()
.google.protobuf.Struct labels = 6;- Returns:
Whether the labels field is set.
-
getLabels
Struct getLabels()
.google.protobuf.Struct labels = 6;- Returns:
The labels.
-
getLabelsOrBuilder
StructOrBuilder getLabelsOrBuilder()
.google.protobuf.Struct labels = 6;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static StatusResponse.Runner parseFrom(ByteBuffer data)
-
parseFrom
static StatusResponse.Runner parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StatusResponse.Runner parseFrom(ByteString data)
-
parseFrom
static StatusResponse.Runner parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StatusResponse.Runner parseFrom(Array<byte> data)
-
parseFrom
static StatusResponse.Runner parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StatusResponse.Runner parseFrom(InputStream input)
-
parseFrom
static StatusResponse.Runner parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static StatusResponse.Runner parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static StatusResponse.Runner parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StatusResponse.Runner parseFrom(CodedInputStream input)
-
parseFrom
static StatusResponse.Runner parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
StatusResponse.Runner.Builder newBuilderForType()
-
newBuilder
static StatusResponse.Runner.Builder newBuilder()
-
newBuilder
static StatusResponse.Runner.Builder newBuilder(StatusResponse.Runner prototype)
-
toBuilder
StatusResponse.Runner.Builder toBuilder()
-
getDefaultInstance
static StatusResponse.Runner getDefaultInstance()
-
parser
static Parser<StatusResponse.Runner> parser()
-
getParserForType
Parser<StatusResponse.Runner> getParserForType()
-
getDefaultInstanceForType
StatusResponse.Runner getDefaultInstanceForType()
-
-
-
-