- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
public static final class UrlDispatchRule.Builder extends GeneratedMessageV3.Builder<UrlDispatchRule.Builder> implements UrlDispatchRuleOrBuilderRules to match an HTTP request and dispatch that request to a service.
 Protobuf type google.appengine.v1.UrlDispatchRule
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UrlDispatchRule.BuilderImplements
UrlDispatchRuleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UrlDispatchRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UrlDispatchRule.Builder | |
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. | 
clearField(Descriptors.FieldDescriptor field)
public UrlDispatchRule.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| UrlDispatchRule.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public UrlDispatchRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| UrlDispatchRule.Builder | |
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. | 
clone()
public UrlDispatchRule.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| UrlDispatchRule.Builder | |
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 GeneratedMessageV3.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 | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UrlDispatchRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| 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. | 
setField(Descriptors.FieldDescriptor field, Object value)
public UrlDispatchRule.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UrlDispatchRule.Builder | |
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. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UrlDispatchRule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| UrlDispatchRule.Builder | |
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. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final UrlDispatchRule.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| UrlDispatchRule.Builder | |