Package com.google.appengine.v1
Class StaticFilesHandler.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
- com.google.appengine.v1.StaticFilesHandler.Builder
-
- All Implemented Interfaces:
StaticFilesHandlerOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- StaticFilesHandler
public static final class StaticFilesHandler.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder> implements StaticFilesHandlerOrBuilder
Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them.
Protobuf typegoogle.appengine.v1.StaticFilesHandler
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StaticFilesHandler.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)StaticFilesHandlerbuild()StaticFilesHandlerbuildPartial()StaticFilesHandler.Builderclear()StaticFilesHandler.BuilderclearApplicationReadable()Whether files should also be uploaded as code data.StaticFilesHandler.BuilderclearExpiration()Time a static file served by this handler should be cached by web proxies and browsers.StaticFilesHandler.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)StaticFilesHandler.BuilderclearHttpHeaders()StaticFilesHandler.BuilderclearMimeType()MIME type used to serve all files served by this handler.StaticFilesHandler.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)StaticFilesHandler.BuilderclearPath()Path to the static files matched by the URL pattern, from the application root directory.StaticFilesHandler.BuilderclearRequireMatchingFile()Whether this handler should match the request if the file referenced by the handler does not exist.StaticFilesHandler.BuilderclearUploadPathRegex()Regular expression that matches the file paths for all files that should be referenced by this handler.StaticFilesHandler.Builderclone()booleancontainsHttpHeaders(String key)HTTP headers to use for all responses from these URLs.booleangetApplicationReadable()Whether files should also be uploaded as code data.StaticFilesHandlergetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.DurationgetExpiration()Time a static file served by this handler should be cached by web proxies and browsers.com.google.protobuf.Duration.BuildergetExpirationBuilder()Time a static file served by this handler should be cached by web proxies and browsers.com.google.protobuf.DurationOrBuildergetExpirationOrBuilder()Time a static file served by this handler should be cached by web proxies and browsers.Map<String,String>getHttpHeaders()Deprecated.intgetHttpHeadersCount()HTTP headers to use for all responses from these URLs.Map<String,String>getHttpHeadersMap()HTTP headers to use for all responses from these URLs.StringgetHttpHeadersOrDefault(String key, String defaultValue)HTTP headers to use for all responses from these URLs.StringgetHttpHeadersOrThrow(String key)HTTP headers to use for all responses from these URLs.StringgetMimeType()MIME type used to serve all files served by this handler.com.google.protobuf.ByteStringgetMimeTypeBytes()MIME type used to serve all files served by this handler.Map<String,String>getMutableHttpHeaders()Deprecated.StringgetPath()Path to the static files matched by the URL pattern, from the application root directory.com.google.protobuf.ByteStringgetPathBytes()Path to the static files matched by the URL pattern, from the application root directory.booleangetRequireMatchingFile()Whether this handler should match the request if the file referenced by the handler does not exist.StringgetUploadPathRegex()Regular expression that matches the file paths for all files that should be referenced by this handler.com.google.protobuf.ByteStringgetUploadPathRegexBytes()Regular expression that matches the file paths for all files that should be referenced by this handler.booleanhasExpiration()Time a static file served by this handler should be cached by web proxies and browsers.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()StaticFilesHandler.BuildermergeExpiration(com.google.protobuf.Duration value)Time a static file served by this handler should be cached by web proxies and browsers.StaticFilesHandler.BuildermergeFrom(StaticFilesHandler other)StaticFilesHandler.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StaticFilesHandler.BuildermergeFrom(com.google.protobuf.Message other)StaticFilesHandler.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)StaticFilesHandler.BuilderputAllHttpHeaders(Map<String,String> values)HTTP headers to use for all responses from these URLs.StaticFilesHandler.BuilderputHttpHeaders(String key, String value)HTTP headers to use for all responses from these URLs.StaticFilesHandler.BuilderremoveHttpHeaders(String key)HTTP headers to use for all responses from these URLs.StaticFilesHandler.BuildersetApplicationReadable(boolean value)Whether files should also be uploaded as code data.StaticFilesHandler.BuildersetExpiration(com.google.protobuf.Duration value)Time a static file served by this handler should be cached by web proxies and browsers.StaticFilesHandler.BuildersetExpiration(com.google.protobuf.Duration.Builder builderForValue)Time a static file served by this handler should be cached by web proxies and browsers.StaticFilesHandler.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)StaticFilesHandler.BuildersetMimeType(String value)MIME type used to serve all files served by this handler.StaticFilesHandler.BuildersetMimeTypeBytes(com.google.protobuf.ByteString value)MIME type used to serve all files served by this handler.StaticFilesHandler.BuildersetPath(String value)Path to the static files matched by the URL pattern, from the application root directory.StaticFilesHandler.BuildersetPathBytes(com.google.protobuf.ByteString value)Path to the static files matched by the URL pattern, from the application root directory.StaticFilesHandler.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)StaticFilesHandler.BuildersetRequireMatchingFile(boolean value)Whether this handler should match the request if the file referenced by the handler does not exist.StaticFilesHandler.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)StaticFilesHandler.BuildersetUploadPathRegex(String value)Regular expression that matches the file paths for all files that should be referenced by this handler.StaticFilesHandler.BuildersetUploadPathRegexBytes(com.google.protobuf.ByteString value)Regular expression that matches the file paths for all files that should be referenced by this handler.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
clear
public StaticFilesHandler.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
getDefaultInstanceForType
public StaticFilesHandler getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public StaticFilesHandler build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StaticFilesHandler buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public StaticFilesHandler.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
setField
public StaticFilesHandler.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
clearField
public StaticFilesHandler.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
clearOneof
public StaticFilesHandler.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
setRepeatedField
public StaticFilesHandler.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
addRepeatedField
public StaticFilesHandler.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
mergeFrom
public StaticFilesHandler.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StaticFilesHandler.Builder>
-
mergeFrom
public StaticFilesHandler.Builder mergeFrom(StaticFilesHandler other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
mergeFrom
public StaticFilesHandler.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StaticFilesHandler.Builder>- Throws:
IOException
-
getPath
public String getPath()
Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
string path = 1;- Specified by:
getPathin interfaceStaticFilesHandlerOrBuilder- Returns:
- The path.
-
getPathBytes
public com.google.protobuf.ByteString getPathBytes()
Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
string path = 1;- Specified by:
getPathBytesin interfaceStaticFilesHandlerOrBuilder- Returns:
- The bytes for path.
-
setPath
public StaticFilesHandler.Builder setPath(String value)
Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
string path = 1;- Parameters:
value- The path to set.- Returns:
- This builder for chaining.
-
clearPath
public StaticFilesHandler.Builder clearPath()
Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
string path = 1;- Returns:
- This builder for chaining.
-
setPathBytes
public StaticFilesHandler.Builder setPathBytes(com.google.protobuf.ByteString value)
Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
string path = 1;- Parameters:
value- The bytes for path to set.- Returns:
- This builder for chaining.
-
getUploadPathRegex
public String getUploadPathRegex()
Regular expression that matches the file paths for all files that should be referenced by this handler.
string upload_path_regex = 2;- Specified by:
getUploadPathRegexin interfaceStaticFilesHandlerOrBuilder- Returns:
- The uploadPathRegex.
-
getUploadPathRegexBytes
public com.google.protobuf.ByteString getUploadPathRegexBytes()
Regular expression that matches the file paths for all files that should be referenced by this handler.
string upload_path_regex = 2;- Specified by:
getUploadPathRegexBytesin interfaceStaticFilesHandlerOrBuilder- Returns:
- The bytes for uploadPathRegex.
-
setUploadPathRegex
public StaticFilesHandler.Builder setUploadPathRegex(String value)
Regular expression that matches the file paths for all files that should be referenced by this handler.
string upload_path_regex = 2;- Parameters:
value- The uploadPathRegex to set.- Returns:
- This builder for chaining.
-
clearUploadPathRegex
public StaticFilesHandler.Builder clearUploadPathRegex()
Regular expression that matches the file paths for all files that should be referenced by this handler.
string upload_path_regex = 2;- Returns:
- This builder for chaining.
-
setUploadPathRegexBytes
public StaticFilesHandler.Builder setUploadPathRegexBytes(com.google.protobuf.ByteString value)
Regular expression that matches the file paths for all files that should be referenced by this handler.
string upload_path_regex = 2;- Parameters:
value- The bytes for uploadPathRegex to set.- Returns:
- This builder for chaining.
-
getHttpHeadersCount
public int getHttpHeadersCount()
Description copied from interface:StaticFilesHandlerOrBuilderHTTP headers to use for all responses from these URLs.
map<string, string> http_headers = 3;- Specified by:
getHttpHeadersCountin interfaceStaticFilesHandlerOrBuilder
-
containsHttpHeaders
public boolean containsHttpHeaders(String key)
HTTP headers to use for all responses from these URLs.
map<string, string> http_headers = 3;- Specified by:
containsHttpHeadersin interfaceStaticFilesHandlerOrBuilder
-
getHttpHeaders
@Deprecated public Map<String,String> getHttpHeaders()
Deprecated.UsegetHttpHeadersMap()instead.- Specified by:
getHttpHeadersin interfaceStaticFilesHandlerOrBuilder
-
getHttpHeadersMap
public Map<String,String> getHttpHeadersMap()
HTTP headers to use for all responses from these URLs.
map<string, string> http_headers = 3;- Specified by:
getHttpHeadersMapin interfaceStaticFilesHandlerOrBuilder
-
getHttpHeadersOrDefault
public String getHttpHeadersOrDefault(String key, String defaultValue)
HTTP headers to use for all responses from these URLs.
map<string, string> http_headers = 3;- Specified by:
getHttpHeadersOrDefaultin interfaceStaticFilesHandlerOrBuilder
-
getHttpHeadersOrThrow
public String getHttpHeadersOrThrow(String key)
HTTP headers to use for all responses from these URLs.
map<string, string> http_headers = 3;- Specified by:
getHttpHeadersOrThrowin interfaceStaticFilesHandlerOrBuilder
-
clearHttpHeaders
public StaticFilesHandler.Builder clearHttpHeaders()
-
removeHttpHeaders
public StaticFilesHandler.Builder removeHttpHeaders(String key)
HTTP headers to use for all responses from these URLs.
map<string, string> http_headers = 3;
-
getMutableHttpHeaders
@Deprecated public Map<String,String> getMutableHttpHeaders()
Deprecated.Use alternate mutation accessors instead.
-
putHttpHeaders
public StaticFilesHandler.Builder putHttpHeaders(String key, String value)
HTTP headers to use for all responses from these URLs.
map<string, string> http_headers = 3;
-
putAllHttpHeaders
public StaticFilesHandler.Builder putAllHttpHeaders(Map<String,String> values)
HTTP headers to use for all responses from these URLs.
map<string, string> http_headers = 3;
-
getMimeType
public String getMimeType()
MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.
string mime_type = 4;- Specified by:
getMimeTypein interfaceStaticFilesHandlerOrBuilder- Returns:
- The mimeType.
-
getMimeTypeBytes
public com.google.protobuf.ByteString getMimeTypeBytes()
MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.
string mime_type = 4;- Specified by:
getMimeTypeBytesin interfaceStaticFilesHandlerOrBuilder- Returns:
- The bytes for mimeType.
-
setMimeType
public StaticFilesHandler.Builder setMimeType(String value)
MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.
string mime_type = 4;- Parameters:
value- The mimeType to set.- Returns:
- This builder for chaining.
-
clearMimeType
public StaticFilesHandler.Builder clearMimeType()
MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.
string mime_type = 4;- Returns:
- This builder for chaining.
-
setMimeTypeBytes
public StaticFilesHandler.Builder setMimeTypeBytes(com.google.protobuf.ByteString value)
MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.
string mime_type = 4;- Parameters:
value- The bytes for mimeType to set.- Returns:
- This builder for chaining.
-
hasExpiration
public boolean hasExpiration()
Time a static file served by this handler should be cached by web proxies and browsers.
.google.protobuf.Duration expiration = 5;- Specified by:
hasExpirationin interfaceStaticFilesHandlerOrBuilder- Returns:
- Whether the expiration field is set.
-
getExpiration
public com.google.protobuf.Duration getExpiration()
Time a static file served by this handler should be cached by web proxies and browsers.
.google.protobuf.Duration expiration = 5;- Specified by:
getExpirationin interfaceStaticFilesHandlerOrBuilder- Returns:
- The expiration.
-
setExpiration
public StaticFilesHandler.Builder setExpiration(com.google.protobuf.Duration value)
Time a static file served by this handler should be cached by web proxies and browsers.
.google.protobuf.Duration expiration = 5;
-
setExpiration
public StaticFilesHandler.Builder setExpiration(com.google.protobuf.Duration.Builder builderForValue)
Time a static file served by this handler should be cached by web proxies and browsers.
.google.protobuf.Duration expiration = 5;
-
mergeExpiration
public StaticFilesHandler.Builder mergeExpiration(com.google.protobuf.Duration value)
Time a static file served by this handler should be cached by web proxies and browsers.
.google.protobuf.Duration expiration = 5;
-
clearExpiration
public StaticFilesHandler.Builder clearExpiration()
Time a static file served by this handler should be cached by web proxies and browsers.
.google.protobuf.Duration expiration = 5;
-
getExpirationBuilder
public com.google.protobuf.Duration.Builder getExpirationBuilder()
Time a static file served by this handler should be cached by web proxies and browsers.
.google.protobuf.Duration expiration = 5;
-
getExpirationOrBuilder
public com.google.protobuf.DurationOrBuilder getExpirationOrBuilder()
Time a static file served by this handler should be cached by web proxies and browsers.
.google.protobuf.Duration expiration = 5;- Specified by:
getExpirationOrBuilderin interfaceStaticFilesHandlerOrBuilder
-
getRequireMatchingFile
public boolean getRequireMatchingFile()
Whether this handler should match the request if the file referenced by the handler does not exist.
bool require_matching_file = 6;- Specified by:
getRequireMatchingFilein interfaceStaticFilesHandlerOrBuilder- Returns:
- The requireMatchingFile.
-
setRequireMatchingFile
public StaticFilesHandler.Builder setRequireMatchingFile(boolean value)
Whether this handler should match the request if the file referenced by the handler does not exist.
bool require_matching_file = 6;- Parameters:
value- The requireMatchingFile to set.- Returns:
- This builder for chaining.
-
clearRequireMatchingFile
public StaticFilesHandler.Builder clearRequireMatchingFile()
Whether this handler should match the request if the file referenced by the handler does not exist.
bool require_matching_file = 6;- Returns:
- This builder for chaining.
-
getApplicationReadable
public boolean getApplicationReadable()
Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
bool application_readable = 7;- Specified by:
getApplicationReadablein interfaceStaticFilesHandlerOrBuilder- Returns:
- The applicationReadable.
-
setApplicationReadable
public StaticFilesHandler.Builder setApplicationReadable(boolean value)
Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
bool application_readable = 7;- Parameters:
value- The applicationReadable to set.- Returns:
- This builder for chaining.
-
clearApplicationReadable
public StaticFilesHandler.Builder clearApplicationReadable()
Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
bool application_readable = 7;- Returns:
- This builder for chaining.
-
setUnknownFields
public final StaticFilesHandler.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
mergeUnknownFields
public final StaticFilesHandler.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<StaticFilesHandler.Builder>
-
-