public static final class GetNodeGroupRequest.Builder extends GeneratedMessageV3.Builder<GetNodeGroupRequest.Builder> implements GetNodeGroupRequestOrBuilderA 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()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetNodeGroupRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetNodeGroupRequest.Builder |
build()
public GetNodeGroupRequest build()| Type | Description |
| GetNodeGroupRequest |
buildPartial()
public GetNodeGroupRequest buildPartial()| Type | Description |
| GetNodeGroupRequest |
clear()
public GetNodeGroupRequest.Builder clear()| Type | Description |
| GetNodeGroupRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetNodeGroupRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| 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];
| Type | Description |
| GetNodeGroupRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetNodeGroupRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GetNodeGroupRequest.Builder |
clearProject()
public GetNodeGroupRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| 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];
| Type | Description |
| GetNodeGroupRequest.Builder | This builder for chaining. |
clone()
public GetNodeGroupRequest.Builder clone()| Type | Description |
| GetNodeGroupRequest.Builder |
getDefaultInstanceForType()
public GetNodeGroupRequest getDefaultInstanceForType()| Type | Description |
| GetNodeGroupRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getNodeGroup()
public String getNodeGroup()Name of the node group to return.
string node_group = 469958146 [(.google.api.field_behavior) = REQUIRED];
| 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];
| Type | Description |
| ByteString | The bytes for nodeGroup. |
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| 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];
| 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];
| Type | Description |
| ByteString | The bytes for zone. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(GetNodeGroupRequest other)
public GetNodeGroupRequest.Builder mergeFrom(GetNodeGroupRequest other)| Name | Description |
| other | GetNodeGroupRequest |
| Type | Description |
| GetNodeGroupRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetNodeGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GetNodeGroupRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GetNodeGroupRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GetNodeGroupRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetNodeGroupRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetNodeGroupRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetNodeGroupRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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];
| Name | Description |
| value | StringThe nodeGroup to set. |
| 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];
| Name | Description |
| value | ByteStringThe bytes for nodeGroup to set. |
| 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];
| Name | Description |
| value | StringThe project to set. |
| 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];
| Name | Description |
| value | ByteStringThe bytes for project to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GetNodeGroupRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetNodeGroupRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| 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];
| Name | Description |
| value | StringThe zone to set. |
| 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];
| Name | Description |
| value | ByteStringThe bytes for zone to set. |
| Type | Description |
| GetNodeGroupRequest.Builder | This builder for chaining. |