Reference documentation and code samples for the Google Cloud Parameter Manager V1 Client class View.
Option for requesting only metadata, or user provided payload of a ParameterVersion resource.
Protobuf type google.cloud.parametermanager.v1.View
Namespace
Google \ Cloud \ ParameterManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VIEW_UNSPECIFIED
Value: 0The default / unset value.
The API will default to the FULL view..
Generated from protobuf enum VIEW_UNSPECIFIED = 0;
BASIC
Value: 1Include only the metadata for the resource.
Generated from protobuf enum BASIC = 1;
FULL
Value: 2Include metadata & other relevant payload data as well.
This is the default view.
Generated from protobuf enum FULL = 2;