Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.InstancesResource.NamespacesResource.ListRequest.ViewEnum

By default, only basic information about a namespace is returned (e.g. name). When NAMESPACE_VIEW_FULL is specified, additional information associated with a namespace gets returned (e.g. IAM policy set on the namespace)

Namespace: Google.Apis.DataFusion.v1beta1
Assembly: Google.Apis.DataFusion.v1beta1.dll
Syntax
public enum ProjectsResource.LocationsResource.InstancesResource.NamespacesResource.ListRequest.ViewEnum

Fields

Name Description
NAMESPACEVIEWBASIC

Show the most basic metadata of a namespace

NAMESPACEVIEWFULL

Returns all metadata of a namespace

NAMESPACEVIEWUNSPECIFIED

Default/unset value, which will use BASIC view.

In this article
Back to top Generated by DocFX