GoogleApi.ServiceNetworking.V1.Model.SelectiveGapicGeneration (google_api_service_networking v0.40.0)

View Source

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

Attributes

  • generateOmittedAsInternal (type: boolean(), default: nil) - Setting this to true indicates to the client generators that methods that would be excluded from the generation should instead be generated in a way that indicates these methods should not be consumed by end users. How this is expressed is up to individual language implementations to decide. Some examples may be: added annotations, obfuscated identifiers, or other language idiomatic patterns.
  • 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.