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 Detail

      • 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.