container  v1
Public Member Functions | Static Public Member Functions | List of all members
google_container_api::GetJSONWebKeysResponse Class Reference

#include <get_jsonw_eb_keys_response.h>

Inheritance diagram for google_container_api::GetJSONWebKeysResponse:

Public Member Functions

 GetJSONWebKeysResponse (const Json::Value &storage)
 
 GetJSONWebKeysResponse (Json::Value *storage)
 
virtual ~GetJSONWebKeysResponse ()
 
const StringPiece GetTypeName () const
 
bool has_cache_header () const
 
void clear_cache_header ()
 
const HttpCacheControlResponseHeader get_cache_header () const
 
HttpCacheControlResponseHeader mutable_cacheHeader ()
 
bool has_keys () const
 
void clear_keys ()
 
const client::JsonCppArray< Jwkget_keys () const
 
client::JsonCppArray< Jwkmutable_keys ()
 

Static Public Member Functions

static GetJSONWebKeysResponseNew ()
 

Detailed Description

GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517.

Constructor & Destructor Documentation

◆ GetJSONWebKeysResponse() [1/2]

google_container_api::GetJSONWebKeysResponse::GetJSONWebKeysResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ GetJSONWebKeysResponse() [2/2]

google_container_api::GetJSONWebKeysResponse::GetJSONWebKeysResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~GetJSONWebKeysResponse()

google_container_api::GetJSONWebKeysResponse::~GetJSONWebKeysResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_cache_header()

void google_container_api::GetJSONWebKeysResponse::clear_cache_header ( )
inline

Clears the 'cacheHeader' attribute.

◆ clear_keys()

void google_container_api::GetJSONWebKeysResponse::clear_keys ( )
inline

Clears the 'keys' attribute.

◆ get_cache_header()

const HttpCacheControlResponseHeader google_container_api::GetJSONWebKeysResponse::get_cache_header ( ) const

Get a reference to the value of the 'cacheHeader' attribute.

◆ get_keys()

const client::JsonCppArray<Jwk > google_container_api::GetJSONWebKeysResponse::get_keys ( ) const

Get a reference to the value of the 'keys' attribute.

◆ GetTypeName()

const StringPiece google_container_api::GetJSONWebKeysResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_container_api::GetJSONWebKeysResponse

◆ has_cache_header()

bool google_container_api::GetJSONWebKeysResponse::has_cache_header ( ) const
inline

Determine if the 'cacheHeader' attribute was set.

Returns
true if the 'cacheHeader' attribute was set.

◆ has_keys()

bool google_container_api::GetJSONWebKeysResponse::has_keys ( ) const
inline

Determine if the 'keys' attribute was set.

Returns
true if the 'keys' attribute was set.

◆ mutable_cacheHeader()

HttpCacheControlResponseHeader google_container_api::GetJSONWebKeysResponse::mutable_cacheHeader ( )

Gets a reference to a mutable value of the 'cacheHeader' property.

OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.

Returns
The result can be modified to change the attribute value.

◆ mutable_keys()

client::JsonCppArray<Jwk > google_container_api::GetJSONWebKeysResponse::mutable_keys ( )

Gets a reference to a mutable value of the 'keys' property.

The public component of the keys used by the cluster to sign token requests.

Returns
The result can be modified to change the attribute value.

◆ New()

GetJSONWebKeysResponse * google_container_api::GetJSONWebKeysResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: