Class ExperimentalFeatures
Experimental features to be included during client library generation. These fields will be deprecated once the feature graduates and is enabled by default.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage .v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class ExperimentalFeatures : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProtobufPythonicTypesEnabled
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.
Declaration
[JsonProperty("protobufPythonicTypesEnabled")]
public virtual bool? ProtobufPythonicTypesEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RestAsyncIoEnabled
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.
Declaration
[JsonProperty("restAsyncIoEnabled")]
public virtual bool? RestAsyncIoEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UnversionedPackageDisabled
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
.
Declaration
[JsonProperty("unversionedPackageDisabled")]
public virtual bool? UnversionedPackageDisabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |