Package com.buildless.service.v1
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 TypeMethodDescriptionSpecifies (optional) information about the client which is being configured.Specifies (optional) information about the client which is being configured.booleanSpecifies (optional) information about the client which is being configured.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
-
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"];
-