Package org.yamcs.protobuf
Class RouteInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.yamcs.protobuf.RouteInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,RouteInfoOrBuilder
public final class RouteInfo extends com.google.protobuf.GeneratedMessageV3 implements RouteInfoOrBuilder
Protobuf typeyamcs.protobuf.web.RouteInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRouteInfo.BuilderProtobuf typeyamcs.protobuf.web.RouteInfo-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-
-
Field Summary
Fields Modifier and Type Field Description static intDEPRECATED_FIELD_NUMBERstatic intDESCRIPTION_FIELD_NUMBERstatic intERRORCOUNT_FIELD_NUMBERstatic intHTTPMETHOD_FIELD_NUMBERstatic intINPUTTYPE_FIELD_NUMBERstatic intMETHOD_FIELD_NUMBERstatic intOUTPUTTYPE_FIELD_NUMBERstatic com.google.protobuf.Parser<RouteInfo>PARSERDeprecated.static intREQUESTCOUNT_FIELD_NUMBERstatic intSERVICE_FIELD_NUMBERstatic intURL_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static RouteInfogetDefaultInstance()RouteInfogetDefaultInstanceForType()booleangetDeprecated()optional bool deprecated = 8;StringgetDescription()optional string description = 3;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 3;static com.google.protobuf.Descriptors.DescriptorgetDescriptor()longgetErrorCount()optional int64 errorCount = 10;StringgetHttpMethod()optional string httpMethod = 4;com.google.protobuf.ByteStringgetHttpMethodBytes()optional string httpMethod = 4;StringgetInputType()optional string inputType = 6;com.google.protobuf.ByteStringgetInputTypeBytes()optional string inputType = 6;StringgetMethod()optional string method = 2;com.google.protobuf.ByteStringgetMethodBytes()optional string method = 2;StringgetOutputType()optional string outputType = 7;com.google.protobuf.ByteStringgetOutputTypeBytes()optional string outputType = 7;com.google.protobuf.Parser<RouteInfo>getParserForType()longgetRequestCount()optional int64 requestCount = 9;intgetSerializedSize()StringgetService()optional string service = 1;com.google.protobuf.ByteStringgetServiceBytes()optional string service = 1;com.google.protobuf.UnknownFieldSetgetUnknownFields()StringgetUrl()optional string url = 5;com.google.protobuf.ByteStringgetUrlBytes()optional string url = 5;booleanhasDeprecated()optional bool deprecated = 8;booleanhasDescription()optional string description = 3;booleanhasErrorCount()optional int64 errorCount = 10;inthashCode()booleanhasHttpMethod()optional string httpMethod = 4;booleanhasInputType()optional string inputType = 6;booleanhasMethod()optional string method = 2;booleanhasOutputType()optional string outputType = 7;booleanhasRequestCount()optional int64 requestCount = 9;booleanhasService()optional string service = 1;booleanhasUrl()optional string url = 5;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static RouteInfo.BuildernewBuilder()static RouteInfo.BuildernewBuilder(RouteInfo prototype)RouteInfo.BuildernewBuilderForType()protected RouteInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static RouteInfoparseDelimitedFrom(InputStream input)static RouteInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoparseFrom(byte[] data)static RouteInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoparseFrom(com.google.protobuf.ByteString data)static RouteInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoparseFrom(com.google.protobuf.CodedInputStream input)static RouteInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoparseFrom(InputStream input)static RouteInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoparseFrom(ByteBuffer data)static RouteInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<RouteInfo>parser()RouteInfo.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
METHOD_FIELD_NUMBER
public static final int METHOD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HTTPMETHOD_FIELD_NUMBER
public static final int HTTPMETHOD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
URL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INPUTTYPE_FIELD_NUMBER
public static final int INPUTTYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUTTYPE_FIELD_NUMBER
public static final int OUTPUTTYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPRECATED_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUESTCOUNT_FIELD_NUMBER
public static final int REQUESTCOUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERRORCOUNT_FIELD_NUMBER
public static final int ERRORCOUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<RouteInfo> PARSER
Deprecated.
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasService
public boolean hasService()
optional string service = 1;- Specified by:
hasServicein interfaceRouteInfoOrBuilder
-
getService
public String getService()
optional string service = 1;- Specified by:
getServicein interfaceRouteInfoOrBuilder
-
getServiceBytes
public com.google.protobuf.ByteString getServiceBytes()
optional string service = 1;- Specified by:
getServiceBytesin interfaceRouteInfoOrBuilder
-
hasMethod
public boolean hasMethod()
optional string method = 2;- Specified by:
hasMethodin interfaceRouteInfoOrBuilder
-
getMethod
public String getMethod()
optional string method = 2;- Specified by:
getMethodin interfaceRouteInfoOrBuilder
-
getMethodBytes
public com.google.protobuf.ByteString getMethodBytes()
optional string method = 2;- Specified by:
getMethodBytesin interfaceRouteInfoOrBuilder
-
hasDescription
public boolean hasDescription()
optional string description = 3;- Specified by:
hasDescriptionin interfaceRouteInfoOrBuilder
-
getDescription
public String getDescription()
optional string description = 3;- Specified by:
getDescriptionin interfaceRouteInfoOrBuilder
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;- Specified by:
getDescriptionBytesin interfaceRouteInfoOrBuilder
-
hasHttpMethod
public boolean hasHttpMethod()
optional string httpMethod = 4;- Specified by:
hasHttpMethodin interfaceRouteInfoOrBuilder
-
getHttpMethod
public String getHttpMethod()
optional string httpMethod = 4;- Specified by:
getHttpMethodin interfaceRouteInfoOrBuilder
-
getHttpMethodBytes
public com.google.protobuf.ByteString getHttpMethodBytes()
optional string httpMethod = 4;- Specified by:
getHttpMethodBytesin interfaceRouteInfoOrBuilder
-
hasUrl
public boolean hasUrl()
optional string url = 5;- Specified by:
hasUrlin interfaceRouteInfoOrBuilder
-
getUrl
public String getUrl()
optional string url = 5;- Specified by:
getUrlin interfaceRouteInfoOrBuilder
-
getUrlBytes
public com.google.protobuf.ByteString getUrlBytes()
optional string url = 5;- Specified by:
getUrlBytesin interfaceRouteInfoOrBuilder
-
hasInputType
public boolean hasInputType()
optional string inputType = 6;- Specified by:
hasInputTypein interfaceRouteInfoOrBuilder
-
getInputType
public String getInputType()
optional string inputType = 6;- Specified by:
getInputTypein interfaceRouteInfoOrBuilder
-
getInputTypeBytes
public com.google.protobuf.ByteString getInputTypeBytes()
optional string inputType = 6;- Specified by:
getInputTypeBytesin interfaceRouteInfoOrBuilder
-
hasOutputType
public boolean hasOutputType()
optional string outputType = 7;- Specified by:
hasOutputTypein interfaceRouteInfoOrBuilder
-
getOutputType
public String getOutputType()
optional string outputType = 7;- Specified by:
getOutputTypein interfaceRouteInfoOrBuilder
-
getOutputTypeBytes
public com.google.protobuf.ByteString getOutputTypeBytes()
optional string outputType = 7;- Specified by:
getOutputTypeBytesin interfaceRouteInfoOrBuilder
-
hasDeprecated
public boolean hasDeprecated()
optional bool deprecated = 8;- Specified by:
hasDeprecatedin interfaceRouteInfoOrBuilder
-
getDeprecated
public boolean getDeprecated()
optional bool deprecated = 8;- Specified by:
getDeprecatedin interfaceRouteInfoOrBuilder
-
hasRequestCount
public boolean hasRequestCount()
optional int64 requestCount = 9;- Specified by:
hasRequestCountin interfaceRouteInfoOrBuilder
-
getRequestCount
public long getRequestCount()
optional int64 requestCount = 9;- Specified by:
getRequestCountin interfaceRouteInfoOrBuilder
-
hasErrorCount
public boolean hasErrorCount()
optional int64 errorCount = 10;- Specified by:
hasErrorCountin interfaceRouteInfoOrBuilder
-
getErrorCount
public long getErrorCount()
optional int64 errorCount = 10;- Specified by:
getErrorCountin interfaceRouteInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RouteInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RouteInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RouteInfo.Builder newBuilder()
-
newBuilder
public static RouteInfo.Builder newBuilder(RouteInfo prototype)
-
toBuilder
public RouteInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RouteInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RouteInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RouteInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<RouteInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RouteInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-