Send feedback
Class NodeGroupsDeleteNodesRequest.Builder (1.9.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.9.1 keyboard_arrow_down
public static final class NodeGroupsDeleteNodesRequest . Builder extends GeneratedMessageV3 . Builder<NodeGroupsDeleteNodesRequest . Builder > implements NodeGroupsDeleteNodesRequestOrBuilder
Protobuf type google.cloud.compute.v1.NodeGroupsDeleteNodesRequest
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllNodes(Iterable<String> values)
public NodeGroupsDeleteNodesRequest . Builder addAllNodes ( Iterable<String> values )
Names of the nodes to delete.
repeated string nodes = 104993457;
Parameter
Returns
addNodes(String value)
public NodeGroupsDeleteNodesRequest . Builder addNodes ( String value )
Names of the nodes to delete.
repeated string nodes = 104993457;
Parameter
Name Description value String
The nodes to add.
Returns
addNodesBytes(ByteString value)
public NodeGroupsDeleteNodesRequest . Builder addNodesBytes ( ByteString value )
Names of the nodes to delete.
repeated string nodes = 104993457;
Parameter
Name Description value ByteString
The bytes of the nodes to add.
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodeGroupsDeleteNodesRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public NodeGroupsDeleteNodesRequest build ()
Returns
buildPartial()
public NodeGroupsDeleteNodesRequest buildPartial ()
Returns
clear()
public NodeGroupsDeleteNodesRequest . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public NodeGroupsDeleteNodesRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearNodes()
public NodeGroupsDeleteNodesRequest . Builder clearNodes ()
Names of the nodes to delete.
repeated string nodes = 104993457;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public NodeGroupsDeleteNodesRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public NodeGroupsDeleteNodesRequest . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public NodeGroupsDeleteNodesRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getNodes(int index)
public String getNodes ( int index )
Names of the nodes to delete.
repeated string nodes = 104993457;
Parameter
Name Description index int
The index of the element to return.
Returns
Type Description String The nodes at the given index.
getNodesBytes(int index)
public ByteString getNodesBytes ( int index )
Names of the nodes to delete.
repeated string nodes = 104993457;
Parameter
Name Description index int
The index of the value to return.
Returns
Type Description ByteString The bytes of the nodes at the given index.
getNodesCount()
public int getNodesCount ()
Names of the nodes to delete.
repeated string nodes = 104993457;
Returns
Type Description int The count of nodes.
getNodesList()
public ProtocolStringList getNodesList ()
Names of the nodes to delete.
repeated string nodes = 104993457;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(NodeGroupsDeleteNodesRequest other)
public NodeGroupsDeleteNodesRequest . Builder mergeFrom ( NodeGroupsDeleteNodesRequest other )
Parameter
Returns
public NodeGroupsDeleteNodesRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public NodeGroupsDeleteNodesRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NodeGroupsDeleteNodesRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public NodeGroupsDeleteNodesRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setNodes(int index, String value)
public NodeGroupsDeleteNodesRequest . Builder setNodes ( int index , String value )
Names of the nodes to delete.
repeated string nodes = 104993457;
Parameters
Name Description index int
The index to set the value at.
value String
The nodes to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NodeGroupsDeleteNodesRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final NodeGroupsDeleteNodesRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]