Application
Table of Contents
Classes
- Board
- Generated from protobuf message <code>agrboards.boards.Board</code>
- BoardsServiceClient
- Commodity
- Generated from protobuf message <code>agrboards.boards.Commodity</code>
- CreateRequest
- Generated from protobuf message <code>agrboards.boards.CreateRequest</code>
- DeleteRequest
- Generated from protobuf message <code>agrboards.boards.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>agrboards.boards.GetRequest</code>
- ListReply
- Generated from protobuf message <code>agrboards.boards.ListReply</code>
- ListRequest
- Generated from protobuf message <code>agrboards.boards.ListRequest</code>
- BatchGetReply
- Generated from protobuf message <code>agrboards.commodities.BatchGetReply</code>
- BatchGetRequest
- Generated from protobuf message <code>agrboards.commodities.BatchGetRequest</code>
- CommoditiesServiceClient
- Commodity
- Generated from protobuf message <code>agrboards.commodities.Commodity</code>
- DeleteRequest
- Generated from protobuf message <code>agrboards.commodities.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>agrboards.commodities.GetRequest</code>
- ListReply
- Generated from protobuf message <code>agrboards.commodities.ListReply</code>
- DeleteRequest
- Generated from protobuf message <code>agrboards.distributors.DeleteRequest</code>
- Distributor
- Generated from protobuf message <code>agrboards.distributors.Distributor</code>
- DistributorsServiceClient
- GetRequest
- Generated from protobuf message <code>agrboards.distributors.GetRequest</code>
- ListReply
- Generated from protobuf message <code>agrboards.distributors.ListReply</code>
- AnalyticsServiceClient
- Provee de información cacheada desde llamadas a la API de Google Analytics.
- MostViewedReply
- Generated from protobuf message <code>analytics.analytics.MostViewedReply</code>
- MostViewedRequest
- Generated from protobuf message <code>analytics.analytics.MostViewedRequest</code>
- Page
- Generated from protobuf message <code>analytics.analytics.Page</code>
- ChangePasswordRequest
- Generated from protobuf message <code>glider.profile.ChangePasswordRequest</code>
- ProfileServiceClient
- Issuer
- Protobuf type <code>glider.profile.UserinfoReply.Issuer</code>
- UserinfoReply
- Generated from protobuf message <code>glider.profile.UserinfoReply</code>
- UserinfoRequest
- Generated from protobuf message <code>glider.profile.UserinfoRequest</code>
- ClientLibraryDestination
- To where should client libraries be published?
- ClientLibraryOrganization
- The organization for which the client libraries are being published.
- ClientLibrarySettings
- Details about how and where to publish client libraries.
- CommonLanguageSettings
- Required information for every language.
- CppSettings
- Settings for C++ client libraries.
- CustomHttpPattern
- A custom pattern is used for defining custom HTTP verb.
- DotnetSettings
- Settings for Dotnet client libraries.
- CheckedExpr
- A CEL expression which has been successfully type checked.
- Constant
- Represents a primitive literal.
- Overload
- An overload indicates a function's parameter types and return type, and
may optionally include a function body described in terms of
[Expr][google.api.expr.v1alpha1.Expr] values.
- FunctionDecl
- Function declaration specifies one or more overloads which indicate the
function's parameter types and return type.
- IdentDecl
- Identifier declaration which specifies its type and optional `Expr` value.
- Decl
- Represents a declaration of a named value or function.
- EnumValue
- An enum value.
- ErrorSet
- A set of errors.
- Result
- A single evalution result.
- EvalState
- The state of an evaluation.
- ExprStep
- ID and value index of one step.
- Explain
- Values of intermediate expressions produced when evaluating expression.
- Call
- A call expression, including calls to predefined functions and operators.
- Comprehension
- A comprehension expression applied to a list or map.
- CreateList
- A list creation expression.
- Entry
- Represents an entry.
- CreateStruct
- A map or message creation expression.
- Ident
- An identifier expression. e.g. `request`.
- Select
- A field selection expression. e.g. `request.auth`.
- Expr
- An abstract representation of a common expression.
- ExprValue
- The value of an evaluated expression.
- ListValue
- A list.
- Entry
- An entry in the map.
- MapValue
- A map.
- ParsedExpr
- An expression together with source information as returned by the parser.
- Reference
- Describes a resolved reference to a declaration.
- SourceInfo
- Source information collected at parse time.
- SourcePosition
- A specific position in source.
- AbstractType
- Application defined abstract type.
- FunctionType
- Function type with result and arg types.
- ListType
- List type with typed elements, e.g. `list<example.proto.MyMessage>`.
- MapType
- Map type with parameterized key and value types, e.g. `map<string, int>`.
- PrimitiveType
- CEL primitive types.
- WellKnownType
- Well-known protobuf types treated with first-class support in CEL.
- Type
- Represents a CEL type.
- UnknownSet
- A set of expressions for which the value is unknown.
- Value
- Represents a CEL value.
- Decl
- A declaration.
- DeclType
- The declared type of a variable.
- EnumValue
- An enum value.
- ErrorSet
- A set of errors.
- Result
- A single evaluation result.
- EvalState
- The state of an evaluation.
- Call
- A call expression, including calls to predefined functions and operators.
- Comprehension
- A comprehension expression applied to a list or map.
- CreateList
- A list creation expression.
- Entry
- Represents an entry.
- CreateStruct
- A map or message creation expression.
- Ident
- An identifier expression. e.g. `request`.
- Select
- A field selection expression. e.g. `request.auth`.
- Expr
- An abstract representation of a common expression.
- ExprValue
- The value of an evaluated expression.
- FunctionDecl
- A function declaration.
- IdentDecl
- An identifier declaration.
- IdRef
- A reference to an expression id.
- ListValue
- A list.
- Literal
- Represents a primitive literal.
- Entry
- An entry in the map.
- MapValue
- A map.
- ParsedExpr
- An expression together with source information as returned by the parser.
- SourceInfo
- Source information collected at parse time.
- SourcePosition
- A specific position in source.
- UnknownSet
- A set of expressions for which the value is unknown.
- Value
- Represents a CEL value.
- FieldBehavior
- An indicator of the behavior of a given field (for example, that a field
is required in requests, or given as output but ignored as input).
- GoSettings
- Settings for Go client libraries.
- Http
- Defines the HTTP configuration for an API service. It contains a list of
[HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
to one or more HTTP REST API methods.
- HttpBody
- Message that represents an arbitrary HTTP body. It should only be used for
payload formats that can't be represented as JSON, such as raw binary or
an HTML page.
- HttpRule
- # gRPC Transcoding
gRPC Transcoding is a feature for mapping between a gRPC method and one or
more HTTP REST endpoints. It allows developers to build a single API service
that supports both gRPC APIs and REST APIs. Many systems, including [Google
APIs](https://github.com/googleapis/googleapis),
[Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC
Gateway](https://github.com/grpc-ecosystem/grpc-gateway),
and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature
and use it for large scale production services.
- JavaSettings
- Settings for Java client libraries.
- LaunchStage
- The launch stage as defined by [Google Cloud Platform
Launch Stages](https://cloud.google.com/terms/launch-stages).
- LongRunning
- Describes settings to use when generating API methods that use the
long-running operation pattern.
- MethodSettings
- Describes the generator configuration for a method.
- NodeSettings
- Settings for Node client libraries.
- PhpSettings
- Settings for Php client libraries.
- Publishing
- This message configures the settings for publishing [Google Cloud Client
libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
generated from the service config.
- PythonSettings
- Settings for Python client libraries.
- History
- A description of the historical or future-looking state of the
resource pattern.
- Style
- A flag representing a specific style that a resource claims to conform to.
- ResourceDescriptor
- A simple descriptor of a resource type.
- ResourceReference
- Defines a proto annotation that describes a string field that refers to
an API resource.
- RubySettings
- Settings for Ruby client libraries.
- Visibility
- `Visibility` restricts service consumer's access to service elements,
such as whether an application can call a visibility-restricted method.
- VisibilityRule
- A visibility rule provides visibility configuration for an individual API
element.
- ByteStreamClient
- #### Introduction
- QueryWriteStatusRequest
- Request object for ByteStream.QueryWriteStatus.
- QueryWriteStatusResponse
- Response object for ByteStream.QueryWriteStatus.
- ReadRequest
- Request object for ByteStream.Read.
- ReadResponse
- Response object for ByteStream.Read.
- WriteRequest
- Request object for ByteStream.Write.
- WriteResponse
- Response object for ByteStream.Write.
- Viewport
- A latitude-longitude viewport, represented as two diagonally opposite `low`
and `high` points. A viewport is considered a closed region, i.e. it includes
its boundary. The latitude bounds must range between -90 to 90 degrees
inclusive, and the longitude bounds must range between -180 to 180 degrees
inclusive. Various cases include:
- If `low` = `high`, the viewport consists of that single point.
- CancelOperationRequest
- The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
- DeleteOperationRequest
- The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
- GetOperationRequest
- The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
- ListOperationsRequest
- The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
- ListOperationsResponse
- The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
- Operation
- This resource represents a long-running operation that is the result of a
network API call.
- OperationInfo
- A message representing the message types used by a long-running operation.
- OperationsClient
- Manages long-running operations with an API service.
- WaitOperationRequest
- The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
- FieldViolation
- A message type used to describe a single bad request field.
- BadRequest
- Describes violations in a client request. This error type focuses on the
syntactic aspects of the request.
- Code
- The canonical error codes for gRPC APIs.
- Api
- This message defines attributes associated with API operations, such as
a network API request. The terminology is based on the conventions used
by Google APIs, Istio, and OpenAPI.
- Auth
- This message defines request authentication attributes. Terminology is
based on the JSON Web Token (JWT) standard, but the terms also
correlate to concepts in other standards.
- Peer
- This message defines attributes for a node that handles a network request.
- Request
- This message defines attributes for an HTTP request. If the actual
request is not an HTTP request, the runtime system should try to map
the actual request to an equivalent HTTP request.
- Resource
- This message defines core attributes for a resource. A resource is an
addressable (named) entity provided by the destination service. For
example, a file stored on a network storage service.
- Response
- This message defines attributes for a typical network response. It
generally models semantics of an HTTP response.
- AttributeContext
- This message defines the standard attribute vocabulary for Google APIs.
- DebugInfo
- Describes additional debugging info.
- ErrorInfo
- Describes the cause of the error with structured details.
- Link
- Describes a URL link.
- Help
- Provides links to documentation or for performing an out of band action.
- LocalizedMessage
- Provides a localized error message that is safe to return to the user
which can be attached to an RPC error.
- Violation
- A message type used to describe a single precondition failure.
- PreconditionFailure
- Describes what preconditions have failed.
- Violation
- A message type used to describe a single quota violation. For example, a
daily quota or a custom quota that was exceeded.
- QuotaFailure
- Describes how a quota check failed.
- RequestInfo
- Contains metadata about the request that clients can attach when filing a bug
or providing other forms of feedback.
- ResourceInfo
- Describes the resource that is being accessed.
- RetryInfo
- Describes when the clients can retry a failed request. Clients could ignore
the recommendation here or retry when this information is missing from error
responses.
- Status
- The `Status` type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs. It is
used by [gRPC](https://github.com/grpc). Each `Status` message contains
three pieces of data: error code, error message, and error details.
- CalendarPeriod
- A `CalendarPeriod` represents the abstract concept of a time period that has
a canonical start. Grammatically, "the start of the current
`CalendarPeriod`." All calendar times begin at midnight UTC.
- Color
- Represents a color in the RGBA color space. This representation is designed
for simplicity of conversion to/from color representations in various
languages over compactness. For example, the fields of this representation
can be trivially provided to the constructor of `java.awt.Color` in Java; it
can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
method in iOS; and, with just a little work, it can be easily formatted into
a CSS `rgba()` string in JavaScript.
- Date
- Represents a whole or partial calendar date, such as a birthday. The time of
day and time zone are either specified elsewhere or are insignificant. The
date is relative to the Gregorian Calendar. This can represent one of the
following:
* A full date, with non-zero year, month, and day values
* A month and day value, with a zero year, such as an anniversary
* A year on its own, with zero month and day values
* A year and month value, with a zero day, such as a credit card expiration
date
Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and
`google.protobuf.Timestamp`.
- DateTime
- Represents civil time (or occasionally physical time).
- DayOfWeek
- Represents a day of the week.
- Decimal
- A representation of a decimal value, such as 2.5. Clients may convert values
into language-native decimal formats, such as Java's [BigDecimal][] or
Python's [decimal.Decimal][].
- Expr
- Represents a textual expression in the Common Expression Language (CEL)
syntax. CEL is a C-like expression language. The syntax and semantics of CEL
are documented at https://github.com/google/cel-spec.
- Fraction
- Represents a fraction in terms of a numerator divided by a denominator.
- Interval
- Represents a time interval, encoded as a Timestamp start (inclusive) and a
Timestamp end (exclusive).
- LatLng
- An object that represents a latitude/longitude pair. This is expressed as a
pair of doubles to represent degrees latitude and degrees longitude. Unless
specified otherwise, this must conform to the
<a href="http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf">WGS84
standard</a>. Values must be within normalized ranges.
- LocalizedText
- Localized variant of a text in a particular language.
- Money
- Represents an amount of money with its currency type.
- Month
- Represents a month in the Gregorian calendar.
- ShortCode
- An object representing a short code, which is a phone number that is
typically much shorter than regular phone numbers and can be used to
address messages in MMS and SMS systems, as well as for abbreviated dialing
(e.g. "Text 611 to see how many minutes you have remaining on your plan.").
- PhoneNumber
- An object representing a phone number, suitable as an API wire format.
- PostalAddress
- Represents a postal address, e.g. for postal delivery or payments addresses.
- Quaternion
- A quaternion is defined as the quotient of two directed lines in a
three-dimensional space or equivalently as the quotient of two Euclidean
vectors (https://en.wikipedia.org/wiki/Quaternion).
- TimeOfDay
- Represents a time of day. The date and time zone are either not significant
or are specified elsewhere. An API may choose to allow leap seconds. Related
types are [google.type.Date][google.type.Date] and
`google.protobuf.Timestamp`.
- TimeZone
- Represents a time zone from the
[IANA Time Zone Database](https://www.iana.org/time-zones).
- DeleteRequest
- Generated from protobuf message <code>letters.letters.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>letters.letters.GetRequest</code>
- Letter
- Generated from protobuf message <code>letters.letters.Letter</code>
- LettersServiceClient
- ListReply
- Generated from protobuf message <code>letters.letters.ListReply</code>
- ListRequest
- Generated from protobuf message <code>letters.letters.ListRequest</code>
- SearchReply
- Generated from protobuf message <code>letters.letters.SearchReply</code>
- SearchRequest
- Generated from protobuf message <code>letters.letters.SearchRequest</code>
- User
- Generated from protobuf message <code>letters.letters.User</code>
- Date
- Generated from protobuf message <code>libs.datetime.Date</code>
- DateRange
- Generated from protobuf message <code>libs.datetime.DateRange</code>
- DateRanges
- Generated from protobuf message <code>libs.datetime.DateRanges</code>
- CleanReply
- Generated from protobuf message <code>lvcontent.content.CleanReply</code>
- Mode
- Protobuf type <code>lvcontent.content.CleanRequest.Mode</code>
- CleanRequest
- Generated from protobuf message <code>lvcontent.content.CleanRequest</code>
- ContentServiceClient
- Gestión general de contenido.
- SocialNetwork
- Protobuf type <code>lvcontent.social_networks.ExtractReply.SocialNetwork</code>
- ExtractReply
- Generated from protobuf message <code>lvcontent.social_networks.ExtractReply</code>
- ExtractRequest
- Generated from protobuf message <code>lvcontent.social_networks.ExtractRequest</code>
- SocialNetworksServiceClient
- BatchGetReply
- Generated from protobuf message <code>lvcontent.uploaded_images.BatchGetReply</code>
- BatchGetRequest
- Generated from protobuf message <code>lvcontent.uploaded_images.BatchGetRequest</code>
- GetRequest
- Generated from protobuf message <code>lvcontent.uploaded_images.GetRequest</code>
- Image
- Generated from protobuf message <code>lvcontent.uploaded_images.Image</code>
- UploadedImagesServiceClient
- BffServiceClient
- Distributor
- Generated from protobuf message <code>php_bff.bff.Board.Distributor</code>
- Board
- Generated from protobuf message <code>php_bff.bff.Board</code>
- Category
- Generated from protobuf message <code>php_bff.bff.Category</code>
- Direction
- Protobuf type <code>php_bff.bff.Commodity.Direction</code>
- Commodity
- Generated from protobuf message <code>php_bff.bff.Commodity</code>
- CreateLetterRequest
- Generated from protobuf message <code>php_bff.bff.CreateLetterRequest</code>
- CreateRecipeRequest
- Generated from protobuf message <code>php_bff.bff.CreateRecipeRequest</code>
- GetBoardRequest
- Generated from protobuf message <code>php_bff.bff.GetBoardRequest</code>
- GetBoardsReply
- Generated from protobuf message <code>php_bff.bff.GetBoardsReply</code>
- GetLetterRequest
- Generated from protobuf message <code>php_bff.bff.GetLetterRequest</code>
- GetRecipeReply
- Generated from protobuf message <code>php_bff.bff.GetRecipeReply</code>
- GetRecipeRequest
- Generated from protobuf message <code>php_bff.bff.GetRecipeRequest</code>
- GetRecipesHomeReply
- Generated from protobuf message <code>php_bff.bff.GetRecipesHomeReply</code>
- Image
- Generated from protobuf message <code>php_bff.bff.Image</code>
- Item
- Generated from protobuf message <code>php_bff.bff.Item</code>
- Letter
- Generated from protobuf message <code>php_bff.bff.Letter</code>
- Distributor
- Generated from protobuf message <code>php_bff.bff.ListDistributorsReply.Distributor</code>
- ListDistributorsReply
- Generated from protobuf message <code>php_bff.bff.ListDistributorsReply</code>
- ListLettersReply
- Generated from protobuf message <code>php_bff.bff.ListLettersReply</code>
- ListLettersRequest
- Generated from protobuf message <code>php_bff.bff.ListLettersRequest</code>
- ListRecipesReply
- Generated from protobuf message <code>php_bff.bff.ListRecipesReply</code>
- ListRecipesRequest
- Generated from protobuf message <code>php_bff.bff.ListRecipesRequest</code>
- Recipe
- Generated from protobuf message <code>php_bff.bff.Recipe</code>
- RenderHomeReply
- Generated from protobuf message <code>php_bff.bff.RenderHomeReply</code>
- RenderRecipesReply
- Generated from protobuf message <code>php_bff.bff.RenderRecipesReply</code>
- RenderSectionReply
- Generated from protobuf message <code>php_bff.bff.RenderSectionReply</code>
- RenderSectionRequest
- Generated from protobuf message <code>php_bff.bff.RenderSectionRequest</code>
- Distributor
- Generated from protobuf message <code>php_bff.bff.SearchBoardsReply.Distributor</code>
- SearchBoardsReply
- Generated from protobuf message <code>php_bff.bff.SearchBoardsReply</code>
- SearchBoardsRequest
- Generated from protobuf message <code>php_bff.bff.SearchBoardsRequest</code>
- Type
- Generated from protobuf message <code>php_bff.bff.Type</code>
- User
- Generated from protobuf message <code>php_bff.bff.User</code>
- HighlightedRecipes
- Generated from protobuf message <code>recipes.highlighted_recipes.HighlightedRecipes</code>
- HighlightedRecipesServiceClient
- Category
- Generated from protobuf message <code>recipes.recipe_categories.Category</code>
- DeleteRequest
- Generated from protobuf message <code>recipes.recipe_categories.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>recipes.recipe_categories.GetRequest</code>
- ListReply
- Generated from protobuf message <code>recipes.recipe_categories.ListReply</code>
- RecipeCategoriesServiceClient
- DeleteRequest
- Generated from protobuf message <code>recipes.recipes.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>recipes.recipes.GetRequest</code>
- Difficulty
- Protobuf type <code>recipes.recipes.Recipe.Difficulty</code>
- Recipe
- Generated from protobuf message <code>recipes.recipes.Recipe</code>
- RecipesServiceClient
- SearchReply
- Generated from protobuf message <code>recipes.recipes.SearchReply</code>
- SearchRequest
- Generated from protobuf message <code>recipes.recipes.SearchRequest</code>
- User
- Generated from protobuf message <code>recipes.recipes.User</code>
- DeleteRequest
- Generated from protobuf message <code>recipes.recipe_types.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>recipes.recipe_types.GetRequest</code>
- ListReply
- Generated from protobuf message <code>recipes.recipe_types.ListReply</code>
- RecipeType
- Generated from protobuf message <code>recipes.recipe_types.RecipeType</code>
- RecipeTypesServiceClient
- ImportRequest
- Generated from protobuf message <code>subscribers.subscribers.ImportRequest</code>
- Status
- Protobuf type <code>subscribers.subscribers.Subscriber.Status</code>
- Subscriber
- Generated from protobuf message <code>subscribers.subscribers.Subscriber</code>
- SubscribersServiceClient
- ServeReply
- Generated from protobuf message <code>tagger_serve.tagger.ServeReply</code>
- Env
- Protobuf type <code>tagger_serve.tagger.ServeRequest.Env</code>
- ServeRequest
- Generated from protobuf message <code>tagger_serve.tagger.ServeRequest</code>
- Tag
- Generated from protobuf message <code>tagger_serve.tagger.Tag</code>
- TaggerServiceClient
- BatchGetReply
- Generated from protobuf message <code>uploaded_images.uploaded_images.BatchGetReply</code>
- BatchGetRequest
- Generated from protobuf message <code>uploaded_images.uploaded_images.BatchGetRequest</code>
- GetRequest
- Generated from protobuf message <code>uploaded_images.uploaded_images.GetRequest</code>
- Image
- Generated from protobuf message <code>uploaded_images.uploaded_images.Image</code>
- UploadedImagesServiceClient
- DeleteRequest
- Generated from protobuf message <code>users.hobbies.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>users.hobbies.GetRequest</code>
- HobbiesServiceClient
- Hobby
- Generated from protobuf message <code>users.hobbies.Hobby</code>
- ListReply
- Generated from protobuf message <code>users.hobbies.ListReply</code>
- Address
- Dirección de un usuario.
- ChangePasswordRequest
- Generated from protobuf message <code>users.management.ChangePasswordRequest</code>
- Club
- Generated from protobuf message <code>users.management.Club</code>
- CreateReply
- Generated from protobuf message <code>users.management.CreateReply</code>
- CreateRequest
- Generated from protobuf message <code>users.management.CreateRequest</code>
- DeleteAddressRequest
- Generated from protobuf message <code>users.management.DeleteAddressRequest</code>
- DeleteEmailRequest
- Generated from protobuf message <code>users.management.DeleteEmailRequest</code>
- DeletePhoneRequest
- Generated from protobuf message <code>users.management.DeletePhoneRequest</code>
- Email
- Email de un usuario.
- Hobbies
- Generated from protobuf message <code>users.management.Hobbies</code>
- ListAddressesReply
- Generated from protobuf message <code>users.management.ListAddressesReply</code>
- ListEmailsReply
- Generated from protobuf message <code>users.management.ListEmailsReply</code>
- ListPhonesReply
- Generated from protobuf message <code>users.management.ListPhonesReply</code>
- ManagementServiceClient
- API para administrar los datos del usuario. Está pensada para ser llamada externamente
al sistema siempre como punto de integración con terceros proveedores que necesiten
una API más simplificada de nuestro servicio de usuarios.
- Marketing
- Configura el marketing de un usuario.
- Newsletter
- Protobuf type <code>users.management.Newsletter</code>
- Phone
- Phone de un usuario.
- Profile
- Perfil de datos personales del usuario. Todos los datos son opcionales y se
rellenan de diferentes formas a lo largo del tiempo que tenemos a un usuario
con nosotros así que puede haber usuarios que tengan algunas cosas de su
perfil y otros no las tengan; ninguno de los campos es requerido.
- Subscriber
- Generated from protobuf message <code>users.management.Subscriber</code>
- Gender
- Protobuf type <code>users.users.Gender</code>
- Locale
- Protobuf type <code>users.users.Locale</code>
- Origin
- Protobuf type <code>users.users.Origin</code>
- Home
- Generated from protobuf message <code>website.admin.app.home.Home</code>
- HomeServiceClient
- Spotlight
- Generated from protobuf message <code>website.admin.app.home.Spotlight</code>
- Author
- Generated from protobuf message <code>website.admin.authors.Author</code>
- AuthorsServiceClient
- Item
- Generated from protobuf message <code>website.admin.menus.Item</code>
- Menu
- Generated from protobuf message <code>website.admin.menus.Menu</code>
- MenusServiceClient
- Section
- Generated from protobuf message <code>website.admin.menus.Section</code>
- CancelRequest
- Generated from protobuf message <code>website.admin.realtime_news.CancelRequest</code>
- DeleteRequest
- Generated from protobuf message <code>website.admin.realtime_news.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>website.admin.realtime_news.GetRequest</code>
- ListReply
- Generated from protobuf message <code>website.admin.realtime_news.ListReply</code>
- ListRequest
- Generated from protobuf message <code>website.admin.realtime_news.ListRequest</code>
- PublishRequest
- Generated from protobuf message <code>website.admin.realtime_news.PublishRequest</code>
- NewsType
- Protobuf type <code>website.admin.realtime_news.RealtimeNews.NewsType</code>
- RealtimeNews
- Generated from protobuf message <code>website.admin.realtime_news.RealtimeNews</code>
- RealtimeNewsServiceClient
- ScheduleRequest
- Generated from protobuf message <code>website.admin.realtime_news.ScheduleRequest</code>
- SearchReply
- Generated from protobuf message <code>website.admin.realtime_news.SearchReply</code>
- SearchRequest
- Generated from protobuf message <code>website.admin.realtime_news.SearchRequest</code>
- DeleteRequest
- Generated from protobuf message <code>website.admin.realtime_players.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>website.admin.realtime_players.GetRequest</code>
- RealtimePlayer
- Generated from protobuf message <code>website.admin.realtime_players.RealtimePlayer</code>
- RealtimePlayersServiceClient
- SearchReply
- Generated from protobuf message <code>website.admin.realtime_players.SearchReply</code>
- SearchRequest
- Generated from protobuf message <code>website.admin.realtime_players.SearchRequest</code>
- UndeleteRequest
- Generated from protobuf message <code>website.admin.realtime_players.UndeleteRequest</code>
- BatchGetReply
- Generated from protobuf message <code>website.admin.realtime_positions.BatchGetReply</code>
- BatchGetRequest
- Generated from protobuf message <code>website.admin.realtime_positions.BatchGetRequest</code>
- DeleteRequest
- Generated from protobuf message <code>website.admin.realtime_positions.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>website.admin.realtime_positions.GetRequest</code>
- ListReply
- Generated from protobuf message <code>website.admin.realtime_positions.ListReply</code>
- Position
- Generated from protobuf message <code>website.admin.realtime_positions.Position</code>
- RealtimePositionsServiceClient
- CardType
- Protobuf type <code>website.admin.realtime_segments.Card.CardType</code>
- Card
- Generated from protobuf message <code>website.admin.realtime_segments.Card</code>
- Content
- empty.
- DeleteRequest
- Generated from protobuf message <code>website.admin.realtime_segments.DeleteRequest</code>
- DisallowedGoal
- Generated from protobuf message <code>website.admin.realtime_segments.DisallowedGoal</code>
- Discount
- empty.
- FacebookPost
- Generated from protobuf message <code>website.admin.realtime_segments.FacebookPost</code>
- FirstHalf
- empty.
- FirstHalfExtra
- empty.
- GetRequest
- Generated from protobuf message <code>website.admin.realtime_segments.GetRequest</code>
- Goal
- Generated from protobuf message <code>website.admin.realtime_segments.Goal</code>
- Images
- Generated from protobuf message <code>website.admin.realtime_segments.Images</code>
- IncomingPlayers
- Generated from protobuf message <code>website.admin.realtime_segments.IncomingPlayers</code>
- InstagramPost
- Generated from protobuf message <code>website.admin.realtime_segments.InstagramPost</code>
- ListReply
- Generated from protobuf message <code>website.admin.realtime_segments.ListReply</code>
- ListRequest
- Generated from protobuf message <code>website.admin.realtime_segments.ListRequest</code>
- Location
- Generated from protobuf message <code>website.admin.realtime_segments.Location</code>
- NewsFeatures
- Generated from protobuf message <code>website.admin.realtime_segments.NewsFeatures</code>
- Penalties
- empty.
- Player
- Generated from protobuf message <code>website.admin.realtime_segments.Player</code>
- RealtimeSegment
- Generated from protobuf message <code>website.admin.realtime_segments.RealtimeSegment</code>
- RealtimeSegmentsServiceClient
- SearchReply
- Generated from protobuf message <code>website.admin.realtime_segments.SearchReply</code>
- SearchRequest
- Generated from protobuf message <code>website.admin.realtime_segments.SearchRequest</code>
- SecondHalf
- empty.
- SecondHalfExtra
- empty.
- SegmentData
- Generated from protobuf message <code>website.admin.realtime_segments.SegmentData</code>
- SegmentDataType
- Protobuf type <code>website.admin.realtime_segments.SegmentDataType</code>
- SubstitutedPlayers
- Generated from protobuf message <code>website.admin.realtime_segments.SubstitutedPlayers</code>
- Substitutions
- Generated from protobuf message <code>website.admin.realtime_segments.Substitutions</code>
- Team
- Generated from protobuf message <code>website.admin.realtime_segments.Team</code>
- Teams
- Generated from protobuf message <code>website.admin.realtime_segments.Teams</code>
- Tweet
- Generated from protobuf message <code>website.admin.realtime_segments.Tweet</code>
- VimeoVideo
- Generated from protobuf message <code>website.admin.realtime_segments.VimeoVideo</code>
- YoutubeVideo
- Generated from protobuf message <code>website.admin.realtime_segments.YoutubeVideo</code>
- DeleteRequest
- Generated from protobuf message <code>website.admin.realtime_teams.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>website.admin.realtime_teams.GetRequest</code>
- ListReply
- Generated from protobuf message <code>website.admin.realtime_teams.ListReply</code>
- ListRequest
- Generated from protobuf message <code>website.admin.realtime_teams.ListRequest</code>
- RealtimeTeam
- Generated from protobuf message <code>website.admin.realtime_teams.RealtimeTeam</code>
- RealtimeTeamsServiceClient
- UndeleteRequest
- Generated from protobuf message <code>website.admin.realtime_teams.UndeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>website.admin.subuploads.GetRequest</code>
- StoreRequest
- Generated from protobuf message <code>website.admin.subuploads.StoreRequest</code>
- SubUpload
- Generated from protobuf message <code>website.admin.subuploads.SubUpload</code>
- SubUploadsServiceClient
- User
- Generated from protobuf message <code>website.admin.subuploads.User</code>
- BatchGetReply
- Generated from protobuf message <code>website.admin.uploaded_images.BatchGetReply</code>
- BatchGetRequest
- Generated from protobuf message <code>website.admin.uploaded_images.BatchGetRequest</code>
- GetRequest
- Generated from protobuf message <code>website.admin.uploaded_images.GetRequest</code>
- Image
- Generated from protobuf message <code>website.admin.uploaded_images.Image</code>
- UploadedImagesServiceClient
- Cover
- Generated from protobuf message <code>website.app.models.Cover</code>
- ExpandedNews
- Generated from protobuf message <code>website.app.models.ExpandedNews</code>
- News
- Generated from protobuf message <code>website.app.models.News</code>
- Section
- Generated from protobuf message <code>website.app.models.Section</code>
- BatchGetReply
- Generated from protobuf message <code>website.app.news.BatchGetReply</code>
- BatchGetRequest
- Generated from protobuf message <code>website.app.news.BatchGetRequest</code>
- GetReply
- Generated from protobuf message <code>website.app.news.GetReply</code>
- GetRequest
- Generated from protobuf message <code>website.app.news.GetRequest</code>
- News
- Generated from protobuf message <code>website.app.news.News</code>
- NewsServiceClient
- GetReply
- Generated from protobuf message <code>website.app.sections.GetReply</code>
- GetRequest
- Generated from protobuf message <code>website.app.sections.GetRequest</code>
- Group
- Generated from protobuf message <code>website.app.sections.Group</code>
- HomeReply
- Generated from protobuf message <code>website.app.sections.HomeReply</code>
- ListReply
- Generated from protobuf message <code>website.app.sections.ListReply</code>
- MenuHeader
- Generated from protobuf message <code>website.app.sections.MenuHeader</code>
- MenuItem
- Generated from protobuf message <code>website.app.sections.MenuItem</code>
- MenuLink
- Generated from protobuf message <code>website.app.sections.MenuLink</code>
- MenuSubitem
- Generated from protobuf message <code>website.app.sections.MenuSubitem</code>
- SectionsServiceClient
- Spotlight
- Generated from protobuf message <code>website.app.sections.Spotlight</code>
- ListReply
- Generated from protobuf message <code>website.builder.news.ListReply</code>
- News
- Generated from protobuf message <code>website.builder.news.News</code>
- NewsServiceClient
- NotificationsServiceClient
- Code
- Protobuf type <code>website.builder.notifications.NotifyAllRequest.Code</code>
- NotifyAllRequest
- Generated from protobuf message <code>website.builder.notifications.NotifyAllRequest</code>
- NotifyRequest
- Generated from protobuf message <code>website.builder.notifications.NotifyRequest</code>
- AnalyticsServiceClient
- Provee de información cacheada desde llamadas a la API de Google Analytics.
- MostViewedReply
- Generated from protobuf message <code>website.web.analytics.MostViewedReply</code>
- MostViewedRequest
- Generated from protobuf message <code>website.web.analytics.MostViewedRequest</code>
- Page
- Generated from protobuf message <code>website.web.analytics.Page</code>
- GenericReply
- Generated from protobuf message <code>website.web.menus.GenericReply</code>
- GenericRequest
- Generated from protobuf message <code>website.web.menus.GenericRequest</code>
- HomeReply
- Generated from protobuf message <code>website.web.menus.HomeReply</code>
- MenusServiceClient
- SectionReply
- Generated from protobuf message <code>website.web.menus.SectionReply</code>
- SectionRequest
- Generated from protobuf message <code>website.web.menus.SectionRequest</code>
- DisableReply
- Generated from protobuf message <code>website.web.newsletters.DisableReply</code>
- DisableRequest
- Generated from protobuf message <code>website.web.newsletters.DisableRequest</code>
- EnableReply
- Generated from protobuf message <code>website.web.newsletters.EnableReply</code>
- EnableRequest
- Generated from protobuf message <code>website.web.newsletters.EnableRequest</code>
- NewslettersServiceClient
- SearchReply
- Generated from protobuf message <code>website.web.newsletters.SearchReply</code>
- SearchRequest
- Generated from protobuf message <code>website.web.newsletters.SearchRequest</code>
- NewsType
- Protobuf type <code>website.web.realtime.GetNewsReply.NewsType</code>
- GetNewsReply
- Generated from protobuf message <code>website.web.realtime.GetNewsReply</code>
- GetNewsRequest
- Generated from protobuf message <code>website.web.realtime.GetNewsRequest</code>
- Image
- Generated from protobuf message <code>website.web.realtime.Image</code>
- MatchScoreReply
- Generated from protobuf message <code>website.web.realtime.MatchScoreReply</code>
- MatchStatus
- Protobuf type <code>website.web.realtime.MatchStatus</code>
- RealtimeServiceClient
- RealtimeUpdateReply
- Generated from protobuf message <code>website.web.realtime.RealtimeUpdateReply</code>
- RealtimeUpdateRequest
- Generated from protobuf message <code>website.web.realtime.RealtimeUpdateRequest</code>
- Section
- Generated from protobuf message <code>website.web.realtime.Section</code>
- Team
- Generated from protobuf message <code>website.web.realtime.Team</code>
- FinishUploadReply
- Generated from protobuf message <code>website.web.subuploads.FinishUploadReply</code>
- FinishUploadRequest
- Generated from protobuf message <code>website.web.subuploads.FinishUploadRequest</code>
- StartUploadReply
- Generated from protobuf message <code>website.web.subuploads.StartUploadReply</code>
- StartUploadRequest
- Generated from protobuf message <code>website.web.subuploads.StartUploadRequest</code>
- SubUploadsServiceClient
- Board
- Generated from protobuf message <code>agrboards.boards.Board</code>
- BoardsServiceClient
- Commodity
- Generated from protobuf message <code>agrboards.boards.Commodity</code>
- CreateRequest
- Generated from protobuf message <code>agrboards.boards.CreateRequest</code>
- DeleteRequest
- Generated from protobuf message <code>agrboards.boards.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>agrboards.boards.GetRequest</code>
- ListReply
- Generated from protobuf message <code>agrboards.boards.ListReply</code>
- ListRequest
- Generated from protobuf message <code>agrboards.boards.ListRequest</code>
- BatchGetReply
- Generated from protobuf message <code>agrboards.commodities.BatchGetReply</code>
- BatchGetRequest
- Generated from protobuf message <code>agrboards.commodities.BatchGetRequest</code>
- CommoditiesServiceClient
- Commodity
- Generated from protobuf message <code>agrboards.commodities.Commodity</code>
- DeleteRequest
- Generated from protobuf message <code>agrboards.commodities.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>agrboards.commodities.GetRequest</code>
- ListReply
- Generated from protobuf message <code>agrboards.commodities.ListReply</code>
- DeleteRequest
- Generated from protobuf message <code>agrboards.distributors.DeleteRequest</code>
- Distributor
- Generated from protobuf message <code>agrboards.distributors.Distributor</code>
- DistributorsServiceClient
- GetRequest
- Generated from protobuf message <code>agrboards.distributors.GetRequest</code>
- ListReply
- Generated from protobuf message <code>agrboards.distributors.ListReply</code>
- AnalyticsServiceClient
- Provee de información cacheada desde llamadas a la API de Google Analytics.
- MostViewedReply
- Generated from protobuf message <code>analytics.analytics.MostViewedReply</code>
- MostViewedRequest
- Generated from protobuf message <code>analytics.analytics.MostViewedRequest</code>
- Page
- Generated from protobuf message <code>analytics.analytics.Page</code>
- ChangePasswordRequest
- Generated from protobuf message <code>glider.profile.ChangePasswordRequest</code>
- ProfileServiceClient
- Issuer
- Protobuf type <code>glider.profile.UserinfoReply.Issuer</code>
- UserinfoReply
- Generated from protobuf message <code>glider.profile.UserinfoReply</code>
- UserinfoReply_Issuer
- This class is deprecated. Use Glider\Profile\UserinfoReply\Issuer instead.
- UserinfoRequest
- Generated from protobuf message <code>glider.profile.UserinfoRequest</code>
- CustomHttpPattern
- A custom pattern is used for defining custom HTTP verb.
- Http
- Defines the HTTP configuration for an API service. It contains a list of
[HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
to one or more HTTP REST API methods.
- HttpRule
- # gRPC Transcoding
gRPC Transcoding is a feature for mapping between a gRPC method and one or
more HTTP REST endpoints. It allows developers to build a single API service
that supports both gRPC APIs and REST APIs. Many systems, including [Google
APIs](https://github.com/googleapis/googleapis),
[Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC
Gateway](https://github.com/grpc-ecosystem/grpc-gateway),
and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature
and use it for large scale production services.
- BoolValue
- Wrapper message for `bool`.
- BytesValue
- Wrapper message for `bytes`.
- DoubleValue
- Wrapper message for `double`.
- FloatValue
- Wrapper message for `float`.
- GPBEmpty
- A generic empty message that you can re-use to avoid defining duplicated
empty messages in your APIs. A typical example is to use it as the request
or the response type of an API method. For instance:
service Foo {
rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
}
The JSON representation for `Empty` is empty JSON object `{}`.
- Int32Value
- Wrapper message for `int32`.
- Int64Value
- Wrapper message for `int64`.
- StringValue
- Wrapper message for `string`.
- Timestamp
- A Timestamp represents a point in time independent of any time zone or local
calendar, encoded as a count of seconds and fractions of seconds at
nanosecond resolution. The count is relative to an epoch at UTC midnight on
January 1, 1970, in the proleptic Gregorian calendar which extends the
Gregorian calendar backwards to year one.
- UInt32Value
- Wrapper message for `uint32`.
- UInt64Value
- Wrapper message for `uint64`.
- Boolean
- Protobuf type <code>lavoz_search.search.Boolean</code>
- Newsletter
- Protobuf type <code>lavoz_search.search.Filters.Newsletter</code>
- Filters
- Generated from protobuf message <code>lavoz_search.search.Filters</code>
- Filters_Newsletter
- This class is deprecated. Use Lavoz_search\Search\Filters\Newsletter instead.
- SearchLettersReply
- Generated from protobuf message <code>lavoz_search.search.SearchLettersReply</code>
- SearchLettersRequest
- Generated from protobuf message <code>lavoz_search.search.SearchLettersRequest</code>
- SearchServiceClient
- SearchUsersReply
- Generated from protobuf message <code>lavoz_search.search.SearchUsersReply</code>
- SearchUsersRequest
- Generated from protobuf message <code>lavoz_search.search.SearchUsersRequest</code>
- DeleteRequest
- Generated from protobuf message <code>letters.letters.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>letters.letters.GetRequest</code>
- Letter
- Generated from protobuf message <code>letters.letters.Letter</code>
- LettersServiceClient
- ListReply
- Generated from protobuf message <code>letters.letters.ListReply</code>
- ListRequest
- Generated from protobuf message <code>letters.letters.ListRequest</code>
- SearchReply
- Generated from protobuf message <code>letters.letters.SearchReply</code>
- SearchRequest
- Generated from protobuf message <code>letters.letters.SearchRequest</code>
- User
- Generated from protobuf message <code>letters.letters.User</code>
- Date
- Generated from protobuf message <code>libs.datetime.Date</code>
- DateRange
- Generated from protobuf message <code>libs.datetime.DateRange</code>
- DateRanges
- Generated from protobuf message <code>libs.datetime.DateRanges</code>
- CleanReply
- Generated from protobuf message <code>lvcontent.content.CleanReply</code>
- Mode
- Protobuf type <code>lvcontent.content.CleanRequest.Mode</code>
- CleanRequest
- Generated from protobuf message <code>lvcontent.content.CleanRequest</code>
- CleanRequest_Mode
- This class is deprecated. Use Lvcontent\Content\CleanRequest\Mode instead.
- ContentServiceClient
- Gestión general de contenido.
- SocialNetwork
- Protobuf type <code>lvcontent.social_networks.ExtractReply.SocialNetwork</code>
- ExtractReply
- Generated from protobuf message <code>lvcontent.social_networks.ExtractReply</code>
- ExtractReply_SocialNetwork
- This class is deprecated. Use Lvcontent\Social_networks\ExtractReply\SocialNetwork instead.
- ExtractRequest
- Generated from protobuf message <code>lvcontent.social_networks.ExtractRequest</code>
- SocialNetworksServiceClient
- BatchGetReply
- Generated from protobuf message <code>lvcontent.uploaded_images.BatchGetReply</code>
- BatchGetRequest
- Generated from protobuf message <code>lvcontent.uploaded_images.BatchGetRequest</code>
- GetRequest
- Generated from protobuf message <code>lvcontent.uploaded_images.GetRequest</code>
- Image
- Generated from protobuf message <code>lvcontent.uploaded_images.Image</code>
- UploadedImagesServiceClient
- BffServiceClient
- Distributor
- Generated from protobuf message <code>php_bff.bff.Board.Distributor</code>
- Board
- Generated from protobuf message <code>php_bff.bff.Board</code>
- Board_Distributor
- This class is deprecated. Use Php_bff\Bff\Board\Distributor instead.
- Category
- Generated from protobuf message <code>php_bff.bff.Category</code>
- Direction
- Protobuf type <code>php_bff.bff.Commodity.Direction</code>
- Commodity
- Generated from protobuf message <code>php_bff.bff.Commodity</code>
- Commodity_Direction
- This class is deprecated. Use Php_bff\Bff\Commodity\Direction instead.
- CreateLetterRequest
- Generated from protobuf message <code>php_bff.bff.CreateLetterRequest</code>
- CreateRecipeRequest
- Generated from protobuf message <code>php_bff.bff.CreateRecipeRequest</code>
- GetBoardRequest
- Generated from protobuf message <code>php_bff.bff.GetBoardRequest</code>
- GetBoardsReply
- Generated from protobuf message <code>php_bff.bff.GetBoardsReply</code>
- GetLetterRequest
- Generated from protobuf message <code>php_bff.bff.GetLetterRequest</code>
- GetRecipeReply
- Generated from protobuf message <code>php_bff.bff.GetRecipeReply</code>
- GetRecipeRequest
- Generated from protobuf message <code>php_bff.bff.GetRecipeRequest</code>
- GetRecipesHomeReply
- Generated from protobuf message <code>php_bff.bff.GetRecipesHomeReply</code>
- Image
- Generated from protobuf message <code>php_bff.bff.Image</code>
- Item
- Generated from protobuf message <code>php_bff.bff.Item</code>
- Letter
- Generated from protobuf message <code>php_bff.bff.Letter</code>
- Distributor
- Generated from protobuf message <code>php_bff.bff.ListDistributorsReply.Distributor</code>
- ListDistributorsReply
- Generated from protobuf message <code>php_bff.bff.ListDistributorsReply</code>
- ListDistributorsReply_Distributor
- This class is deprecated. Use Php_bff\Bff\ListDistributorsReply\Distributor instead.
- ListLettersReply
- Generated from protobuf message <code>php_bff.bff.ListLettersReply</code>
- ListLettersRequest
- Generated from protobuf message <code>php_bff.bff.ListLettersRequest</code>
- ListRecipesReply
- Generated from protobuf message <code>php_bff.bff.ListRecipesReply</code>
- ListRecipesRequest
- Generated from protobuf message <code>php_bff.bff.ListRecipesRequest</code>
- Recipe
- Generated from protobuf message <code>php_bff.bff.Recipe</code>
- RenderHomeReply
- Generated from protobuf message <code>php_bff.bff.RenderHomeReply</code>
- RenderRecipesReply
- Generated from protobuf message <code>php_bff.bff.RenderRecipesReply</code>
- RenderSectionReply
- Generated from protobuf message <code>php_bff.bff.RenderSectionReply</code>
- RenderSectionRequest
- Generated from protobuf message <code>php_bff.bff.RenderSectionRequest</code>
- Distributor
- Generated from protobuf message <code>php_bff.bff.SearchBoardsReply.Distributor</code>
- SearchBoardsReply
- Generated from protobuf message <code>php_bff.bff.SearchBoardsReply</code>
- SearchBoardsReply_Distributor
- This class is deprecated. Use Php_bff\Bff\SearchBoardsReply\Distributor instead.
- SearchBoardsRequest
- Generated from protobuf message <code>php_bff.bff.SearchBoardsRequest</code>
- Type
- Generated from protobuf message <code>php_bff.bff.Type</code>
- User
- Generated from protobuf message <code>php_bff.bff.User</code>
- HighlightedRecipes
- Generated from protobuf message <code>recipes.highlighted_recipes.HighlightedRecipes</code>
- HighlightedRecipesServiceClient
- Category
- Generated from protobuf message <code>recipes.recipe_categories.Category</code>
- DeleteRequest
- Generated from protobuf message <code>recipes.recipe_categories.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>recipes.recipe_categories.GetRequest</code>
- ListReply
- Generated from protobuf message <code>recipes.recipe_categories.ListReply</code>
- RecipeCategoriesServiceClient
- DeleteRequest
- Generated from protobuf message <code>recipes.recipe_types.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>recipes.recipe_types.GetRequest</code>
- ListReply
- Generated from protobuf message <code>recipes.recipe_types.ListReply</code>
- RecipeType
- Generated from protobuf message <code>recipes.recipe_types.RecipeType</code>
- RecipeTypesServiceClient
- DeleteRequest
- Generated from protobuf message <code>recipes.recipes.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>recipes.recipes.GetRequest</code>
- Difficulty
- Protobuf type <code>recipes.recipes.Recipe.Difficulty</code>
- Recipe
- Generated from protobuf message <code>recipes.recipes.Recipe</code>
- Recipe_Difficulty
- This class is deprecated. Use Recipes\Recipes\Recipe\Difficulty instead.
- RecipesServiceClient
- SearchReply
- Generated from protobuf message <code>recipes.recipes.SearchReply</code>
- SearchRequest
- Generated from protobuf message <code>recipes.recipes.SearchRequest</code>
- User
- Generated from protobuf message <code>recipes.recipes.User</code>
- ImportRequest
- Generated from protobuf message <code>subscribers.subscribers.ImportRequest</code>
- Status
- Protobuf type <code>subscribers.subscribers.Subscriber.Status</code>
- Subscriber
- Generated from protobuf message <code>subscribers.subscribers.Subscriber</code>
- Subscriber_Status
- This class is deprecated. Use Subscribers\Subscribers\Subscriber\Status instead.
- SubscribersServiceClient
- ServeReply
- Generated from protobuf message <code>tagger_serve.tagger.ServeReply</code>
- Env
- Protobuf type <code>tagger_serve.tagger.ServeRequest.Env</code>
- ServeRequest
- Generated from protobuf message <code>tagger_serve.tagger.ServeRequest</code>
- ServeRequest_Env
- This class is deprecated. Use Tagger_serve\Tagger\ServeRequest\Env instead.
- Tag
- Generated from protobuf message <code>tagger_serve.tagger.Tag</code>
- TaggerServiceClient
- BatchGetReply
- Generated from protobuf message <code>uploaded_images.uploaded_images.BatchGetReply</code>
- BatchGetRequest
- Generated from protobuf message <code>uploaded_images.uploaded_images.BatchGetRequest</code>
- GetRequest
- Generated from protobuf message <code>uploaded_images.uploaded_images.GetRequest</code>
- Image
- Generated from protobuf message <code>uploaded_images.uploaded_images.Image</code>
- UploadedImagesServiceClient
- DeleteRequest
- Generated from protobuf message <code>users.hobbies.DeleteRequest</code>
- GetRequest
- Generated from protobuf message <code>users.hobbies.GetRequest</code>
- HobbiesServiceClient
- Hobby
- Generated from protobuf message <code>users.hobbies.Hobby</code>
- ListReply
- Generated from protobuf message <code>users.hobbies.ListReply</code>
- Address
- Dirección de un usuario.
- ChangePasswordRequest
- Generated from protobuf message <code>users.management.ChangePasswordRequest</code>
- Club
- Generated from protobuf message <code>users.management.Club</code>
- CreateReply
- Generated from protobuf message <code>users.management.CreateReply</code>
- CreateRequest
- Generated from protobuf message <code>users.management.CreateRequest</code>
- DeleteAddressRequest
- Generated from protobuf message <code>users.management.DeleteAddressRequest</code>
- DeleteEmailRequest
- Generated from protobuf message <code>users.management.DeleteEmailRequest</code>
- DeletePhoneRequest
- Generated from protobuf message <code>users.management.DeletePhoneRequest</code>
- Email
- Email de un usuario.
- Hobbies
- Generated from protobuf message <code>users.management.Hobbies</code>
- ListAddressesReply
- Generated from protobuf message <code>users.management.ListAddressesReply</code>
- ListEmailsReply
- Generated from protobuf message <code>users.management.ListEmailsReply</code>
- ListPhonesReply
- Generated from protobuf message <code>users.management.ListPhonesReply</code>
- ManagementServiceClient
- API para administrar los datos del usuario. Está pensada para ser llamada externamente
al sistema siempre como punto de integración con terceros proveedores que necesiten
una API más simplificada de nuestro servicio de usuarios.
- Marketing
- Configura el marketing de un usuario.
- Newsletter
- Protobuf type <code>users.management.Newsletter</code>
- Phone
- Phone de un usuario.
- Profile
- Perfil de datos personales del usuario. Todos los datos son opcionales y se
rellenan de diferentes formas a lo largo del tiempo que tenemos a un usuario
con nosotros así que puede haber usuarios que tengan algunas cosas de su
perfil y otros no las tengan; ninguno de los campos es requerido.
- Subscriber
- Generated from protobuf message <code>users.management.Subscriber</code>
- Gender
- Protobuf type <code>users.users.Gender</code>
- Locale
- Protobuf type <code>users.users.Locale</code>
- Origin
- Protobuf type <code>users.users.Origin</code>
- Analytics
- AnalyticsTest
- Client
- ClientTest
- Env
- FeatureFlags
- Images
- StartUploadRequest
- StartUploadReply
- FinishUploadReply
- Image
- ImagesTest
- JWT
- LocalCache
- Menus
- MenusTest
- Piano
- Recipes
- RecipesTest
- StatusCode
- GRPC status codes.
- Tagger
- TaggerTest
- ViteManifest
- ViteManifestTest
Constants
-
APPENGINE_IMAGE
= 'https://lh3.googleusercontent.com/E-VcrdcLNw750kAQaGBKoRuSX_RzIqKtcRFUkw-SLWka4I3lIdkWHEn0-g2BvgjicrTtAIkFzKB8kRr-HhUHa6k76W_59zCW8zbZzRtHQTnbuAE'
-
BUNNY_CDN
= 'https://images.ficheroslavoz.com'
-
BUNNY_IMAGE
= 'ZDcvZDdkN2UxZDEtY2VkMy00MDMyLTkwMjMtNzNlMzJiNDI3YThlLmpwZyQ4NDAkNDcz'
APPENGINE_IMAGE
public
mixed
APPENGINE_IMAGE
= 'https://lh3.googleusercontent.com/E-VcrdcLNw750kAQaGBKoRuSX_RzIqKtcRFUkw-SLWka4I3lIdkWHEn0-g2BvgjicrTtAIkFzKB8kRr-HhUHa6k76W_59zCW8zbZzRtHQTnbuAE'
BUNNY_CDN
public
mixed
BUNNY_CDN
= 'https://images.ficheroslavoz.com'
BUNNY_IMAGE
public
mixed
BUNNY_IMAGE
= 'ZDcvZDdkN2UxZDEtY2VkMy00MDMyLTkwMjMtNzNlMzJiNDI3YThlLmpwZyQ4NDAkNDcz'