Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.ConfigResource

The "config" collection of methods.

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

Constructors

ConfigResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string)

Delete schema config for a subject.

Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.ConfigResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The resource name of subject to delete the config for. The format is * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}

Returns
Type Description
ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.ConfigResource.DeleteRequest

Get(string)

Get schema config at global level or for a subject.

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

Required. The resource name to get the config for. It can be either of following: * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config: Get config at global level. * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}: Get config for a specific subject.

Returns
Type Description
ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.ConfigResource.GetRequest

Update(UpdateSchemaConfigRequest, string)

Update config at global level or for a subject. Creates a SchemaSubject-level SchemaConfig if it does not exist.

Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.ConfigResource.UpdateRequest Update(UpdateSchemaConfigRequest body, string name)
Parameters
Type Name Description
UpdateSchemaConfigRequest body

The body of the request.

string name

Required. The resource name to update the config for. It can be either of following: * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config: Update config at global level. * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}: Update config for a specific subject.

Returns
Type Description
ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.ConfigResource.UpdateRequest
In this article
Back to top Generated by DocFX