Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource

The "schemas" collection of methods.

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

Constructors

SchemasResource(IClientService)

Constructs a new resource.

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

Properties

Subjects

Gets the Subjects resource.

Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.SubjectsResource Subjects { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.SubjectsResource

Types

Gets the Types resource.

Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.TypesResource Types { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.TypesResource

Versions

Gets the Versions resource.

Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.VersionsResource Versions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.VersionsResource

Methods

Get(string)

Get the schema for the given schema id.

Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the schema to return. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/schemas/ids/{schema}

Returns
Type Description
ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.GetRequest

GetSchema(string)

Get the schema string for the given schema id. The response will be the schema string.

Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.SchemasResource.GetSchemaRequest GetSchema(string name)
Parameters
Type Name Description
string name

Required. The name of the schema to return. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/schemas/ids/{schema}

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