Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.SchemaRegistriesResource.ListRequest.ViewEnum

Optional. Specifies the view to return for the schema registry instances. If not specified, the default view is SCHEMA_REGISTRY_VIEW_BASIC.

Namespace: Google.Apis.ManagedKafka.v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.SchemaRegistriesResource.ListRequest.ViewEnum

Fields

Name Description
SCHEMAREGISTRYVIEWBASIC

If SchemaRegistryView is not specified, this is the default value. Returns only the name of the schema registry. The contexts associated with it are not included.

SCHEMAREGISTRYVIEWFULL

Returns the name of the schema registry and all the contexts associated with it.

SCHEMAREGISTRYVIEWUNSPECIFIED

The unset value. The API will default to SCHEMA_REGISTRY_VIEW_BASIC.

In this article
Back to top Generated by DocFX