Enum GetContentRequest.Types.ContentView (1.0.0)

public enum ContentView

Specifies whether the request should return the full or the partial representation.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

NameDescription
Basic

Will not return the data_text field.

Full

Returns the complete proto.

Unspecified

Content view not specified. Defaults to BASIC. The API will default to the BASIC view.