public static interface Instance.NodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Output only.
|
com.google.protobuf.ByteString |
getHostBytes()
Output only.
|
String |
getNodeId()
Output only.
|
com.google.protobuf.ByteString |
getNodeIdBytes()
Output only.
|
MemcacheParameters |
getParameters()
User defined parameters currently applied to the node.
|
MemcacheParametersOrBuilder |
getParametersOrBuilder()
User defined parameters currently applied to the node.
|
int |
getPort()
Output only.
|
Instance.Node.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
String |
getZone()
Output only.
|
com.google.protobuf.ByteString |
getZoneBytes()
Output only.
|
boolean |
hasParameters()
User defined parameters currently applied to the node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNodeId()
Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
string node_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNodeIdBytes()
Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
string node_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getZone()
Output only. Location (GCP Zone) for the Memcached node.
string zone = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getZoneBytes()
Output only. Location (GCP Zone) for the Memcached node.
string zone = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];int getStateValue()
Output only. Current state of the Memcached node.
.google.cloud.memcache.v1.Instance.Node.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Instance.Node.State getState()
Output only. Current state of the Memcached node.
.google.cloud.memcache.v1.Instance.Node.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getHost()
Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
string host = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getHostBytes()
Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
string host = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];int getPort()
Output only. The port number of the Memcached server on this node.
int32 port = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasParameters()
User defined parameters currently applied to the node.
.google.cloud.memcache.v1.MemcacheParameters parameters = 6;MemcacheParameters getParameters()
User defined parameters currently applied to the node.
.google.cloud.memcache.v1.MemcacheParameters parameters = 6;MemcacheParametersOrBuilder getParametersOrBuilder()
User defined parameters currently applied to the node.
.google.cloud.memcache.v1.MemcacheParameters parameters = 6;Copyright © 2023 Google LLC. All rights reserved.