public final class UrlDispatchRule extends GeneratedMessageV3 implements UrlDispatchRuleOrBuilder
Rules to match an HTTP request and dispatch that request to a service.
Protobuf type google.appengine.v1.UrlDispatchRule
Static Fields
DOMAIN_FIELD_NUMBER
public static final int DOMAIN_FIELD_NUMBER
Field Value
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Field Value
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UrlDispatchRule getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UrlDispatchRule.Builder newBuilder()
Returns
newBuilder(UrlDispatchRule prototype)
public static UrlDispatchRule.Builder newBuilder(UrlDispatchRule prototype)
Parameter
Returns
public static UrlDispatchRule parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UrlDispatchRule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UrlDispatchRule parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UrlDispatchRule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UrlDispatchRule parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UrlDispatchRule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UrlDispatchRule parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UrlDispatchRule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UrlDispatchRule parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UrlDispatchRule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UrlDispatchRule parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UrlDispatchRule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UrlDispatchRule> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public UrlDispatchRule getDefaultInstanceForType()
Returns
getDomain()
public String getDomain()
Domain name to match against. The wildcard "
" is supported if
specified before a period: ".
".
Defaults to matching all domains: "*
".
string domain = 1;
Returns
Type | Description |
String | The domain.
|
getDomainBytes()
public ByteString getDomainBytes()
Domain name to match against. The wildcard "
" is supported if
specified before a period: ".
".
Defaults to matching all domains: "*
".
string domain = 1;
Returns
getParserForType()
public Parser<UrlDispatchRule> getParserForType()
Returns
Overrides
getPath()
Pathname within the host. Must start with a "/
". A
single "*
" can be included at the end of the path.
The sum of the lengths of the domain and path may not
exceed 100 characters.
string path = 2;
Returns
Type | Description |
String | The path.
|
getPathBytes()
public ByteString getPathBytes()
Pathname within the host. Must start with a "/
". A
single "*
" can be included at the end of the path.
The sum of the lengths of the domain and path may not
exceed 100 characters.
string path = 2;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getService()
public String getService()
Resource ID of a service in this application that should
serve the matched request. The service must already
exist. Example: default
.
string service = 3;
Returns
Type | Description |
String | The service.
|
getServiceBytes()
public ByteString getServiceBytes()
Resource ID of a service in this application that should
serve the matched request. The service must already
exist. Example: default
.
string service = 3;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public UrlDispatchRule.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UrlDispatchRule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UrlDispatchRule.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions