public static final class Protos.TTYInfo.Builder extends <any> 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 | Method and Description |
---|---|
Protos.TTYInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.TTYInfo |
build() |
Protos.TTYInfo |
buildPartial() |
Protos.TTYInfo.Builder |
clear() |
Protos.TTYInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.TTYInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.TTYInfo.Builder |
clearWindowSize()
optional .mesos.TTYInfo.WindowSize window_size = 1; |
Protos.TTYInfo.Builder |
clone() |
Protos.TTYInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Protos.TTYInfo.WindowSize |
getWindowSize()
optional .mesos.TTYInfo.WindowSize window_size = 1; |
Protos.TTYInfo.WindowSize.Builder |
getWindowSizeBuilder()
optional .mesos.TTYInfo.WindowSize window_size = 1; |
Protos.TTYInfo.WindowSizeOrBuilder |
getWindowSizeOrBuilder()
optional .mesos.TTYInfo.WindowSize window_size = 1; |
boolean |
hasWindowSize()
optional .mesos.TTYInfo.WindowSize window_size = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.TTYInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.TTYInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.TTYInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.TTYInfo.Builder |
mergeWindowSize(Protos.TTYInfo.WindowSize value)
optional .mesos.TTYInfo.WindowSize window_size = 1; |
Protos.TTYInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.TTYInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.TTYInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.TTYInfo.Builder |
setWindowSize(Protos.TTYInfo.WindowSize.Builder builderForValue)
optional .mesos.TTYInfo.WindowSize window_size = 1; |
Protos.TTYInfo.Builder |
setWindowSize(Protos.TTYInfo.WindowSize value)
optional .mesos.TTYInfo.WindowSize window_size = 1; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.TTYInfo.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.TTYInfo getDefaultInstanceForType()
public Protos.TTYInfo build()
public Protos.TTYInfo buildPartial()
public Protos.TTYInfo.Builder clone()
public Protos.TTYInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.TTYInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.TTYInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.TTYInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.TTYInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.TTYInfo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.TTYInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
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.Builder setWindowSize(Protos.TTYInfo.WindowSize value)
optional .mesos.TTYInfo.WindowSize window_size = 1;
public Protos.TTYInfo.Builder setWindowSize(Protos.TTYInfo.WindowSize.Builder builderForValue)
optional .mesos.TTYInfo.WindowSize window_size = 1;
public Protos.TTYInfo.Builder mergeWindowSize(Protos.TTYInfo.WindowSize value)
optional .mesos.TTYInfo.WindowSize window_size = 1;
public Protos.TTYInfo.Builder clearWindowSize()
optional .mesos.TTYInfo.WindowSize window_size = 1;
public Protos.TTYInfo.WindowSize.Builder getWindowSizeBuilder()
optional .mesos.TTYInfo.WindowSize window_size = 1;
public Protos.TTYInfo.WindowSizeOrBuilder getWindowSizeOrBuilder()
optional .mesos.TTYInfo.WindowSize window_size = 1;
getWindowSizeOrBuilder
in interface Protos.TTYInfoOrBuilder
public final Protos.TTYInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.TTYInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)