public static final class Protos.URL extends com.google.protobuf.GeneratedMessageV3 implements Protos.URLOrBuilder
Represents a URL.Protobuf type
mesos.URL| Modifier and Type | Class and Description |
|---|---|
static class |
Protos.URL.Builder
Represents a URL.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESS_FIELD_NUMBER |
static int |
FRAGMENT_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
PATH_FIELD_NUMBER |
static int |
QUERY_FIELD_NUMBER |
static int |
SCHEME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Protos.Address |
getAddress()
required .mesos.Address address = 2; |
Protos.AddressOrBuilder |
getAddressOrBuilder()
required .mesos.Address address = 2; |
static Protos.URL |
getDefaultInstance() |
Protos.URL |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getFragment()
optional string fragment = 5; |
com.google.protobuf.ByteString |
getFragmentBytes()
optional string fragment = 5; |
<any> |
getParserForType() |
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; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAddress()
required .mesos.Address address = 2; |
boolean |
hasFragment()
optional string fragment = 5; |
int |
hashCode() |
boolean |
hasPath()
optional string path = 3; |
boolean |
hasScheme()
required string scheme = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.URL.Builder |
newBuilder() |
static Protos.URL.Builder |
newBuilder(Protos.URL prototype) |
Protos.URL.Builder |
newBuilderForType() |
protected Protos.URL.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.URL |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.URL |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.URL |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.URL |
parseFrom(java.nio.ByteBuffer data) |
static Protos.URL |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.URL |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.URL |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.URL |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.URL |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.URL |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.URL.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int SCHEME_FIELD_NUMBER
public static final int ADDRESS_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER
public static final int FRAGMENT_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasScheme()
required string scheme = 1;hasScheme in interface Protos.URLOrBuilderpublic java.lang.String getScheme()
required string scheme = 1;getScheme in interface Protos.URLOrBuilderpublic com.google.protobuf.ByteString getSchemeBytes()
required string scheme = 1;getSchemeBytes in interface Protos.URLOrBuilderpublic boolean hasAddress()
required .mesos.Address address = 2;hasAddress in interface Protos.URLOrBuilderpublic Protos.Address getAddress()
required .mesos.Address address = 2;getAddress in interface Protos.URLOrBuilderpublic Protos.AddressOrBuilder getAddressOrBuilder()
required .mesos.Address address = 2;getAddressOrBuilder in interface Protos.URLOrBuilderpublic boolean hasPath()
optional string path = 3;hasPath in interface Protos.URLOrBuilderpublic java.lang.String getPath()
optional string path = 3;getPath in interface Protos.URLOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
optional string path = 3;getPathBytes in interface Protos.URLOrBuilderpublic java.util.List<Protos.Parameter> getQueryList()
repeated .mesos.Parameter query = 4;getQueryList in interface Protos.URLOrBuilderpublic java.util.List<? extends Protos.ParameterOrBuilder> getQueryOrBuilderList()
repeated .mesos.Parameter query = 4;getQueryOrBuilderList in interface Protos.URLOrBuilderpublic int getQueryCount()
repeated .mesos.Parameter query = 4;getQueryCount in interface Protos.URLOrBuilderpublic Protos.Parameter getQuery(int index)
repeated .mesos.Parameter query = 4;getQuery in interface Protos.URLOrBuilderpublic Protos.ParameterOrBuilder getQueryOrBuilder(int index)
repeated .mesos.Parameter query = 4;getQueryOrBuilder in interface Protos.URLOrBuilderpublic boolean hasFragment()
optional string fragment = 5;hasFragment in interface Protos.URLOrBuilderpublic java.lang.String getFragment()
optional string fragment = 5;getFragment in interface Protos.URLOrBuilderpublic com.google.protobuf.ByteString getFragmentBytes()
optional string fragment = 5;getFragmentBytes in interface Protos.URLOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.URL parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.URL parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.URL parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.URL parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.URL parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.URL parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.URL parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.URL parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.URL parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.URL parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Protos.URL.Builder newBuilderForType()
public static Protos.URL.Builder newBuilder()
public static Protos.URL.Builder newBuilder(Protos.URL prototype)
public Protos.URL.Builder toBuilder()
protected Protos.URL.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.URL getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.URL getDefaultInstanceForType()