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