public static final class NodeTemplatesScopedList.Builder extends GeneratedMessage.Builder<NodeTemplatesScopedList.Builder> implements NodeTemplatesScopedListOrBuilder
Protobuf type google.cloud.compute.v1.NodeTemplatesScopedList
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllNodeTemplates(Iterable<? extends NodeTemplate> values)
public NodeTemplatesScopedList.Builder addAllNodeTemplates(Iterable<? extends NodeTemplate> values)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.NodeTemplate>
|
addNodeTemplates(NodeTemplate value)
public NodeTemplatesScopedList.Builder addNodeTemplates(NodeTemplate value)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
addNodeTemplates(NodeTemplate.Builder builderForValue)
public NodeTemplatesScopedList.Builder addNodeTemplates(NodeTemplate.Builder builderForValue)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
addNodeTemplates(int index, NodeTemplate value)
public NodeTemplatesScopedList.Builder addNodeTemplates(int index, NodeTemplate value)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
addNodeTemplates(int index, NodeTemplate.Builder builderForValue)
public NodeTemplatesScopedList.Builder addNodeTemplates(int index, NodeTemplate.Builder builderForValue)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
addNodeTemplatesBuilder()
public NodeTemplate.Builder addNodeTemplatesBuilder()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
addNodeTemplatesBuilder(int index)
public NodeTemplate.Builder addNodeTemplatesBuilder(int index)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
| Parameter |
| Name |
Description |
index |
int
|
build()
public NodeTemplatesScopedList build()
buildPartial()
public NodeTemplatesScopedList buildPartial()
clear()
public NodeTemplatesScopedList.Builder clear()
Overrides
clearNodeTemplates()
public NodeTemplatesScopedList.Builder clearNodeTemplates()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
clearWarning()
public NodeTemplatesScopedList.Builder clearWarning()
[Output Only] An informational warning that appears when the node templates
list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getDefaultInstanceForType()
public NodeTemplatesScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNodeTemplates(int index)
public NodeTemplate getNodeTemplates(int index)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
| Parameter |
| Name |
Description |
index |
int
|
getNodeTemplatesBuilder(int index)
public NodeTemplate.Builder getNodeTemplatesBuilder(int index)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
| Parameter |
| Name |
Description |
index |
int
|
getNodeTemplatesBuilderList()
public List<NodeTemplate.Builder> getNodeTemplatesBuilderList()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
getNodeTemplatesCount()
public int getNodeTemplatesCount()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
| Returns |
| Type |
Description |
int |
|
getNodeTemplatesList()
public List<NodeTemplate> getNodeTemplatesList()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
getNodeTemplatesOrBuilder(int index)
public NodeTemplateOrBuilder getNodeTemplatesOrBuilder(int index)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
| Parameter |
| Name |
Description |
index |
int
|
getNodeTemplatesOrBuilderList()
public List<? extends NodeTemplateOrBuilder> getNodeTemplatesOrBuilderList()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.NodeTemplateOrBuilder> |
|
getWarning()
public Warning getWarning()
[Output Only] An informational warning that appears when the node templates
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 node templates
list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that appears when the node templates
list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
public boolean hasWarning()
[Output Only] An informational warning that appears when the node templates
list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns |
| Type |
Description |
boolean |
Whether the warning field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(NodeTemplatesScopedList other)
public NodeTemplatesScopedList.Builder mergeFrom(NodeTemplatesScopedList other)
public NodeTemplatesScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public NodeTemplatesScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public NodeTemplatesScopedList.Builder mergeWarning(Warning value)
[Output Only] An informational warning that appears when the node templates
list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
removeNodeTemplates(int index)
public NodeTemplatesScopedList.Builder removeNodeTemplates(int index)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
| Parameter |
| Name |
Description |
index |
int
|
setNodeTemplates(int index, NodeTemplate value)
public NodeTemplatesScopedList.Builder setNodeTemplates(int index, NodeTemplate value)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
setNodeTemplates(int index, NodeTemplate.Builder builderForValue)
public NodeTemplatesScopedList.Builder setNodeTemplates(int index, NodeTemplate.Builder builderForValue)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
setWarning(Warning value)
public NodeTemplatesScopedList.Builder setWarning(Warning value)
[Output Only] An informational warning that appears when the node templates
list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public NodeTemplatesScopedList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] An informational warning that appears when the node templates
list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;