Package com.buildless.client
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 TypeMethodDescriptiongetAgent()Known client, if applicable and available.intKnown client, if applicable and available.getUa()User-agent string, if available.com.google.protobuf.ByteStringUser-agent string, if available.Version detected for the client, if available and applicable.Version detected for the client, if available and applicable.booleanVersion detected for the client, if available and applicable.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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"];
-