diff --git a/ControlsPartner/metadata/V1Beta/Customers.php b/ControlsPartner/metadata/V1Beta/Customers.php index 850dae4fc137..38eb9f277049 100644 Binary files a/ControlsPartner/metadata/V1Beta/Customers.php and b/ControlsPartner/metadata/V1Beta/Customers.php differ diff --git a/ControlsPartner/metadata/V1Beta/PartnerPermissions.php b/ControlsPartner/metadata/V1Beta/PartnerPermissions.php index 9ed127dd4842..0e9caaf8f375 100644 Binary files a/ControlsPartner/metadata/V1Beta/PartnerPermissions.php and b/ControlsPartner/metadata/V1Beta/PartnerPermissions.php differ diff --git a/ControlsPartner/src/V1beta/Customer.php b/ControlsPartner/src/V1beta/Customer.php index 397998029016..30e58e7966ae 100644 --- a/ControlsPartner/src/V1beta/Customer.php +++ b/ControlsPartner/src/V1beta/Customer.php @@ -23,21 +23,21 @@ class Customer extends \Google\Protobuf\Internal\Message */ protected $name = ''; /** - * The customer organization's display name. E.g. "google.com". + * Required. Display name for the customer * - * Generated from protobuf field string display_name = 2; + * Generated from protobuf field string display_name = 2 [(.google.api.field_behavior) = REQUIRED]; */ protected $display_name = ''; /** - * Container for customer onboarding steps + * Output only. Container for customer onboarding steps * - * Generated from protobuf field .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3; + * Generated from protobuf field .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ protected $customer_onboarding_state = null; /** - * Indicates whether a customer is fully onboarded + * Output only. Indicates whether a customer is fully onboarded * - * Generated from protobuf field bool is_onboarded = 4; + * Generated from protobuf field bool is_onboarded = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ protected $is_onboarded = false; @@ -51,11 +51,11 @@ class Customer extends \Google\Protobuf\Internal\Message * Identifier. Format: * `organizations/{organization}/locations/{location}/customers/{customer}` * @type string $display_name - * The customer organization's display name. E.g. "google.com". + * Required. Display name for the customer * @type \Google\Cloud\CloudControlsPartner\V1beta\CustomerOnboardingState $customer_onboarding_state - * Container for customer onboarding steps + * Output only. Container for customer onboarding steps * @type bool $is_onboarded - * Indicates whether a customer is fully onboarded + * Output only. Indicates whether a customer is fully onboarded * } */ public function __construct($data = NULL) { @@ -92,9 +92,9 @@ public function setName($var) } /** - * The customer organization's display name. E.g. "google.com". + * Required. Display name for the customer * - * Generated from protobuf field string display_name = 2; + * Generated from protobuf field string display_name = 2 [(.google.api.field_behavior) = REQUIRED]; * @return string */ public function getDisplayName() @@ -103,9 +103,9 @@ public function getDisplayName() } /** - * The customer organization's display name. E.g. "google.com". + * Required. Display name for the customer * - * Generated from protobuf field string display_name = 2; + * Generated from protobuf field string display_name = 2 [(.google.api.field_behavior) = REQUIRED]; * @param string $var * @return $this */ @@ -118,9 +118,9 @@ public function setDisplayName($var) } /** - * Container for customer onboarding steps + * Output only. Container for customer onboarding steps * - * Generated from protobuf field .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3; + * Generated from protobuf field .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return \Google\Cloud\CloudControlsPartner\V1beta\CustomerOnboardingState|null */ public function getCustomerOnboardingState() @@ -139,9 +139,9 @@ public function clearCustomerOnboardingState() } /** - * Container for customer onboarding steps + * Output only. Container for customer onboarding steps * - * Generated from protobuf field .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3; + * Generated from protobuf field .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param \Google\Cloud\CloudControlsPartner\V1beta\CustomerOnboardingState $var * @return $this */ @@ -154,9 +154,9 @@ public function setCustomerOnboardingState($var) } /** - * Indicates whether a customer is fully onboarded + * Output only. Indicates whether a customer is fully onboarded * - * Generated from protobuf field bool is_onboarded = 4; + * Generated from protobuf field bool is_onboarded = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return bool */ public function getIsOnboarded() @@ -165,9 +165,9 @@ public function getIsOnboarded() } /** - * Indicates whether a customer is fully onboarded + * Output only. Indicates whether a customer is fully onboarded * - * Generated from protobuf field bool is_onboarded = 4; + * Generated from protobuf field bool is_onboarded = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param bool $var * @return $this */ diff --git a/ControlsPartner/src/V1beta/PartnerPermissions/Permission.php b/ControlsPartner/src/V1beta/PartnerPermissions/Permission.php index 99eb2c66ca6d..f6b66a59130b 100644 --- a/ControlsPartner/src/V1beta/PartnerPermissions/Permission.php +++ b/ControlsPartner/src/V1beta/PartnerPermissions/Permission.php @@ -41,6 +41,12 @@ class Permission * Generated from protobuf enum ASSURED_WORKLOADS_EKM_CONNECTION_STATUS = 4; */ const ASSURED_WORKLOADS_EKM_CONNECTION_STATUS = 4; + /** + * Permission for support case details for Access Transparency log entries + * + * Generated from protobuf enum ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER = 5; + */ + const ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER = 5; private static $valueToName = [ self::PERMISSION_UNSPECIFIED => 'PERMISSION_UNSPECIFIED', @@ -48,6 +54,7 @@ class Permission self::ASSURED_WORKLOADS_MONITORING => 'ASSURED_WORKLOADS_MONITORING', self::ACCESS_APPROVAL_REQUESTS => 'ACCESS_APPROVAL_REQUESTS', self::ASSURED_WORKLOADS_EKM_CONNECTION_STATUS => 'ASSURED_WORKLOADS_EKM_CONNECTION_STATUS', + self::ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER => 'ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER', ]; public static function name($value)