version = 'v1alpha'; // phpcs:ignore WordPress.NamingConventions.ValidVariableName $this->properties_enhancedMeasurements = new PropertiesEnhancedMeasurementResource( $this, $this->serviceName, // phpcs:ignore WordPress.NamingConventions.ValidVariableName 'enhancedMeasurements', array( 'methods' => array( 'getEnhancedMeasurementSettings' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), 'updateEnhancedMeasurementSettings' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ), ) ); } }