Package org.yamcs.protobuf
Interface RouteInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RouteInfo
,RouteInfo.Builder
public interface RouteInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
optional bool deprecated = 8;
optional string description = 3;
com.google.protobuf.ByteString
optional string description = 3;
long
optional int64 errorCount = 10;
optional string httpMethod = 4;
com.google.protobuf.ByteString
optional string httpMethod = 4;
optional string inputType = 6;
com.google.protobuf.ByteString
optional string inputType = 6;
optional string logFormat = 11;
com.google.protobuf.ByteString
optional string logFormat = 11;
optional string method = 2;
com.google.protobuf.ByteString
optional string method = 2;
optional string outputType = 7;
com.google.protobuf.ByteString
optional string outputType = 7;
long
optional int64 requestCount = 9;
optional string service = 1;
com.google.protobuf.ByteString
optional string service = 1;
getUrl()
optional string url = 5;
com.google.protobuf.ByteString
optional string url = 5;
boolean
optional bool deprecated = 8;
boolean
optional string description = 3;
boolean
optional int64 errorCount = 10;
boolean
optional string httpMethod = 4;
boolean
optional string inputType = 6;
boolean
optional string logFormat = 11;
boolean
optional string method = 2;
boolean
optional string outputType = 7;
boolean
optional int64 requestCount = 9;
boolean
optional string service = 1;
boolean
hasUrl()
optional string url = 5;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasService
boolean hasService()optional string service = 1;
- Returns:
- Whether the service field is set.
-
getService
String getService()optional string service = 1;
- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()optional string service = 1;
- Returns:
- The bytes for service.
-
hasMethod
boolean hasMethod()optional string method = 2;
- Returns:
- Whether the method field is set.
-
getMethod
String getMethod()optional string method = 2;
- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()optional string method = 2;
- Returns:
- The bytes for method.
-
hasDescription
boolean hasDescription()optional string description = 3;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 3;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 3;
- Returns:
- The bytes for description.
-
hasHttpMethod
boolean hasHttpMethod()optional string httpMethod = 4;
- Returns:
- Whether the httpMethod field is set.
-
getHttpMethod
String getHttpMethod()optional string httpMethod = 4;
- Returns:
- The httpMethod.
-
getHttpMethodBytes
com.google.protobuf.ByteString getHttpMethodBytes()optional string httpMethod = 4;
- Returns:
- The bytes for httpMethod.
-
hasUrl
boolean hasUrl()optional string url = 5;
- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()optional string url = 5;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()optional string url = 5;
- Returns:
- The bytes for url.
-
hasInputType
boolean hasInputType()optional string inputType = 6;
- Returns:
- Whether the inputType field is set.
-
getInputType
String getInputType()optional string inputType = 6;
- Returns:
- The inputType.
-
getInputTypeBytes
com.google.protobuf.ByteString getInputTypeBytes()optional string inputType = 6;
- Returns:
- The bytes for inputType.
-
hasOutputType
boolean hasOutputType()optional string outputType = 7;
- Returns:
- Whether the outputType field is set.
-
getOutputType
String getOutputType()optional string outputType = 7;
- Returns:
- The outputType.
-
getOutputTypeBytes
com.google.protobuf.ByteString getOutputTypeBytes()optional string outputType = 7;
- Returns:
- The bytes for outputType.
-
hasDeprecated
boolean hasDeprecated()optional bool deprecated = 8;
- Returns:
- Whether the deprecated field is set.
-
getDeprecated
boolean getDeprecated()optional bool deprecated = 8;
- Returns:
- The deprecated.
-
hasRequestCount
boolean hasRequestCount()optional int64 requestCount = 9;
- Returns:
- Whether the requestCount field is set.
-
getRequestCount
long getRequestCount()optional int64 requestCount = 9;
- Returns:
- The requestCount.
-
hasErrorCount
boolean hasErrorCount()optional int64 errorCount = 10;
- Returns:
- Whether the errorCount field is set.
-
getErrorCount
long getErrorCount()optional int64 errorCount = 10;
- Returns:
- The errorCount.
-
hasLogFormat
boolean hasLogFormat()optional string logFormat = 11;
- Returns:
- Whether the logFormat field is set.
-
getLogFormat
String getLogFormat()optional string logFormat = 11;
- Returns:
- The logFormat.
-
getLogFormatBytes
com.google.protobuf.ByteString getLogFormatBytes()optional string logFormat = 11;
- Returns:
- The bytes for logFormat.
-