View Source GoogleApi.ServiceManagement.V1.Model.SelectiveGapicGeneration (google_api_service_management v0.63.1)

This message is used to configure the generation of a subset of the RPCs in a service for client libraries.

Attributes

  • methods (type: list(String.t), default: nil) - An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.SelectiveGapicGeneration{
  methods: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.