Package com.google.cloud.compute.v1
Interface VmEndpointNatMappingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VmEndpointNatMappings
,VmEndpointNatMappings.Builder
public interface VmEndpointNatMappingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getInstanceName()
Name of the VM instance which the endpoint belongs tocom.google.protobuf.ByteString
getInstanceNameBytes()
Name of the VM instance which the endpoint belongs toVmEndpointNatMappingsInterfaceNatMappings
getInterfaceNatMappings(int index)
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
int
getInterfaceNatMappingsCount()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
List<VmEndpointNatMappingsInterfaceNatMappings>
getInterfaceNatMappingsList()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
VmEndpointNatMappingsInterfaceNatMappingsOrBuilder
getInterfaceNatMappingsOrBuilder(int index)
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
List<? extends VmEndpointNatMappingsInterfaceNatMappingsOrBuilder>
getInterfaceNatMappingsOrBuilderList()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
boolean
hasInstanceName()
Name of the VM instance which the endpoint belongs to-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstanceName
boolean hasInstanceName()
Name of the VM instance which the endpoint belongs to
optional string instance_name = 227947509;
- Returns:
- Whether the instanceName field is set.
-
getInstanceName
String getInstanceName()
Name of the VM instance which the endpoint belongs to
optional string instance_name = 227947509;
- Returns:
- The instanceName.
-
getInstanceNameBytes
com.google.protobuf.ByteString getInstanceNameBytes()
Name of the VM instance which the endpoint belongs to
optional string instance_name = 227947509;
- Returns:
- The bytes for instanceName.
-
getInterfaceNatMappingsList
List<VmEndpointNatMappingsInterfaceNatMappings> getInterfaceNatMappingsList()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
-
getInterfaceNatMappings
VmEndpointNatMappingsInterfaceNatMappings getInterfaceNatMappings(int index)
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
-
getInterfaceNatMappingsCount
int getInterfaceNatMappingsCount()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
-
getInterfaceNatMappingsOrBuilderList
List<? extends VmEndpointNatMappingsInterfaceNatMappingsOrBuilder> getInterfaceNatMappingsOrBuilderList()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
-
getInterfaceNatMappingsOrBuilder
VmEndpointNatMappingsInterfaceNatMappingsOrBuilder getInterfaceNatMappingsOrBuilder(int index)
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
-
-