public static final class UrlDispatchRule.Builder extends GeneratedMessage.Builder<UrlDispatchRule.Builder> implements UrlDispatchRuleOrBuilderRules to match an HTTP request and dispatch that request to a service.
Protobuf type google.appengine.v1.UrlDispatchRule
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UrlDispatchRule.BuilderImplements
UrlDispatchRuleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UrlDispatchRule build()| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule |
|
buildPartial()
public UrlDispatchRule buildPartial()| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule |
|
clear()
public UrlDispatchRule.Builder clear()| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
|
clearDomain()
public UrlDispatchRule.Builder clearDomain() 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 |
UrlDispatchRule.Builder |
This builder for chaining. |
clearPath()
public UrlDispatchRule.Builder clearPath() 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 |
UrlDispatchRule.Builder |
This builder for chaining. |
clearService()
public UrlDispatchRule.Builder clearService() 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 |
UrlDispatchRule.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UrlDispatchRule getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for domain. |
getPath()
public String 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for service. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UrlDispatchRule other)
public UrlDispatchRule.Builder mergeFrom(UrlDispatchRule other)| Parameter | |
|---|---|
| Name | Description |
other |
UrlDispatchRule |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UrlDispatchRule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UrlDispatchRule.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
|
setDomain(String value)
public UrlDispatchRule.Builder setDomain(String value) Domain name to match against. The wildcard "" is supported if
specified before a period: ".".
Defaults to matching all domains: "*".
string domain = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe domain to set. |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
This builder for chaining. |
setDomainBytes(ByteString value)
public UrlDispatchRule.Builder setDomainBytes(ByteString value) Domain name to match against. The wildcard "" is supported if
specified before a period: ".".
Defaults to matching all domains: "*".
string domain = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for domain to set. |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
This builder for chaining. |
setPath(String value)
public UrlDispatchRule.Builder setPath(String value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe path to set. |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
This builder for chaining. |
setPathBytes(ByteString value)
public UrlDispatchRule.Builder setPathBytes(ByteString value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for path to set. |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
This builder for chaining. |
setService(String value)
public UrlDispatchRule.Builder setService(String value) Resource ID of a service in this application that should
serve the matched request. The service must already
exist. Example: default.
string service = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe service to set. |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
This builder for chaining. |
setServiceBytes(ByteString value)
public UrlDispatchRule.Builder setServiceBytes(ByteString value) Resource ID of a service in this application that should
serve the matched request. The service must already
exist. Example: default.
string service = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for service to set. |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule.Builder |
This builder for chaining. |