public final class Network extends GeneratedMessageV3 implements NetworkOrBuilder
Extra network settings. Only applicable for VM runtimes.Protobuf type
google.appengine.v1.Network| Modifier and Type | Class and Description |
|---|---|
static class |
Network.Builder
Extra network settings.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
FORWARDED_PORTS_FIELD_NUMBER |
static int |
INSTANCE_TAG_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static Network |
getDefaultInstance() |
Network |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
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.
|
ProtocolStringList |
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.
|
Parser<Network> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Network.Builder |
newBuilder() |
static Network.Builder |
newBuilder(Network prototype) |
Network.Builder |
newBuilderForType() |
protected Network.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static Network |
parseDelimitedFrom(java.io.InputStream input) |
static Network |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Network |
parseFrom(byte[] data) |
static Network |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Network |
parseFrom(java.nio.ByteBuffer data) |
static Network |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Network |
parseFrom(ByteString data) |
static Network |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Network |
parseFrom(CodedInputStream input) |
static Network |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Network |
parseFrom(java.io.InputStream input) |
static Network |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Network> |
parser() |
Network.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int FORWARDED_PORTS_FIELD_NUMBER
public static final int INSTANCE_TAG_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public ProtocolStringList getForwardedPortsList()
List of ports, or port pairs, to forward from the virtual machine to the application container.
repeated string forwarded_ports = 1;getForwardedPortsList in interface NetworkOrBuilderpublic int getForwardedPortsCount()
List of ports, or port pairs, to forward from the virtual machine to the application container.
repeated string forwarded_ports = 1;getForwardedPortsCount in interface NetworkOrBuilderpublic 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;getForwardedPorts in interface NetworkOrBuilderpublic 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;getForwardedPortsBytes in interface NetworkOrBuilderpublic java.lang.String getInstanceTag()
Tag to apply to the VM instance during creation.
string instance_tag = 2;getInstanceTag in interface NetworkOrBuilderpublic ByteString getInstanceTagBytes()
Tag to apply to the VM instance during creation.
string instance_tag = 2;getInstanceTagBytes in interface NetworkOrBuilderpublic 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;getName in interface NetworkOrBuilderpublic 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;getNameBytes in interface NetworkOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static Network parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Network parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Network parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Network parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Network parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Network parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Network parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Network parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Network parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Network parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Network parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Network parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Network.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static Network.Builder newBuilder()
public static Network.Builder newBuilder(Network prototype)
public Network.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected Network.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static Network getDefaultInstance()
public Parser<Network> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public Network getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder