Interface CacheClientSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CacheClientSpec, CacheClientSpec.Builder

public interface CacheClientSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Known client, if applicable and available.
    int
    Known client, if applicable and available.
    User-agent string, if available.
    com.google.protobuf.ByteString
    User-agent string, if available.
    Version detected for the client, if available and applicable.
    Version detected for the client, if available and applicable.
    boolean
    Version detected for the client, if available and applicable.

    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

    • getAgentValue

      int getAgentValue()
       Known client, if applicable and available.
       
      .buildless.client.CacheClientAgent agent = 1 [json_name = "agent"];
      Returns:
      The enum numeric value on the wire for agent.
    • getAgent

      CacheClientAgent getAgent()
       Known client, if applicable and available.
       
      .buildless.client.CacheClientAgent agent = 1 [json_name = "agent"];
      Returns:
      The agent.
    • getUa

      String getUa()
       User-agent string, if available.
       
      string ua = 2 [json_name = "ua"];
      Returns:
      The ua.
    • getUaBytes

      com.google.protobuf.ByteString getUaBytes()
       User-agent string, if available.
       
      string ua = 2 [json_name = "ua"];
      Returns:
      The bytes for ua.
    • hasVersion

      boolean hasVersion()
       Version detected for the client, if available and applicable.
       
      .buildless.Version version = 3 [json_name = "version"];
      Returns:
      Whether the version field is set.
    • getVersion

      Version getVersion()
       Version detected for the client, if available and applicable.
       
      .buildless.Version version = 3 [json_name = "version"];
      Returns:
      The version.
    • getVersionOrBuilder

      VersionOrBuilder getVersionOrBuilder()
       Version detected for the client, if available and applicable.
       
      .buildless.Version version = 3 [json_name = "version"];