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