public static final class Protos.CheckStatusInfo.Tcp.Builder extends <any> implements Protos.CheckStatusInfo.TcpOrBuilder
mesos.CheckStatusInfo.Tcp
Modifier and Type | Method and Description |
---|---|
Protos.CheckStatusInfo.Tcp.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CheckStatusInfo.Tcp |
build() |
Protos.CheckStatusInfo.Tcp |
buildPartial() |
Protos.CheckStatusInfo.Tcp.Builder |
clear() |
Protos.CheckStatusInfo.Tcp.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.CheckStatusInfo.Tcp.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.CheckStatusInfo.Tcp.Builder |
clearSucceeded()
Whether a TCP connection succeeded.
|
Protos.CheckStatusInfo.Tcp.Builder |
clone() |
Protos.CheckStatusInfo.Tcp |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getSucceeded()
Whether a TCP connection succeeded.
|
boolean |
hasSucceeded()
Whether a TCP connection succeeded.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.CheckStatusInfo.Tcp.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.CheckStatusInfo.Tcp.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.CheckStatusInfo.Tcp.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.CheckStatusInfo.Tcp.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CheckStatusInfo.Tcp.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.CheckStatusInfo.Tcp.Builder |
setSucceeded(boolean value)
Whether a TCP connection succeeded.
|
Protos.CheckStatusInfo.Tcp.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.CheckStatusInfo.Tcp.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.CheckStatusInfo.Tcp getDefaultInstanceForType()
public Protos.CheckStatusInfo.Tcp build()
public Protos.CheckStatusInfo.Tcp buildPartial()
public Protos.CheckStatusInfo.Tcp.Builder clone()
public Protos.CheckStatusInfo.Tcp.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CheckStatusInfo.Tcp.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.CheckStatusInfo.Tcp.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.CheckStatusInfo.Tcp.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.CheckStatusInfo.Tcp.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CheckStatusInfo.Tcp.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.CheckStatusInfo.Tcp.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasSucceeded()
Whether a TCP connection succeeded.
optional bool succeeded = 1;
hasSucceeded
in interface Protos.CheckStatusInfo.TcpOrBuilder
public boolean getSucceeded()
Whether a TCP connection succeeded.
optional bool succeeded = 1;
getSucceeded
in interface Protos.CheckStatusInfo.TcpOrBuilder
public Protos.CheckStatusInfo.Tcp.Builder setSucceeded(boolean value)
Whether a TCP connection succeeded.
optional bool succeeded = 1;
public Protos.CheckStatusInfo.Tcp.Builder clearSucceeded()
Whether a TCP connection succeeded.
optional bool succeeded = 1;
public final Protos.CheckStatusInfo.Tcp.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.CheckStatusInfo.Tcp.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)