GetContentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Get content request.
Attributes | |
---|---|
Name | Description |
name |
str
Required. The resource name of the content: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id} |
view |
google.cloud.dataplex_v1.types.GetContentRequest.ContentView
Optional. Specify content view to make a partial request. |
Classes
ContentView
ContentView(value)
Specifies whether the request should return the full or the partial representation.
Values:
CONTENT_VIEW_UNSPECIFIED (0):
Content view not specified. Defaults to
BASIC. The API will default to the BASIC view.
BASIC (1):
Will not return the data_text
field.
FULL (2):
Returns the complete proto.