public final class VmEndpointNatMappings extends GeneratedMessageV3 implements VmEndpointNatMappingsOrBuilder
Contain information of Nat mapping for a VM endpoint (i.e., NIC).
Protobuf type google.cloud.compute.v1.VmEndpointNatMappings
Static Fields
INSTANCE_NAME_FIELD_NUMBER
public static final int INSTANCE_NAME_FIELD_NUMBER
Field Value
INTERFACE_NAT_MAPPINGS_FIELD_NUMBER
public static final int INTERFACE_NAT_MAPPINGS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static VmEndpointNatMappings getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static VmEndpointNatMappings.Builder newBuilder()
Returns
newBuilder(VmEndpointNatMappings prototype)
public static VmEndpointNatMappings.Builder newBuilder(VmEndpointNatMappings prototype)
Parameter
Returns
public static VmEndpointNatMappings parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static VmEndpointNatMappings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static VmEndpointNatMappings parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VmEndpointNatMappings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static VmEndpointNatMappings parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VmEndpointNatMappings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static VmEndpointNatMappings parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static VmEndpointNatMappings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static VmEndpointNatMappings parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static VmEndpointNatMappings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static VmEndpointNatMappings parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VmEndpointNatMappings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<VmEndpointNatMappings> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public VmEndpointNatMappings getDefaultInstanceForType()
Returns
getInstanceName()
public String getInstanceName()
Name of the VM instance which the endpoint belongs to
optional string instance_name = 227947509;
Returns
Type | Description |
String | The instanceName.
|
getInstanceNameBytes()
public ByteString getInstanceNameBytes()
Name of the VM instance which the endpoint belongs to
optional string instance_name = 227947509;
Returns
Type | Description |
ByteString | The bytes for instanceName.
|
getInterfaceNatMappings(int index)
public VmEndpointNatMappingsInterfaceNatMappings getInterfaceNatMappings(int index)
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
Parameter
Returns
getInterfaceNatMappingsCount()
public int getInterfaceNatMappingsCount()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
Returns
getInterfaceNatMappingsList()
public List<VmEndpointNatMappingsInterfaceNatMappings> getInterfaceNatMappingsList()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
Returns
getInterfaceNatMappingsOrBuilder(int index)
public VmEndpointNatMappingsInterfaceNatMappingsOrBuilder getInterfaceNatMappingsOrBuilder(int index)
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
Parameter
Returns
getInterfaceNatMappingsOrBuilderList()
public List<? extends VmEndpointNatMappingsInterfaceNatMappingsOrBuilder> getInterfaceNatMappingsOrBuilderList()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
Returns
Type | Description |
List<? extends com.google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsOrBuilder> | |
getParserForType()
public Parser<VmEndpointNatMappings> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasInstanceName()
public boolean hasInstanceName()
Name of the VM instance which the endpoint belongs to
optional string instance_name = 227947509;
Returns
Type | Description |
boolean | Whether the instanceName field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public VmEndpointNatMappings.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VmEndpointNatMappings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public VmEndpointNatMappings.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions