Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.SchemasResource.SubjectsResource

The "subjects" collection of methods.

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

Constructors

SubjectsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

List subjects which reference a particular schema id. The response will be an array of subject names.

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

Required. The schema resource whose associated subjects 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.SubjectsResource.ListRequest
In this article
Back to top Generated by DocFX