public static final class Protos.CheckInfo.Tcp extends com.google.protobuf.GeneratedMessageV3 implements Protos.CheckInfo.TcpOrBuilder
Describes a TCP check, i.e. based on establishing a TCP connection to the specified port. Note that <host> is not configurable and is resolved automatically to 127.0.0.1.Protobuf type
mesos.CheckInfo.Tcp| Modifier and Type | Class and Description | 
|---|---|
| static class  | Protos.CheckInfo.Tcp.Builder
 Describes a TCP check, i.e. | 
| Modifier and Type | Field and Description | 
|---|---|
| static <any> | PARSERDeprecated.  | 
| static int | PORT_FIELD_NUMBER | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| static Protos.CheckInfo.Tcp | getDefaultInstance() | 
| Protos.CheckInfo.Tcp | getDefaultInstanceForType() | 
| static com.google.protobuf.Descriptors.Descriptor | getDescriptor() | 
| <any> | getParserForType() | 
| int | getPort()required uint32 port = 1; | 
| int | getSerializedSize() | 
| com.google.protobuf.UnknownFieldSet | getUnknownFields() | 
| int | hashCode() | 
| boolean | hasPort()required uint32 port = 1; | 
| protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable | internalGetFieldAccessorTable() | 
| boolean | isInitialized() | 
| static Protos.CheckInfo.Tcp.Builder | newBuilder() | 
| static Protos.CheckInfo.Tcp.Builder | newBuilder(Protos.CheckInfo.Tcp prototype) | 
| Protos.CheckInfo.Tcp.Builder | newBuilderForType() | 
| protected Protos.CheckInfo.Tcp.Builder | newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) | 
| static Protos.CheckInfo.Tcp | parseDelimitedFrom(java.io.InputStream input) | 
| static Protos.CheckInfo.Tcp | parseDelimitedFrom(java.io.InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static Protos.CheckInfo.Tcp | parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static Protos.CheckInfo.Tcp | parseFrom(java.nio.ByteBuffer data) | 
| static Protos.CheckInfo.Tcp | parseFrom(java.nio.ByteBuffer data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static Protos.CheckInfo.Tcp | parseFrom(com.google.protobuf.ByteString data) | 
| static Protos.CheckInfo.Tcp | parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static Protos.CheckInfo.Tcp | parseFrom(com.google.protobuf.CodedInputStream input) | 
| static Protos.CheckInfo.Tcp | parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static Protos.CheckInfo.Tcp | parseFrom(java.io.InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static <any> | parser() | 
| Protos.CheckInfo.Tcp.Builder | toBuilder() | 
| void | writeTo(com.google.protobuf.CodedOutputStream output) | 
public static final int PORT_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 boolean hasPort()
required uint32 port = 1;hasPort in interface Protos.CheckInfo.TcpOrBuilderpublic int getPort()
required uint32 port = 1;getPort in interface Protos.CheckInfo.TcpOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.CheckInfo.Tcp parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CheckInfo.Tcp parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CheckInfo.Tcp parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CheckInfo.Tcp parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CheckInfo.Tcp parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CheckInfo.Tcp parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CheckInfo.Tcp parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CheckInfo.Tcp parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CheckInfo.Tcp parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CheckInfo.Tcp parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Protos.CheckInfo.Tcp.Builder newBuilderForType()
public static Protos.CheckInfo.Tcp.Builder newBuilder()
public static Protos.CheckInfo.Tcp.Builder newBuilder(Protos.CheckInfo.Tcp prototype)
public Protos.CheckInfo.Tcp.Builder toBuilder()
protected Protos.CheckInfo.Tcp.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.CheckInfo.Tcp getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.CheckInfo.Tcp getDefaultInstanceForType()