google_api_service_usage v0.6.0 GoogleApi.ServiceUsage.V1.Model.ContextRule View Source

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

Attributes

  • allowedRequestExtensions (type: list(String.t), default: nil) - A list of full type names or extension IDs of extensions allowed in grpc side channel from client to backend.
  • allowedResponseExtensions (type: list(String.t), default: nil) - A list of full type names or extension IDs of extensions allowed in grpc side channel from backend to client.
  • provided (type: list(String.t), default: nil) - A list of full type names of provided contexts.
  • requested (type: list(String.t), default: nil) - A list of full type names of requested contexts.
  • selector (type: String.t, default: nil) - Selects the methods to which this rule applies.

    Refer to selector for syntax details.

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.ServiceUsage.V1.Model.ContextRule{
  allowedRequestExtensions: [String.t()],
  allowedResponseExtensions: [String.t()],
  provided: [String.t()],
  requested: [String.t()],
  selector: String.t()
}

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.