Class CheckCompatibilityResponse
Response for CheckCompatibility.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class CheckCompatibilityResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsCompatible
The compatibility check result. If true, the schema is compatible with the resource.
Declaration
[JsonProperty("is_compatible")]
public virtual bool? IsCompatible { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Messages
Failure reasons if verbose = true.
Declaration
[JsonProperty("messages")]
public virtual IList<string> Messages { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |