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, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public 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 NetworkOrBuilder
public 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 NetworkOrBuilder
public 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 NetworkOrBuilder
public 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 NetworkOrBuilder
public java.lang.String getInstanceTag()
Tag to apply to the VM instance during creation.
string instance_tag = 2;
getInstanceTag
in interface NetworkOrBuilder
public ByteString getInstanceTagBytes()
Tag to apply to the VM instance during creation.
string instance_tag = 2;
getInstanceTagBytes
in interface NetworkOrBuilder
public 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 NetworkOrBuilder
public 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 NetworkOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Network parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Network parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Network parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Network parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Network parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Network parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Network parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Network parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Network parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Network parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Network parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Network parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Network.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Network.Builder newBuilder()
public static Network.Builder newBuilder(Network prototype)
public Network.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Network.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Network getDefaultInstance()
public Parser<Network> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Network getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder