public final class Network extends GeneratedMessageV3 implements NetworkOrBuilder
Extra network settings.
Only applicable in the App Engine flexible environment.
Protobuf type google.appengine.v1.Network
Static Fields
FORWARDED_PORTS_FIELD_NUMBER
public static final int FORWARDED_PORTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
INSTANCE_TAG_FIELD_NUMBER
public static final int INSTANCE_TAG_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SESSION_AFFINITY_FIELD_NUMBER
public static final int SESSION_AFFINITY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SUBNETWORK_NAME_FIELD_NUMBER
public static final int SUBNETWORK_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Network getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Network.Builder newBuilder()
newBuilder(Network prototype)
public static Network.Builder newBuilder(Network prototype)
Parameter |
---|
Name | Description |
prototype | Network
|
public static Network parseDelimitedFrom(InputStream input)
public static Network parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Network parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Network parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(CodedInputStream input)
public static Network parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(InputStream input)
public static Network parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Network parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Network> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Network getDefaultInstanceForType()
getForwardedPorts(int index)
public String getForwardedPorts(int index)
List of ports, or port pairs, to forward from the virtual machine to the
application container.
Only applicable in the App Engine flexible environment.
repeated string forwarded_ports = 1;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The forwardedPorts at the given index.
|
getForwardedPortsBytes(int index)
public ByteString getForwardedPortsBytes(int index)
List of ports, or port pairs, to forward from the virtual machine to the
application container.
Only applicable in the App Engine flexible environment.
repeated string forwarded_ports = 1;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the forwardedPorts at the given index.
|
getForwardedPortsCount()
public int getForwardedPortsCount()
List of ports, or port pairs, to forward from the virtual machine to the
application container.
Only applicable in the App Engine flexible environment.
repeated string forwarded_ports = 1;
Returns |
---|
Type | Description |
int | The count of forwardedPorts.
|
getForwardedPortsList()
public ProtocolStringList getForwardedPortsList()
List of ports, or port pairs, to forward from the virtual machine to the
application container.
Only applicable in the App Engine flexible environment.
repeated string forwarded_ports = 1;
getInstanceTag()
public String getInstanceTag()
Tag to apply to the instance during creation.
Only applicable in the App Engine flexible environment.
string instance_tag = 2;
Returns |
---|
Type | Description |
String | The instanceTag.
|
getInstanceTagBytes()
public ByteString getInstanceTagBytes()
Tag to apply to the instance during creation.
Only applicable in the App Engine flexible environment.
string instance_tag = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for instanceTag.
|
getName()
Google Compute Engine network where the virtual machines are created.
Specify the short name, not the resource path.
Defaults to default
.
string name = 3;
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Google Compute Engine network where the virtual machines are created.
Specify the short name, not the resource path.
Defaults to default
.
string name = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getParserForType()
public Parser<Network> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSessionAffinity()
public boolean getSessionAffinity()
Enable session affinity.
Only applicable in the App Engine flexible environment.
bool session_affinity = 5;
Returns |
---|
Type | Description |
boolean | The sessionAffinity.
|
getSubnetworkName()
public String getSubnetworkName()
Google Cloud Platform sub-network where the virtual machines are created.
Specify the short name, not the resource path.
If a subnetwork name is specified, a network name will also be required
unless it is for the default network.
- If the network that the instance is being created in is a Legacy network,
then the IP address is allocated from the IPv4Range.
- If the network that the instance is being created in is an auto Subnet
Mode Network, then only network name should be specified (not the
subnetwork_name) and the IP address is created from the IPCidrRange of the
subnetwork that exists in that zone for that network.
- If the network that the instance is being created in is a custom Subnet
Mode Network, then the subnetwork_name must be specified and the
IP address is created from the IPCidrRange of the subnetwork.
If specified, the subnetwork must exist in the same region as the
App Engine flexible environment application.
string subnetwork_name = 4;
Returns |
---|
Type | Description |
String | The subnetworkName.
|
getSubnetworkNameBytes()
public ByteString getSubnetworkNameBytes()
Google Cloud Platform sub-network where the virtual machines are created.
Specify the short name, not the resource path.
If a subnetwork name is specified, a network name will also be required
unless it is for the default network.
- If the network that the instance is being created in is a Legacy network,
then the IP address is allocated from the IPv4Range.
- If the network that the instance is being created in is an auto Subnet
Mode Network, then only network name should be specified (not the
subnetwork_name) and the IP address is created from the IPCidrRange of the
subnetwork that exists in that zone for that network.
- If the network that the instance is being created in is a custom Subnet
Mode Network, then the subnetwork_name must be specified and the
IP address is created from the IPCidrRange of the subnetwork.
If specified, the subnetwork must exist in the same region as the
App Engine flexible environment application.
string subnetwork_name = 4;
Returns |
---|
Type | Description |
ByteString | The bytes for subnetworkName.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Network.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Network.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Network.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides