public static final class NodeGroupsScopedList.Builder extends GeneratedMessageV3.Builder<NodeGroupsScopedList.Builder> implements NodeGroupsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.NodeGroupsScopedList
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllNodeGroups(Iterable<? extends NodeGroup> values)
public NodeGroupsScopedList.Builder addAllNodeGroups(Iterable<? extends NodeGroup> values)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.NodeGroup>
|
addNodeGroups(NodeGroup value)
public NodeGroupsScopedList.Builder addNodeGroups(NodeGroup value)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
addNodeGroups(NodeGroup.Builder builderForValue)
public NodeGroupsScopedList.Builder addNodeGroups(NodeGroup.Builder builderForValue)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
addNodeGroups(int index, NodeGroup value)
public NodeGroupsScopedList.Builder addNodeGroups(int index, NodeGroup value)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
addNodeGroups(int index, NodeGroup.Builder builderForValue)
public NodeGroupsScopedList.Builder addNodeGroups(int index, NodeGroup.Builder builderForValue)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
addNodeGroupsBuilder()
public NodeGroup.Builder addNodeGroupsBuilder()
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
addNodeGroupsBuilder(int index)
public NodeGroup.Builder addNodeGroupsBuilder(int index)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodeGroupsScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public NodeGroupsScopedList build()
buildPartial()
public NodeGroupsScopedList buildPartial()
clear()
public NodeGroupsScopedList.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public NodeGroupsScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNodeGroups()
public NodeGroupsScopedList.Builder clearNodeGroups()
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
clearOneof(Descriptors.OneofDescriptor oneof)
public NodeGroupsScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWarning()
public NodeGroupsScopedList.Builder clearWarning()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
clone()
public NodeGroupsScopedList.Builder clone()
Overrides
getDefaultInstanceForType()
public NodeGroupsScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNodeGroups(int index)
public NodeGroup getNodeGroups(int index)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
Parameter |
---|
Name | Description |
index | int
|
getNodeGroupsBuilder(int index)
public NodeGroup.Builder getNodeGroupsBuilder(int index)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
Parameter |
---|
Name | Description |
index | int
|
getNodeGroupsBuilderList()
public List<NodeGroup.Builder> getNodeGroupsBuilderList()
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
getNodeGroupsCount()
public int getNodeGroupsCount()
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
Returns |
---|
Type | Description |
int | |
getNodeGroupsList()
public List<NodeGroup> getNodeGroupsList()
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
getNodeGroupsOrBuilder(int index)
public NodeGroupOrBuilder getNodeGroupsOrBuilder(int index)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
Parameter |
---|
Name | Description |
index | int
|
getNodeGroupsOrBuilderList()
public List<? extends NodeGroupOrBuilder> getNodeGroupsOrBuilderList()
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.compute.v1.NodeGroupOrBuilder> | |
getWarning()
public Warning getWarning()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns |
---|
Type | Description |
Warning | The warning.
|
getWarningBuilder()
public Warning.Builder getWarningBuilder()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
public boolean hasWarning()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns |
---|
Type | Description |
boolean | Whether the warning field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(NodeGroupsScopedList other)
public NodeGroupsScopedList.Builder mergeFrom(NodeGroupsScopedList other)
public NodeGroupsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public NodeGroupsScopedList.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NodeGroupsScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeWarning(Warning value)
public NodeGroupsScopedList.Builder mergeWarning(Warning value)
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter |
---|
Name | Description |
value | Warning
|
removeNodeGroups(int index)
public NodeGroupsScopedList.Builder removeNodeGroups(int index)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public NodeGroupsScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNodeGroups(int index, NodeGroup value)
public NodeGroupsScopedList.Builder setNodeGroups(int index, NodeGroup value)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
setNodeGroups(int index, NodeGroup.Builder builderForValue)
public NodeGroupsScopedList.Builder setNodeGroups(int index, NodeGroup.Builder builderForValue)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NodeGroupsScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final NodeGroupsScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWarning(Warning value)
public NodeGroupsScopedList.Builder setWarning(Warning value)
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter |
---|
Name | Description |
value | Warning
|
setWarning(Warning.Builder builderForValue)
public NodeGroupsScopedList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;