public static final class Protos.MasterInfo.Builder extends <any> implements Protos.MasterInfoOrBuilder
Describes a master. This will probably have more fields in the future which might be used, for example, to link a framework webui to a master webui.Protobuf type
mesos.MasterInfo| Modifier and Type | Method and Description |
|---|---|
Protos.MasterInfo.Builder |
addAllCapabilities (java.lang.Iterable<? extends Protos.MasterInfo.Capability> values)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Builder |
addCapabilities (int index,
Protos.MasterInfo.Capability.Builder builderForValue)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Builder |
addCapabilities (int index,
Protos.MasterInfo.Capability value)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Builder |
addCapabilities (Protos.MasterInfo.Capability.Builder builderForValue)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Builder |
addCapabilities (Protos.MasterInfo.Capability value)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Capability.Builder |
addCapabilitiesBuilder ()
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Capability.Builder |
addCapabilitiesBuilder (int index)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Builder |
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.MasterInfo |
build () |
Protos.MasterInfo |
buildPartial () |
Protos.MasterInfo.Builder |
clear () |
Protos.MasterInfo.Builder |
clearAddress ()
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
Protos.MasterInfo.Builder |
clearCapabilities ()
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Builder |
clearDomain ()
The domain that this master belongs to.
|
Protos.MasterInfo.Builder |
clearField (com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.MasterInfo.Builder |
clearHostname ()
The server's hostname, if available; it may be unreliable
in environments where the DNS configuration does not resolve
internal hostnames (eg, some public cloud providers).
|
Protos.MasterInfo.Builder |
clearId ()
required string id = 1; |
Protos.MasterInfo.Builder |
clearIp ()
The IP address (only IPv4) as a packed 4-bytes integer,
stored in network order.
|
Protos.MasterInfo.Builder |
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.MasterInfo.Builder |
clearPid ()
In the default implementation, this will contain information
about both the IP address, port and Master name; it should really
not be relied upon by external tooling/frameworks and be
considered an "internal" implementation field.
|
Protos.MasterInfo.Builder |
clearPort ()
The TCP port the Master is listening on for incoming
HTTP requests; deprecated, use `address.port` instead.
|
Protos.MasterInfo.Builder |
clearVersion ()
The running Master version, as a string; taken from the
generated "master/version.hpp".
|
Protos.MasterInfo.Builder |
clone () |
Protos.Address |
getAddress ()
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
Protos.Address.Builder |
getAddressBuilder ()
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
Protos.AddressOrBuilder |
getAddressOrBuilder ()
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
Protos.MasterInfo.Capability |
getCapabilities (int index)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Capability.Builder |
getCapabilitiesBuilder (int index)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
java.util.List<Protos.MasterInfo.Capability.Builder> |
getCapabilitiesBuilderList ()
repeated .mesos.MasterInfo.Capability capabilities = 9; |
int |
getCapabilitiesCount ()
repeated .mesos.MasterInfo.Capability capabilities = 9; |
java.util.List<Protos.MasterInfo.Capability> |
getCapabilitiesList ()
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.CapabilityOrBuilder |
getCapabilitiesOrBuilder (int index)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
java.util.List<? extends Protos.MasterInfo.CapabilityOrBuilder> |
getCapabilitiesOrBuilderList ()
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo |
getDefaultInstanceForType () |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor () |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType () |
Protos.DomainInfo |
getDomain ()
The domain that this master belongs to.
|
Protos.DomainInfo.Builder |
getDomainBuilder ()
The domain that this master belongs to.
|
Protos.DomainInfoOrBuilder |
getDomainOrBuilder ()
The domain that this master belongs to.
|
java.lang.String |
getHostname ()
The server's hostname, if available; it may be unreliable
in environments where the DNS configuration does not resolve
internal hostnames (eg, some public cloud providers).
|
com.google.protobuf.ByteString |
getHostnameBytes ()
The server's hostname, if available; it may be unreliable
in environments where the DNS configuration does not resolve
internal hostnames (eg, some public cloud providers).
|
java.lang.String |
getId ()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes ()
required string id = 1; |
int |
getIp ()
The IP address (only IPv4) as a packed 4-bytes integer,
stored in network order.
|
java.lang.String |
getPid ()
In the default implementation, this will contain information
about both the IP address, port and Master name; it should really
not be relied upon by external tooling/frameworks and be
considered an "internal" implementation field.
|
com.google.protobuf.ByteString |
getPidBytes ()
In the default implementation, this will contain information
about both the IP address, port and Master name; it should really
not be relied upon by external tooling/frameworks and be
considered an "internal" implementation field.
|
int |
getPort ()
The TCP port the Master is listening on for incoming
HTTP requests; deprecated, use `address.port` instead.
|
java.lang.String |
getVersion ()
The running Master version, as a string; taken from the
generated "master/version.hpp".
|
com.google.protobuf.ByteString |
getVersionBytes ()
The running Master version, as a string; taken from the
generated "master/version.hpp".
|
boolean |
hasAddress ()
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
boolean |
hasDomain ()
The domain that this master belongs to.
|
boolean |
hasHostname ()
The server's hostname, if available; it may be unreliable
in environments where the DNS configuration does not resolve
internal hostnames (eg, some public cloud providers).
|
boolean |
hasId ()
required string id = 1; |
boolean |
hasIp ()
The IP address (only IPv4) as a packed 4-bytes integer,
stored in network order.
|
boolean |
hasPid ()
In the default implementation, this will contain information
about both the IP address, port and Master name; it should really
not be relied upon by external tooling/frameworks and be
considered an "internal" implementation field.
|
boolean |
hasPort ()
The TCP port the Master is listening on for incoming
HTTP requests; deprecated, use `address.port` instead.
|
boolean |
hasVersion ()
The running Master version, as a string; taken from the
generated "master/version.hpp".
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable () |
boolean |
isInitialized () |
Protos.MasterInfo.Builder |
mergeAddress (Protos.Address value)
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
Protos.MasterInfo.Builder |
mergeDomain (Protos.DomainInfo value)
The domain that this master belongs to.
|
Protos.MasterInfo.Builder |
mergeFrom (com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.MasterInfo.Builder |
mergeFrom (com.google.protobuf.Message other) |
Protos.MasterInfo.Builder |
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.MasterInfo.Builder |
removeCapabilities (int index)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Builder |
setAddress (Protos.Address.Builder builderForValue)
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
Protos.MasterInfo.Builder |
setAddress (Protos.Address value)
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
Protos.MasterInfo.Builder |
setCapabilities (int index,
Protos.MasterInfo.Capability.Builder builderForValue)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Builder |
setCapabilities (int index,
Protos.MasterInfo.Capability value)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.Builder |
setDomain (Protos.DomainInfo.Builder builderForValue)
The domain that this master belongs to.
|
Protos.MasterInfo.Builder |
setDomain (Protos.DomainInfo value)
The domain that this master belongs to.
|
Protos.MasterInfo.Builder |
setField (com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.MasterInfo.Builder |
setHostname (java.lang.String value)
The server's hostname, if available; it may be unreliable
in environments where the DNS configuration does not resolve
internal hostnames (eg, some public cloud providers).
|
Protos.MasterInfo.Builder |
setHostnameBytes (com.google.protobuf.ByteString value)
The server's hostname, if available; it may be unreliable
in environments where the DNS configuration does not resolve
internal hostnames (eg, some public cloud providers).
|
Protos.MasterInfo.Builder |
setId (java.lang.String value)
required string id = 1; |
Protos.MasterInfo.Builder |
setIdBytes (com.google.protobuf.ByteString value)
required string id = 1; |
Protos.MasterInfo.Builder |
setIp (int value)
The IP address (only IPv4) as a packed 4-bytes integer,
stored in network order.
|
Protos.MasterInfo.Builder |
setPid (java.lang.String value)
In the default implementation, this will contain information
about both the IP address, port and Master name; it should really
not be relied upon by external tooling/frameworks and be
considered an "internal" implementation field.
|
Protos.MasterInfo.Builder |
setPidBytes (com.google.protobuf.ByteString value)
In the default implementation, this will contain information
about both the IP address, port and Master name; it should really
not be relied upon by external tooling/frameworks and be
considered an "internal" implementation field.
|
Protos.MasterInfo.Builder |
setPort (int value)
The TCP port the Master is listening on for incoming
HTTP requests; deprecated, use `address.port` instead.
|
Protos.MasterInfo.Builder |
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.MasterInfo.Builder |
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.MasterInfo.Builder |
setVersion (java.lang.String value)
The running Master version, as a string; taken from the
generated "master/version.hpp".
|
Protos.MasterInfo.Builder |
setVersionBytes (com.google.protobuf.ByteString value)
The running Master version, as a string; taken from the
generated "master/version.hpp".
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.MasterInfo.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.MasterInfo getDefaultInstanceForType()
public Protos.MasterInfo build()
public Protos.MasterInfo buildPartial()
public Protos.MasterInfo.Builder clone()
public Protos.MasterInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.MasterInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.MasterInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.MasterInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.MasterInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.MasterInfo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.MasterInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasId()
required string id = 1;hasId in interface Protos.MasterInfoOrBuilder public java.lang.String getId()
required string id = 1;getId in interface Protos.MasterInfoOrBuilder public com.google.protobuf.ByteString getIdBytes()
required string id = 1;getIdBytes in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Builder setId(java.lang.String value)
required string id = 1;public Protos.MasterInfo.Builder clearId()
required string id = 1;public Protos.MasterInfo.Builder setIdBytes(com.google.protobuf.ByteString value)
required string id = 1;public boolean hasIp()
The IP address (only IPv4) as a packed 4-bytes integer, stored in network order. Deprecated, use `address.ip` instead.
required uint32 ip = 2;hasIp in interface Protos.MasterInfoOrBuilder public int getIp()
The IP address (only IPv4) as a packed 4-bytes integer, stored in network order. Deprecated, use `address.ip` instead.
required uint32 ip = 2;getIp in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Builder setIp(int value)
The IP address (only IPv4) as a packed 4-bytes integer, stored in network order. Deprecated, use `address.ip` instead.
required uint32 ip = 2;public Protos.MasterInfo.Builder clearIp()
The IP address (only IPv4) as a packed 4-bytes integer, stored in network order. Deprecated, use `address.ip` instead.
required uint32 ip = 2;public boolean hasPort()
The TCP port the Master is listening on for incoming HTTP requests; deprecated, use `address.port` instead.
required uint32 port = 3 [default = 5050];hasPort in interface Protos.MasterInfoOrBuilder public int getPort()
The TCP port the Master is listening on for incoming HTTP requests; deprecated, use `address.port` instead.
required uint32 port = 3 [default = 5050];getPort in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Builder setPort(int value)
The TCP port the Master is listening on for incoming HTTP requests; deprecated, use `address.port` instead.
required uint32 port = 3 [default = 5050];public Protos.MasterInfo.Builder clearPort()
The TCP port the Master is listening on for incoming HTTP requests; deprecated, use `address.port` instead.
required uint32 port = 3 [default = 5050];public boolean hasPid()
In the default implementation, this will contain information about both the IP address, port and Master name; it should really not be relied upon by external tooling/frameworks and be considered an "internal" implementation field.
optional string pid = 4;hasPid in interface Protos.MasterInfoOrBuilder public java.lang.String getPid()
In the default implementation, this will contain information about both the IP address, port and Master name; it should really not be relied upon by external tooling/frameworks and be considered an "internal" implementation field.
optional string pid = 4;getPid in interface Protos.MasterInfoOrBuilder public com.google.protobuf.ByteString getPidBytes()
In the default implementation, this will contain information about both the IP address, port and Master name; it should really not be relied upon by external tooling/frameworks and be considered an "internal" implementation field.
optional string pid = 4;getPidBytes in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Builder setPid(java.lang.String value)
In the default implementation, this will contain information about both the IP address, port and Master name; it should really not be relied upon by external tooling/frameworks and be considered an "internal" implementation field.
optional string pid = 4;public Protos.MasterInfo.Builder clearPid()
In the default implementation, this will contain information about both the IP address, port and Master name; it should really not be relied upon by external tooling/frameworks and be considered an "internal" implementation field.
optional string pid = 4;public Protos.MasterInfo.Builder setPidBytes(com.google.protobuf.ByteString value)
In the default implementation, this will contain information about both the IP address, port and Master name; it should really not be relied upon by external tooling/frameworks and be considered an "internal" implementation field.
optional string pid = 4;public boolean hasHostname()
The server's hostname, if available; it may be unreliable in environments where the DNS configuration does not resolve internal hostnames (eg, some public cloud providers). Deprecated, use `address.hostname` instead.
optional string hostname = 5;hasHostname in interface Protos.MasterInfoOrBuilder public java.lang.String getHostname()
The server's hostname, if available; it may be unreliable in environments where the DNS configuration does not resolve internal hostnames (eg, some public cloud providers). Deprecated, use `address.hostname` instead.
optional string hostname = 5;getHostname in interface Protos.MasterInfoOrBuilder public com.google.protobuf.ByteString getHostnameBytes()
The server's hostname, if available; it may be unreliable in environments where the DNS configuration does not resolve internal hostnames (eg, some public cloud providers). Deprecated, use `address.hostname` instead.
optional string hostname = 5;getHostnameBytes in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Builder setHostname(java.lang.String value)
The server's hostname, if available; it may be unreliable in environments where the DNS configuration does not resolve internal hostnames (eg, some public cloud providers). Deprecated, use `address.hostname` instead.
optional string hostname = 5;public Protos.MasterInfo.Builder clearHostname()
The server's hostname, if available; it may be unreliable in environments where the DNS configuration does not resolve internal hostnames (eg, some public cloud providers). Deprecated, use `address.hostname` instead.
optional string hostname = 5;public Protos.MasterInfo.Builder setHostnameBytes(com.google.protobuf.ByteString value)
The server's hostname, if available; it may be unreliable in environments where the DNS configuration does not resolve internal hostnames (eg, some public cloud providers). Deprecated, use `address.hostname` instead.
optional string hostname = 5;public boolean hasVersion()
The running Master version, as a string; taken from the generated "master/version.hpp".
optional string version = 6;hasVersion in interface Protos.MasterInfoOrBuilder public java.lang.String getVersion()
The running Master version, as a string; taken from the generated "master/version.hpp".
optional string version = 6;getVersion in interface Protos.MasterInfoOrBuilder public com.google.protobuf.ByteString getVersionBytes()
The running Master version, as a string; taken from the generated "master/version.hpp".
optional string version = 6;getVersionBytes in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Builder setVersion(java.lang.String value)
The running Master version, as a string; taken from the generated "master/version.hpp".
optional string version = 6;public Protos.MasterInfo.Builder clearVersion()
The running Master version, as a string; taken from the generated "master/version.hpp".
optional string version = 6;public Protos.MasterInfo.Builder setVersionBytes(com.google.protobuf.ByteString value)
The running Master version, as a string; taken from the generated "master/version.hpp".
optional string version = 6;public boolean hasAddress()
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;hasAddress in interface Protos.MasterInfoOrBuilder public Protos.Address getAddress()
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;getAddress in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Builder setAddress(Protos.Address value)
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;public Protos.MasterInfo.Builder setAddress(Protos.Address.Builder builderForValue)
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;public Protos.MasterInfo.Builder mergeAddress(Protos.Address value)
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;public Protos.MasterInfo.Builder clearAddress()
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;public Protos.Address.Builder getAddressBuilder()
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;public Protos.AddressOrBuilder getAddressOrBuilder()
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;getAddressOrBuilder in interface Protos.MasterInfoOrBuilder public boolean hasDomain()
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;hasDomain in interface Protos.MasterInfoOrBuilder public Protos.DomainInfo getDomain()
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;getDomain in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Builder setDomain(Protos.DomainInfo value)
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;public Protos.MasterInfo.Builder setDomain(Protos.DomainInfo.Builder builderForValue)
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;public Protos.MasterInfo.Builder mergeDomain(Protos.DomainInfo value)
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;public Protos.MasterInfo.Builder clearDomain()
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;public Protos.DomainInfo.Builder getDomainBuilder()
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;public Protos.DomainInfoOrBuilder getDomainOrBuilder()
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;getDomainOrBuilder in interface Protos.MasterInfoOrBuilder public java.util.List<Protos.MasterInfo.Capability> getCapabilitiesList()
repeated .mesos.MasterInfo.Capability capabilities = 9;getCapabilitiesList in interface Protos.MasterInfoOrBuilder public int getCapabilitiesCount()
repeated .mesos.MasterInfo.Capability capabilities = 9;getCapabilitiesCount in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Capability getCapabilities(int index)
repeated .mesos.MasterInfo.Capability capabilities = 9;getCapabilities in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Builder setCapabilities(int index, Protos.MasterInfo.Capability value)
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Builder setCapabilities(int index, Protos.MasterInfo.Capability.Builder builderForValue)
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Builder addCapabilities(Protos.MasterInfo.Capability value)
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Builder addCapabilities(int index, Protos.MasterInfo.Capability value)
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Builder addCapabilities(Protos.MasterInfo.Capability.Builder builderForValue)
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Builder addCapabilities(int index, Protos.MasterInfo.Capability.Builder builderForValue)
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Builder addAllCapabilities(java.lang.Iterable<? extends Protos.MasterInfo.Capability> values)
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Builder clearCapabilities()
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Builder removeCapabilities(int index)
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Capability.Builder getCapabilitiesBuilder(int index)
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.CapabilityOrBuilder getCapabilitiesOrBuilder(int index)
repeated .mesos.MasterInfo.Capability capabilities = 9;getCapabilitiesOrBuilder in interface Protos.MasterInfoOrBuilder public java.util.List<? extends Protos.MasterInfo.CapabilityOrBuilder> getCapabilitiesOrBuilderList()
repeated .mesos.MasterInfo.Capability capabilities = 9;getCapabilitiesOrBuilderList in interface Protos.MasterInfoOrBuilder public Protos.MasterInfo.Capability.Builder addCapabilitiesBuilder()
repeated .mesos.MasterInfo.Capability capabilities = 9;public Protos.MasterInfo.Capability.Builder addCapabilitiesBuilder(int index)
repeated .mesos.MasterInfo.Capability capabilities = 9;public java.util.List<Protos.MasterInfo.Capability.Builder> getCapabilitiesBuilderList()
repeated .mesos.MasterInfo.Capability capabilities = 9;public final Protos.MasterInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.MasterInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)