View Source GoogleApi.ServiceNetworking.V1.Model.ExperimentalFeatures (google_api_service_networking v0.39.0)

Experimental features to be included during client library generation. These fields will be deprecated once the feature graduates and is enabled by default.

Attributes

  • protobufPythonicTypesEnabled (type: boolean(), default: nil) - Enables generation of protobuf code using new types that are more Pythonic which are included in protobuf>=5.29.x. This feature will be enabled by default 1 month after launching the feature in preview packages.
  • restAsyncIoEnabled (type: boolean(), default: nil) - Enables generation of asynchronous REST clients if rest transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.ExperimentalFeatures{
  protobufPythonicTypesEnabled: boolean() | nil,
  restAsyncIoEnabled: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.