public static final class Protos.TTYInfo extends com.google.protobuf.GeneratedMessageV3 implements Protos.TTYInfoOrBuilder
Describes the information about (pseudo) TTY that can be attached to a process running in a container.Protobuf type
mesos.TTYInfo
Modifier and Type | Class and Description |
---|---|
static class |
Protos.TTYInfo.Builder
Describes the information about (pseudo) TTY that can
be attached to a process running in a container.
|
static class |
Protos.TTYInfo.WindowSize
Protobuf type
mesos.TTYInfo.WindowSize |
static interface |
Protos.TTYInfo.WindowSizeOrBuilder |
Modifier and Type | Field and Description |
---|---|
static <any> |
PARSER
Deprecated.
|
static int |
WINDOW_SIZE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.TTYInfo |
getDefaultInstance() |
Protos.TTYInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Protos.TTYInfo.WindowSize |
getWindowSize()
optional .mesos.TTYInfo.WindowSize window_size = 1; |
Protos.TTYInfo.WindowSizeOrBuilder |
getWindowSizeOrBuilder()
optional .mesos.TTYInfo.WindowSize window_size = 1; |
int |
hashCode() |
boolean |
hasWindowSize()
optional .mesos.TTYInfo.WindowSize window_size = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.TTYInfo.Builder |
newBuilder() |
static Protos.TTYInfo.Builder |
newBuilder(Protos.TTYInfo prototype) |
Protos.TTYInfo.Builder |
newBuilderForType() |
protected Protos.TTYInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.TTYInfo |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.TTYInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo |
parseFrom(java.nio.ByteBuffer data) |
static Protos.TTYInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.TTYInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.TTYInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.TTYInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int WINDOW_SIZE_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 hasWindowSize()
optional .mesos.TTYInfo.WindowSize window_size = 1;
hasWindowSize
in interface Protos.TTYInfoOrBuilder
public Protos.TTYInfo.WindowSize getWindowSize()
optional .mesos.TTYInfo.WindowSize window_size = 1;
getWindowSize
in interface Protos.TTYInfoOrBuilder
public Protos.TTYInfo.WindowSizeOrBuilder getWindowSizeOrBuilder()
optional .mesos.TTYInfo.WindowSize window_size = 1;
getWindowSizeOrBuilder
in interface Protos.TTYInfoOrBuilder
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.TTYInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.TTYInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.TTYInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.TTYInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.TTYInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.TTYInfo.Builder newBuilderForType()
public static Protos.TTYInfo.Builder newBuilder()
public static Protos.TTYInfo.Builder newBuilder(Protos.TTYInfo prototype)
public Protos.TTYInfo.Builder toBuilder()
protected Protos.TTYInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.TTYInfo getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.TTYInfo getDefaultInstanceForType()