- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.8
- 0.2.1
- 0.1.1
public static final class NetworkMountPoint.Builder extends GeneratedMessageV3.Builder<NetworkMountPoint.Builder> implements NetworkMountPointOrBuilder
Mount point for a network.
Protobuf type google.cloud.baremetalsolution.v2.NetworkMountPoint
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NetworkMountPoint.BuilderImplements
NetworkMountPointOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NetworkMountPoint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
build()
public NetworkMountPoint build()
Returns | |
---|---|
Type | Description |
NetworkMountPoint |
buildPartial()
public NetworkMountPoint buildPartial()
Returns | |
---|---|
Type | Description |
NetworkMountPoint |
clear()
public NetworkMountPoint.Builder clear()
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
clearDefaultGateway()
public NetworkMountPoint.Builder clearDefaultGateway()
Network should be a default gateway.
bool default_gateway = 3;
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public NetworkMountPoint.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
clearInstance()
public NetworkMountPoint.Builder clearInstance()
Instance to attach network to.
string instance = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
clearIpAddress()
public NetworkMountPoint.Builder clearIpAddress()
Ip address of the server.
string ip_address = 4;
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
clearLogicalInterface()
public NetworkMountPoint.Builder clearLogicalInterface()
Logical interface to detach from.
string logical_interface = 2;
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public NetworkMountPoint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
clone()
public NetworkMountPoint.Builder clone()
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
getDefaultGateway()
public boolean getDefaultGateway()
Network should be a default gateway.
bool default_gateway = 3;
Returns | |
---|---|
Type | Description |
boolean | The defaultGateway. |
getDefaultInstanceForType()
public NetworkMountPoint getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
NetworkMountPoint |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getInstance()
public String getInstance()
Instance to attach network to.
string instance = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The instance. |
getInstanceBytes()
public ByteString getInstanceBytes()
Instance to attach network to.
string instance = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for instance. |
getIpAddress()
public String getIpAddress()
Ip address of the server.
string ip_address = 4;
Returns | |
---|---|
Type | Description |
String | The ipAddress. |
getIpAddressBytes()
public ByteString getIpAddressBytes()
Ip address of the server.
string ip_address = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for ipAddress. |
getLogicalInterface()
public String getLogicalInterface()
Logical interface to detach from.
string logical_interface = 2;
Returns | |
---|---|
Type | Description |
String | The logicalInterface. |
getLogicalInterfaceBytes()
public ByteString getLogicalInterfaceBytes()
Logical interface to detach from.
string logical_interface = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for logicalInterface. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(NetworkMountPoint other)
public NetworkMountPoint.Builder mergeFrom(NetworkMountPoint other)
Parameter | |
---|---|
Name | Description |
other | NetworkMountPoint |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NetworkMountPoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public NetworkMountPoint.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NetworkMountPoint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
setDefaultGateway(boolean value)
public NetworkMountPoint.Builder setDefaultGateway(boolean value)
Network should be a default gateway.
bool default_gateway = 3;
Parameter | |
---|---|
Name | Description |
value | boolean The defaultGateway to set. |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public NetworkMountPoint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
setInstance(String value)
public NetworkMountPoint.Builder setInstance(String value)
Instance to attach network to.
string instance = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | String The instance to set. |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
setInstanceBytes(ByteString value)
public NetworkMountPoint.Builder setInstanceBytes(ByteString value)
Instance to attach network to.
string instance = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for instance to set. |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
setIpAddress(String value)
public NetworkMountPoint.Builder setIpAddress(String value)
Ip address of the server.
string ip_address = 4;
Parameter | |
---|---|
Name | Description |
value | String The ipAddress to set. |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
setIpAddressBytes(ByteString value)
public NetworkMountPoint.Builder setIpAddressBytes(ByteString value)
Ip address of the server.
string ip_address = 4;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for ipAddress to set. |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
setLogicalInterface(String value)
public NetworkMountPoint.Builder setLogicalInterface(String value)
Logical interface to detach from.
string logical_interface = 2;
Parameter | |
---|---|
Name | Description |
value | String The logicalInterface to set. |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
setLogicalInterfaceBytes(ByteString value)
public NetworkMountPoint.Builder setLogicalInterfaceBytes(ByteString value)
Logical interface to detach from.
string logical_interface = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for logicalInterface to set. |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NetworkMountPoint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final NetworkMountPoint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
NetworkMountPoint.Builder |