# Functions
No description provided by the author
No description provided by the author
# Constants
Fetch results in the ascending order of the provided sort key.
Fetch results in the descending order of the provided sort key.
Fetch ordered results by code.
Fetch ordered results by the creation timestamp.
Fetch ordered results by expiration timestamp.
Fetch ordered results by id.
Fetch ordered results by the modified timestamp.
Fetch ordered results by name.
Fetch ordered results by redirection endpoint.
# Variables
No description provided by the author
No description provided by the author
Enum value maps for SORT_ORDER.
Enum value maps for SORT_ORDER.
Enum value maps for URL_SORT_KEY.
Enum value maps for URL_SORT_KEY.
URLsService_ServiceDesc is the grpc.ServiceDesc for URLsService service.
# Structs
Describes the boolean response.
BooleanResponseValidationError is the validation error returned by BooleanResponse.Validate if the designated constraints aren't met.
Describes the payload for a request to determine the count of records.
CountRequestValidationError is the validation error returned by CountRequest.Validate if the designated constraints aren't met.
Describes the count response.
CountResponseValidationError is the validation error returned by CountResponse.Validate if the designated constraints aren't met.
Describes an empty object.
EmptyValidationError is the validation error returned by Empty.Validate if the designated constraints aren't met.
Describes the UUID identifier.
IdentifierValidationError is the validation error returned by Identifier.Validate if the designated constraints aren't met.
Describes the metadata of each resource.
MetadataValidationError is the validation error returned by Metadata.Validate if the designated constraints aren't met.
Describes a simple search key request.
SearchKeyRequestValidationError is the validation error returned by SearchKeyRequest.Validate if the designated constraints aren't met.
UnimplementedURLsServiceServer must be embedded to have forward compatible implementations.
Describes the data structure of each url on the platform.
Describes the data structure that responds to a pagination request.
URLPaginationRespValidationError is the validation error returned by URLPaginationResp.Validate if the designated constraints aren't met.
Describes the URL response.
URLResponseValidationError is the validation error returned by URLResponse.Validate if the designated constraints aren't met.
Describes the data structure that stores a list of urls.
URLsListValidationError is the validation error returned by URLsList.Validate if the designated constraints aren't met.
Describes the data structure to create a url.
URLsServiceCreateRequestValidationError is the validation error returned by URLsServiceCreateRequest.Validate if the designated constraints aren't met.
Describes the base request payload of a filter search.
URLsServiceFilterReqValidationError is the validation error returned by URLsServiceFilterReq.Validate if the designated constraints aren't met.
Describes a pagination request to retrieve records.
URLsServicePaginationReqValidationError is the validation error returned by URLsServicePaginationReq.Validate if the designated constraints aren't met.
Describes the request payload for performing a generic search operation on records.
URLsServiceSearchAllReqValidationError is the validation error returned by URLsServiceSearchAllReq.Validate if the designated constraints aren't met.
Describes the data structure to perform the update (draft/revision) operation on a url.
URLsServiceUpdateRequestValidationError is the validation error returned by URLsServiceUpdateRequest.Validate if the designated constraints aren't met.
URLValidationError is the validation error returned by URL.Validate if the designated constraints aren't met.
# Interfaces
UnsafeURLsServiceServer may be embedded to opt out of forward compatibility for this service.
URLsServiceClient is the client API for URLsService service.
URLsServiceServer is the server API for URLsService service.
# Type aliases
BooleanResponseMultiError is an error wrapping multiple validation errors returned by BooleanResponse.ValidateAll() if the designated constraints aren't met.
CountRequestMultiError is an error wrapping multiple validation errors returned by CountRequest.ValidateAll() if the designated constraints aren't met.
CountResponseMultiError is an error wrapping multiple validation errors returned by CountResponse.ValidateAll() if the designated constraints aren't met.
EmptyMultiError is an error wrapping multiple validation errors returned by Empty.ValidateAll() if the designated constraints aren't met.
IdentifierMultiError is an error wrapping multiple validation errors returned by Identifier.ValidateAll() if the designated constraints aren't met.
MetadataMultiError is an error wrapping multiple validation errors returned by Metadata.ValidateAll() if the designated constraints aren't met.
SearchKeyRequestMultiError is an error wrapping multiple validation errors returned by SearchKeyRequest.ValidateAll() if the designated constraints aren't met.
Describes the order in which the records need to be returned.
Describes the available sort keys for retrieving urls.
URLMultiError is an error wrapping multiple validation errors returned by URL.ValidateAll() if the designated constraints aren't met.
URLPaginationRespMultiError is an error wrapping multiple validation errors returned by URLPaginationResp.ValidateAll() if the designated constraints aren't met.
URLResponseMultiError is an error wrapping multiple validation errors returned by URLResponse.ValidateAll() if the designated constraints aren't met.
URLsListMultiError is an error wrapping multiple validation errors returned by URLsList.ValidateAll() if the designated constraints aren't met.
URLsServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by URLsServiceCreateRequest.ValidateAll() if the designated constraints aren't met.
URLsServiceFilterReqMultiError is an error wrapping multiple validation errors returned by URLsServiceFilterReq.ValidateAll() if the designated constraints aren't met.
URLsServicePaginationReqMultiError is an error wrapping multiple validation errors returned by URLsServicePaginationReq.ValidateAll() if the designated constraints aren't met.
URLsServiceSearchAllReqMultiError is an error wrapping multiple validation errors returned by URLsServiceSearchAllReq.ValidateAll() if the designated constraints aren't met.
URLsServiceUpdateRequestMultiError is an error wrapping multiple validation errors returned by URLsServiceUpdateRequest.ValidateAll() if the designated constraints aren't met.