Uses of Class
com.google.cloud.memcache.v1.Instance.Node
-
Packages that use Instance.Node Package Description com.google.cloud.memcache.v1 A client to Cloud Memorystore for Memcached API -
-
Uses of Instance.Node in com.google.cloud.memcache.v1
Methods in com.google.cloud.memcache.v1 that return Instance.Node Modifier and Type Method Description Instance.Node
Instance.Node.Builder. build()
Instance.Node
Instance.Node.Builder. buildPartial()
static Instance.Node
Instance.Node. getDefaultInstance()
Instance.Node
Instance.Node.Builder. getDefaultInstanceForType()
Instance.Node
Instance.Node. getDefaultInstanceForType()
Instance.Node
Instance.Builder. getMemcacheNodes(int index)
Output only.Instance.Node
Instance. getMemcacheNodes(int index)
Output only.Instance.Node
InstanceOrBuilder. getMemcacheNodes(int index)
Output only.static Instance.Node
Instance.Node. parseDelimitedFrom(InputStream input)
static Instance.Node
Instance.Node. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Node
Instance.Node. parseFrom(byte[] data)
static Instance.Node
Instance.Node. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Node
Instance.Node. parseFrom(com.google.protobuf.ByteString data)
static Instance.Node
Instance.Node. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Node
Instance.Node. parseFrom(com.google.protobuf.CodedInputStream input)
static Instance.Node
Instance.Node. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Node
Instance.Node. parseFrom(InputStream input)
static Instance.Node
Instance.Node. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Node
Instance.Node. parseFrom(ByteBuffer data)
static Instance.Node
Instance.Node. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.memcache.v1 that return types with arguments of type Instance.Node Modifier and Type Method Description List<Instance.Node>
Instance.Builder. getMemcacheNodesList()
Output only.List<Instance.Node>
Instance. getMemcacheNodesList()
Output only.List<Instance.Node>
InstanceOrBuilder. getMemcacheNodesList()
Output only.com.google.protobuf.Parser<Instance.Node>
Instance.Node. getParserForType()
static com.google.protobuf.Parser<Instance.Node>
Instance.Node. parser()
Methods in com.google.cloud.memcache.v1 with parameters of type Instance.Node Modifier and Type Method Description Instance.Builder
Instance.Builder. addMemcacheNodes(int index, Instance.Node value)
Output only.Instance.Builder
Instance.Builder. addMemcacheNodes(Instance.Node value)
Output only.Instance.Node.Builder
Instance.Node.Builder. mergeFrom(Instance.Node other)
static Instance.Node.Builder
Instance.Node. newBuilder(Instance.Node prototype)
Instance.Builder
Instance.Builder. setMemcacheNodes(int index, Instance.Node value)
Output only.Method parameters in com.google.cloud.memcache.v1 with type arguments of type Instance.Node Modifier and Type Method Description Instance.Builder
Instance.Builder. addAllMemcacheNodes(Iterable<? extends Instance.Node> values)
Output only.
-