Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.CompatibilityResource

The "compatibility" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.CompatibilityResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ManagedKafka.v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.CompatibilityResource

Constructors

CompatibilityResource(IClientService)

Constructs a new resource.

Declaration
public CompatibilityResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

CheckCompatibility(CheckCompatibilityRequest, string)

Check compatibility of a schema with all versions or a specific version of a subject.

Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.CompatibilityResource.CheckCompatibilityRequest CheckCompatibility(CheckCompatibilityRequest body, string name)
Parameters
Type Name Description
CheckCompatibilityRequest body

The body of the request.

string name

Required. The name of the resource to check compatibility for. The format is either of following: * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/*/versions: Check compatibility with one or more versions of the specified subject. * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/{subject}/versions/{version}: Check compatibility with a specific version of the subject.

Returns
Type Description
ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.CompatibilityResource.CheckCompatibilityRequest
In this article
Back to top Generated by DocFX