Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ModeResource
The "mode" collection of methods.
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SchemaRegistriesResource.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.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.ModeResource.GetRequest |
Update(UpdateSchemaModeRequest, string)
Update mode at global level or for a subject.
Declaration
public virtual ProjectsResource.LocationsResource.SchemaRegistriesResource.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.ModeResource.UpdateRequest |