GoogleApi.ServiceUsage.V1.Model.ExperimentalFeatures (google_api_service_usage v0.27.0)

View Source

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.
  • unversionedPackageDisabled (type: boolean(), default: nil) - Disables generation of an unversioned Python package for this client library. This means that the module names will need to be versioned in import statements. For example import google.cloud.library_v2 instead of import google.cloud.library.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.