Class CacheClient.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
com.buildless.client.CacheClient.Builder
All Implemented Interfaces:
CacheClientOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
CacheClient

public static final class CacheClient.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder> implements CacheClientOrBuilder
 ## Cache Client

 Specifies information about a cache client, to the extent it is identifiable from protocol material. This may include
 the type of client, the version of the client, and any known or declared capabilities.
 
Protobuf type buildless.client.CacheClient
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • clear

      public CacheClient.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • getDefaultInstanceForType

      public CacheClient getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public CacheClient build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public CacheClient buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public CacheClient.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • setField

      public CacheClient.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • clearField

      public CacheClient.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • clearOneof

      public CacheClient.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • setRepeatedField

      public CacheClient.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • addRepeatedField

      public CacheClient.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • mergeFrom

      public CacheClient.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CacheClient.Builder>
    • mergeFrom

      public CacheClient.Builder mergeFrom(CacheClient other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • mergeFrom

      public CacheClient.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CacheClient.Builder>
      Throws:
      IOException
    • hasInfo

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

      public CacheClientSpec getInfo()
       Basic information about the client, including the type of client and version, if known.
       
      .buildless.client.CacheClientSpec info = 1 [json_name = "info"];
      Specified by:
      getInfo in interface CacheClientOrBuilder
      Returns:
      The info.
    • setInfo

      public CacheClient.Builder setInfo(CacheClientSpec value)
       Basic information about the client, including the type of client and version, if known.
       
      .buildless.client.CacheClientSpec info = 1 [json_name = "info"];
    • setInfo

      public CacheClient.Builder setInfo(CacheClientSpec.Builder builderForValue)
       Basic information about the client, including the type of client and version, if known.
       
      .buildless.client.CacheClientSpec info = 1 [json_name = "info"];
    • mergeInfo

      public CacheClient.Builder mergeInfo(CacheClientSpec value)
       Basic information about the client, including the type of client and version, if known.
       
      .buildless.client.CacheClientSpec info = 1 [json_name = "info"];
    • clearInfo

      public CacheClient.Builder clearInfo()
       Basic information about the client, including the type of client and version, if known.
       
      .buildless.client.CacheClientSpec info = 1 [json_name = "info"];
    • getInfoBuilder

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

      public CacheClientSpecOrBuilder getInfoOrBuilder()
       Basic information about the client, including the type of client and version, if known.
       
      .buildless.client.CacheClientSpec info = 1 [json_name = "info"];
      Specified by:
      getInfoOrBuilder in interface CacheClientOrBuilder
    • setUnknownFields

      public final CacheClient.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>
    • mergeUnknownFields

      public final CacheClient.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CacheClient.Builder>