Module: Google::Cloud::ParameterManager::V1::View

Defined in:
proto_docs/google/cloud/parametermanager/v1/service.rb

Overview

Option for requesting only metadata, or user provided payload of a ParameterVersion resource.

Constant Summary collapse

VIEW_UNSPECIFIED =

The default / unset value. The API will default to the FULL view..

0
BASIC =

Include only the metadata for the resource.

1
FULL =

Include metadata & other relevant payload data as well. This is the default view.

2