Class UrlDispatchRule.Builder (2.3.3)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UrlDispatchRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UrlDispatchRule.Builder
Overrides

build()

public UrlDispatchRule build()
Returns
TypeDescription
UrlDispatchRule

buildPartial()

public UrlDispatchRule buildPartial()
Returns
TypeDescription
UrlDispatchRule

clear()

public UrlDispatchRule.Builder clear()
Returns
TypeDescription
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
TypeDescription
UrlDispatchRule.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public UrlDispatchRule.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UrlDispatchRule.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UrlDispatchRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
UrlDispatchRule.Builder

This builder for chaining.

clone()

public UrlDispatchRule.Builder clone()
Returns
TypeDescription
UrlDispatchRule.Builder
Overrides

getDefaultInstanceForType()

public UrlDispatchRule getDefaultInstanceForType()
Returns
TypeDescription
UrlDispatchRule

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for service.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UrlDispatchRule other)

public UrlDispatchRule.Builder mergeFrom(UrlDispatchRule other)
Parameter
NameDescription
otherUrlDispatchRule
Returns
TypeDescription
UrlDispatchRule.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UrlDispatchRule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UrlDispatchRule.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UrlDispatchRule.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UrlDispatchRule.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UrlDispatchRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The domain to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for domain to set.

Returns
TypeDescription
UrlDispatchRule.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public UrlDispatchRule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The path to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for path to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The service to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for service to set.

Returns
TypeDescription
UrlDispatchRule.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final UrlDispatchRule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UrlDispatchRule.Builder
Overrides