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
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public UrlDispatchRule build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public UrlDispatchRule buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public UrlDispatchRule.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule.Builder mergeFrom(UrlDispatchRule other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public UrlDispatchRule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<UrlDispatchRule.Builder>
java.io.IOException
public java.lang.String getDomain()
Domain name to match against. The wildcard "`*`" is supported if specified before a period: "`*.`". Defaults to matching all domains: "`*`".
string domain = 1;
getDomain
in interface UrlDispatchRuleOrBuilder
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;
getDomainBytes
in interface UrlDispatchRuleOrBuilder
public UrlDispatchRule.Builder setDomain(java.lang.String value)
Domain name to match against. The wildcard "`*`" is supported if specified before a period: "`*.`". Defaults to matching all domains: "`*`".
string domain = 1;
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;
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;
public java.lang.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;
getPath
in interface UrlDispatchRuleOrBuilder
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;
getPathBytes
in interface UrlDispatchRuleOrBuilder
public UrlDispatchRule.Builder setPath(java.lang.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;
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;
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;
public java.lang.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;
getService
in interface UrlDispatchRuleOrBuilder
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;
getServiceBytes
in interface UrlDispatchRuleOrBuilder
public UrlDispatchRule.Builder setService(java.lang.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;
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;
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;
public final UrlDispatchRule.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>
public final UrlDispatchRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<UrlDispatchRule.Builder>