Interface CacheClientOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Basic information about the client, including the type of client and version, if known.
    Basic information about the client, including the type of client and version, if known.
    boolean
    Basic information about the client, including the type of client and version, if known.

    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

    • hasInfo

      boolean hasInfo()
       Basic information about the client, including the type of client and version, if known.
       
      .buildless.client.CacheClientSpec info = 1 [json_name = "info"];
      Returns:
      Whether the info field is set.
    • getInfo

      CacheClientSpec getInfo()
       Basic information about the client, including the type of client and version, if known.
       
      .buildless.client.CacheClientSpec info = 1 [json_name = "info"];
      Returns:
      The info.
    • getInfoOrBuilder

      CacheClientSpecOrBuilder getInfoOrBuilder()
       Basic information about the client, including the type of client and version, if known.
       
      .buildless.client.CacheClientSpec info = 1 [json_name = "info"];