google_api_service_user v0.4.0 GoogleApi.ServiceUser.V1.Model.ContextRule View Source

A context rule provides information about the context for an individual API element.

Attributes

  • allowedRequestExtensions ([String.t]): A list of full type names or extension IDs of extensions allowed in grpc side channel from client to backend. Defaults to: null.
  • allowedResponseExtensions ([String.t]): A list of full type names or extension IDs of extensions allowed in grpc side channel from backend to client. Defaults to: null.
  • provided ([String.t]): A list of full type names of provided contexts. Defaults to: null.
  • requested ([String.t]): A list of full type names of requested contexts. Defaults to: null.
  • selector (String.t): Selects the methods to which this rule applies. Refer to selector for syntax details. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.ServiceUser.V1.Model.ContextRule{
  allowedRequestExtensions: [any()],
  allowedResponseExtensions: [any()],
  provided: [any()],
  requested: [any()],
  selector: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.