Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.SchemasResource.VersionsResource

The "versions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.SchemasResource.VersionsResource
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.SchemasResource.VersionsResource

Constructors

VersionsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

List the schema versions for the given schema id. The response will be an array of subject-version pairs as: [{"subject":"subject1", "version":1}, {"subject":"subject2", "version":2}].

Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.SchemasResource.VersionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The schema whose schema versions are to be listed. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/schemas/ids/{schema} or projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/schemas/ids/{schema}

Returns
Type Description
ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.SchemasResource.VersionsResource.ListRequest
In this article
Back to top Generated by DocFX