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.URLOrBuilder
public java.lang.String getScheme()
required string scheme = 1;
getScheme
in interface Protos.URLOrBuilder
public com.google.protobuf.ByteString getSchemeBytes()
required string scheme = 1;
getSchemeBytes
in interface Protos.URLOrBuilder
public boolean hasAddress()
required .mesos.Address address = 2;
hasAddress
in interface Protos.URLOrBuilder
public Protos.Address getAddress()
required .mesos.Address address = 2;
getAddress
in interface Protos.URLOrBuilder
public Protos.AddressOrBuilder getAddressOrBuilder()
required .mesos.Address address = 2;
getAddressOrBuilder
in interface Protos.URLOrBuilder
public boolean hasPath()
optional string path = 3;
hasPath
in interface Protos.URLOrBuilder
public java.lang.String getPath()
optional string path = 3;
getPath
in interface Protos.URLOrBuilder
public com.google.protobuf.ByteString getPathBytes()
optional string path = 3;
getPathBytes
in interface Protos.URLOrBuilder
public java.util.List<Protos.Parameter> getQueryList()
repeated .mesos.Parameter query = 4;
getQueryList
in interface Protos.URLOrBuilder
public java.util.List<? extends Protos.ParameterOrBuilder> getQueryOrBuilderList()
repeated .mesos.Parameter query = 4;
getQueryOrBuilderList
in interface Protos.URLOrBuilder
public int getQueryCount()
repeated .mesos.Parameter query = 4;
getQueryCount
in interface Protos.URLOrBuilder
public Protos.Parameter getQuery(int index)
repeated .mesos.Parameter query = 4;
getQuery
in interface Protos.URLOrBuilder
public Protos.ParameterOrBuilder getQueryOrBuilder(int index)
repeated .mesos.Parameter query = 4;
getQueryOrBuilder
in interface Protos.URLOrBuilder
public boolean hasFragment()
optional string fragment = 5;
hasFragment
in interface Protos.URLOrBuilder
public java.lang.String getFragment()
optional string fragment = 5;
getFragment
in interface Protos.URLOrBuilder
public com.google.protobuf.ByteString getFragmentBytes()
optional string fragment = 5;
getFragmentBytes
in interface Protos.URLOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public 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.InvalidProtocolBufferException
public static Protos.URL parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.URL parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.URL parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.URL parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.URL parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.URL parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.URL parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.URL parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.URL parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public 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()