public static final class Protos.Ports extends com.google.protobuf.GeneratedMessageV3 implements Protos.PortsOrBuilder
Collection of ports.Protobuf type
mesos.Ports
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Ports.Builder
Collection of ports.
|
Modifier and Type | Field and Description |
---|---|
static <any> |
PARSER
Deprecated.
|
static int |
PORTS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.Ports |
getDefaultInstance() |
Protos.Ports |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
Protos.Port |
getPorts(int index)
repeated .mesos.Port ports = 1; |
int |
getPortsCount()
repeated .mesos.Port ports = 1; |
java.util.List<Protos.Port> |
getPortsList()
repeated .mesos.Port ports = 1; |
Protos.PortOrBuilder |
getPortsOrBuilder(int index)
repeated .mesos.Port ports = 1; |
java.util.List<? extends Protos.PortOrBuilder> |
getPortsOrBuilderList()
repeated .mesos.Port ports = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Ports.Builder |
newBuilder() |
static Protos.Ports.Builder |
newBuilder(Protos.Ports prototype) |
Protos.Ports.Builder |
newBuilderForType() |
protected Protos.Ports.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Ports |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Ports |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Ports |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Ports |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Ports |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Ports |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Ports |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Ports |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Ports |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Ports |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Ports.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int PORTS_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public java.util.List<Protos.Port> getPortsList()
repeated .mesos.Port ports = 1;
getPortsList
in interface Protos.PortsOrBuilder
public java.util.List<? extends Protos.PortOrBuilder> getPortsOrBuilderList()
repeated .mesos.Port ports = 1;
getPortsOrBuilderList
in interface Protos.PortsOrBuilder
public int getPortsCount()
repeated .mesos.Port ports = 1;
getPortsCount
in interface Protos.PortsOrBuilder
public Protos.Port getPorts(int index)
repeated .mesos.Port ports = 1;
getPorts
in interface Protos.PortsOrBuilder
public Protos.PortOrBuilder getPortsOrBuilder(int index)
repeated .mesos.Port ports = 1;
getPortsOrBuilder
in interface Protos.PortsOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.Ports parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Ports parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Ports parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Ports parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Ports parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Ports parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Ports parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Ports parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Ports parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Ports parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Ports.Builder newBuilderForType()
public static Protos.Ports.Builder newBuilder()
public static Protos.Ports.Builder newBuilder(Protos.Ports prototype)
public Protos.Ports.Builder toBuilder()
protected Protos.Ports.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Ports getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Ports getDefaultInstanceForType()