Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.SubjectsResource.VersionsResource.ReferencedbyResource

The "referencedby" collection of methods.

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

Constructors

ReferencedbyResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Get a list of IDs of schemas that reference the schema with the given subject and version.

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

Required. The version to list referenced by. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject}/versions/{version} or projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}/versions/{version}

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