deploymentmanager  v2
Public Member Functions | Static Public Member Functions | List of all members
google_deploymentmanager_api::LogConfigCloudAuditOptions Class Reference

#include <log_config_cloud_audit_options.h>

Inheritance diagram for google_deploymentmanager_api::LogConfigCloudAuditOptions:

Public Member Functions

 LogConfigCloudAuditOptions (const Json::Value &storage)
 
 LogConfigCloudAuditOptions (Json::Value *storage)
 
virtual ~LogConfigCloudAuditOptions ()
 
const StringPiece GetTypeName () const
 
bool has_authorization_logging_options () const
 
void clear_authorization_logging_options ()
 
const AuthorizationLoggingOptions get_authorization_logging_options () const
 
AuthorizationLoggingOptions mutable_authorizationLoggingOptions ()
 
bool has_log_name () const
 
void clear_log_name ()
 
const StringPiece get_log_name () const
 
void set_log_name (const StringPiece &value)
 

Static Public Member Functions

static LogConfigCloudAuditOptionsNew ()
 

Detailed Description

Write a Cloud Audit log.

Constructor & Destructor Documentation

◆ LogConfigCloudAuditOptions() [1/2]

google_deploymentmanager_api::LogConfigCloudAuditOptions::LogConfigCloudAuditOptions ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ LogConfigCloudAuditOptions() [2/2]

google_deploymentmanager_api::LogConfigCloudAuditOptions::LogConfigCloudAuditOptions ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~LogConfigCloudAuditOptions()

google_deploymentmanager_api::LogConfigCloudAuditOptions::~LogConfigCloudAuditOptions ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_authorization_logging_options()

void google_deploymentmanager_api::LogConfigCloudAuditOptions::clear_authorization_logging_options ( )
inline

Clears the 'authorizationLoggingOptions' attribute.

◆ clear_log_name()

void google_deploymentmanager_api::LogConfigCloudAuditOptions::clear_log_name ( )
inline

Clears the 'logName' attribute.

◆ get_authorization_logging_options()

const AuthorizationLoggingOptions google_deploymentmanager_api::LogConfigCloudAuditOptions::get_authorization_logging_options ( ) const

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

◆ get_log_name()

const StringPiece google_deploymentmanager_api::LogConfigCloudAuditOptions::get_log_name ( ) const
inline

Get the value of the 'logName' attribute.

◆ GetTypeName()

const StringPiece google_deploymentmanager_api::LogConfigCloudAuditOptions::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::LogConfigCloudAuditOptions

◆ has_authorization_logging_options()

bool google_deploymentmanager_api::LogConfigCloudAuditOptions::has_authorization_logging_options ( ) const
inline

Determine if the 'authorizationLoggingOptions' attribute was set.

Returns
true if the 'authorizationLoggingOptions' attribute was set.

◆ has_log_name()

bool google_deploymentmanager_api::LogConfigCloudAuditOptions::has_log_name ( ) const
inline

Determine if the 'logName' attribute was set.

Returns
true if the 'logName' attribute was set.

◆ mutable_authorizationLoggingOptions()

AuthorizationLoggingOptions google_deploymentmanager_api::LogConfigCloudAuditOptions::mutable_authorizationLoggingOptions ( )

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

Information used by the Cloud Audit Logging pipeline.

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

◆ New()

LogConfigCloudAuditOptions * google_deploymentmanager_api::LogConfigCloudAuditOptions::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_log_name()

void google_deploymentmanager_api::LogConfigCloudAuditOptions::set_log_name ( const StringPiece &  value)
inline

Change the 'logName' attribute.

The log_name to populate in the Cloud Audit Record.

Parameters
[in]valueThe new value.

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