Class ProjectsResource.LocationsResource.SchemaRegistriesResource.CompatibilityResource.CheckCompatibilityRequest
Check compatibility of a schema with all versions or a specific version of a subject.
Inheritance
ProjectsResource.LocationsResource.SchemaRegistriesResource.CompatibilityResource.CheckCompatibilityRequest
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SchemaRegistriesResource.CompatibilityResource.CheckCompatibilityRequest : ManagedKafkaBaseServiceRequest<CheckCompatibilityResponse>, IClientServiceRequest<CheckCompatibilityResponse>, IClientServiceRequest
Constructors
CheckCompatibilityRequest(IClientService, CheckCompatibilityRequest, string)
Constructs a new CheckCompatibility request.
Declaration
public CheckCompatibilityRequest(IClientService service, CheckCompatibilityRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CheckCompatibilityRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes CheckCompatibility parameter list.
Declaration
protected override void InitParameters()