public static final class PreservedStatePreservedNetworkIpIpAddress.Builder extends GeneratedMessageV3.Builder<PreservedStatePreservedNetworkIpIpAddress.Builder> implements PreservedStatePreservedNetworkIpIpAddressOrBuilder
Protobuf type google.cloud.compute.v1.PreservedStatePreservedNetworkIpIpAddress
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PreservedStatePreservedNetworkIpIpAddress.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public PreservedStatePreservedNetworkIpIpAddress build()
buildPartial()
public PreservedStatePreservedNetworkIpIpAddress buildPartial()
clear()
public PreservedStatePreservedNetworkIpIpAddress.Builder clear()
Overrides
clearAddress()
public PreservedStatePreservedNetworkIpIpAddress.Builder clearAddress()
The URL of the reservation for this IP address.
optional string address = 462920692;
clearField(Descriptors.FieldDescriptor field)
public PreservedStatePreservedNetworkIpIpAddress.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLiteral()
public PreservedStatePreservedNetworkIpIpAddress.Builder clearLiteral()
An IPv4 internal network address to assign to the instance for this network interface.
optional string literal = 182460591;
clearOneof(Descriptors.OneofDescriptor oneof)
public PreservedStatePreservedNetworkIpIpAddress.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public PreservedStatePreservedNetworkIpIpAddress.Builder clone()
Overrides
getAddress()
public String getAddress()
The URL of the reservation for this IP address.
optional string address = 462920692;
Returns |
Type |
Description |
String |
The address.
|
getAddressBytes()
public ByteString getAddressBytes()
The URL of the reservation for this IP address.
optional string address = 462920692;
Returns |
Type |
Description |
ByteString |
The bytes for address.
|
getDefaultInstanceForType()
public PreservedStatePreservedNetworkIpIpAddress getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLiteral()
public String getLiteral()
An IPv4 internal network address to assign to the instance for this network interface.
optional string literal = 182460591;
Returns |
Type |
Description |
String |
The literal.
|
getLiteralBytes()
public ByteString getLiteralBytes()
An IPv4 internal network address to assign to the instance for this network interface.
optional string literal = 182460591;
Returns |
Type |
Description |
ByteString |
The bytes for literal.
|
hasAddress()
public boolean hasAddress()
The URL of the reservation for this IP address.
optional string address = 462920692;
Returns |
Type |
Description |
boolean |
Whether the address field is set.
|
hasLiteral()
public boolean hasLiteral()
An IPv4 internal network address to assign to the instance for this network interface.
optional string literal = 182460591;
Returns |
Type |
Description |
boolean |
Whether the literal field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(PreservedStatePreservedNetworkIpIpAddress other)
public PreservedStatePreservedNetworkIpIpAddress.Builder mergeFrom(PreservedStatePreservedNetworkIpIpAddress other)
public PreservedStatePreservedNetworkIpIpAddress.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public PreservedStatePreservedNetworkIpIpAddress.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PreservedStatePreservedNetworkIpIpAddress.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAddress(String value)
public PreservedStatePreservedNetworkIpIpAddress.Builder setAddress(String value)
The URL of the reservation for this IP address.
optional string address = 462920692;
Parameter |
Name |
Description |
value |
String
The address to set.
|
setAddressBytes(ByteString value)
public PreservedStatePreservedNetworkIpIpAddress.Builder setAddressBytes(ByteString value)
The URL of the reservation for this IP address.
optional string address = 462920692;
Parameter |
Name |
Description |
value |
ByteString
The bytes for address to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public PreservedStatePreservedNetworkIpIpAddress.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setLiteral(String value)
public PreservedStatePreservedNetworkIpIpAddress.Builder setLiteral(String value)
An IPv4 internal network address to assign to the instance for this network interface.
optional string literal = 182460591;
Parameter |
Name |
Description |
value |
String
The literal to set.
|
setLiteralBytes(ByteString value)
public PreservedStatePreservedNetworkIpIpAddress.Builder setLiteralBytes(ByteString value)
An IPv4 internal network address to assign to the instance for this network interface.
optional string literal = 182460591;
Parameter |
Name |
Description |
value |
ByteString
The bytes for literal to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PreservedStatePreservedNetworkIpIpAddress.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final PreservedStatePreservedNetworkIpIpAddress.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides