public static final class Protos.TTYInfo.WindowSize extends com.google.protobuf.GeneratedMessageV3 implements Protos.TTYInfo.WindowSizeOrBuilder
mesos.TTYInfo.WindowSize
Modifier and Type | Class and Description |
---|---|
static class |
Protos.TTYInfo.WindowSize.Builder
Protobuf type
mesos.TTYInfo.WindowSize |
Modifier and Type | Field and Description |
---|---|
static int |
COLUMNS_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
ROWS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getColumns()
required uint32 columns = 2; |
static Protos.TTYInfo.WindowSize |
getDefaultInstance() |
Protos.TTYInfo.WindowSize |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getRows()
required uint32 rows = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasColumns()
required uint32 columns = 2; |
int |
hashCode() |
boolean |
hasRows()
required uint32 rows = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.TTYInfo.WindowSize.Builder |
newBuilder() |
static Protos.TTYInfo.WindowSize.Builder |
newBuilder(Protos.TTYInfo.WindowSize prototype) |
Protos.TTYInfo.WindowSize.Builder |
newBuilderForType() |
protected Protos.TTYInfo.WindowSize.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.TTYInfo.WindowSize |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.TTYInfo.WindowSize |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo.WindowSize |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo.WindowSize |
parseFrom(java.nio.ByteBuffer data) |
static Protos.TTYInfo.WindowSize |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo.WindowSize |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.TTYInfo.WindowSize |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo.WindowSize |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.TTYInfo.WindowSize |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TTYInfo.WindowSize |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.TTYInfo.WindowSize.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int ROWS_FIELD_NUMBER
public static final int COLUMNS_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 hasRows()
required uint32 rows = 1;
hasRows
in interface Protos.TTYInfo.WindowSizeOrBuilder
public int getRows()
required uint32 rows = 1;
getRows
in interface Protos.TTYInfo.WindowSizeOrBuilder
public boolean hasColumns()
required uint32 columns = 2;
hasColumns
in interface Protos.TTYInfo.WindowSizeOrBuilder
public int getColumns()
required uint32 columns = 2;
getColumns
in interface Protos.TTYInfo.WindowSizeOrBuilder
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.WindowSize parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo.WindowSize parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo.WindowSize parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo.WindowSize parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo.WindowSize parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TTYInfo.WindowSize parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.TTYInfo.WindowSize parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.TTYInfo.WindowSize parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.TTYInfo.WindowSize parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.TTYInfo.WindowSize parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.TTYInfo.WindowSize.Builder newBuilderForType()
public static Protos.TTYInfo.WindowSize.Builder newBuilder()
public static Protos.TTYInfo.WindowSize.Builder newBuilder(Protos.TTYInfo.WindowSize prototype)
public Protos.TTYInfo.WindowSize.Builder toBuilder()
protected Protos.TTYInfo.WindowSize.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.TTYInfo.WindowSize getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.TTYInfo.WindowSize getDefaultInstanceForType()