Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.TypesResource

The "types" collection of methods.

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

Constructors

TypesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

List the supported schema types. The response will be an array of schema types.

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

Required. The parent schema registry whose schema types are to be listed. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}

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