Class UrlDispatchRule.Builder (2.41.0)

public static final class UrlDispatchRule.Builder extends GeneratedMessageV3.Builder<UrlDispatchRule.Builder> implements UrlDispatchRuleOrBuilder

Rules to match an HTTP request and dispatch that request to a service.

Protobuf type google.appengine.v1.UrlDispatchRule

Static 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
Overrides

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
Overrides

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
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UrlDispatchRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UrlDispatchRule.Builder
Overrides

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
Overrides

getDefaultInstanceForType()

public UrlDispatchRule getDefaultInstanceForType()
Returns
Type Description
UrlDispatchRule

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UrlDispatchRule.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UrlDispatchRule.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UrlDispatchRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UrlDispatchRule.Builder
Overrides

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 String

The 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 ByteString

The 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
Overrides

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 String

The 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 ByteString

The 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
Overrides

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 String

The 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 ByteString

The 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
Overrides