public static final class GetNodeTypeRequest.Builder extends GeneratedMessageV3.Builder<GetNodeTypeRequest.Builder> implements GetNodeTypeRequestOrBuilder
Request message for VmwareEngine.GetNodeType
Protobuf type google.cloud.vmwareengine.v1.GetNodeTypeRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetNodeTypeRequest.BuilderImplements
GetNodeTypeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetNodeTypeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetNodeTypeRequest.Builder |
build()
public GetNodeTypeRequest build()
Type | Description |
GetNodeTypeRequest |
buildPartial()
public GetNodeTypeRequest buildPartial()
Type | Description |
GetNodeTypeRequest |
clear()
public GetNodeTypeRequest.Builder clear()
Type | Description |
GetNodeTypeRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetNodeTypeRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetNodeTypeRequest.Builder |
clearName()
public GetNodeTypeRequest.Builder clearName()
Required. The resource name of the node type to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-proj/locations/us-central1-a/nodeTypes/standard-72
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
GetNodeTypeRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetNodeTypeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetNodeTypeRequest.Builder |
clone()
public GetNodeTypeRequest.Builder clone()
Type | Description |
GetNodeTypeRequest.Builder |
getDefaultInstanceForType()
public GetNodeTypeRequest getDefaultInstanceForType()
Type | Description |
GetNodeTypeRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. The resource name of the node type to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-proj/locations/us-central1-a/nodeTypes/standard-72
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The resource name of the node type to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-proj/locations/us-central1-a/nodeTypes/standard-72
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GetNodeTypeRequest other)
public GetNodeTypeRequest.Builder mergeFrom(GetNodeTypeRequest other)
Name | Description |
other | GetNodeTypeRequest |
Type | Description |
GetNodeTypeRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetNodeTypeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetNodeTypeRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetNodeTypeRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetNodeTypeRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetNodeTypeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetNodeTypeRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetNodeTypeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetNodeTypeRequest.Builder |
setName(String value)
public GetNodeTypeRequest.Builder setName(String value)
Required. The resource name of the node type to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-proj/locations/us-central1-a/nodeTypes/standard-72
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
GetNodeTypeRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetNodeTypeRequest.Builder setNameBytes(ByteString value)
Required. The resource name of the node type to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-proj/locations/us-central1-a/nodeTypes/standard-72
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
GetNodeTypeRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetNodeTypeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetNodeTypeRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetNodeTypeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetNodeTypeRequest.Builder |