Package com.google.api.pathtemplate (2.25.0)

GitHub Repository

Classes

Class Description
com.google.api.pathtemplate.PathTemplate Represents 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.TemplatedResourceName Class 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

Interface Description
com.google.api.pathtemplate.TemplatedResourceName.Resolver Represents a resource name resolver which can be registered with this class.
com.google.api.pathtemplate.ValidationException.Supplier

Exceptions

Exception Description
com.google.api.pathtemplate.ValidationException Exception 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.