Module: Google::Cloud::Dataplex::V1::GetContentRequest::ContentView
- Defined in:
- proto_docs/google/cloud/dataplex/v1/content.rb
Overview
Specifies whether the request should return the full or the partial representation.
Constant Summary collapse
- CONTENT_VIEW_UNSPECIFIED =
Content view not specified. Defaults to BASIC. The API will default to the BASIC view.
0
- BASIC =
Will not return the
data_text
field. 1
- FULL =
Returns the complete proto.
2