Uses of Class
com.google.cloud.alloydb.v1alpha.Instance.Node
-
Packages that use Instance.Node Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB API -
-
Uses of Instance.Node in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha 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. getNodes(int index)
Output only.Instance.Node
Instance. getNodes(int index)
Output only.Instance.Node
InstanceOrBuilder. getNodes(int index)
Output only.Instance.Node
Instance.Builder. getWritableNode()
Output only.Instance.Node
Instance. getWritableNode()
Output only.Instance.Node
InstanceOrBuilder. getWritableNode()
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.alloydb.v1alpha that return types with arguments of type Instance.Node Modifier and Type Method Description List<Instance.Node>
Instance.Builder. getNodesList()
Output only.List<Instance.Node>
Instance. getNodesList()
Output only.List<Instance.Node>
InstanceOrBuilder. getNodesList()
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.alloydb.v1alpha with parameters of type Instance.Node Modifier and Type Method Description Instance.Builder
Instance.Builder. addNodes(int index, Instance.Node value)
Output only.Instance.Builder
Instance.Builder. addNodes(Instance.Node value)
Output only.Instance.Node.Builder
Instance.Node.Builder. mergeFrom(Instance.Node other)
Instance.Builder
Instance.Builder. mergeWritableNode(Instance.Node value)
Output only.static Instance.Node.Builder
Instance.Node. newBuilder(Instance.Node prototype)
Instance.Builder
Instance.Builder. setNodes(int index, Instance.Node value)
Output only.Instance.Builder
Instance.Builder. setWritableNode(Instance.Node value)
Output only.Method parameters in com.google.cloud.alloydb.v1alpha with type arguments of type Instance.Node Modifier and Type Method Description Instance.Builder
Instance.Builder. addAllNodes(Iterable<? extends Instance.Node> values)
Output only.
-