Package com.google.api.pathtemplate (2.24.0)

Repository

Classes

ClassDescription
com.google.api.pathtemplate.PathTemplateRepresents a path template.

Templates use the syntax of the API platform; see the protobuf of HttpRule for details. A template consists of a sequence of literals, wildcards, and variable bindings, where each binding

com.google.api.pathtemplate.TemplatedResourceNameClass for representing and working with resource names.

A resource name is represented by PathTemplate, an assignment to variables in the template, and an optional endpoint. The ResourceName class implements the map interface

Interfaces

InterfaceDescription
com.google.api.pathtemplate.TemplatedResourceName.ResolverRepresents a resource name resolver which can be registered with this class.
com.google.api.pathtemplate.ValidationException.Supplier

Exceptions

ExceptionDescription
com.google.api.pathtemplate.ValidationExceptionException thrown if there is a validation problem with a path template, http config, or related framework methods. Comes as an illegal argument exception subclass. Allows to globally set a thread-local validation context description which each exception inherits.