public interface NetworkOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getForwardedPorts(int index)
List of ports, or port pairs, to forward from the virtual machine to the
application container.
|
ByteString |
getForwardedPortsBytes(int index)
List of ports, or port pairs, to forward from the virtual machine to the
application container.
|
int |
getForwardedPortsCount()
List of ports, or port pairs, to forward from the virtual machine to the
application container.
|
java.util.List<java.lang.String> |
getForwardedPortsList()
List of ports, or port pairs, to forward from the virtual machine to the
application container.
|
java.lang.String |
getInstanceTag()
Tag to apply to the VM instance during creation.
|
ByteString |
getInstanceTagBytes()
Tag to apply to the VM instance during creation.
|
java.lang.String |
getName()
Google Cloud Platform network where the virtual machines are created.
|
ByteString |
getNameBytes()
Google Cloud Platform network where the virtual machines are created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<java.lang.String> getForwardedPortsList()
List of ports, or port pairs, to forward from the virtual machine to the application container.
repeated string forwarded_ports = 1;
int getForwardedPortsCount()
List of ports, or port pairs, to forward from the virtual machine to the application container.
repeated string forwarded_ports = 1;
java.lang.String getForwardedPorts(int index)
List of ports, or port pairs, to forward from the virtual machine to the application container.
repeated string forwarded_ports = 1;
ByteString getForwardedPortsBytes(int index)
List of ports, or port pairs, to forward from the virtual machine to the application container.
repeated string forwarded_ports = 1;
java.lang.String getInstanceTag()
Tag to apply to the VM instance during creation.
string instance_tag = 2;
ByteString getInstanceTagBytes()
Tag to apply to the VM instance during creation.
string instance_tag = 2;
java.lang.String getName()
Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path. Defaults to `default`.
string name = 3;
ByteString getNameBytes()
Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path. Defaults to `default`.
string name = 3;