diff --git a/doc/index.html b/doc/index.html index c24b8419..1b31b28b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -175,156 +175,156 @@
| Extension | Type | Base | Number | Description |
| all_trimmed | +bool | +.buf.validate.RepeatedRules | +80058954 | +All Trimmed enforces all strings to be trimmed, e.g. no whitespaces at the begin and end |
+
| are_host_and_port | +bool | +.buf.validate.RepeatedRules | +80058953 | +AreHostAndPort validates if a slice of strings are all in the form of <ip | host>:<port> |
+
| ips | +bool | +.buf.validate.RepeatedRules | +80058952 | +Ips validates if a slice of ips in string form are valid |
+
| prefixes | +bool | +.buf.validate.RepeatedRules | +80058951 | +Prefixes validates if a slice of prefixes in string form are valid |
+
| is_description | +bool | +.buf.validate.StringRules | +80048953 | +IsDescription returns true if description field satisfies our requirements |
+
| is_ip_or_hostname | +bool | +.buf.validate.StringRules | +80048957 | +IsIpOrHostname validates that the given string is either a ip or a hostname |
+
| is_name | +bool | +.buf.validate.StringRules | +80048952 | +IsName returns true if name field satisfies our requirements |
+
| is_partition | +bool | +.buf.validate.StringRules | +80048954 | +IsPartition returns true if partition field satisfies our requirements |
+
| is_prefix | +bool | +.buf.validate.StringRules | +80048955 | +IsPrefix validates if the given string is a valid prefix |
+
| is_uri | +bool | +.buf.validate.StringRules | +80048956 | +IsUri validates if the given string is a valid URI |
+
| macaddress | +bool | +.buf.validate.StringRules | +80048951 | +Macaddress returns true if the given string is a valid macadress |
+
| trimmed | +bool | +.buf.validate.StringRules | +80048958 | +Trimmed enforces the string to be trimmed, e.g. no whitespaces at the begin and end |
+
Remove labels by key
RemoveAll can be used to clear all existing labels and just apply the labels given by the update field +do not send remove labels in this case
| Extension | Type | Base | Number | Description |
| all_trimmed | -bool | -.buf.validate.RepeatedRules | -80058954 | -All Trimmed enforces all strings to be trimmed, e.g. no whitespaces at the begin and end |
-
| are_host_and_port | -bool | -.buf.validate.RepeatedRules | -80058953 | -AreHostAndPort validates if a slice of strings are all in the form of <ip | host>:<port> |
-
| ips | -bool | -.buf.validate.RepeatedRules | -80058952 | -Ips validates if a slice of ips in string form are valid |
-
| prefixes | -bool | -.buf.validate.RepeatedRules | -80058951 | -Prefixes validates if a slice of prefixes in string form are valid |
-
| is_description | -bool | -.buf.validate.StringRules | -80048953 | -IsDescription returns true if description field satisfies our requirements |
-
| is_ip_or_hostname | -bool | -.buf.validate.StringRules | -80048957 | -IsIpOrHostname validates that the given string is either a ip or a hostname |
-
| is_name | -bool | -.buf.validate.StringRules | -80048952 | -IsName returns true if name field satisfies our requirements |
-
| is_partition | -bool | -.buf.validate.StringRules | -80048954 | -IsPartition returns true if partition field satisfies our requirements |
-
| is_prefix | -bool | -.buf.validate.StringRules | -80048955 | -IsPrefix validates if the given string is a valid prefix |
-
| is_uri | -bool | -.buf.validate.StringRules | -80048956 | -IsUri validates if the given string is a valid URI |
-
| macaddress | -bool | -.buf.validate.StringRules | -80048951 | -Macaddress returns true if the given string is a valid macadress |
-
| trimmed | -bool | -.buf.validate.StringRules | -80048958 | -Trimmed enforces the string to be trimmed, e.g. no whitespaces at the begin and end |
-