public static final class GetNodeGroupRequest.Builder extends GeneratedMessageV3.Builder<GetNodeGroupRequest.Builder> implements GetNodeGroupRequestOrBuilder
A request message for NodeGroups.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetNodeGroupRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetNodeGroupRequest.BuilderImplements
GetNodeGroupRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetNodeGroupRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
build()
public GetNodeGroupRequest build()
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest |
buildPartial()
public GetNodeGroupRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest |
clear()
public GetNodeGroupRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetNodeGroupRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
clearNodeGroup()
public GetNodeGroupRequest.Builder clearNodeGroup()
Name of the node group to return.
string node_group = 469958146 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetNodeGroupRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
clearProject()
public GetNodeGroupRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
This builder for chaining. |
clearZone()
public GetNodeGroupRequest.Builder clearZone()
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
This builder for chaining. |
clone()
public GetNodeGroupRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
getDefaultInstanceForType()
public GetNodeGroupRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getNodeGroup()
public String getNodeGroup()
Name of the node group to return.
string node_group = 469958146 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The nodeGroup. |
getNodeGroupBytes()
public ByteString getNodeGroupBytes()
Name of the node group to return.
string node_group = 469958146 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nodeGroup. |
getProject()
public String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for project. |
getZone()
public String getZone()
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The zone. |
getZoneBytes()
public ByteString getZoneBytes()
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for zone. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(GetNodeGroupRequest other)
public GetNodeGroupRequest.Builder mergeFrom(GetNodeGroupRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetNodeGroupRequest |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetNodeGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetNodeGroupRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetNodeGroupRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetNodeGroupRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
setNodeGroup(String value)
public GetNodeGroupRequest.Builder setNodeGroup(String value)
Name of the node group to return.
string node_group = 469958146 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The nodeGroup to set. |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
This builder for chaining. |
setNodeGroupBytes(ByteString value)
public GetNodeGroupRequest.Builder setNodeGroupBytes(ByteString value)
Name of the node group to return.
string node_group = 469958146 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for nodeGroup to set. |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetNodeGroupRequest.Builder setProject(String value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The project to set. |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetNodeGroupRequest.Builder setProjectBytes(ByteString value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for project to set. |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetNodeGroupRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetNodeGroupRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
setZone(String value)
public GetNodeGroupRequest.Builder setZone(String value)
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The zone to set. |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
This builder for chaining. |
setZoneBytes(ByteString value)
public GetNodeGroupRequest.Builder setZoneBytes(ByteString value)
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for zone to set. |
Returns | |
---|---|
Type | Description |
GetNodeGroupRequest.Builder |
This builder for chaining. |