Interface CacheConfigRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Specifies (optional) information about the client which is being configured.
    Specifies (optional) information about the client which is being configured.
    boolean
    Specifies (optional) information about the client which is being configured.

    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

    • hasClient

      boolean hasClient()
       Specifies (optional) information about the client which is being configured.
       
      .buildless.client.CacheClient client = 1 [json_name = "client"];
      Returns:
      Whether the client field is set.
    • getClient

      CacheClient getClient()
       Specifies (optional) information about the client which is being configured.
       
      .buildless.client.CacheClient client = 1 [json_name = "client"];
      Returns:
      The client.
    • getClientOrBuilder

      CacheClientOrBuilder getClientOrBuilder()
       Specifies (optional) information about the client which is being configured.
       
      .buildless.client.CacheClient client = 1 [json_name = "client"];