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.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.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? |