Class CheckCompatibilityRequest
Request for CheckCompatibility.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class CheckCompatibilityRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
References
Optional. The schema references used by the schema.
Declaration
[JsonProperty("references")]
public virtual IList<SchemaReference> References { get; set; }
Property Value
Type | Description |
---|---|
IList<SchemaReference> |
Schema
Required. The schema payload
Declaration
[JsonProperty("schema")]
public virtual string Schema { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaType
Optional. The schema type of the schema.
Declaration
[JsonProperty("schemaType")]
public virtual string SchemaType { get; set; }
Property Value
Type | Description |
---|---|
string |
Verbose
Optional. If true, the response will contain the compatibility check result with reasons for failed checks. The default is false.
Declaration
[JsonProperty("verbose")]
public virtual bool? Verbose { get; set; }
Property Value
Type | Description |
---|---|
bool? |