public static final class Protos.TTYInfo.WindowSize.Builder extends <any> implements Protos.TTYInfo.WindowSizeOrBuilder
mesos.TTYInfo.WindowSize
Modifier and Type | Method and Description |
---|---|
Protos.TTYInfo.WindowSize.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.TTYInfo.WindowSize |
build() |
Protos.TTYInfo.WindowSize |
buildPartial() |
Protos.TTYInfo.WindowSize.Builder |
clear() |
Protos.TTYInfo.WindowSize.Builder |
clearColumns()
required uint32 columns = 2; |
Protos.TTYInfo.WindowSize.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.TTYInfo.WindowSize.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.TTYInfo.WindowSize.Builder |
clearRows()
required uint32 rows = 1; |
Protos.TTYInfo.WindowSize.Builder |
clone() |
int |
getColumns()
required uint32 columns = 2; |
Protos.TTYInfo.WindowSize |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getRows()
required uint32 rows = 1; |
boolean |
hasColumns()
required uint32 columns = 2; |
boolean |
hasRows()
required uint32 rows = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.TTYInfo.WindowSize.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.TTYInfo.WindowSize.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.TTYInfo.WindowSize.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.TTYInfo.WindowSize.Builder |
setColumns(int value)
required uint32 columns = 2; |
Protos.TTYInfo.WindowSize.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.TTYInfo.WindowSize.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.TTYInfo.WindowSize.Builder |
setRows(int value)
required uint32 rows = 1; |
Protos.TTYInfo.WindowSize.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.TTYInfo.WindowSize.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.TTYInfo.WindowSize getDefaultInstanceForType()
public Protos.TTYInfo.WindowSize build()
public Protos.TTYInfo.WindowSize buildPartial()
public Protos.TTYInfo.WindowSize.Builder clone()
public Protos.TTYInfo.WindowSize.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.TTYInfo.WindowSize.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.TTYInfo.WindowSize.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.TTYInfo.WindowSize.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.TTYInfo.WindowSize.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.TTYInfo.WindowSize.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.TTYInfo.WindowSize.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
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 Protos.TTYInfo.WindowSize.Builder setRows(int value)
required uint32 rows = 1;
public Protos.TTYInfo.WindowSize.Builder clearRows()
required uint32 rows = 1;
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 Protos.TTYInfo.WindowSize.Builder setColumns(int value)
required uint32 columns = 2;
public Protos.TTYInfo.WindowSize.Builder clearColumns()
required uint32 columns = 2;
public final Protos.TTYInfo.WindowSize.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.TTYInfo.WindowSize.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)