public interface MemcacheParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParams(String key)
User defined set of parameters to use in the memcached process.
|
String |
getId()
Output only.
|
com.google.protobuf.ByteString |
getIdBytes()
Output only.
|
Map<String,String> |
getParams()
Deprecated.
|
int |
getParamsCount()
User defined set of parameters to use in the memcached process.
|
Map<String,String> |
getParamsMap()
User defined set of parameters to use in the memcached process.
|
String |
getParamsOrDefault(String key,
String defaultValue)
User defined set of parameters to use in the memcached process.
|
String |
getParamsOrThrow(String key)
User defined set of parameters to use in the memcached process.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getIdBytes()
Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];int getParamsCount()
User defined set of parameters to use in the memcached process.
map<string, string> params = 3;boolean containsParams(String key)
User defined set of parameters to use in the memcached process.
map<string, string> params = 3;@Deprecated Map<String,String> getParams()
getParamsMap() instead.Map<String,String> getParamsMap()
User defined set of parameters to use in the memcached process.
map<string, string> params = 3;String getParamsOrDefault(String key, String defaultValue)
User defined set of parameters to use in the memcached process.
map<string, string> params = 3;Copyright © 2023 Google LLC. All rights reserved.