Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.ModeResource

The "mode" collection of methods.

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

Constructors

ModeResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get mode at global level or for a subject.

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

Required. The resource name of the mode. The format is * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject}: mode for a schema registry, or * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}: mode for a specific subject in a specific context

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

Update(UpdateSchemaModeRequest, string)

Update mode at global level or for a subject.

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

The body of the request.

string name

Required. The resource name of the mode. The format is * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject}: mode for a schema registry, or * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}: mode for a specific subject in a specific context

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