publicfinalclass NetworkextendsGeneratedMessageV3implementsNetworkOrBuilder
Extra network settings.
Only applicable in the App Engine flexible environment.
Protobuf type google.appengine.v1.Network
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FORWARDED_PORTS_FIELD_NUMBER
publicstaticfinalintFORWARDED_PORTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
INSTANCE_TAG_FIELD_NUMBER
publicstaticfinalintINSTANCE_TAG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NAME_FIELD_NUMBER
publicstaticfinalintNAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SESSION_AFFINITY_FIELD_NUMBER
publicstaticfinalintSESSION_AFFINITY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SUBNETWORK_NAME_FIELD_NUMBER
publicstaticfinalintSUBNETWORK_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticNetworkgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticNetwork.BuildernewBuilder()
newBuilder(Network prototype)
publicstaticNetwork.BuildernewBuilder(Networkprototype)
| Parameter |
| Name |
Description |
prototype |
Network
|
publicstaticNetworkparseDelimitedFrom(InputStreaminput)
publicstaticNetworkparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticNetworkparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticNetworkparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticNetworkparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticNetworkparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticNetworkparseFrom(CodedInputStreaminput)
publicstaticNetworkparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticNetworkparseFrom(InputStreaminput)
publicstaticNetworkparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticNetworkparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticNetworkparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<Network>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicNetworkgetDefaultInstanceForType()
getForwardedPorts(int index)
publicStringgetForwardedPorts(intindex)
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)
publicByteStringgetForwardedPortsBytes(intindex)
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()
publicintgetForwardedPortsCount()
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()
publicProtocolStringListgetForwardedPortsList()
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()
publicStringgetInstanceTag()
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()
publicByteStringgetInstanceTagBytes()
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()
publicByteStringgetNameBytes()
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()
publicParser<Network>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getSessionAffinity()
publicbooleangetSessionAffinity()
Enable session affinity.
Only applicable in the App Engine flexible environment.
bool session_affinity = 5;
| Returns |
| Type |
Description |
boolean |
The sessionAffinity.
|
getSubnetworkName()
publicStringgetSubnetworkName()
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()
publicByteStringgetSubnetworkNameBytes()
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicNetwork.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedNetwork.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicNetwork.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides