publicstaticfinalclass Instance.NodeextendsGeneratedMessageV3implementsInstance.NodeOrBuilder
Protobuf type google.cloud.memcache.v1.Instance.Node
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
HOST_FIELD_NUMBER
publicstaticfinalintHOST_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NODE_ID_FIELD_NUMBER
publicstaticfinalintNODE_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PARAMETERS_FIELD_NUMBER
publicstaticfinalintPARAMETERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PORT_FIELD_NUMBER
publicstaticfinalintPORT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
STATE_FIELD_NUMBER
publicstaticfinalintSTATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
ZONE_FIELD_NUMBER
publicstaticfinalintZONE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticInstance.NodegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticInstance.Node.BuildernewBuilder()
newBuilder(Instance.Node prototype)
publicstaticInstance.Node.BuildernewBuilder(Instance.Nodeprototype)
publicstaticInstance.NodeparseDelimitedFrom(InputStreaminput)
publicstaticInstance.NodeparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticInstance.NodeparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticInstance.NodeparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticInstance.NodeparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticInstance.NodeparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticInstance.NodeparseFrom(CodedInputStreaminput)
publicstaticInstance.NodeparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticInstance.NodeparseFrom(InputStreaminput)
publicstaticInstance.NodeparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticInstance.NodeparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticInstance.NodeparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<Instance.Node>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicInstance.NodegetDefaultInstanceForType()
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];
| Returns |
| Type |
Description |
String |
The host.
|
getHostBytes()
publicByteStringgetHostBytes()
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];
| Returns |
| Type |
Description |
ByteString |
The bytes for host.
|
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];
| Returns |
| Type |
Description |
String |
The nodeId.
|
getNodeIdBytes()
publicByteStringgetNodeIdBytes()
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];
| Returns |
| Type |
Description |
ByteString |
The bytes for nodeId.
|
getParameters()
publicMemcacheParametersgetParameters()
User defined parameters currently applied to the node.
.google.cloud.memcache.v1.MemcacheParameters parameters = 6;
getParametersOrBuilder()
publicMemcacheParametersOrBuildergetParametersOrBuilder()
User defined parameters currently applied to the node.
.google.cloud.memcache.v1.MemcacheParameters parameters = 6;
getParserForType()
publicParser<Instance.Node>getParserForType()
Overrides
getPort()
Output only. The port number of the Memcached server on this node.
int32 port = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The port.
|
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getState()
publicInstance.Node.StategetState()
Output only. Current state of the Memcached node.
.google.cloud.memcache.v1.Instance.Node.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
Output only. Current state of the Memcached node.
.google.cloud.memcache.v1.Instance.Node.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for state.
|
getZone()
Output only. Location (GCP Zone) for the Memcached node.
string zone = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The zone.
|
getZoneBytes()
publicByteStringgetZoneBytes()
Output only. Location (GCP Zone) for the Memcached node.
string zone = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for zone.
|
hasParameters()
publicbooleanhasParameters()
User defined parameters currently applied to the node.
.google.cloud.memcache.v1.MemcacheParameters parameters = 6;
| Returns |
| Type |
Description |
boolean |
Whether the parameters field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicInstance.Node.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedInstance.Node.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicInstance.Node.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides