Node

com.google.cloud.memcache.v1.cloud_memcache.Instance.Node
See theNode companion object
final case class Node(nodeId: String, zone: String, state: State, host: String, port: Int, parameters: Option[MemcacheParameters], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Node]

Value parameters

host

Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.

nodeId

Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.

parameters

User defined parameters currently applied to the node.

port

Output only. The port number of the Memcached server on this node.

state

Output only. Current state of the Memcached node.

zone

Output only. Location (GCP Zone) for the Memcached node.

Attributes

Companion
object
Source
Instance.scala
Graph
Supertypes
trait Updatable[Node]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Instance.scala
def companion: Node.type

Attributes

Source
Instance.scala

Attributes

Source
Instance.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
Instance.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
Instance.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
Instance.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
Instance.scala
def withHost(`__v`: String): Node

Attributes

Source
Instance.scala
def withNodeId(`__v`: String): Node

Attributes

Source
Instance.scala

Attributes

Source
Instance.scala
def withPort(`__v`: Int): Node

Attributes

Source
Instance.scala
def withState(`__v`: State): Node

Attributes

Source
Instance.scala
def withUnknownFields(`__v`: UnknownFieldSet): Node

Attributes

Source
Instance.scala
def withZone(`__v`: String): Node

Attributes

Source
Instance.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
Instance.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
def update(ms: Lens[Node, Node] => () => Node*): A

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala