public static interface Protos.URLOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.Address |
getAddress()
required .mesos.Address address = 2; |
Protos.AddressOrBuilder |
getAddressOrBuilder()
required .mesos.Address address = 2; |
java.lang.String |
getFragment()
optional string fragment = 5; |
com.google.protobuf.ByteString |
getFragmentBytes()
optional string fragment = 5; |
java.lang.String |
getPath()
optional string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 3; |
Protos.Parameter |
getQuery(int index)
repeated .mesos.Parameter query = 4; |
int |
getQueryCount()
repeated .mesos.Parameter query = 4; |
java.util.List<Protos.Parameter> |
getQueryList()
repeated .mesos.Parameter query = 4; |
Protos.ParameterOrBuilder |
getQueryOrBuilder(int index)
repeated .mesos.Parameter query = 4; |
java.util.List<? extends Protos.ParameterOrBuilder> |
getQueryOrBuilderList()
repeated .mesos.Parameter query = 4; |
java.lang.String |
getScheme()
required string scheme = 1; |
com.google.protobuf.ByteString |
getSchemeBytes()
required string scheme = 1; |
boolean |
hasAddress()
required .mesos.Address address = 2; |
boolean |
hasFragment()
optional string fragment = 5; |
boolean |
hasPath()
optional string path = 3; |
boolean |
hasScheme()
required string scheme = 1; |
boolean hasScheme()
required string scheme = 1;
java.lang.String getScheme()
required string scheme = 1;
com.google.protobuf.ByteString getSchemeBytes()
required string scheme = 1;
boolean hasAddress()
required .mesos.Address address = 2;
Protos.Address getAddress()
required .mesos.Address address = 2;
Protos.AddressOrBuilder getAddressOrBuilder()
required .mesos.Address address = 2;
boolean hasPath()
optional string path = 3;
java.lang.String getPath()
optional string path = 3;
com.google.protobuf.ByteString getPathBytes()
optional string path = 3;
java.util.List<Protos.Parameter> getQueryList()
repeated .mesos.Parameter query = 4;
Protos.Parameter getQuery(int index)
repeated .mesos.Parameter query = 4;
int getQueryCount()
repeated .mesos.Parameter query = 4;
java.util.List<? extends Protos.ParameterOrBuilder> getQueryOrBuilderList()
repeated .mesos.Parameter query = 4;
Protos.ParameterOrBuilder getQueryOrBuilder(int index)
repeated .mesos.Parameter query = 4;
boolean hasFragment()
optional string fragment = 5;
java.lang.String getFragment()
optional string fragment = 5;
com.google.protobuf.ByteString getFragmentBytes()
optional string fragment = 5;